diff --git a/db_tracking.php b/db_tracking.php index 6d0df6ca28..4df1688e8c 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -68,7 +68,7 @@ $all_tables_result = PMA_queryAsControlUser($all_tables_query); // If a HEAD version exists if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) { -?> + ?>

@@ -151,7 +151,7 @@ if ($GLOBALS['dbi']->numRows($all_tables_result) > 0) {
- $value) { // If untracked tables exist if (isset($my_tables)) { -?> + ?>

@@ -200,7 +200,7 @@ if (isset($my_tables)) { -'; $my_link .= PMA_Util::getIcon('eye.png', __('Track table')); $my_link .= ''; - ?> + ?> -
- - 0) { diff --git a/libraries/config/FormDisplay.tpl.php b/libraries/config/FormDisplay.tpl.php index 21dca988d9..f0e0318745 100644 --- a/libraries/config/FormDisplay.tpl.php +++ b/libraries/config/FormDisplay.tpl.php @@ -389,7 +389,7 @@ function PMA_displayFieldsetBottom() echo ''; echo ''; echo ''; + . __('Apply') . '" class="green" />'; echo ''; echo ''; diff --git a/libraries/config/config_functions.lib.php b/libraries/config/config_functions.lib.php index 9ed907d86f..c9029c83fa 100644 --- a/libraries/config/config_functions.lib.php +++ b/libraries/config/config_functions.lib.php @@ -36,7 +36,7 @@ function PMA_lang($lang_key, $args = null) * Returns translated field name/description or comment * * @param string $canonical_path - * @param string $type 'name', 'desc' or 'cmt' + * @param string $type 'name', 'desc' or 'cmt' * @param mixed $default * * @return string diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 35d741b9fc..6e59ec8a24 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -2156,7 +2156,7 @@ function PMA_getCurrentValueAsAnArrayForMultipleEdit($multi_edit_colummns, return $multi_edit_funcs[$key] . '(' . $current_value . ",'" . PMA_Util::sqlAddSlashes($multi_edit_salt[$key]) . "')"; } else { - return $multi_edit_funcs[$key] . '(' . $current_value . ')'; + return $multi_edit_funcs[$key] . '(' . $current_value . ')'; } } else { return $multi_edit_funcs[$key] . '()'; @@ -2345,10 +2345,10 @@ function PMA_getCurrentValueForDifferentTypes($possibly_uploaded_val, $key, * Check whether inline edited value can be truncated or not, * and add additional parameters for extra_data array if needed * - * @param string $db Database name - * @param string $table Table name - * @param string $column_name Column name - * @param array &$extra_data Extra data for ajax response + * @param string $db Database name + * @param string $table Table name + * @param string $column_name Column name + * @param array &$extra_data Extra data for ajax response * * @return void */ diff --git a/libraries/ip_allow_deny.lib.php b/libraries/ip_allow_deny.lib.php index 1a24da6bfe..e269bc845d 100644 --- a/libraries/ip_allow_deny.lib.php +++ b/libraries/ip_allow_deny.lib.php @@ -159,8 +159,8 @@ function PMA_ipv4MaskTest($testRange, $ipToTest) * Does not match: * xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx[yyy-zzz] (range, partial octets not supported) * - * @param string $test_range string of IP range to match - * @param string $ip_to_test string of IP to test against range + * @param string $test_range string of IP range to match + * @param string $ip_to_test string of IP to test against range * * @return boolean whether the IP mask matches * diff --git a/libraries/schema/Dia_Relation_Schema.class.php b/libraries/schema/Dia_Relation_Schema.class.php index e3664eff5a..4d53b34799 100644 --- a/libraries/schema/Dia_Relation_Schema.class.php +++ b/libraries/schema/Dia_Relation_Schema.class.php @@ -14,8 +14,9 @@ require_once 'Export_Relation_Schema.class.php'; * This Class inherits the XMLwriter class and * helps in developing structure of DIA Schema Export * - * @access public - * @see http://php.net/manual/en/book.xmlwriter.php + * @package PhpMyAdmin + * @access public + * @see http://php.net/manual/en/book.xmlwriter.php */ class PMA_DIA extends XMLWriter { @@ -192,8 +193,9 @@ class PMA_DIA extends XMLWriter * This class preserves the table co-ordinates,fields * and helps in drawing/generating the Tables in dia XML document. * - * @name Table_Stats - * @see PMA_DIA + * @package PhpMyAdmin + * @name Table_Stats + * @see PMA_DIA */ class Table_Stats { @@ -472,8 +474,9 @@ class Table_Stats * master table's master field to foreign table's foreign key * in dia XML document. * - * @name Relation_Stats - * @see PMA_DIA + * @package PhpMyAdmin + * @name Relation_Stats + * @see PMA_DIA */ class Relation_Stats { @@ -682,7 +685,8 @@ class Relation_Stats * inherits Export_Relation_Schema class has common functionality added * to this class * - * @name Dia_Relation_Schema + * @package PhpMyAdmin + * @name Dia_Relation_Schema */ class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Eps_Relation_Schema.class.php b/libraries/schema/Eps_Relation_Schema.class.php index 7e991fa351..8db9530d65 100644 --- a/libraries/schema/Eps_Relation_Schema.class.php +++ b/libraries/schema/Eps_Relation_Schema.class.php @@ -14,8 +14,9 @@ require_once 'Export_Relation_Schema.class.php'; * This Class is EPS Library and * helps in developing structure of EPS Schema Export * - * @access public - * @see http://php.net/manual/en/book.xmlwriter.php + * @package PhpMyAdmin + * @access public + * @see http://php.net/manual/en/book.xmlwriter.php */ class PMA_EPS @@ -369,8 +370,9 @@ class PMA_EPS * This class preserves the table co-ordinates,fields * and helps in drawing/generating the Tables in EPS. * - * @name Table_Stats - * @see PMA_EPS + * @package PhpMyAdmin + * @name Table_Stats + * @see PMA_EPS */ class Table_Stats { @@ -606,8 +608,9 @@ class Table_Stats * master table's master field to foreign table's foreign key * in EPS document. * - * @name Relation_Stats - * @see PMA_EPS + * @package PhpMyAdmin + * @name Relation_Stats + * @see PMA_EPS */ class Relation_Stats { @@ -798,7 +801,8 @@ class Relation_Stats * This class inherits Export_Relation_Schema class has common functionality added * to this class * - * @name Eps_Relation_Schema + * @package PhpMyAdmin + * @name Eps_Relation_Schema */ class PMA_Eps_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Export_Relation_Schema.class.php b/libraries/schema/Export_Relation_Schema.class.php index d6f6191818..9e296092cf 100644 --- a/libraries/schema/Export_Relation_Schema.class.php +++ b/libraries/schema/Export_Relation_Schema.class.php @@ -12,6 +12,8 @@ if (! defined('PHPMYADMIN')) { * This class is inherited by all schema classes * It contains those methods which are common in them * it works like factory pattern + * + * @package PhpMyAdmin */ class PMA_Export_Relation_Schema { diff --git a/libraries/schema/Svg_Relation_Schema.class.php b/libraries/schema/Svg_Relation_Schema.class.php index ad42a1d50c..b3e755f163 100644 --- a/libraries/schema/Svg_Relation_Schema.class.php +++ b/libraries/schema/Svg_Relation_Schema.class.php @@ -14,8 +14,9 @@ require_once 'Export_Relation_Schema.class.php'; * This Class inherits the XMLwriter class and * helps in developing structure of SVG Schema Export * - * @access public - * @see http://php.net/manual/en/book.xmlwriter.php + * @package PhpMyAdmin + * @access public + * @see http://php.net/manual/en/book.xmlwriter.php */ class PMA_SVG extends XMLWriter { @@ -334,8 +335,9 @@ class PMA_SVG extends XMLWriter * This class preserves the table co-ordinates,fields * and helps in drawing/generating the Tables in SVG XML document. * - * @name Table_Stats - * @see PMA_SVG + * @package PhpMyAdmin + * @name Table_Stats + * @see PMA_SVG */ class Table_Stats { @@ -473,6 +475,7 @@ class Table_Stats * Returns title of the current table, * title can have the dimensions/co-ordinates of the table * + * @return string title of the current table * @access private */ private function _getTitle() @@ -587,8 +590,9 @@ class Table_Stats * master table's master field to foreign table's foreign key * in SVG XML document. * - * @name Relation_Stats - * @see PMA_SVG::printElementLine + * @package PhpMyAdmin + * @name Relation_Stats + * @see PMA_SVG::printElementLine */ class Relation_Stats { @@ -768,6 +772,7 @@ class Relation_Stats * inherits Export_Relation_Schema class has common functionality added * to this class * + * @package PhpMyAdmin * @name Svg_Relation_Schema */ class PMA_Svg_Relation_Schema extends PMA_Export_Relation_Schema diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php index 2055c49bba..c0b4623bb3 100644 --- a/libraries/sql.lib.php +++ b/libraries/sql.lib.php @@ -379,12 +379,12 @@ function PMA_resultSetContainsUniqueKey($db, $table, $fields_meta) * During grid edit, if we have a relational field, returns the html for the * dropdown * - * @param string $db current database - * @param string $table current table - * @param string $column current column - * @param string $curr_value current selected value + * @param string $db current database + * @param string $table current table + * @param string $column current column + * @param string $curr_value current selected value * - * @return string $dropdown html for the dropdown + * @return string $dropdown html for the dropdown */ function PMA_getHtmlForRelationalColumnDropdown($db, $table, $column, $curr_value) { @@ -431,11 +431,11 @@ function PMA_getHtmlForRelationalColumnDropdown($db, $table, $column, $curr_valu /** * Get the HTML for the header of the page in print view * - * @param string $db current database - * @param string $sql_query current sql query - * @param int $num_rows the number of rows in result + * @param string $db current database + * @param string $sql_query current sql query + * @param int $num_rows the number of rows in result * - * @return string $header html for the header + * @return string $header html for the header */ function PMA_getHtmlForPrintViewHeader($db, $sql_query, $num_rows) { @@ -476,11 +476,11 @@ function PMA_getHtmlForPrintViewHeader($db, $sql_query, $num_rows) /** * Get the HTML for the profiling table and accompanying chart * - * @param string $url_query the url query - * @param string $pma_token the pma token - * @param array $profiling_results array containing the profiling info + * @param string $url_query the url query + * @param string $pma_token the pma token + * @param array $profiling_results array containing the profiling info * - * @return string $profiling_table html for the profiling table and chart + * @return string $profiling_table html for the profiling table and chart */ function PMA_getHtmlForProfilingChart($url_query, $pma_token, $profiling_results) { @@ -606,12 +606,12 @@ EOT; * During grid edit, if we have a enum field, returns the html for the * dropdown * - * @param string $db current database - * @param string $table current table - * @param string $column current column - * @param string $curr_value currently selected value + * @param string $db current database + * @param string $table current table + * @param string $column current column + * @param string $curr_value currently selected value * - * @return string $dropdown html for the dropdown + * @return string $dropdown html for the dropdown */ function PMA_getHtmlForEnumColumnDropdown($db, $table, $column, $curr_value) { @@ -627,12 +627,12 @@ function PMA_getHtmlForEnumColumnDropdown($db, $table, $column, $curr_value) * During grid edit, if we have a set field, returns the html for the * dropdown * - * @param string $db current database - * @param string $table current table - * @param string $column current column - * @param string $curr_value currently selected value + * @param string $db current database + * @param string $table current table + * @param string $column current column + * @param string $curr_value currently selected value * - * @return string $dropdown html for the set column + * @return string $dropdown html for the set column */ function PMA_getHtmlForSetColumn($db, $table, $column, $curr_value) { @@ -657,11 +657,11 @@ function PMA_getHtmlForSetColumn($db, $table, $column, $curr_value) /** * Get all the values for a enum column or set column in a table * - * @param string $db current database - * @param string $table current table - * @param string $column current column + * @param string $db current database + * @param string $table current table + * @param string $column current column * - * @return array $values array containing the value list for the column + * @return array $values array containing the value list for the column */ function PMA_getValuesForColumn($db, $table, $column) { @@ -679,10 +679,10 @@ function PMA_getValuesForColumn($db, $table, $column) /** * Get HTML for options list * - * @param array $values set of values - * @param array $selected_values currently selected values + * @param array $values set of values + * @param array $selected_values currently selected values * - * @return string $options HTML for options list + * @return string $options HTML for options list */ function PMA_getHtmlForOptionsList($values, $selected_values) { diff --git a/po/af.po b/po/af.po index f0b12d853b..f506f0eb9b 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-02-13 18:58+0200\n" "Last-Translator: Andrey Prokopenko \n" "Language-Team: Afrikaans %s:" msgstr "SQL-navraag op databasis %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Doen Navraag" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2570,8 +2570,8 @@ msgstr[0] "%s resultate binne tabel %s" msgstr[1] "%s resultate binne tabel %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Beloer Data" @@ -2632,32 +2632,34 @@ msgstr "" msgid "Restore column order" msgstr "Voeg By/Verwyder Veld Kolomme" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Vorige" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Volgende" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2788,7 +2790,7 @@ msgid "The row has been deleted" msgstr "Die ry is verwyder" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Vermoor" @@ -2844,8 +2846,8 @@ msgstr "Kies Alles" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2946,7 +2948,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2979,12 +2981,13 @@ msgid "Cardinality" msgstr "Cardinality" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -3012,7 +3015,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -3023,9 +3026,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3036,32 +3039,32 @@ msgid "Structure" msgstr "Struktuur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Soek" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Voeg by" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operasies" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3102,54 +3105,55 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "databasisse" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Gebruiker" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Biner" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fout" @@ -3241,7 +3245,8 @@ msgstr "Tabel" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Velde" @@ -3807,131 +3812,131 @@ msgstr "SQL-stelling" msgid "MySQL said: " msgstr "MySQL het gepraat: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Verduidelik SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Ignoreer SQL Verduideliking" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sonder PHP Kode" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Skep PHP Kode" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Ignoreer SQL Validasie" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valideer SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "So" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Maak Leeg" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 #, fuzzy msgid "Creation" msgstr "Skep" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "" @@ -3940,9 +3945,9 @@ msgstr "" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4092,8 +4097,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Onbeskikbaar" @@ -4258,8 +4263,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Herstel" @@ -4326,8 +4335,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4518,8 +4527,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4765,8 +4774,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4883,8 +4892,9 @@ msgstr "Bladsy nommer:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5639,8 +5649,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5781,384 +5791,394 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Soek" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Databasis" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiseer tabel" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Herstel tabel" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Bediener Keuse" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Kolom Kommentaar word vertoon" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Stellings" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Bediener weergawe" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Wys PHP informasie" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Databasis statistieke" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Wys tabelle" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Wys ruitgebied" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL-stelling" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Ry Statistiek" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6166,81 +6186,81 @@ msgstr "" msgid "Password" msgstr "Wagwoord" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Gebruiker Naam:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Verstekwaarde (default)" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6248,45 +6268,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6294,7 +6314,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6302,61 +6322,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6364,33 +6400,33 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasie" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy msgid "Database export options" msgstr "Databasis statistieke" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV vir M$ Excel data" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7223,8 +7259,8 @@ msgstr "Skep 'n indeks op %s kolomme" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Biner" @@ -7355,189 +7391,189 @@ msgstr "Wil jy regtig " msgid "No change" msgstr "Geen verandering" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7745,7 +7781,7 @@ msgstr "Hernoem tabel na" msgid "Table comments" msgstr "Tabel kommentaar" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7909,20 +7945,28 @@ msgstr "Gebruiker Naam:" msgid "Server Choice:" msgstr "Bediener Keuse" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7996,7 +8040,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8411,6 +8455,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentasie" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8547,92 +8597,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nie OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Beskikbaar" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Algemene verwantskap funksies" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Vertoon Funksies" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Skepping van PDF's" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Kolom Kommentaar word vertoon" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Geboekmerkde SQL-stelling" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "geen Beskrywing" @@ -8686,7 +8736,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8821,7 +8871,7 @@ msgstr "" msgid "Event name" msgstr "Gebruiker naam" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9190,39 +9240,36 @@ msgstr "Geen tabelle in databasis gevind nie." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Die \"%s\" databasis bestaan nie!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Stel asb. die koordinate op van tabel %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Skema van die \"%s\" databasis - Bladsy %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9296,63 +9343,63 @@ msgstr "Kolom name" msgid "Display relational schema" msgstr "Vertoon PDF skema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Wys ruitgebied" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Wys kleur" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Wys dimensie van tabelle" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "vertoon alle tabelle met dieselfde wydte?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy msgid "Orientation" msgstr "Skep" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9362,6 +9409,78 @@ msgstr "" msgid "Current Server:" msgstr "Bediener weergawe" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Begin" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "PHP Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Onbeskikbaar" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 #, fuzzy msgid "No privileges." @@ -10176,10 +10295,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Spasie verbruik" @@ -10188,7 +10303,7 @@ msgstr "Spasie verbruik" msgid "Effective" msgstr "Effektief" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10652,34 +10767,6 @@ msgstr "%s tabel nie gevind nie of nie gesetel in %s" msgid "File doesn't exist" msgstr "Die \"%s\" databasis bestaan nie!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10716,7 +10803,7 @@ msgstr "" msgid "No databases" msgstr "Geen databasisse" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10725,45 +10812,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Sien die storting (skema) van die databasis" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Begin" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "PHP Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Onbeskikbaar" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12131,8 +12179,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12593,23 +12641,23 @@ msgstr "" msgid "Create version" msgstr "Bediener weergawe" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy msgctxt "for MIME transformation" msgid "Description" @@ -12627,7 +12675,7 @@ msgstr "Die profiel is opgedateer." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Hernoem tabel na" diff --git a/po/ar.po b/po/ar.po index 3f8509bd03..b69deec706 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-03-20 22:10+0200\n" "Last-Translator: mohamed amin boubaker \n" "Language-Team: Arabic %s:" msgstr "إستعلام SQL في قاعدة البيانات %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "إرسال الإستعلام" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2438,8 +2438,8 @@ msgstr[4] "%s مطابقة في الجدول %s" msgstr[5] "%s مطابقة في الجدول %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "استعراض" @@ -2491,26 +2491,28 @@ msgstr "إحفظ البيانات المعدّلة" msgid "Restore column order" msgstr "استعادة ترتيب الأعمدة" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "بداية" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "سابق" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "التالي" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "نهاية" @@ -2629,7 +2631,7 @@ msgid "The row has been deleted" msgstr "لقد تمّ حذف الصّف" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "حذف" @@ -2687,8 +2689,8 @@ msgstr "تحديد الكل" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2788,7 +2790,7 @@ msgstr "إفتح نافذة phpMyAdmin جديدة" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "يجب تفعيل Javascript بعد هذه النقطة" @@ -2819,12 +2821,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2851,7 +2854,7 @@ msgid "" msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحدهما." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "خادم" @@ -2862,9 +2865,9 @@ msgid "View" msgstr "عرض" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2875,32 +2878,32 @@ msgid "Structure" msgstr "بناء" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "إبحث" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "إدخال" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "عمليات" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "تتبع" @@ -2941,51 +2944,52 @@ msgstr "" msgid "Events" msgstr "أحداث" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "المصمم" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "قاعدة بيانات" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "المستخدمون" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "سجل ثنائي" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "إستنساخ" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "متغيرات" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "مجموعات المحارف" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "القوابس" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "محركات" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "خطأ" @@ -3086,7 +3090,8 @@ msgstr "جداول" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "الملفات" @@ -3635,130 +3640,130 @@ msgstr "استعلام SQL" msgid "MySQL said: " msgstr "MySQL قال: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "فشل الإتصال بمدقق SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "شرح SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "تخطي شرح SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "بدون كود PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "أنشئ كود PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "تحديث" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "تخطي تدقيق SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "التدقيق في استعلام SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "تعديل سريع لهذا الإستعلام" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "مضمن" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "جانبي" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "الأحد" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y الساعة %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s يوم، %s ساعة، %s دقيقة و%s ثانية" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "مدخلات مفقودة:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "الذهاب إلى قاعدة البيانات "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "إنّ ال %s الوظيفية هي مصابة بعطل معروف، أنظر إلى %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "إضغط للإختيار" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "تصفح حاسبك:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "إختر مجلد الرفع من الخادم %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "لا يمكن الوصول إلى الدليل اللذي عينته لعمل التحميل" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "لايوجد أي ملفات لرفعها" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "إفراغ" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "تنفيذ" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "طباعة" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "الإنشاء" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "آخر تحديث" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "آخر فحص" @@ -3767,9 +3772,9 @@ msgstr "آخر فحص" msgid "shared" msgstr "مشترك" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3911,8 +3916,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "معطل" @@ -4068,8 +4073,12 @@ msgstr "إستعادة القيمة الإفتراضية" msgid "Allow users to customize this value" msgstr "السماح للمستخدمين بتخصيص هذه القيمة" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "إعادة تعيين" @@ -4141,8 +4150,8 @@ msgstr "تعديل أعمدة CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4326,8 +4335,8 @@ msgstr "الضغط" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4563,8 +4572,8 @@ msgstr "تخصيص وضع الإستعراض" msgid "Customize default options" msgstr "تخصيص الخيارات الإفتراضية" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4680,8 +4689,9 @@ msgstr "عناوين الصفحة" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5439,8 +5449,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5577,364 +5587,374 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "بحث في الجدول" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "اسم قاعدة البيانات" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "الجدول المستخدم مؤخرا" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "أظهر جهة العرض" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "أعرض نصيحة" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "إحتفظ بصندوق الإستعلام" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5942,76 +5962,76 @@ msgstr "" msgid "Password" msgstr "كلمة السر" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "اسم المستخدم" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "عواميد منطقة النص" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "العنوان الغيابي" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6019,45 +6039,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6065,7 +6085,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6073,61 +6093,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "زيب" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6135,32 +6171,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "مستند مفتوح" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "خيارات تصدير قاعدة بيانات" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "بيانات CSV لبرنامج ميكروسوفت إكسل" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -6977,8 +7013,8 @@ msgstr "إنشاء فهرس للعمود %s" msgid "Hide" msgstr "أخفاء" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "ثنائي" @@ -7111,189 +7147,189 @@ msgstr "هل تريد حقا" msgid "No change" msgstr "لا تغييرات" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "مجموعة المحارف" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "البلغارية" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "الصينية المبسطة" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "الصينية التقليدية" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "غير حساس لحالة الأحرف" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "حساس لحالة الأحرف" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "الكرواتية" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "التشيكية" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "الدنمركية" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "الإنجليزية" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "إسبرانتو" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "الإستونية" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "الألمانية" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "قاموس" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "دفتر الهاتف" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "الهنجارية" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "الأيسلندية" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "اليابانية" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "اللاتفية" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "الليتوانية" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "الكورية" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "فارسية" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "البولندية" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "أوروبا الغربية" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "الرومانية" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "السلوفاكية" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "السلوفينية" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "أسبانية" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "السويدية" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "التايلندية" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "التركية" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "الأكرانية" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "يونيكود" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "متعدد اللغات" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "أوروبا الوسطى" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "الروسية" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "البلطيق" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "الأرمنية" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "السيريلية" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "العربية" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "العبرية" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "الجورجية" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "اليونانية" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "غير معروفة" @@ -7502,7 +7538,7 @@ msgstr "تغيير اسم جدول إلى" msgid "Table comments" msgstr "تعليقات الجدول" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7664,21 +7700,29 @@ msgstr "اسم المستخدم:" msgid "Server Choice:" msgstr "اختيار الخادم" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة (AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "لا يمكن الدخول إلى خادم MySQL" @@ -7750,7 +7794,7 @@ msgstr "استبدل NULL بـ" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8178,6 +8222,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "مستند مفتوح" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8328,10 +8378,10 @@ msgid "" "option is the string to append and/or prepend when truncation occurs " "(Default: \"…\")." msgstr "" -"يظهر فقط جزءً من النص. الخيار الأول يحدد مكان بدء ظهور النص )صفر بشكل افتراضي" -"(. الخيار الثاني هو تعديل كم النص المسترجع. إن كان فارغا، يسترجع كل النص " -"الباقي. الخيار الثالث يعرف أي من الأحرف سوف تضاف إلى المخرجات عند استرجاع " -"جزء من النص )… بشكل افتراضي(." +"يظهر فقط جزءً من النص. الخيار الأول يحدد مكان بدء ظهور النص )صفر بشكل " +"افتراضي(. الخيار الثاني هو تعديل كم النص المسترجع. إن كان فارغا، يسترجع كل " +"النص الباقي. الخيار الثالث يعرف أي من الأحرف سوف تضاف إلى المخرجات عند " +"استرجاع جزء من النص )… بشكل افتراضي(." #: libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php:33 #, fuzzy @@ -8361,92 +8411,92 @@ msgstr "" "تظهر رابطا، الحقل يحتوي إسم الملف، والخيار الأول هو سابقة مثل \"http://" "domain.com/\"، والخيار الثاني هو العنوان للرابط." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ليس صالحا" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "موافق" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "مفعل" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "المزايا العامّة للرابط" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "إظهار المزايا" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "إنشاء ملفات PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "إظهار تعليقات العمود" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "تحويل المتصفح" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "رجاء راجع التوثيق لكيفية تحديث جدول column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "علامة مرجعية SQL-استعلام" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "نصوص SQL سابقة" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "بدون وصف" @@ -8501,7 +8551,7 @@ msgstr "" msgid "Variable" msgstr "متغير" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "رقم الخادم" @@ -8642,7 +8692,7 @@ msgstr "" msgid "Event name" msgstr "نوع الحدث" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "نوع الحدث" @@ -9048,39 +9098,36 @@ msgstr "لا توجد جداول متوفره في قاعدة البيانات msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "الجدول \"%s\" غير موجود!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "رجاء إعداد الموقع للجدول %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "بناء قاعدة البيانات \"%s\" - الصفحة %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9154,65 +9201,65 @@ msgstr "اسم العمود" msgid "Display relational schema" msgstr "بناء الارتباطات" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "أظهر تخطيط الجدول" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "أظهر اللون" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "إظهار أبعاد الجداول" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "أظهر كل الجداول بنفس العرض" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "قاموس البيانات" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "عرض الصفحة" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "طول الصفحة" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "الإنشاء" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "حجم الورق" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" "تحتوي الصفحة الحالية مراجع لجداول لم تعد موجودة. هل تود حذف هذه المراجع؟" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "toggle scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9223,6 +9270,77 @@ msgstr "" msgid "Current Server:" msgstr "الخادم الحالي" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "اسم السجل" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "موضع" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "معلومات" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "احذف الاستعلامات المعروضة" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "اعرض الاستعلامات كاملة" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "مجموعات المحارف وCollations" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "بداية" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "نسخة" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "معطل" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "لا صلاحيات." @@ -10053,10 +10171,6 @@ msgstr "إضافة حقل جديد" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "معلومات" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "المساحة المستخدمة" @@ -10065,7 +10179,7 @@ msgstr "المساحة المستخدمة" msgid "Effective" msgstr "فعال" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10536,34 +10650,6 @@ msgstr "الجدول %s غير موجود أو محدد في %s" msgid "File doesn't exist" msgstr "الجدول \"%s\" غير موجود!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "احذف الاستعلامات المعروضة" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "اعرض الاستعلامات كاملة" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "اسم السجل" - -#: server_binlog.php:187 -msgid "Position" -msgstr "موضع" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "مجموعات المحارف وCollations" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10605,7 +10691,7 @@ msgstr "" msgid "No databases" msgstr "لايوجد قواعد بيانات" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10613,44 +10699,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "بداية" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "نسخة" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "معطل" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12041,8 +12089,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12518,23 +12566,23 @@ msgstr "تتبع تقارير التلاعب بالبيانات:" msgid "Create version" msgstr "إنشاء إصدار" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "مظهر" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "الحصول على سمات جديدة!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "أنواع MIME المتوفرة" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "التحويلات المتوفرة" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "الوصف" @@ -12551,7 +12599,7 @@ msgstr "لقد تم تجديد الملف الشخصي." msgid "VIEW name" msgstr "اسم VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "أعد تسمية العرض الـ" diff --git a/po/az.po b/po/az.po index 2cb9ebf8b1..09a20ca933 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:14+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Azerbaijani %s:" msgstr "SQL-query on database %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Emri İcra Et" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2604,8 +2604,8 @@ msgstr[0] "%s uyğunluq tapıldı (%s cedvelinde)" msgstr[1] "%s uyğunluq tapıldı (%s cedvelinde)" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "İçindekiler" @@ -2666,32 +2666,34 @@ msgstr "" msgid "Restore column order" msgstr "Sahe Sütunlarını Elave Et/Sil" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Başla" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Evvelki" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Sonrakı" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2824,7 +2826,7 @@ msgid "The row has been deleted" msgstr "Setir silindi" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Söndür" @@ -2880,8 +2882,8 @@ msgstr "Hamısını Seç" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2982,7 +2984,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3015,12 +3017,13 @@ msgid "Cardinality" msgstr "Cardinality" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 #, fuzzy msgid "Collation" msgstr "Quruluş" @@ -3049,7 +3052,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3060,9 +3063,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3073,32 +3076,32 @@ msgid "Structure" msgstr "Quruluş" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Axtarış" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Elave et" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Emeliyyatlar" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3139,56 +3142,57 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Me'lumat Bazaları" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "İstifadeçi" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Binary" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 #, fuzzy msgid "Replication" msgstr "Relations" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Deyişenler" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 #, fuzzy msgid "Charsets" msgstr "Charset" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motorlar" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Xeta" @@ -3282,7 +3286,8 @@ msgstr "Cedveller" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Sahe sayı" @@ -3849,135 +3854,135 @@ msgstr "SQL sorğusu" msgid "MySQL said: " msgstr "MySQL deyir: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL-i İzah Et" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL İzah Et-i Keç" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP Kodunu Gösterme" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP Kodunu Hazırla" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL İfadesini Yoxlama" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL Tesdiqle" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Motorlar" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Baz" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B, %Y saat %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s gün, %s saat, %s deqiqe ve %s saniye" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "Yeni sahe elave et" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" me'lumat bazasına keç." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-server upload direktoriyası" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Upload işleri üçün te'yin etdiyiniz direktoriya tapılmadı" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Boşalt" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Çap et" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Quruluş" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "En son yenilenme" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "En son yoxlama" @@ -3986,9 +3991,9 @@ msgstr "En son yoxlama" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4138,8 +4143,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Söndürülüb" @@ -4306,8 +4311,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Yenile" @@ -4375,8 +4384,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4572,8 +4581,8 @@ msgstr "Sıxışdırma" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4829,8 +4838,8 @@ msgstr "" msgid "Customize default options" msgstr "Me'lumat bazası eksport variantları" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4950,8 +4959,9 @@ msgstr "Sehife Nömresi:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5720,8 +5730,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5863,386 +5873,396 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Axtarış" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Me'lumat Bazası" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Quraşdırılmış Serverler" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Cedveli analiz et" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Cedveli te'mir et" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Quraşdırılmış Serverler" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Sütun Qısa İzahatını Deyişdir" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Variantlar" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Avtomatik qurtarma rejimi" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHPInfo() me'lumatını göster" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Me'lumat bazası eksport variantları" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Cedvelleri göster" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Emrleri Tam Olaraq Göster" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL sorğusu" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Sıra Statistikası" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6250,81 +6270,81 @@ msgstr "" msgid "Password" msgstr "Parol" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "İstifadeçi Adı:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Sahe Sütunlarını Elave Et/Sil" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Başlanğıc deyeri" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6332,45 +6352,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6378,7 +6398,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6386,61 +6406,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6448,32 +6484,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasiya" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Me'lumat bazası eksport variantları" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel verilenleri üçün CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7318,8 +7354,8 @@ msgstr " %s sütunda indeks yarat" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binary" @@ -7453,194 +7489,194 @@ msgstr "Aşağıdakı sorğunu icra etdirmekten eminsiniz " msgid "No change" msgstr "Deyişiklik Yoxdur" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Charset" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bolqar Dili" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Enenevi Çin Dili" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Xorvat Dili" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "İngilis Dili" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Eston Dili" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 #, fuzzy msgid "German" msgstr "Gürcü" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 #, fuzzy msgid "dictionary" msgstr "Me'lumat lüğeti" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Macar Dili" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litva Dili" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 #, fuzzy msgid "Persian" msgstr "Gürcü" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Qerbi Avropa" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 #, fuzzy msgid "Romanian" msgstr "Ermeni" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 #, fuzzy msgid "Traditional Spanish" msgstr "Enenevi Çin Dili" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Türk Dili" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrayna Dili" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Merkezi Avropa" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Ermeni" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kiril" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Ereb" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "İbrani Dili" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gürcü" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Çex-Slovak" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7851,7 +7887,7 @@ msgstr "Cedveli yeniden adlandır" msgid "Table comments" msgstr "Cədvəl haqqında izahat" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Depolama Motorları" @@ -8017,20 +8053,28 @@ msgstr "İstifadeçi Adı:" msgid "Server Choice:" msgstr "Quraşdırılmış Serverler" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL server-e gire bilmirem" @@ -8106,7 +8150,7 @@ msgstr "NULL-u bununla deyişdir" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8535,6 +8579,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentasiya" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8719,92 +8769,92 @@ msgstr "" "Displays a link, the field contains the filename; first option is a prefix " "like \"http://domain.com/\", second option is a title for the link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Müveffeqiyyetsiz" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Müveffeqiyyetle" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Enabled" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Ümumi elaqe variantları" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Xüsusiyyetleri Göster" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-lerin qurulması" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Sütun Qısa İzahatını Deyişdir" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browser transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Please see Documentation on how to update your Column_comments Table" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Bookmark-lanmış SQL sorğusu" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-tarixçesi" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Haqqında me'lumat (description) mövcud deyildir" @@ -8858,7 +8908,7 @@ msgstr "" msgid "Variable" msgstr "Deyişen" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Server" @@ -8995,7 +9045,7 @@ msgstr "" msgid "Event name" msgstr "Eksport şekli" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Eksport şekli" @@ -9374,39 +9424,36 @@ msgstr "Me'lumat bazasında cedvel yoxdur." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "\"%s\" cedveli mövcud deyil!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Xahiş edirem, %s cedveli üçün koordinatları yeniden müeyyen et" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" bazanın sxemi - Sehife %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9480,53 +9527,53 @@ msgstr "Sütun adları" msgid "Display relational schema" msgstr "Relational schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Show grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Rengini göster" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Cedvellerin ölçülerini göster" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "eyni enli bütün cedveller gösterilsinmi?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Me'lumat lüğeti" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landşaft" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portret" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Quruluş" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9534,12 +9581,12 @@ msgstr "" "Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin " "silinmesini istermisiniz?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9550,6 +9597,79 @@ msgstr "" msgid "Current Server:" msgstr "Server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +msgid "Information" +msgstr "Sisteme Giriş Me'lumatı" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Emrleri Tam Olaraq Göster" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Başla" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "PHP Versiyası" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Söndürülüb" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Selahiyyet te'yin edilmedi." @@ -10376,11 +10496,6 @@ msgstr "Yeni sahe elave et" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -msgid "Information" -msgstr "Sisteme Giriş Me'lumatı" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Yer istifadesi" @@ -10389,7 +10504,7 @@ msgstr "Yer istifadesi" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "The selected users have been deleted successfully." @@ -10863,34 +10978,6 @@ msgstr "%s cedveli %s içerisinde ya tapılmadı ya da qurulmamışdır" msgid "File doesn't exist" msgstr "\"%s\" cedveli mövcud deyil!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Emrleri Tam Olaraq Göster" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10928,7 +11015,7 @@ msgstr "" msgid "No databases" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "MySQL Depolama Motorları" @@ -10936,45 +11023,6 @@ msgstr "MySQL Depolama Motorları" msgid "View dump (schema) of databases" msgstr "Me'lumat bazalarının sxemini göster" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Başla" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "PHP Versiyası" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Söndürülüb" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12350,8 +12398,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12822,23 +12870,23 @@ msgstr "" msgid "Create version" msgstr "Server versiyası" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Mövcud olan MIME-tipleri" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Mövcud transformasiyalar" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12857,7 +12905,7 @@ msgstr "Profil yenilendi." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Cedveli yeniden adlandır" diff --git a/po/be.po b/po/be.po index ce7b039678..c5506d5fb1 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-12-13 13:06+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Belarusian %s:" msgstr "SQL-запыт да БД %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Выканаць запыт" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2633,17 +2633,17 @@ msgid "" "configured)." msgstr "(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Сэрвэр не адказвае" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Падрабязьней…" @@ -2685,8 +2685,8 @@ msgstr[0] "%s супадзеньняў у табліцы %s" msgstr[1] "%s супадзеньняў у табліцы %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Прагляд" @@ -2748,32 +2748,34 @@ msgstr "Хатняя тэчка дадзеных" msgid "Restore column order" msgstr "Дадаць/выдаліць калёнку крытэру" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Першая старонка" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Папярэдняя старонка" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Наступная старонка" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2905,7 +2907,7 @@ msgid "The row has been deleted" msgstr "Радок быў выдалены" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Спыніць" @@ -2963,8 +2965,8 @@ msgstr "Адзначыць усё" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3071,7 +3073,7 @@ msgstr "Адкрыць новае акно phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3104,12 +3106,13 @@ msgid "Cardinality" msgstr "Колькасьць элемэнтаў" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Супастаўленьне" @@ -3138,7 +3141,7 @@ msgstr "" "іх, магчыма, можна выдаліць." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сэрвэр" @@ -3149,9 +3152,9 @@ msgid "View" msgstr "Выгляд" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3162,32 +3165,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Пошук" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Уставіць" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Апэрацыі" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3228,53 +3231,54 @@ msgstr "Працэдуры" msgid "Events" msgstr "Падзеі" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дызайнэр" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Базы дадзеных" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Карыстальнік" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Двайковы лог" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Рэплікацыя" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Зьменныя" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кадыроўкі" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Машыны" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Памылка" @@ -3372,7 +3376,8 @@ msgstr "Табліц" msgid "Transaction coordinator" msgstr "Каардынатар перакладу" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файлы" @@ -3947,136 +3952,136 @@ msgstr "SQL-запыт" msgid "MySQL said: " msgstr "Адказ MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Тлумачыць SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Не тлумачыць SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Без PHP-коду" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Стварыць PHP-код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Абнавіць" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Не правяраць SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Праверыць SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Машыны" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Прафіляваньне" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ндз" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Працэдуры" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Перайсьці да базы дадзеных "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Існуе вядомая памылка з выкарыстаньнем парамэтра %s, глядзіце апісаньне на %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "тэчка вэб-сэрвэра для загрузкі файлаў" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Ачысьціць" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Друк" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Створаная" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Апошняе абнаўленьне" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Апошняя праверка" @@ -4085,9 +4090,9 @@ msgstr "Апошняя праверка" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4243,8 +4248,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Адключана" @@ -4410,8 +4415,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Скінуць" @@ -4479,8 +4488,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4679,8 +4688,8 @@ msgstr "Сьціск" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4933,8 +4942,8 @@ msgstr "" msgid "Customize default options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5058,8 +5067,9 @@ msgstr "Старонка:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5855,8 +5865,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -6000,391 +6010,401 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Пошук" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "імя базы дадзеных" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "ID сэрвэра" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Аналізаваць табліцу" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Рамантаваць табліцу" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Выбар сэрвэра" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Паказваць камэнтары калёнак" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дэфрагмэнтаваць табліцу" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Выразы" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Рэжым аўтаматычнага ўзнаўленьня" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Паказаць інфармацыю пра PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Паказаць стан залежных сэрвэраў" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Паказаць адкрытыя табліцы" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Паказаць сетку" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Паказаць поўныя запыты" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL-запыт" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Статыстыка радку" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Паказаць адкрытыя табліцы" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6392,80 +6412,80 @@ msgstr "" msgid "Password" msgstr "Пароль" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Імя карыстальніка:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Дадаць/выдаліць калёнку крытэру" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Default title" msgstr "Перайменаваць базу дадзеных у" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6473,46 +6493,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Хатняя тэчка дадзеных" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6520,7 +6540,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6528,65 +6548,81 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy msgid "Config authentication" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy msgid "Cookie authentication" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy msgid "HTTP authentication" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy msgid "Signon authentication" msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV з выкарыстаньнем LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6594,34 +6630,34 @@ msgstr "CSV з выкарыстаньнем LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Спэцыфікацыя Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Іншы колер" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Налады экспарту базы дадзеных" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV для дадзеных MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7543,8 +7579,8 @@ msgstr "Стварыць індэкс на %s калёнках" msgid "Hide" msgstr "Схаваць" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Двайковы" @@ -7681,189 +7717,189 @@ msgstr "Ці сапраўды вы жадаеце " msgid "No change" msgstr "Няма зьменаў" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Кадыроўка" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Баўгарская" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Кітайская спрошчаная" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Традыцыйная кітайская" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "без уліку рэгістру" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "з улікам рэгістру" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Харвацкая" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чэская" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Дацкая" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Ангельская" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Эспэранта" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Эстонская" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Нямецкая" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "слоўнік" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "тэлефонная кніга" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Вугорская" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Ісьляндзкая" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Японская" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латвійская" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Літоўская" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Карэйская" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Пэрсыдзкая" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Польская" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Заходнеэўрапейская" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румынская" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Славацкая" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Славенская" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Гішпанская" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Традыцыйная гішпанская" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Швэдзкая" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тайляндзкая" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турэцкая" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украінская" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юнікод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "шматмоўная" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Цэнтральнаэўрапейская" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Расейская" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтыйская" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Армянская" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кірылічная" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арабская" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Габрэйская" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузінская" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грэцкая" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чэхаславацкая" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "невядома" @@ -8076,7 +8112,7 @@ msgstr "Перайменаваць табліцу ў" msgid "Table comments" msgstr "Камэнтар да табліцы" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Машына захаваньня дадзеных" @@ -8246,13 +8282,21 @@ msgstr "Імя карыстальніка:" msgid "Server Choice:" msgstr "Выбар сэрвэра" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8260,8 +8304,8 @@ msgstr "" "Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце " "зноў" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Немагчыма залагавацца на сэрвэр MySQL" @@ -8338,7 +8382,7 @@ msgstr "Замяняць NULL на" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8771,6 +8815,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Спэцыфікацыя Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8993,94 +9043,94 @@ msgstr "" "Паказвае спасылку; поле зьмяшчае назву файла. Першая опцыя — прэфікс адрасу " "кшталту \"http://www.example.com/\". Другая опцыя — назва спасылкі." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "не OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Уключана" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Магчымасьці асноўных сувязяў" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Паказваць магчымасьці" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Стварэньне PDF-файлаў" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Паказваць камэнтары калёнак" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Пераўтварэньне MIME-тыпу браўзэрам" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, " "да дакумэнтацыі" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Закладзены SQL-запыт" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Гісторыя SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "няма апісаньня" @@ -9136,7 +9186,7 @@ msgstr "Паказаць стан залежных сэрвэраў" msgid "Variable" msgstr "Зьменная" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID сэрвэра" @@ -9276,7 +9326,7 @@ msgstr "Падрабязьней…" msgid "Event name" msgstr "Тып падзеі" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Тып падзеі" @@ -9674,41 +9724,38 @@ msgstr "У базе дадзеных табліц ня выяўлена." msgid "There are no events to display." msgstr "Праверыць табліцу" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Табліцы \"%s\" не існуе!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Калі ласка, сканфігуруйце каардынаты для табліцы %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Структура базы \"%s\" — старонка %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "Файл %s ня ўтрымлівае ніякага ідэнтыфікатара ключа" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9782,53 +9829,53 @@ msgstr "Назвы калёнак" msgid "Display relational schema" msgstr "Рэляцыйная схема" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Паказаць сетку" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Паказаць колер" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Паказаць разьмернасьць табліц" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Паказаць усе табліцы аднолькавай шырыні?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Слоўнік дадзеных" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Краявід" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Партрэт" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Створаная" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Памер паперы" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9836,12 +9883,12 @@ msgstr "" "Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці " "жадаеце вы выдаліць гэтыя спасылкі?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Паказаць папярэдні прагляд" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Невядомая мова: %1$s." @@ -9852,6 +9899,78 @@ msgstr "Невядомая мова: %1$s." msgid "Current Server:" msgstr "Сэрвэр" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Вылучыце двайковы лог для прагляду" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Імя логу" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Пазыцыя" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Першапачатковая пазыцыя" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Інфармацыя" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Абразаць паказаныя запыты" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Паказаць поўныя запыты" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Раскладкі і супастаўленьні" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Першая старонка" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Пэрсыдзкая" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Адключана" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Без прывілеяў." @@ -10707,10 +10826,6 @@ msgstr "Дадаць новае поле" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Інфармацыя" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Выкарыстаньне прасторы" @@ -10719,7 +10834,7 @@ msgstr "Выкарыстаньне прасторы" msgid "Effective" msgstr "Эфэктыўнасьць" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Табліца %1$s была пасьпяхова зьмененая" @@ -11207,34 +11322,6 @@ msgstr "Табліца %s ня знойдзеная або ня вызн msgid "File doesn't exist" msgstr "Табліцы \"%s\" не існуе!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Вылучыце двайковы лог для прагляду" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Абразаць паказаныя запыты" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Паказаць поўныя запыты" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Імя логу" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Пазыцыя" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Першапачатковая пазыцыя" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Раскладкі і супастаўленьні" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11272,7 +11359,7 @@ msgstr "" msgid "No databases" msgstr "Базы дадзеных адсутнічаюць" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Машыны захаваньня дадзеных" @@ -11280,45 +11367,6 @@ msgstr "Машыны захаваньня дадзеных" msgid "View dump (schema) of databases" msgstr "Праглядзець дамп (схему) базаў дадзеных" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Першая старонка" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Пэрсыдзкая" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Адключана" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12839,8 +12887,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13318,23 +13366,23 @@ msgstr "" msgid "Create version" msgstr "Стварыць сувязь" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Даступныя MIME-тыпы" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Даступныя пераўтварэньні" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13353,7 +13401,7 @@ msgstr "Профіль быў адноўлены." msgid "VIEW name" msgstr "Назва прагляду" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Перайменаваць табліцу ў" diff --git a/po/be@latin.po b/po/be@latin.po index 79522aa879..ee017b711f 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-12-13 13:06+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Belarusian (latin) %s:" msgstr "SQL-zapyt da BD %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Vykanać zapyt" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2643,17 +2643,17 @@ msgid "" "configured)." msgstr "(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Server nie adkazvaje" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Padrabiaźniej…" @@ -2697,8 +2697,8 @@ msgstr[1] "%s supadzieńniaŭ u tablicy %s" msgstr[2] "%s supadzieńniaŭ u tablicy %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Prahlad" @@ -2759,32 +2759,34 @@ msgstr "" msgid "Restore column order" msgstr "Dadać/vydalić kalonku kryteru" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Pieršaja staronka" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Papiaredniaja staronka" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Nastupnaja staronka" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2916,7 +2918,7 @@ msgid "The row has been deleted" msgstr "Radok byŭ vydaleny" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Spynić" @@ -2974,8 +2976,8 @@ msgstr "Adznačyć usio" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3063,8 +3065,8 @@ msgstr "Padčas zahruzki fajła adbyłasia nieviadomaja pamyłka." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł [doc@faq1-11]" -"1.11 u FAQ[/doc]" +"Pamyłka pieramiaščeńnia zahružanaha fajła. Hladzicie raździeł " +"[doc@faq1-11]1.11 u FAQ[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -3083,7 +3085,7 @@ msgstr "Adkryć novaje akno phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3116,12 +3118,13 @@ msgid "Cardinality" msgstr "Kolkaść elementaŭ" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Supastaŭleńnie" @@ -3150,7 +3153,7 @@ msgstr "" "ich, mahčyma, možna vydalić." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3161,9 +3164,9 @@ msgid "View" msgstr "Vyhlad" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3174,32 +3177,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Pošuk" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Ustavić" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Aperacyi" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3240,53 +3243,54 @@ msgstr "Pracedury" msgid "Events" msgstr "Padziei" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dyzajner" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bazy dadzienych" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Karystalnik" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Dvajkovy łog" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikacyja" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Źmiennyja" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Kadyroŭki" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Mašyny" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Pamyłka" @@ -3384,7 +3388,8 @@ msgstr "Tablic" msgid "Transaction coordinator" msgstr "Kaardynatar pierakładu" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Fajły" @@ -3961,137 +3966,137 @@ msgstr "SQL-zapyt" msgid "MySQL said: " msgstr "Adkaz MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Tłumačyć SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Nie tłumačyć SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Biez PHP-kodu" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Stvaryć PHP-kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Abnavić" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Nie praviarać SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Pravieryć SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Mašyny" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Prafilavańnie" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ndz" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Pracedury" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Pierajści da bazy dadzienych \"%s\"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Isnuje viadomaja pamyłka z vykarystańniem parametra %s, hladzicie apisańnie " "na %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "tečka web-servera dla zahruzki fajłaŭ" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Niemahčyma adkryć paznačanuju vami tečku dla zahruzki fajłaŭ" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Ačyścić" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Druk" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Stvoranaja" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Apošniaje abnaŭleńnie" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Apošniaja pravierka" @@ -4100,9 +4105,9 @@ msgstr "Apošniaja pravierka" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4260,8 +4265,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Adklučana" @@ -4427,8 +4432,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Skinuć" @@ -4495,8 +4504,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4693,8 +4702,8 @@ msgstr "Ścisk" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4944,8 +4953,8 @@ msgstr "" msgid "Customize default options" msgstr "Dziejańni z vynikami zapytaŭ" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5063,8 +5072,9 @@ msgstr "Staronka:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5847,8 +5857,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5987,387 +5997,397 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Pošuk" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "imia bazy dadzienych" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizavać tablicu" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Pakazvać kamentary kalonak" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defrahmentavać tablicu" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Vyrazy" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Pakazać infarmacyju pra PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Pakazać stan zaležnych serveraŭ" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Relational display field" msgid "Show display direction" msgstr "Adlustravanaje pole suviazi" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Pakazać adkrytyja tablicy" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Pakazać sietku" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "pa zapytu" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6375,80 +6395,80 @@ msgstr "" msgid "Password" msgstr "Parol" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dadać/vydalić kalonku kryteru" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Pa zmoŭčańni" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6456,45 +6476,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6502,7 +6522,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6510,69 +6530,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Authenticating…" msgid "Config authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Authenticating…" msgid "Cookie authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy #| msgid "Authenticating…" msgid "HTTP authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Authenticating…" msgid "Signon authentication" msgstr "Aŭtentyfikacyja…" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV z vykarystańniem LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6580,36 +6616,36 @@ msgstr "CSV z vykarystańniem LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Specyfikacyja Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Inšy koler" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy #| msgid "Database export options" msgid "Database export options" msgstr "Nałady ekspartu bazy dadzienych" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV dla dadzienych MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7538,8 +7574,8 @@ msgstr "Stvaryć indeks na %s kalonkach" msgid "Hide" msgstr "Schavać" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Dvajkovy" @@ -7675,189 +7711,189 @@ msgstr "Ci sapraŭdy vy žadajecie " msgid "No change" msgstr "Niama źmienaŭ" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Kadyroŭka" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Baŭharskaja" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Kitajskaja sproščanaja" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradycyjnaja kitajskaja" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "biez uliku rehistru" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "z ulikam rehistru" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Charvackaja" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Českaja" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dackaja" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anhielskaja" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanta" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonskaja" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Niamieckaja" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "słoŭnik" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonnaja kniha" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Vuhorskaja" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Iślandzkaja" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonskaja" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Łatvijskaja" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litoŭskaja" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Karejskaja" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persydzkaja" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polskaja" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zachodnieeŭrapiejskaja" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumynskaja" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Słavackaja" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Słavienskaja" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Hišpanskaja" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradycyjnaja hišpanskaja" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedzkaja" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tajlandzkaja" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Tureckaja" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainskaja" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Junikod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "šmatmoŭnaja" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centralnaeŭrapiejskaja" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rasiejskaja" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Bałtyjskaja" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armianskaja" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kiryličnaja" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabskaja" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Habrejskaja" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Hruzinskaja" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Hreckaja" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Čechasłavackaja" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nieviadoma" @@ -8071,7 +8107,7 @@ msgstr "Pierajmienavać tablicu ŭ" msgid "Table comments" msgstr "Kamentar da tablicy" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Mašyna zachavańnia dadzienych" @@ -8242,13 +8278,21 @@ msgstr "Imia karystalnika:" msgid "Server Choice:" msgstr "Vybar servera" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8256,8 +8300,8 @@ msgstr "" "Nie było anijakaj aktyŭnaści na praciahu %s sekundaŭ. Kali łaska, uvajdzicie " "znoŭ" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Niemahčyma załahavacca na server MySQL" @@ -8335,7 +8379,7 @@ msgstr "Zamianiać NULL na" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8769,6 +8813,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Specyfikacyja Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8994,94 +9044,94 @@ msgstr "" "Pakazvaje spasyłku; pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks " "adrasu kštałtu \"http://www.example.com/\". Druhaja opcyja — nazva spasyłki." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nie OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Uklučana" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Pakazvać mahčymaści" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Stvareńnie PDF-fajłaŭ" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Pakazvać kamentary kalonak" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Pieraŭtvareńnie MIME-typu braŭzeram" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Za infarmacyjaj jak abnavić tablicu column_comments źviarniciesia, kali " "łaska, da dakumentacyi" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Zakładzieny SQL-zapyt" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historyja SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "niama apisańnia" @@ -9136,7 +9186,7 @@ msgstr "" msgid "Variable" msgstr "Źmiennaja" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID servera" @@ -9277,7 +9327,7 @@ msgstr "Padrabiaźniej…" msgid "Event name" msgstr "Typ padziei" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Typ padziei" @@ -9676,41 +9726,38 @@ msgstr "U bazie dadzienych tablic nia vyjaŭlena." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tablicy \"%s\" nie isnuje!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Kali łaska, skanfihurujcie kaardynaty dla tablicy %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Struktura bazy \"%s\" — staronka %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "Fajł %s nia ŭtrymlivaje nijakaha identyfikatara kluča" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9784,53 +9831,53 @@ msgstr "Nazvy kalonak" msgid "Display relational schema" msgstr "Relacyjnaja schiema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Pakazać sietku" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Pakazać koler" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Pakazać raźmiernaść tablic" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Pakazać usie tablicy adnolkavaj šyryni?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Słoŭnik dadzienych" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Krajavid" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Partret" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Stvoranaja" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Pamier papiery" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9838,12 +9885,12 @@ msgstr "" "Biahučaja staronka ŭtrymlivaje spasyłki na tablicy, jakija bolš nie isnujuć. " "Ci žadajecie vy vydalić hetyja spasyłki?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Pakazać papiaredni prahlad" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Nieviadomaja mova: %1$s." @@ -9854,6 +9901,77 @@ msgstr "Nieviadomaja mova: %1$s." msgid "Current Server:" msgstr "Server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Vyłučycie dvajkovy łog dla prahladu" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Imia łogu" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pazycyja" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Pieršapačatkovaja pazycyja" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Infarmacyja" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Abrazać pakazanyja zapyty" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Pakazać poŭnyja zapyty" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Raskładki i supastaŭleńni" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Pieršaja staronka" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Adklučana" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Biez pryvilejaŭ." @@ -10711,10 +10829,6 @@ msgstr "Dadać novaje pole" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Infarmacyja" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Vykarystańnie prastory" @@ -10723,7 +10837,7 @@ msgstr "Vykarystańnie prastory" msgid "Effective" msgstr "Efektyŭnaść" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tablica %1$s była paśpiachova źmienienaja" @@ -11211,34 +11325,6 @@ msgstr "Tablica %s nia znojdzienaja abo nia vyznačanaja ŭ %s" msgid "File doesn't exist" msgstr "Tablicy \"%s\" nie isnuje!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Vyłučycie dvajkovy łog dla prahladu" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Abrazać pakazanyja zapyty" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Pakazać poŭnyja zapyty" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Imia łogu" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pazycyja" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Pieršapačatkovaja pazycyja" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Raskładki i supastaŭleńni" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11277,7 +11363,7 @@ msgstr "" msgid "No databases" msgstr "Bazy dadzienych adsutničajuć" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Mašyny zachavańnia dadzienych" @@ -11285,44 +11371,6 @@ msgstr "Mašyny zachavańnia dadzienych" msgid "View dump (schema) of databases" msgstr "Prahladzieć damp (schiemu) bazaŭ dadzienych" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Pieršaja staronka" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Adklučana" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12834,8 +12882,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13311,23 +13359,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dastupnyja MIME-typy" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dastupnyja pieraŭtvareńni" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13346,7 +13394,7 @@ msgstr "Profil byŭ adnoŭleny." msgid "VIEW name" msgstr "Nazva prahladu" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/bg.po b/po/bg.po index 7b9dd4aa81..ef0db22ae3 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-07 23:46+0200\n" "Last-Translator: Pl P \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" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "Показване на всички" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Страница:" @@ -59,7 +59,7 @@ msgstr "Търсене" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -67,9 +67,9 @@ msgstr "Търсене" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -77,10 +77,9 @@ msgstr "Търсене" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Изпълнение" @@ -90,8 +89,9 @@ msgid "Keyname" msgstr "Име на ключ" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Описание" @@ -273,7 +273,7 @@ msgstr "Да" msgid "View dump (schema) of database" msgstr "Преглед на схема (дъмп) на БД" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "В БД няма таблици." @@ -310,7 +310,7 @@ msgstr "" "защо натиснете %sтук%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -377,7 +377,7 @@ msgstr "Превключване към %sвизуален строител%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -392,7 +392,7 @@ msgid "Tracked tables" msgstr "Следени таблици" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -415,7 +415,7 @@ msgstr "Създаден" msgid "Updated" msgstr "Съвременен" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -439,7 +439,7 @@ msgid "Delete tracking data for this table" msgstr "Изтриване на проследената информация за таблицата" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -474,28 +474,28 @@ msgstr "Непроследявани таблици" msgid "Track table" msgstr "Следене на таблица" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Дневник БД" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Неправилен тип!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Избраният тип експорт трябва да бъде запазен като файл!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Грешни параметри!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Недостатъчно свободно пространство за запазване на файла %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -503,12 +503,12 @@ msgstr "" "Файлът %s вече съществува на сървъра, сменете името на файла или включете " "опцията за препокриване." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Web сървърът няма права за писане върху файла %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Схемата беше запазена във файл %s." @@ -657,8 +657,8 @@ msgid "" "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "Не бяха получени данни за импорт. Или не е изпратен файл, или файлът е бил " -"по-голям от разрешеното в конфигурацията на PHP. Вижте [doc@faq1-16]ЧЗВ 1.16" -"[/doc]." +"по-голям от разрешеното в конфигурацията на PHP. Вижте [doc@faq1-16]ЧЗВ " +"1.16[/doc]." #: import.php:447 msgid "" @@ -703,51 +703,51 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "SQL заявката беше изпълнена успешно" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Назад" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Общи настройки" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Смяна на паролата" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Колация на връзката към сървъра" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Визуални настройки" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Още" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "БД сървър" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Сървър:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server port" msgid "Server type:" msgstr "Порт на сървъра" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -755,79 +755,79 @@ msgstr "Порт на сървъра" msgid "Server version:" msgstr "Версия на сървъра" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Версия на протокола" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Потребител" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server charset" msgid "Server charset:" msgstr "Знаков набор на сървъра" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Web сървър" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database client version" msgid "Database client version:" msgstr "Версия на БД клиент" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "PHP разшрение" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Информация за PHP" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Весия" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Документация" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Официална страница" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Принос" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Получаване на помощ" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Списък с промени" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -840,7 +840,7 @@ msgstr "" "да оправите тази дупка в сигурността като зададете парола на потребителя " "'root'." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -849,7 +849,7 @@ msgstr "" "Имате включено mbstring.func_overload в настройките на PHP. Тази опция е " "несъвместима с phpMyAdmin и може да причини повреда на данни!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -859,7 +859,7 @@ msgstr "" "символен набор. Без това разширение phpMyAdmin не може да разделя правилно " "низове и това може да доведе до неочаквани резултати." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -867,17 +867,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "Конфигурационният файл има нужда от тайна фраза (blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -885,7 +885,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -894,14 +894,14 @@ msgstr "" "Хранилището за конфигурация на phpMyAdmin е недобре настроено и някои " "разширени функции са деактивирани. За да разберете защо натиснете %sтук%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1016,12 +1016,12 @@ msgid "Other" msgstr "Друго" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1121,44 +1121,44 @@ msgstr "Байта получени" msgid "Connections" msgstr "Връзки" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Процеси" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Б" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "ЕБ" @@ -1176,7 +1176,7 @@ msgstr "Запитвания" msgid "Traffic" msgstr "Трафик" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Настройки" @@ -1203,7 +1203,7 @@ msgstr "Моля добавете поне една променлива към #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Няма" @@ -1483,7 +1483,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1692,8 +1692,8 @@ msgstr "Показване формата за заявки" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1719,8 +1719,8 @@ msgstr "Време за изпълнение на заявката" msgid "%d is not valid row number." msgstr "%d не е валиден номер на ред." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2050,63 +2050,63 @@ msgid "December" msgstr "декември" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "яну" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "фев" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "март" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "май" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "юни" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "юли" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "септ" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "ное" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "дек" @@ -2144,32 +2144,32 @@ msgid "Sun" msgstr "нд" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "пн" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "вт" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "ср" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "чт" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "пт" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "сб" @@ -2322,7 +2322,7 @@ msgstr "Размер шрифт" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Възходящо" @@ -2331,7 +2331,7 @@ msgstr "Възходящо" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Низходящо" @@ -2412,11 +2412,11 @@ msgstr "" msgid "SQL query on database %s:" msgstr "SQL заявка към БД %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Изпълни заявката" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2424,15 +2424,15 @@ msgstr "" "Сървърът не отговаря (или местният сокет на сървъра не е конфигуриран " "правилно)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Сървърът не отговаря." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Проверете правата на папката, съдържаща БД." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Подробности…" @@ -2472,8 +2472,8 @@ msgstr[0] "%1$s съвпадение в таблица %2$s" msgstr[1] "%1$s съвпадения в таблица %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Прелистване" @@ -2525,26 +2525,28 @@ msgstr "Съхраняване на редактираните данни" msgid "Restore column order" msgstr "Възстановяване на подредбата на колоните" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Предна" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Следваща" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Последна" @@ -2663,7 +2665,7 @@ msgid "The row has been deleted" msgstr "Редът беше изтрит" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Спиране" @@ -2719,8 +2721,8 @@ msgstr "Маркиране всички" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2820,7 +2822,7 @@ msgstr "Отваряне на нов прозорец с phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Оттук нататък е необходим javascript" @@ -2851,12 +2853,13 @@ msgid "Cardinality" msgstr "Кардиналност" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Колация" @@ -2885,7 +2888,7 @@ msgstr "" "бъде премахнат." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сървър" @@ -2896,9 +2899,9 @@ msgid "View" msgstr "Изглед" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2909,32 +2912,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Търсене" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Вмъкване" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операции" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Проследяване" @@ -2975,51 +2978,52 @@ msgstr "Процедури" msgid "Events" msgstr "Събития" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Строител" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "БД" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Потребители" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Двоичен дневник" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Репликация" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Променливи" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Знакови набори" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Добавки" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Хранилища" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Грешка" @@ -3108,7 +3112,8 @@ msgstr "Таблици" msgid "Transaction coordinator" msgstr "Координатор на транзакциите" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файлове" @@ -3661,130 +3666,130 @@ msgstr "SQL заявка" msgid "MySQL said: " msgstr "MySQL отговори: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Неуспешно свързване към SQL валидатора!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Обяснение на SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Пропусни Explain SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Без PHP код" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Създаване на PHP код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Опресняване" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Пропусни Validate SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Валидиране на SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Редакция на заявката на място" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "На място" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Профилиране" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "нд" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%e %B %Y в %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s дена, %s часа, %s минути и %s секунди" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Липсващ параметър:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Показване БД "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Функционалността %s се влияе от известен дефект, виж %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Щракване за превключване" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Разглеждане на компютъра:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Избор от директорията за качване %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Папката, която сте указали за качване е недостъпна" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Няма файлве за качване" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Изчистване" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Изпълнение" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Печат" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Дата на създаване" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Последно обновление" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Последна проверка" @@ -3793,9 +3798,9 @@ msgstr "Последна проверка" msgid "shared" msgstr "споделен" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3941,8 +3946,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Забрано" @@ -4098,8 +4103,12 @@ msgstr "Стойност по подразбиране" msgid "Allow users to customize this value" msgstr "Позволение на потребители да променят стойността" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Изчистване" @@ -4166,8 +4175,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Определя какъв вид полета за редакция да бъдат използвани за колони тип CHAR " -"и VARCHAR:[kbd]input[/kbd] - позволява ограничаване по дължина, [kbd]textarea" -"[/kbd] - позволява вмъкването на нови редове" +"и VARCHAR:[kbd]input[/kbd] - позволява ограничаване по дължина, " +"[kbd]textarea[/kbd] - позволява вмъкването на нови редове" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4175,8 +4184,8 @@ msgstr "Редакция на CHAR колони" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Използване на удобен за потребителя редактор за писане на SQL заявките " "([a@http://codemirror.net/]CodeMirror[/a]) със синтактично оцветяване и " @@ -4375,8 +4384,8 @@ msgstr "Компресия" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4613,8 +4622,8 @@ msgstr "Персонализиране на преглеждането" msgid "Customize default options" msgstr "Персонализиране настройките по подразбиране" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4731,11 +4740,13 @@ msgstr "Заглавие в браузъра" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Настройте заглавието в браузъра. Прочетете [doc@cfg_TitleTable]документацията" -"[/doc] за магическите низове и техните стойности." +"Настройте заглавието в браузъра. Прочетете " +"[doc@cfg_TitleTable]документацията[/doc] за магическите низове и техните " +"стойности." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -5504,8 +5515,8 @@ msgstr "Таблица за белязки" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5590,9 +5601,9 @@ msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -"Допълнителна информация в [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"системата за проследяване на дефекти на PMA[/a] и [a@http://bugs.mysql." -"com/19588]дефекти на MySQL[/a]" +"Допълнителна информация в [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]системата за проследяване на дефекти на PMA[/a] и [a@http://bugs." +"mysql.com/19588]дефекти на MySQL[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5655,145 +5666,155 @@ msgid "Connect without password" msgstr "Връзка без парола" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Търсене в таблица" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Показване само на изброените БД" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Оставете празно, ако не използвате удостоверяване от настройките" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Парола за удостоверяване от настройките" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Име БД" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Порт, на който MySQL сървърът слуша, оставете празно за този по подразбиране" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Порт на сървъра" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Последно отваряна таблица" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Таблица за връзка" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL команда, която да извади списък на наличните БД" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Команда SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"За примери посетете [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"видове удостоверяване[/a]" +"За примери посетете [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]видове удостоверяване[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Сокет, на които MySQL сървърът слуша, оставете празно за този по подразбиране" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Сокет на сървъра" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Разрешаване на SSL връзка към MySQL сървър" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Използване SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Показване таблицата с колоните" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Таблица с визуалните настройки" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5801,11 +5822,11 @@ msgstr "" "Дали израз DROP DATABASE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на БД." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Добавяне DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5813,11 +5834,11 @@ msgstr "" "Дали израз DROP TABLE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на таблица." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Добавяне DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5825,53 +5846,53 @@ msgstr "" "Дали израз DROP VIEW IF EXISTS да бъде добавян като първи ред в дневника при " "създаване на изглед." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Добавяне DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Изрази, които да бъдат проследявани" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Автоматично създаване на версии" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Таблица за съхранение на потребителските предпочитания" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5879,77 +5900,77 @@ msgstr "" "Разбираемо за потребителя описание на този сървър. Ако е празно ще бъде " "показан хоста." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Описателно име на този сървър" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" "Дали на потребителя да бъде показван бутон "показване всички"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Разрешаване показването на всички редове" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Показване формуляр за смяна на парола" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Показване формуляр за създаване на БД" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Показване времево клеймо на създаването" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Показване или скриване на колона с времево клеймо на последната промяна за " "всички таблици" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Показване времево клеймо на последната промяна" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Показване или скриване на колона с времево клеймо на последната проверка за " "всички таблици" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Показване времево клеймо на последната проверка" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -5957,89 +5978,89 @@ msgstr "" "Определя дали първоначално да бъдат показани типовете на полетата при " "редакция/вмъкване" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Показване типовете полета" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Показване на поле с функциите при редакция/вмъкване" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Показване поле с функциите" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Дали да бъде показвана подсказка" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Показване подсказка" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 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]" +"Показва връзка към изхода на [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Показване връзка към phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Показва подробна информация за MySQL сървъра" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Определя дали SQL заявките, генерирани от phpMyAdmin да бъдат показвани" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Показване на SQL заявките" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Определя дали прозорецът със заявката да остане екрана след изпращането му" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Запазване отворен прозореца за заявки" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Разрешаване показването на статистика за таблици и БД (напр. заемано " "пространство)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Показване статистика" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Показване на коментара на таблицата в подсказка" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Пропускане заключени таблици" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Изисква SQL валидаторът да бъде включван" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6047,79 +6068,79 @@ msgstr "Изисква SQL валидаторът да бъде включван msgid "Password" msgstr "Парола" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" "[strong]Предупреждение:[/strong] изисква инсталиран PHP SOAP или PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Включване на SQL валидатора" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Ако имате отделно потребителско име, въведете го тук (по подразбиране е [kbd]" -"anonymous[/kbd])" +"Ако имате отделно потребителско име, въведете го тук (по подразбиране е " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Потребителско име" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Колони в текство поле" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Реда в текстово поле" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Заглавие на прозореца на браузъра, когато е избрана БД" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Заглавие на прозореца на браузъра, когато не е избрано нищо" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Заглавие по подразбиране" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Заглавие на прозореца на браузъра, когато е избран сървър" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Заглавие на прозореца на браузъра, когато е избрана таблица" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6127,46 +6148,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Папка на сървъра, в която можете да качвате файлове, за да бъдат импортирани" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Папка за качване на файлове" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Проверка за обновление" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "Позволява проверка за обновления на страницата на phpMyAdmin" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6174,7 +6195,7 @@ msgstr "Позволява проверка за обновления на ст msgid "Version check" msgstr "Проверка за обновления" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6182,36 +6203,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Проверка за обновления" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Проверка за обновления" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Проверка за обновления" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6219,32 +6240,48 @@ msgstr "" "Включване на [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "компресия при импорт и експорт" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Удостоверяване от настройките" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Удостоверяване чрез бисквитка" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP удостоверяване" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV с LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6252,32 +6289,32 @@ msgstr "CSV с LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Бърз" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Потребителски" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Опции за експорт на БД" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV за MS Excel данни" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7080,8 +7117,8 @@ msgstr "Създаване на индекс върху  %s колон msgid "Hide" msgstr "Скриване" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "двоичен" @@ -7206,189 +7243,189 @@ msgstr "Наистина ли искате да изпълните следна msgid "No change" msgstr "Няма промяна" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Знаков набор" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Български" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Опростен китайски" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Традиционен китайски" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "нечувствителен към регистъра" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "чувствително към регистъра" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хърватски" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чешки" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Датски" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Английски" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Есперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Естонски" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Немски" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "речник" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонен бележник" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Унгарски" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исландски" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Японски" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латвийски" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литовски" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корейски" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Персийски" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Полски" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Западно-европейски" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румънски" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словашки" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словенски" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Испански" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Традиционен Испански" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведски" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тайландски" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турски" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украински" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "многоезичен" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Централно европейски" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Руски" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтийски" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Арменски" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кирилица" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арабски" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Иврит" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузински" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Гръцки" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословашки" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "непознат" @@ -7607,7 +7644,7 @@ msgstr "Преименуване на таблицата на" msgid "Table comments" msgstr "Коментари към таблицата" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Хранилище" @@ -7770,20 +7807,28 @@ msgstr "Име:" msgid "Server Choice:" msgstr "Избор на сървър" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "Входът без парола е забранен от конфигурацията (виж AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Няма активност през последните %s секунди; моля влезте отново" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Невъзможен вход в MySQL сървъра" @@ -7849,7 +7894,7 @@ msgstr "Замяна NULL с:" msgid "Remove carriage return/line feed characters within columns" msgstr "Премахване на символите за нов ред от колоните" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel версия:" @@ -8128,8 +8173,8 @@ msgid "" "tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" msgstr "" "комбинация от двата горни варианта
      Пример: " -"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), " -"(7,8,9)" +"INSERT INTO tbl_name (col_A,col_B) VALUES (1,2,3), (4,5,6), (7,8,9)" #: libraries/plugins/export/ExportSql.class.php:371 msgid "" @@ -8264,6 +8309,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8355,10 +8406,10 @@ msgstr "" "Text_Plain_External.class.php и да изредите програмите, на които позволявате " "да бъдат стартирани. Първата опция тогава е номера на програмата, която " "бихте искали да използвате, а втората са параметрите ѝ. Ако третият " -"параметър е установен на 1, ще конвертира изхода използвайки htmlspecialchars" -"() (По подразбиране е 1). Ако четвъртият параметър е установен на 1 това ще " -"предотврати спренос на нов ред и целият изход ще бъде показан на един ред " -"(По подразбиране е 1)." +"параметър е установен на 1, ще конвертира изхода използвайки " +"htmlspecialchars() (По подразбиране е 1). Ако четвъртият параметър е " +"установен на 1 това ще предотврати спренос на нов ред и целият изход ще бъде " +"показан на един ред (По подразбиране е 1)." #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 msgid "" @@ -8428,95 +8479,94 @@ msgstr "" "Показва връзката на полето съдържащо файлово име. Първата опция е префикс " "като \"http://www.example.com/\". Втората опция е заглавието на връзката." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "не е OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Позволено" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Общи свойства на релациите" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Показване свойства" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Създаване на PDF-и" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Показване на коментари към Колоните" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Браузърна трансформация" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Моля консултирайте се с документацията относно обновяването на вашата " "column_comments таблица" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Отбелязана SQL заявка" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-хронология" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Потребителски предпочитания" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Бързи стъпки за настройка на разширените свойства:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -"Включване на допълнителните функции в конфигурационния файл " -"(config.inc.php), започнете с примера в " -"config.sample.inc.php." +"Включване на допълнителните функции в конфигурационния файл (config." +"inc.php), започнете с примера в config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "няма описание" @@ -8571,7 +8621,7 @@ msgstr "Състояние на подчинен" msgid "Variable" msgstr "Променлива" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Сървърен идентификатор" @@ -8706,7 +8756,7 @@ msgstr "Подробности" msgid "Event name" msgstr "Име на събитие" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Тип на събитието" @@ -9047,37 +9097,34 @@ msgstr "Няма събитие с име %1$s в БД %2$s" msgid "There are no events to display." msgstr "Няма събития." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Таблицата %s не съществува!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Моля конфигурирайте координатите за таблица %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Схема на БД %s - страница %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Тази страница не съдържа таблици!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ГРЕШКА В СХЕМАТА: " @@ -9143,51 +9190,51 @@ msgstr "Име на колона" msgid "Display relational schema" msgstr "Показване схема на релациите" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Мрежата видима" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Показване свят" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Размери на таблиците видими" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Всички таблици да бъдат показвани с еднаква ширина" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Речник на данните" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Само ключовете видими" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Пейзажно" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Портретно" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Посока" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Размер на хартията" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9195,12 +9242,12 @@ msgstr "" "Текущата Страница има Референции към Таблици които вече не съществуват. " "Желаете ли да изтриете тези Референции?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Непознат език: %1$s." @@ -9211,6 +9258,75 @@ msgstr "Непознат език: %1$s." msgid "Current Server:" msgstr "Текущ сървър" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Изберете двоичен дневник за преглед" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Име на дневник" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Положение" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Първоначално положение" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Информация" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Съкращаване на показаните заявки" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Показване на пълните заявки" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Знакови набори и колации" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Модули" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Начало" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Праставка" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Модул" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Библиотека" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Версия" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Автор" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Лиценз" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "изключено" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Няма права." @@ -10040,10 +10156,6 @@ msgstr "Добавяне на пространствен индекс" msgid "Add FULLTEXT index" msgstr "Добавяне на FULLTEXT индекс" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Информация" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Използвано място" @@ -10052,7 +10164,7 @@ msgstr "Използвано място" msgid "Effective" msgstr "Ефективни" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Таблицата %1$s беше променена" @@ -10491,34 +10603,6 @@ msgstr "таблица %s не е намерена или не е уст msgid "File doesn't exist" msgstr "Файлът не съществува" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Изберете двоичен дневник за преглед" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Съкращаване на показаните заявки" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Показване на пълните заявки" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Име на дневник" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Положение" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Първоначално положение" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Знакови набори и колации" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10555,7 +10639,7 @@ msgstr "" msgid "No databases" msgstr "Няма БД" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Хранилища на данни" @@ -10563,42 +10647,6 @@ msgstr "Хранилища на данни" msgid "View dump (schema) of databases" msgstr "Преглед на схемата (дъмп) на БД" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Модули" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Начало" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Праставка" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Модул" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Библиотека" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Версия" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Автор" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Лиценз" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "изключено" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11963,8 +12011,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12415,23 +12463,23 @@ msgstr "Проследяване следните изрази за манипу msgid "Create version" msgstr "Създаване на версия" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Тема" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Още теми!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Достъпни MIME типове" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Достъпни трансформации" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Описание" @@ -12448,7 +12496,7 @@ msgstr "Профилът беше обновен." msgid "VIEW name" msgstr "Име на ИЗГЛЕД" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Преименуване на изгледа на" diff --git a/po/bn.po b/po/bn.po index f03e7ae967..a539c91ea2 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-30 12:59+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bengali %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid " the local MySQL server's socket is not correctly configured)" msgid "" @@ -2528,17 +2528,17 @@ msgid "" "configured)." msgstr "(or the local MySQL server's socket is not correctly configured)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "The server is not responding" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2580,8 +2580,8 @@ msgstr[0] "%s ভিতরের টেবিলটি মানানসই msgstr[1] "%s ভিতরের টেবিলগুলি মানানসই %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "ব্রাউজ করুন" @@ -2636,32 +2636,34 @@ msgstr "Data home directory" msgid "Restore column order" msgstr "Add/Delete Field Columns" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "শুরু" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "পূর্ববর্তী" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "পরবর্তী" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2795,7 +2797,7 @@ msgid "The row has been deleted" msgstr "সারিটি মুছে ফেলা হয়েছে" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Kill" @@ -2851,8 +2853,8 @@ msgstr "সব পরীক্ষা করুন" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2954,7 +2956,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2985,12 +2987,13 @@ msgid "Cardinality" msgstr "Cardinality" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "একত্রীকরণ" @@ -3018,7 +3021,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "সার্ভার" @@ -3029,9 +3032,9 @@ msgid "View" msgstr "View" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3042,32 +3045,32 @@ msgid "Structure" msgstr "Structure" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "খুঁজুন" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insert" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operations" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3109,53 +3112,54 @@ msgstr "" msgid "Events" msgstr "Sent" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "ডাটাবেজসমূহ Databases" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "User" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "বাইনারী লগ" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replication" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "চলকসমূহ" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Charsets" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "ইঞ্জিনসমূহ" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "ভূল" @@ -3252,7 +3256,8 @@ msgstr "টেবিলসমূহ" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "ক্ষেত্রসমূহ" @@ -3821,133 +3826,133 @@ msgstr "SQL query" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL ব্যাখ্যা কর" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP কোড ছাড়া" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP কোড তৈরী করুনCreate PHP Code" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Refresh" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validate SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "ইঞ্জিনসমূহ" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "রবিবার" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s দিন, %s মাস, %s মিনিট and %s সেকেণ্ড" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web server upload directory" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "খালি" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "প্রিন্ট কর" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creation" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "সর্বশেষ আপডেট" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Last check" @@ -3956,9 +3961,9 @@ msgstr "Last check" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4107,8 +4112,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "বন্ধ করা হয়েছে" @@ -4274,8 +4279,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "রিসেট করুন" @@ -4343,8 +4352,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4543,8 +4552,8 @@ msgstr "সংকোচন" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4797,8 +4806,8 @@ msgstr "" msgid "Customize default options" msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4922,8 +4931,9 @@ msgstr "পাতার সংখ্যাঃ" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5714,8 +5724,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5859,391 +5869,401 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "খুঁজুন" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "ডাটাবেজ এর নাম" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "সার্ভারের আইডি" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "টেবিল বিশ্লেষণ কর" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "টেবিল রিপেয়ার করুন" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Server Choice" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "কলামের মন্তব্য প্রদর্শন করা হচ্ছে" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragment table" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Statements" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Automatic recovery mode" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Show PHP information" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Show slave status" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Show open tables" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Show Full Queries" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL query" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Row Statistics" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Show open tables" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6251,80 +6271,80 @@ msgstr "" msgid "Password" msgstr "পাসওয়ার্ড" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "ব্যাবহারকারী" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Add/Delete Field Columns" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Default title" msgstr "ডাটাবেজ রিনেম কর" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6332,46 +6352,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Data home directory" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6379,7 +6399,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6387,61 +6407,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6449,32 +6485,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "ডাটাবেজ এক্সপোটঁ করার সুবিধাসমূহ" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7340,8 +7376,8 @@ msgstr "Create an index on %s columns" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "বাইনারী" @@ -7473,189 +7509,189 @@ msgstr "আপনি কি সত্যি চান?" msgid "No change" msgstr "No change" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Charset" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "বুলগেরিয়ান" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "case-insensitive" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "case-sensitive" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croatian" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "চেক" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "ড্যানিশ" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "ইংরেজী" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonian" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "জার্মান" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "অভিধান" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "phone book" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "হাংগেরিয়ান" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Icelandic" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanese" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvian" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lithuanian" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "কোরিয়ান" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "পারসিয়ান" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "পোলিশ" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "রোমানিয়ান" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovak" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenian" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanish" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "সুইডিশ" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkish" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainian" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "ইউনিকোড" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "বহুভাষী" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "রাশিয়ান" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "ব্যাল্টিক" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "আরমেনিয়ান" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrillic" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "আরবী" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "হীব্রূ" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "জরজীয়ান" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "গ্রীক" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "চেক-স্লোভাক" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "অজানা" @@ -7862,7 +7898,7 @@ msgstr "টেবিল রিনেম করুন" msgid "Table comments" msgstr "টেবিলের মন্তব্য সমূহ" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Storage Engine" @@ -8034,20 +8070,28 @@ msgstr "ব্যাবহারকারী" msgid "Server Choice:" msgstr "Server Choice" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL সার্ভার এ লগ ইন করা যায়নি" @@ -8123,7 +8167,7 @@ msgstr "Replace NULL by" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8558,6 +8602,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8688,8 +8738,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8762,92 +8812,92 @@ msgstr "" "prefix like \"http://www.example.com/\". The second option is a title for " "the link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ঠিক নাই" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "ঠিক আছে" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Enabled" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "বৈশিষ্ট্যসমূহ প্রদর্শন কর" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "পিডিএফ সমূহ তৈরী" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "কলামের মন্তব্য প্রদর্শন করা হচ্ছে" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browser transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "বুকমার্ক করা SQL query" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL history" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "কোন বর্ণনা নাই" @@ -8903,7 +8953,7 @@ msgstr "Show slave status" msgid "Variable" msgstr "চলক" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "সার্ভারের আইডি" @@ -9040,7 +9090,7 @@ msgstr "" msgid "Event name" msgstr "Event type" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Event type" @@ -9428,39 +9478,36 @@ msgstr "ডাটাবেজ এ কোন টেবিল পাওয়া য msgid "There are no events to display." msgstr "টেবিল পরীক্ষা কর" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "The \"%s\" table doesn't exist!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "দয়া করে %s টেবিল এর অবস্থান কনফিগার করুন" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Schema of the \"%s\" database - Page %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9534,53 +9581,53 @@ msgstr "কলামের নাম" msgid "Display relational schema" msgstr "Relational schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Show grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "রং দেখান" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "সব টেবিল সমান প্রশস্থতাসহ প্রদর্শন করুন" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "ডাটা অভিধান" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landscape" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portrait" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Creation" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "পাতার আকার" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9589,12 +9636,12 @@ msgstr "" "ফেলতে চান? The current page has references to tables that no longer exist. " "Would you like to delete those references?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9605,6 +9652,78 @@ msgstr "" msgid "Current Server:" msgstr "সার্ভার" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "লগ নাম" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "অবস্থান" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "প্রকৃত অবস্থান" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "তথ্য" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "শুরু" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "পারসিয়ান" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "বন্ধ করা হয়েছে" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -10424,10 +10543,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "তথ্য" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Space usage" @@ -10436,7 +10551,7 @@ msgstr "Space usage" msgid "Effective" msgstr "Effective" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "The selected users have been deleted successfully." @@ -10918,34 +11033,6 @@ msgstr "" msgid "File doesn't exist" msgstr "The \"%s\" table doesn't exist!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "লগ নাম" - -#: server_binlog.php:187 -msgid "Position" -msgstr "অবস্থান" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "প্রকৃত অবস্থান" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10981,7 +11068,7 @@ msgstr "" msgid "No databases" msgstr "কোন ডাটাবেজ নাই" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Storage Engines" @@ -10989,45 +11076,6 @@ msgstr "Storage Engines" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "শুরু" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "পারসিয়ান" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "বন্ধ করা হয়েছে" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12418,8 +12466,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12890,23 +12938,23 @@ msgstr "" msgid "Create version" msgstr "Server version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12925,7 +12973,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "টেবিল রিনেম করুন" diff --git a/po/br.po b/po/br.po index b5ad4eeb88..b1d07d4c1d 100644 --- a/po/br.po +++ b/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-11-05 10:16+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Breton %s:" msgstr "Reked SQL ouzh an diaz roadennoù %s: " -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Kas ar reked" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2501,8 +2501,8 @@ msgstr[0] "%s glotadenn en daolenn %s" msgstr[1] "%s klotadenn en daolenn %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Furchal" @@ -2554,32 +2554,34 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Kregiñ" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Kent" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "War-lerc'h" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2701,7 +2703,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2759,8 +2761,8 @@ msgstr "Askañ pep tra" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2863,7 +2865,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2896,12 +2898,13 @@ msgid "Cardinality" msgstr "Kardinalegezh" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Etrerummadiñ" @@ -2930,7 +2933,7 @@ msgstr "" "bezañ dilamet." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servijer" @@ -2941,9 +2944,9 @@ msgid "View" msgstr "Gwelet" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2954,32 +2957,32 @@ msgid "Structure" msgstr "Framm" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Klask" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Ensoc'hañ" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Oberiadennoù" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3020,51 +3023,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Diazoù roadennoù" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Eilañ" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fazi" @@ -3153,7 +3157,8 @@ msgstr "Taolennoù" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3718,130 +3723,130 @@ msgstr "Reked SQL" msgid "MySQL said: " msgstr "respontet eo bet gant MySQL : " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "DIbosupl kevreañ d'ar c'hadarnataer SQL !" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Displegañ SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "N'eo ket dav displegañ SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Hep kod PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Krouiñ kod PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Freskaat" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "N'eo ket dav kadarnaat SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Kadarnaat SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Kemmañ ar reked-mañ enlinenn" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Enlinenn" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "O profilañ" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sul" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%A %d %B %Y da %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s deiz, %s eur, %s munut ha %s eilenn" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Mont d'an diaz roadennoù "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Direizhet eo an arc'hwel %s gant un draen anavezet, sellit ouzh %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klikañ evit gwintañ" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Furchal en hoc'h urzhiataer" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Diuzit e-mesk kavlec'h pellgargañ ar servijer web %s :" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Ar c'havlec'h treuzkas n'hall ket bezañ diraezet." -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "N'eus restr ebet da enporzhiañ" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Goullonderiñ" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Seveniñ" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Moullañ" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Krouiñ" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Hizivadenn ziwezhañ" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Gwiriadenn ziwezhañ" @@ -3850,9 +3855,9 @@ msgstr "Gwiriadenn ziwezhañ" msgid "shared" msgstr "kenrannet" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4002,8 +4007,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Diweredekaet" @@ -4160,8 +4165,12 @@ msgstr "Adlakaat an talvoud dre ziouer" msgid "Allow users to customize this value" msgstr "Aotren an implijerien da bersonelaat an talvoud-mañ" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Adderaouekaat" @@ -4188,8 +4197,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre [kbd]cookie" -"[/kbd]" +"Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4230,8 +4239,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Spisaat peseurt doare kontrolloù kemmañ a zleer ober ganto evit ar bannoù " -"CHAR ha VARCHAR; [kbd]input[/kbd] - a dalvez da grennañ ar vent, [kbd]" -"textarea[/kbd] - a aotren lakaat linennoù nevez er bannoù" +"CHAR ha VARCHAR; [kbd]input[/kbd] - a dalvez da grennañ ar vent, " +"[kbd]textarea[/kbd] - a aotren lakaat linennoù nevez er bannoù" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4239,8 +4248,8 @@ msgstr "Kemmañ ar bannoù CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4438,8 +4447,8 @@ msgstr "Gwaskadur" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4647,8 +4656,8 @@ 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 "" -"Urzh renkañ evit an elfennoù en ur voest desachañ alc'hwezioù estren; [kbd]" -"content[/kbd] zo evit an roadenn a zaveer dezhi, [kbd]id[/kbd] zo evit " +"Urzh renkañ evit an elfennoù en ur voest desachañ alc'hwezioù estren; " +"[kbd]content[/kbd] zo evit an roadenn a zaveer dezhi, [kbd]id[/kbd] zo evit " "talvout an alc'hwez" #: libraries/config/messages.inc.php:149 @@ -4678,8 +4687,8 @@ msgstr "Personelaat ar mod merdeiñ" msgid "Customize default options" msgstr "Personelaat an dibarzhioù dre ziouer" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4795,8 +4804,9 @@ msgstr "Titloù pajennoù" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Spisaat testenn barrenn ditl ar merdeer. En em zaveiñ d'an " "[doc@cfg_TitleTable]teuliadur[/doc] evit an neudennadoù hud a c'haller ober " @@ -5566,8 +5576,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5702,368 +5712,378 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Klask" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Diskouez menegerioù" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Kuzhat ar voest rekedoù SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6071,76 +6091,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6148,45 +6168,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6194,7 +6214,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6202,61 +6222,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6264,32 +6300,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Testenn Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7103,8 +7139,8 @@ msgstr "" msgid "Hide" msgstr "Kuzhat" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -7229,189 +7265,189 @@ msgstr "Ha sur oc'h e fell deoc'h " msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7614,7 +7650,7 @@ msgstr "" msgid "Table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7779,7 +7815,15 @@ msgstr "Anv implijer :" msgid "Server Choice:" msgstr "Dibab ar servijer" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7787,14 +7831,14 @@ msgstr "" "Berzet eo kevreañ hep ger-tremen gant ar c'hefluniadur (gwelet " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Tamm obererezh ebet abaoe %s eilenn; kevreit en-dro" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Dibosupl kevreañ ouzh ar servijer MySQL" @@ -7860,7 +7904,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8261,6 +8305,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Testenn Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8399,92 +8449,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Mat eo" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8537,7 +8587,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8674,7 +8724,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9046,37 +9096,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9142,62 +9189,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Geriadur roadennoù" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9208,6 +9255,77 @@ msgstr "" msgid "Current Server:" msgstr "Arventennoù pouezus all" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Kregiñ" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Diweredekaet" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9998,10 +10116,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -10010,7 +10124,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10427,34 +10541,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10490,7 +10576,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10498,44 +10584,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Kregiñ" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Diweredekaet" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11888,8 +11936,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12346,23 +12394,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tem" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -12379,7 +12427,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" @@ -13619,8 +13667,8 @@ msgstr "" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Gweredekaat kement-mañ a aotre ur bajenn zo en un domani disheñvel da " -#~ "c'hervel phpMyAdmin e diabarzh ur framm, ar pezh a ya d'ober un [strong]" -#~ "toull surentez[/strong] posupl evit tagadennoù skript etre frammoù" +#~ "c'hervel phpMyAdmin e diabarzh ur framm, ar pezh a ya d'ober un " +#~ "[strong]toull surentez[/strong] posupl evit tagadennoù skript etre frammoù" #~ msgid "Allow third party framing" #~ msgstr "Aotren ar frammoù a-berzh tud all" diff --git a/po/bs.po b/po/bs.po index 97ad1978c8..fcfda98b71 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-05 12:08+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bosnian %s:" msgstr "SQL upit na bazi %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Izvrši SQL upit" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2606,8 +2606,8 @@ msgstr[0] "%s pogodaka unutar tabele %s" msgstr[1] "%s pogodaka unutar tabele %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Pregled" @@ -2668,32 +2668,34 @@ msgstr "" msgid "Restore column order" msgstr "Dodaj/obriši kolonu" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Slijedeći" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2827,7 +2829,7 @@ msgid "The row has been deleted" msgstr "Red je obrisan" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Obustavi" @@ -2883,8 +2885,8 @@ msgstr "Označi sve" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2985,7 +2987,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3018,12 +3020,13 @@ msgid "Cardinality" msgstr "Kardinalnost" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Sortiranje" @@ -3051,7 +3054,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3062,9 +3065,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3075,32 +3078,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Pretraživanje" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Novi zapis" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacije" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3141,55 +3144,56 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Baze" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Korisnik" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Binarni" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 #, fuzzy msgid "Replication" msgstr "Relacije" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Promjenljive" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Kodne strane" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Greška" @@ -3283,7 +3287,8 @@ msgstr "Tabele" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Polja" @@ -3850,133 +3855,133 @@ msgstr "SQL upit" msgid "MySQL said: " msgstr "MySQL kaže: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Objasni SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Preskoči objašnjavanje SQL-a" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "bez PHP koda" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Napravi PHP kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Preskoči provjeru SQL-a" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Provjeri SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ned" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y. u %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dana, %s sati, %s minuta i %s sekundi" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "Dodaj novo polje" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Pređi na bazu "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "direkcija za slanje web servera " -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Direkcija koju ste izabrali za slanje nije dostupna" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Isprazni" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Štampaj" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Napravljeno" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Posljednja izmjena" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Posljednja provjera" @@ -3985,9 +3990,9 @@ msgstr "Posljednja provjera" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4137,8 +4142,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Onemogućeno" @@ -4305,8 +4310,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Resetuj" @@ -4374,8 +4383,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4568,8 +4577,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4824,8 +4833,8 @@ msgstr "" msgid "Customize default options" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4943,8 +4952,9 @@ msgstr "Broj strane:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5713,8 +5723,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5856,385 +5866,395 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Pretraživanje" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Baza podataka" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiziraj tabelu" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Popravi tabelu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Izbor servera" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Prikazujem komentare kolone" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Ime" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Verzija servera" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Opcije za izvoz baze" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Prikaži tabele" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži kompletne upite" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Statistike reda" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6242,81 +6262,81 @@ msgstr "" msgid "Password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Korisničko ime:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dodaj/obriši kolonu" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Podrazumjevano" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6324,45 +6344,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6370,7 +6390,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6378,61 +6398,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6440,32 +6476,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentacija" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcije za izvoz baze" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7309,8 +7345,8 @@ msgstr "Napravi ključ na %s kolona" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binarni" @@ -7444,193 +7480,193 @@ msgstr "Da li stvarno hoćete da " msgid "No change" msgstr "Nema izmjena" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karakter set" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bugarski" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Pojednostavljeni kineski" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradicionalni kineski" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Ne razlikuje mala i velika slova" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Razlikuje mala i velika slova" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Hrvatski" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Češki" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danski" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engleski" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonski" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Njemački" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "riječnik" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonski imenik" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Mađarski" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanski" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litvanski" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejski" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zapadnoevropski" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 #, fuzzy msgid "Romanian" msgstr "Jermenski" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 #, fuzzy msgid "Spanish" msgstr "Danski" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 #, fuzzy msgid "Traditional Spanish" msgstr "Tradicionalni kineski" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedski" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tajlandski" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turski" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinski" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unikod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "višejezički" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centralnoevropski" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruski" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltički" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Jermenski" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Ćirilični" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arapski" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Jevrejski" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 #, fuzzy msgid "Georgian" msgstr "Njemački" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grčki" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nepoznat" @@ -7841,7 +7877,7 @@ msgstr "Promjeni ime tabele u" msgid "Table comments" msgstr "Komentari tabele" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -8012,20 +8048,28 @@ msgstr "Korisničko ime:" msgid "Server Choice:" msgstr "Izbor servera" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Ne mogu da se prijavim na MySQL server" @@ -8101,7 +8145,7 @@ msgstr "Zamijeni NULL sa" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8524,6 +8568,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentacija" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8707,93 +8757,93 @@ msgstr "" "Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao " "\"http://domain.com/\", druga opcija je naslov za link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nije u redu" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "U redu" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Omogućeno" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Opšte osobine relacija" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Prikaži osobine" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Pravljenje PDF-ova" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Prikazujem komentare kolone" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Tranformacije čitača" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Obilježen SQL-upit" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL istorijat" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "nema opisa" @@ -8847,7 +8897,7 @@ msgstr "" msgid "Variable" msgstr "Promjenljiva" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Server" @@ -8984,7 +9034,7 @@ msgstr "" msgid "Event name" msgstr "Vrsta upita" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Vrsta upita" @@ -9367,39 +9417,36 @@ msgstr "Tabele nisu pronađene u bazi." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tabela \"%s\" ne postoji!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Podesite koordinate za tabelu %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Shema baze \"%s\" - Strana %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9473,53 +9520,53 @@ msgstr "Imena kolona" msgid "Display relational schema" msgstr "Relaciona shema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Prikaži mrežu" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Prikaži boju" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Prikaži dimenzije tabele" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "prikaz svih tabela iste širine?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Rečnik podataka" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Položeno" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Uspravno" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Napravljeno" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Dimenzije papira" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9527,12 +9574,12 @@ msgstr "" "Trenutna strana ima reference na tabele koje više ne postoje. Želite li da " "obrišete te reference?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Uključuje/isključuje scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9543,6 +9590,79 @@ msgstr "" msgid "Current Server:" msgstr "Server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +msgid "Information" +msgstr "Podatci o prijavi" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Prikaži skraćene upite" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Prikaži kompletne upite" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karakter setovi i sortiranje" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Početak" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "verzija PHP-a" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Onemogućeno" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Nema privilegija." @@ -10382,11 +10502,6 @@ msgstr "Dodaj novo polje" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -msgid "Information" -msgstr "Podatci o prijavi" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Zauzeće" @@ -10395,7 +10510,7 @@ msgstr "Zauzeće" msgid "Effective" msgstr "Efektivne" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Izabrani korisnici su uspješno obrisani." @@ -10870,34 +10985,6 @@ msgstr "%s tabela nije pronađena ili nije postavljena u %s" msgid "File doesn't exist" msgstr "Tabela \"%s\" ne postoji!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Prikaži skraćene upite" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Prikaži kompletne upite" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karakter setovi i sortiranje" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10935,7 +11022,7 @@ msgstr "" msgid "No databases" msgstr "Baza ne postoji" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10943,45 +11030,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Prikaži sadržaj (shemu) baze" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Početak" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "verzija PHP-a" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Onemogućeno" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12356,8 +12404,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12826,23 +12874,23 @@ msgstr "" msgid "Create version" msgstr "Verzija servera" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dostupni MIME-tipovi" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dostupne transformacije" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12861,7 +12909,7 @@ msgstr "Profil je promjenjen." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Promjeni ime tabele u " diff --git a/po/ca.po b/po/ca.po index bdf6f2da39..fb560aad5d 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-30 13:29+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Catalan %s:" msgstr "Consulta SQL a la base de dades %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Executa consulta" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2438,15 +2438,15 @@ msgstr "" "El servidor no està responent (o el sòcol del servidor local MySQL no està " "configurat correctament)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "El servidor no respon." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Comprova els permisos del directori que conté la base de dades." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalls…" @@ -2486,8 +2486,8 @@ msgstr[0] "%1$s resultat a %2$s" msgstr[1] "%1$s resultats a %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Navega" @@ -2539,26 +2539,28 @@ msgstr "Desar dades editades" msgid "Restore column order" msgstr "Reataurar ordre de columnes" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inici" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Pàgina anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Pàgina següent" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Darrera pàgina" @@ -2677,7 +2679,7 @@ msgid "The row has been deleted" msgstr "S'ha esborrat la fila" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Finalitzar" @@ -2734,8 +2736,8 @@ msgstr "Marcar-ho tot" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2837,7 +2839,7 @@ msgstr "Obrir nova finestra de phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Feu clic a la barra per desplaçar-se al principi d'aquesta pàgina" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "A partir d'aquest punt és necessari tenir el javascript activat" @@ -2868,12 +2870,13 @@ msgid "Cardinality" msgstr "Cardinalitat" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Ordenació" @@ -2902,7 +2905,7 @@ msgstr "" "esborrar." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servidor" @@ -2913,9 +2916,9 @@ msgid "View" msgstr "Vista" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2926,32 +2929,32 @@ msgid "Structure" msgstr "Estructura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Cerca" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insereix" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacions" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Seguiment" @@ -2992,51 +2995,52 @@ msgstr "Rutines" msgid "Events" msgstr "Esdeveniments" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dissenyador" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bases de dades" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Usuaris" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Registre binari" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicació" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variables" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Jocs de caràcters" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Complements" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motors" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Error" @@ -3125,7 +3129,8 @@ msgstr "Taules" msgid "Transaction coordinator" msgstr "Coordinador de transaccions" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Arxius" @@ -3747,131 +3752,131 @@ msgstr "Consulta SQL" msgid "MySQL said: " msgstr "MySQL diu: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "No es pot connectar al validador SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explica SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Salta l'explicació de l'SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sense codi PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Crea codi PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Refresca" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Salta la Validació de l'SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valida l'SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Editar aquesta consulta en línia" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "En línia" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Perfils" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Diu" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d-%m-%Y a les %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dies, %s hores, %s minuts i %s segons" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Falta paràmetre:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Vés a la base de dades "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La funcionalitat %s es veu afectada per un error conegut, veieu %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Prem per canviar" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Navega al teu ordinador:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Selecciona des del directori de pujada d'arxius del servidor web %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "No està disponible el directori indicat per pujar arxius" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "No hi ha cap arxiu per pujar" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Buida" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Executar" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimeix" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creació" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Darrera actualització" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Darrera comprovació" @@ -3880,9 +3885,9 @@ msgstr "Darrera comprovació" msgid "shared" msgstr "compartit" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4029,8 +4034,8 @@ msgid "Double click" msgstr "Doble clic" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Desactivat" @@ -4186,8 +4191,12 @@ msgstr "Restaura el valor per defecte" msgid "Allow users to customize this value" msgstr "Permet als usuaris configurar aquest valor" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reinicia" @@ -4254,8 +4263,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Defineix quin tipus de control d'edició es farà servir per a columnes CHAR i " -"VARCHAR; [kbd]input[/kbd] - permet limitar el tamany de l'entrada, [kbd]" -"textarea[/kbd] - permet varies línies dintre dels camps" +"VARCHAR; [kbd]input[/kbd] - permet limitar el tamany de l'entrada, " +"[kbd]textarea[/kbd] - permet varies línies dintre dels camps" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4263,8 +4272,8 @@ msgstr "Edició de columnes CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Fer servir l'editor SQL ([a@http://codemirror.net/]CodeMirror[/a]) amb " "resaltat de sintaxi i números de línia" @@ -4462,8 +4471,8 @@ msgstr "Compresió" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4702,8 +4711,8 @@ msgstr "Configura el mode de navegació" msgid "Customize default options" msgstr "Configura les opcions predeterminades" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4814,8 +4823,9 @@ msgstr "Títols de pàgina" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Especifica el títol del navegador. Consulta [doc@cfg_TitleTable]la " "documentació[/doc] per a cadenes màgiques que poden usar-se per obtenir " @@ -4881,8 +4891,8 @@ msgid "" "documentation" msgstr "" "Configura la base de dades phpMyAdmin per tenir accés a característiques " -"adiccionals, consulta [doc@linked-tables]infraestructura de taules enllaçades" -"[/doc] a la documentació" +"adiccionals, consulta [doc@linked-tables]infraestructura de taules " +"enllaçades[/doc] a la documentació" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" @@ -5618,8 +5628,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixa en blanc per desactivar les [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"consultes desades[/a], suggerit: [kbd]pma__bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5627,8 +5637,8 @@ msgstr "Taula de consultes desades" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Deixa en blanc per no usar comentaris de columna o tipus mime, suggerit: " "[kbd]pma__column_info[/kbd]" @@ -5705,8 +5715,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Deixa en blanc per desactivar el suport del Dissenyador, suggerit: [kbd]" -"pma__designer_coords[/kbd]" +"Deixa en blanc per desactivar el suport del Dissenyador, suggerit: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5787,6 +5797,16 @@ msgid "Connect without password" msgstr "Connexió sense contrasenya" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Cerca de taules" + +#: libraries/config/messages.inc.php:410 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 " @@ -5796,30 +5816,30 @@ msgstr "" "servir als teus texts, ex.: usa [kbd]'my\\_db'[/kbd] i no [kbd]'my_db'[/" "kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Mostra només les bases de dades de la llista" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Deixa en blanc si no utilitzes l'autenticació config" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Contrasenya autenticació config" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Esquema PDF: taula de pàgines" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5830,20 +5850,20 @@ msgstr "" "tenir informació més completa. Deixa en blanc per no utilitzar. Suggerit: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nom de base de dades" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port del servidor" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5851,77 +5871,77 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Taula usada recentment" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/relation]" -"enllaços de relacions[/a], suggerit: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Taula de relacions" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Ordre SQL per obtenir les bases de dades disponibles" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Ordre SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus " "d'autenticació[/a] per veure exemples" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nom de sessió signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Sócol del servidor" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Activa SSL per la connexió amb el servidor MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Usa SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: [kbd]" -"pma__table_coords[/kbd]" +"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Esquema PDF: taula de coordinades" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5929,11 +5949,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Taula de descripció de columnes" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5945,11 +5965,11 @@ msgstr "" "Deixa en blanc per desactivar la \"persistència\" de preferències " "d'interfase de taules entre sessions, suggerit: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Preferències d'interfase de taula" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5957,11 +5977,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Afegir DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5969,11 +5989,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Afegir DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5981,33 +6001,33 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Afegir DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Instruccions a seguir" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Deixa en blanc per desactivar el suport de seguiment de consultes SQL, " "suggerit: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Taula de seguiment de consultes SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6015,27 +6035,27 @@ msgstr "" "SI el mecanisme de seguiment crearà versions per a taules i vistes " "automàticament." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Crear versions automàticament" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Taula de preferències de l'usuari" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Usuari per autenticació config" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6043,21 +6063,21 @@ 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nom explicatiu d'aquest servidor" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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)" -""" +"Si a un usuari se l'hauria de mostrar el botó "mostrar totes (les " +"files)"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permet mostrar totes les files" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6067,47 +6087,47 @@ 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Mostra el formulari de canvi de contrasenya" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Mostra el formulari de creació de base de dades" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Mostra el temps de creació" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Mostra data i hora de la darrera actualització" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Mostra el temps de la darrera comprovació" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6115,11 +6135,11 @@ msgstr "" "Defineix si es mostra o no l'opció de tipus de direcció de visualització " "quan es navega per una taula" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Mostrar direcció de visualització" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6127,27 +6147,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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Mostra tipus de camps" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Mostra els camps de funció en modes edició/inserció" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Mostra els camps de funció" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Mostrar o no ajudes" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Mostra ajudes" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6155,62 +6175,62 @@ msgstr "" "Mostra l'enllaç a la sortida de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Mostra l'enllaç a phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Mostra informació detallada del servidor MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Mostra consultes SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Mantenir el quadre de consultes" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Mostra estadístiques" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Mostra comentaris de taula en ajudes" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Salta taules bloquejades" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Necessita activar el SQL Validator" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6218,7 +6238,7 @@ msgstr "Necessita activar el SQL Validator" msgid "Password" msgstr "Contrasenya" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6226,11 +6246,11 @@ msgstr "" "[strong]Atenció:[/strong] Necessita l'extensió de PHP SOAP o bé instal.lar " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Activar SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6238,20 +6258,20 @@ msgstr "" "Si tens un nom d'usuari, especifíca'l aqui (per defecte és [kbd]anonymous[/" "kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nom d'usuari" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Si es detecta Suoshin, es mostra un avís a la pàgina principal" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "avís Suoshin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6259,11 +6279,11 @@ msgstr "" "Tamany de textarea (columnes) en mode d'edició, aquest valor s'augmentarà " "per a textareas de consultes SQL (*2) i per finestres de consultes (*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Columnes per a textareas" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6271,32 +6291,32 @@ msgstr "" "Tamany de textarea (files) en mode d'edició, aquest valor s'augmentarà per a " "textareas de consultes SQL (*2) i per finestres de consultes (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Files per a textareas" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Títol per defecte" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6305,30 +6325,30 @@ msgid "" msgstr "" "Entra els proxies com [kbd]IP: capçaleta HTTP confiable[/kbd]. El següent " "exemple mostra cóm phpMyAdmin hauria de validar la capçalera " -"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]" +"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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Llista de proxies confiables per autoritzar/prohibir IP" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Directori de pujades" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Permet cercar dins de tota la base de dades" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Usa cerca de base de dades" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6336,21 +6356,21 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Activa la pestanya del Desenvolupador en les opcions" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Comprova la darrera versió" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6358,7 +6378,7 @@ msgstr "" msgid "Version check" msgstr "Comprovació de versió" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6366,36 +6386,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Comprovació de versió" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Comprovació de versió" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Comprovació de versió" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6403,32 +6423,48 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Autenticació per configuració" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autenticació per cookies" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autenticació HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "autenticació Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV usant LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6436,32 +6472,32 @@ msgstr "CSV usant LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Full de càlcul Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Ràpid" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Usuari" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcions d'exportació de bases de dades" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV per dades de MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7337,8 +7373,8 @@ msgstr "Crea un índex de %s columnes" msgid "Hide" msgstr "Amaga" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binari" @@ -7463,189 +7499,189 @@ msgstr "Realment vols executar la següent consulta?" msgid "No change" msgstr "Sense canvis" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Joc de caràcters" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Búlgar" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Xinés Simplificat" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Xinès tradicional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "no sensible a majúscules" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "sensible a majúscules" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croata" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Txec" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danès" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anglès" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonià" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemany" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "diccionari" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "llibreta d'adreces" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Húngar" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandès" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonès" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letó" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituà" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreà" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persa" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polac" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europa Occidental" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romanés" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Eslovac" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Eslové" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Espanyol" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Espanyol Tradicional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Suec" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandès" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turc" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraïnès" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingüe" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europa Central" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rus" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Bàltic" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeni" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Ciríl.lic" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Àrab" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreu" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgià" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grec" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Txec-Eslovac" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "desconegut" @@ -7845,7 +7881,7 @@ msgstr "Reanomena les taules a" msgid "Table comments" msgstr "Comentaris de la taula" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Motor d'emmagatzematge" @@ -8008,7 +8044,15 @@ msgstr "Nom d'usuari:" msgid "Server Choice:" msgstr "Elecció de Servidor" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -8016,14 +8060,14 @@ msgstr "" "La configuració prohibeix la connexió sense contrasenya (veure " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Sense activitat des de fa %s segons o més, entra de nou" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "No podem connectar amb el servidor MySQL" @@ -8089,7 +8133,7 @@ msgstr "Canvía NULL amb:" msgid "Remove carriage return/line feed characters within columns" msgstr "Treu caràcters cr/lf dins de les columnes" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Edició per excel:" @@ -8440,8 +8484,8 @@ msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -"La primera línia de l'arxiu conté els noms de les columnes de la taula " -"(si no es marca això, la primera línia formarà part de les dades)" +"La primera línia de l'arxiu conté els noms de les columnes de la taula " +"(si no es marca això, la primera línia formarà part de les dades)" #: libraries/plugins/import/ImportCsv.class.php:72 msgid "" @@ -8519,6 +8563,12 @@ msgstr "" "El fitxer XML especificat era incorrecte o incomplet. Si us plau, arreglar-" "lo i torna a intentar-ho." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Full de càlcul Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Arxiu de tipus ESRI" @@ -8698,83 +8748,83 @@ msgstr "" "Mostra un enllaç; el camp conté el nom de l'arxiu. La primera opció és un " "prefixe com \"http://domini.com/\". La segona opció és el títol del enllaç." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Incorrecte" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "Correcte" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Activat" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Característiques generals de relacions" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mostra les característiques" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creació de PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Mostrant comentaris de les columnes" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformació del navegador" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Mira a la documentació cóm actualitzar la teva taula de comentaris de les " "columnes" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Consulta SQL desada" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historial SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Taules persistents usades recentment" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Preferències de la interfície de taules persistents" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferències d'usuari" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Passos ràpids per a activar les característiques avançades:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Crea les taules necessàries amb examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8783,12 +8833,12 @@ msgstr "" "(config.inc.php), partint, per exemple, de l'arxiu config." "sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "sense descripció" @@ -8845,7 +8895,7 @@ msgstr "Estat de l'esclau" msgid "Variable" msgstr "Variable" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID de Servidor" @@ -8982,7 +9032,7 @@ msgstr "Detalls" msgid "Event name" msgstr "Nom d'esdeveniment" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tipus d'event" @@ -9324,37 +9374,34 @@ msgstr "No s'ha trobat un esdeveniment amb nom %1$s a la base de dades %2$s" msgid "There are no events to display." msgstr "No hi ha esdeveniments per mostrar." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "La taula %s no existeix!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configura les coordinades per la taula %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Esquema de la base de dades %s - Pàgina %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Aquesta pàgina no conté taules!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ERROR D'ESQUEMA: " @@ -9420,51 +9467,51 @@ msgstr "Nom de les columnes" msgid "Display relational schema" msgstr "Mostra l'esquema relacional" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Selecciona el tipus d'Exportació Relacional" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostra graella" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostra color" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostra dimensió de les taules" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostrar totes les taules amb la mateixa amplada" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Diccionari de Dades" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Només mostrar claus" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Horitzontal" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Vertical" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientació" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Tamany de paper" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9472,12 +9519,12 @@ msgstr "" "La pàgina actual té referències a taules que no existeixen. Vols esborrar " "aquestes referències?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Canvia l' scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Idioma desconegut: %1$s." @@ -9488,6 +9535,75 @@ msgstr "Idioma desconegut: %1$s." msgid "Current Server:" msgstr "Servidor actual" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Tria el registre binari per veure" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nom del registre" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posició" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posició original" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informació" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Talla les consultes mostrades" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostra Consultes completes" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Jocs de Caràcters i ordenacions" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Mòduls" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Inici" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Complement" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Mòdul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Llibreria" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versió" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licència" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "desactivat" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Sense permisos." @@ -10313,10 +10429,6 @@ msgstr "Afegir índex espacial (SPATIAL)" msgid "Add FULLTEXT index" msgstr "Afegir índex FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informació" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Utilització d'espai" @@ -10325,7 +10437,7 @@ msgstr "Utilització d'espai" msgid "Effective" msgstr "Efectiu" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "S'ha modificat la taula %1$s correctament" @@ -10767,34 +10879,6 @@ msgstr "taula %s no trobada o no definida a %s" msgid "File doesn't exist" msgstr "L'arxiu no existeix" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Tria el registre binari per veure" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Talla les consultes mostrades" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostra Consultes completes" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nom del registre" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posició" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posició original" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Jocs de Caràcters i ordenacions" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10831,7 +10915,7 @@ msgstr "" msgid "No databases" msgstr "No hi ha bases de dades" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motors d'emmagatzematge" @@ -10839,42 +10923,6 @@ msgstr "Motors d'emmagatzematge" msgid "View dump (schema) of databases" msgstr "Veure volcat (esquema) de les bases de dades" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Mòduls" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Inici" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Complement" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Mòdul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Llibreria" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versió" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licència" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "desactivat" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12189,8 +12237,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Si us plau, crea una carpeta modificable pel servidor web [em]config[/em] al " -"directori principal de phpMyAdmin tal com s'explica a la [doc@setup_script]" -"documentació[/doc]. En cas contrari només podràs descarregar o mostrar." +"directori principal de phpMyAdmin tal com s'explica a la " +"[doc@setup_script]documentació[/doc]. En cas contrari només podràs " +"descarregar o mostrar." #: setup/frames/index.inc.php:60 msgid "" @@ -12452,8 +12501,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Has triat el tipus d'autenticació [kbd]config[/kbd] i has inclós el nom " "d'usuari i la contrasenya per connexions automàtiques, que es una opció no " @@ -12907,23 +12956,23 @@ msgstr "Segueix aquestes declaracions de manipulació de dades:" msgid "Create version" msgstr "Crea versió" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Obtenir més temes!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tipus MIME disponibles" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformacions disponibles" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descripció" @@ -12940,7 +12989,7 @@ msgstr "S'ha actualitzat el perfil." msgid "VIEW name" msgstr "Nom de VISTA" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Reanomena la vista a" @@ -14542,9 +14591,9 @@ msgstr "{concurrent_insert} està establert a 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Quan s'estableix aixó a [kbd]anidat[/kbd], el àlies del nom de la taula " #~ "només es fa servir per a separar/anidar les taules segons la directiva " diff --git a/po/ckb.po b/po/ckb.po index 45da6af12d..3f380e58a1 100644 --- a/po/ckb.po +++ b/po/ckb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-12-24 08:51+0200\n" "Last-Translator: karwan hidayat \n" "Language-Team: Kurdish Sorani %s:" msgstr "پرسی SQL لەسەر بنکەی دراوەی %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "ناردنی داواکاری" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2409,8 +2409,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "گەڕۆک" @@ -2463,26 +2463,28 @@ msgstr "پاشەکەوتکردنی زانیاری گۆڕاو" msgid "Restore column order" msgstr "گەڕانەوەی ڕێزبەندی ستون" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "دەسپێکردن" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "پێشتر" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "دواتر" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "کۆتایی" @@ -2601,7 +2603,7 @@ msgid "The row has been deleted" msgstr "ڕیزەکە سڕایەوە" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "ڕایگرە" @@ -2659,8 +2661,8 @@ msgstr "هەڵبژاردنی هەموو" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2758,7 +2760,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2789,12 +2791,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "ڕێکخستن" @@ -2821,7 +2824,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "سێرڤەر" @@ -2832,9 +2835,9 @@ msgid "View" msgstr "نیشاندان" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2845,32 +2848,32 @@ msgid "Structure" msgstr "پێکهاتە" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "سیكوێڵ" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "گەڕان" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "تێخستن" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "کارەکان" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2911,51 +2914,52 @@ msgstr "ڕۆتینەکان" msgid "Events" msgstr "چالاکیەکان" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "شێوەساز" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "بنکە زانیاریەکان" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "بەکارهێنەرەکان" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "تۆماری دوودانەیی" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "دووپاتکاری" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "گۆڕاوەکان" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "گورزەپیتەکان" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "پێوەکراوەکان" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "بزوێنەرەکان" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "هەڵە" @@ -3044,7 +3048,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3589,130 +3594,130 @@ msgstr "داواکاری سیكوێڵ" msgid "MySQL said: " msgstr "مای‌ئێس‌كیو‌ئێڵ دەڵێت: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "ڕوونکردنەوەی سیكوێڵ" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "پشتگوێخستنی ڕوونکردنەوەی سیكوێڵ" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "بەبێ پی ئێچ پی کۆد" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "پی ئێچ پی کۆد دروست بکە" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "تازەکردنەوە" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "هەمان هێڵ" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "ڕادەی لەدەستچوو:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "بەتاڵ" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "درووستکردن" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "دواترین نوێکردنەوە" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "دواترین پشکنین" @@ -3721,9 +3726,9 @@ msgstr "دواترین پشکنین" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3865,8 +3870,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -4020,8 +4025,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4088,8 +4097,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4272,8 +4281,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4499,8 +4508,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4612,8 +4621,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5346,8 +5356,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5482,365 +5492,375 @@ msgid "Connect without password" msgstr "پەیوەندی بەبێ وشەی نهێنی" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "گەڕانی خشتە" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "تەنها نیشاندانی لیستی بنکەی دراو" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "ناوی بنکەی دراو" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 +msgid "Server socket" +msgstr "" + +#: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "بەکارهێنانی SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "نیشاندانی پرسگەی SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "نیشاندانی سەرژمێری" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5848,76 +5868,76 @@ msgstr "" msgid "Password" msgstr "وشەی نهێنی" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "ناوی بەکارهێنەر" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "سەردێری بنەڕەت" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5925,45 +5945,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "بەکارهێنانی گەڕان لە بنکەی دراو" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "پشکنین بۆ دۆزینەوەی نوێترین وەشان" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5971,7 +5991,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5979,92 +5999,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "خێرا" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "ڕاسپێراو" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -6856,8 +6892,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6978,189 +7014,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "نەناسراوە" @@ -7361,7 +7397,7 @@ msgstr "" msgid "Table comments" msgstr "تێبینیەکانی خشتە" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7518,20 +7554,28 @@ msgstr "" msgid "Server Choice:" msgstr "پیتەکانی ڕاژەکار" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7597,7 +7641,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7986,6 +8030,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Could not save recent table" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "نەتوانرا خشتە تازەکە پاشەکەوت بکرێت" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8122,90 +8172,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8258,7 +8308,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8389,7 +8439,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8724,37 +8774,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8820,62 +8867,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "فەرهەنگی زانیاریەکان" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8886,6 +8933,75 @@ msgstr "" msgid "Current Server:" msgstr "ڕێکخستنەکانی هەنووکە" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9669,10 +9785,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9681,7 +9793,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10091,34 +10203,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10153,7 +10237,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10161,42 +10245,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11527,8 +11575,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11969,23 +12017,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -12002,7 +12050,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/cs.po b/po/cs.po index 0cd851be39..5831014676 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 09:02+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Czech \n" @@ -23,11 +23,11 @@ msgid "Show all" msgstr "Zobrazit vše" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Strana číslo:" @@ -58,7 +58,7 @@ msgstr "Vyhledat:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +66,9 @@ msgstr "Vyhledat:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +76,9 @@ msgstr "Vyhledat:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Proveď" @@ -89,8 +88,9 @@ msgid "Keyname" msgstr "Název klíče" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Popis" @@ -270,7 +270,7 @@ msgstr "Ano" msgid "View dump (schema) of database" msgstr "Zobrazit výpis (schéma) databáze" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "V databázi nebyla nalezena žádná tabulka." @@ -307,7 +307,7 @@ msgstr "" "proč." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -369,7 +369,7 @@ msgstr "Přepnout na %svizuálního návrháře%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -384,7 +384,7 @@ msgid "Tracked tables" msgstr "Sledované tabulky" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -407,7 +407,7 @@ msgstr "Vytvořeno" msgid "Updated" msgstr "Aktualizováno" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -431,7 +431,7 @@ msgid "Delete tracking data for this table" msgstr "Odstranit všechny informace o sledování této tabulky" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -466,28 +466,28 @@ msgstr "Nesledované tabulky" msgid "Track table" msgstr "Sledovat tabulku" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Záznam databáze" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Chybný typ!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Zvolený export musí být uložen do souboru!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Chybné parametry!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Nedostatek místa pro uložení souboru %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -495,12 +495,12 @@ msgstr "" "Soubor %s již na serveru existuje, změňte jméno souboru, nebo zvolte " "přepsání souboru." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Web server nemá oprávnění uložit výpis do souboru %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Výpis byl uložen do souboru %s." @@ -679,115 +679,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Váš SQL-dotaz byl úspěšně vykonán" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Zpět" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Obecná nastavení" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Změnit heslo" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Porovnávání pro toto připojení k serveru" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Nastavení vzhledu" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Více nastavení" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Databázový server" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Typ serveru:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Verze serveru:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Verze protokolu:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Uživatel:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Znaková sada:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Webový server" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Verze databázového klienta:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Rozšíření PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Zobrazit informace o PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Informace o verzi:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentace" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Oficiální stránka phpMyAdmina" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Přispějte" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Získejte podporu" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Seznam změn" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -798,7 +798,7 @@ msgstr "" "nastavit heslo pro uživatele 'root' a tím podstatně zvýšit zabezpečení " "vašeho serveru." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -807,7 +807,7 @@ msgstr "" "V nastavení PHP máte zapnuto mbstring.func_overload. Toto nastavení není " "kompatibilní s phpMyAdminem a může způsobit poškození dat!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -817,7 +817,7 @@ msgstr "" "bajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně " "rozdělovat řetězce a proto to může mít nečekané následky." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -829,7 +829,7 @@ msgstr "" "než platnost cookies nastavená v phpMyAdminovi. Z tohoto důvodu bude vaše " "přilášení neplatné dříve, než je nastaveno v phpMyAdminovi." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -838,13 +838,13 @@ msgstr "" "phpMyAdminovi. Z tohoto důvodu vaše přihlášení vyprší dříve než je nastavené " "v phpMyAdminovi." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Nastavte klíč pro šifrování cookies (blowfish_secret) v konfiguračním " "souboru (config.inc.php)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -856,7 +856,7 @@ msgstr "" "phpMyAdmin nastaven. Pokud tak neučiníte, může být váš server ohrožen cizími " "lidmi přistupujícími k vašemu nastavení." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -865,7 +865,7 @@ msgstr "" "Úložiště nastavení phpMyAdmina není plně dostupné, některé z rozšířených " "funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -874,7 +874,7 @@ msgstr "" "Používaný MySQL modul v PHP je kompilován pro MySQL %s a server používá " "verzi %s. Používání různých verzí může způsobit problémy." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -988,12 +988,12 @@ msgid "Other" msgstr "Ostatní" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr " " #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1092,44 +1092,44 @@ msgstr "Přijato bajtů" msgid "Connections" msgstr "Připojení" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Procesy" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1147,7 +1147,7 @@ msgstr "Dotazy" msgid "Traffic" msgstr "Provoz" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Nastavení" @@ -1174,7 +1174,7 @@ msgstr "Prosím přidejte do série alespoň jednu hodnotu" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Žádná" @@ -1457,7 +1457,7 @@ msgstr "" "nastavení…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1666,8 +1666,8 @@ msgstr "Zobrazit pole pro dotaz" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1693,8 +1693,8 @@ msgstr "Doba běhu dotazu" msgid "%d is not valid row number." msgstr "%d není platné číslo řádku." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2004,63 +2004,63 @@ msgid "December" msgstr "prosinec" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "led" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "úno" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "bře" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "dub" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "kvě" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "čen" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "čec" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "srp" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "zář" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "říj" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "lis" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "pro" @@ -2098,32 +2098,32 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Úte" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Stř" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Čtv" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Pát" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sob" @@ -2276,7 +2276,7 @@ msgstr "Velikost písma" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Vzestupně" @@ -2285,7 +2285,7 @@ msgstr "Vzestupně" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Sestupně" @@ -2354,27 +2354,27 @@ msgstr "Smazat:" msgid "SQL query on database %s:" msgstr "SQL dotaz na databázi %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Provést dotaz" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" "Server neodpovídá (nebo není správně nastaven lokální socket MySQL serveru)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Server neodpovídá." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "Prosím zkontrolujte přístupová práva u adresáře obsahujícího tuto databázi." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Podrobnosti…" @@ -2416,8 +2416,8 @@ msgstr[1] "%1$s odpovídající záznamy v %2$s" msgstr[2] "%1$s odpovídajících záznamů v %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Projít" @@ -2469,26 +2469,28 @@ msgstr "Uložit upravovaná data" msgid "Restore column order" msgstr "Obnovit pořadí sloupců" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "První" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Předchozí" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Následující" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Poslední" @@ -2603,7 +2605,7 @@ msgid "The row has been deleted" msgstr "Řádek byl smazán" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Ukončit" @@ -2660,8 +2662,8 @@ msgstr "Zaškrtnout vše" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2763,7 +2765,7 @@ msgstr "Otevřít nové okno phpMyAdmina" msgid "Click on the bar to scroll to top of page" msgstr "Klikněte na pruh pro posunutí stránky nahoru" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Pro použití phpMyAdmina musíte mít zapnutý Javascript" @@ -2794,12 +2796,13 @@ msgid "Cardinality" msgstr "Mohutnost" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Porovnávání" @@ -2828,7 +2831,7 @@ msgstr "" "odstraněn." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2839,9 +2842,9 @@ msgid "View" msgstr "Pohled" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2852,32 +2855,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Vyhledávání" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Vložit" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Úpravy" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Sledování" @@ -2918,51 +2921,52 @@ msgstr "Rutiny" msgid "Events" msgstr "Události" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Návrhář" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databáze" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Uživatelé" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binární log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikace" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Proměnné" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Znakové sady" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Rozšíření" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Úložiště" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Chyba" @@ -3054,7 +3058,8 @@ msgstr "Tabulky" msgid "Transaction coordinator" msgstr "Koordinátor transakcí" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Soubory" @@ -3646,130 +3651,130 @@ msgstr "SQL dotaz:" msgid "MySQL said: " msgstr "MySQL hlásí: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Nepodařilo se připojit k serveru kontrolujícímu SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Vysvětlit SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Bez vysvětlení SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Bez PHP kódu" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Vytvořit PHP kód" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Obnovit" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Bez kontroly SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Zkontrolovat SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Upravit tento dotaz na této stránce" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Upravit zde" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilování" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ned" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%a %d. %b %Y, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dnů, %s hodin, %s minut a %s sekund" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Chybějící parametr:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Přejít na databázi „%s“." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkčnost %s je omezena známou chybou, viz %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klikněte pro přepnutí" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Procházet váš počítač:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Zvolte soubor z adresáře pro upload na serveru %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Adresář určený pro upload souborů nemohl být otevřen" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nebyl zvolen žádný soubor pro nahrání" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Vyprázdnit" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Spustit" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Vytisknout" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Vytvořeno" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Poslední změna" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Poslední kontrola" @@ -3778,9 +3783,9 @@ msgstr "Poslední kontrola" msgid "shared" msgstr "sdílený" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3844,8 +3849,8 @@ msgid "" "The [code]$cfg['PmaAbsoluteUri'][/code] directive MUST be set in your " "configuration file!" msgstr "" -"V konfiguračním souboru musí být nastaven parametr [code]$cfg" -"['PmaAbsoluteUri'][/code]!" +"V konfiguračním souboru musí být nastaven parametr " +"[code]$cfg['PmaAbsoluteUri'][/code]!" #: libraries/common.inc.php:634 #, php-format @@ -3921,8 +3926,8 @@ msgid "Double click" msgstr "Dvojklik" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Vypnuto" @@ -4076,8 +4081,12 @@ msgstr "Obnovit výchozí hodnotu" msgid "Allow users to customize this value" msgstr "Povolit uživatelům změnit tuto hodnotu" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Původní" @@ -4102,8 +4111,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Tajné heslo používané pro šifrování cookies při přihlašování pomocí [kbd]" -"cookie[/kbd]" +"Tajné heslo používané pro šifrování cookies při přihlašování pomocí " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4144,8 +4153,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Definuje, který typ ovládacích prvků má být použit při úpravách polí typu " -"CHAR a VARCHAR; [kbd]input[/kbd] - umožňuje omezit délku vstupu, [kbd]" -"textarea[/kbd] - umožní použít odřádkování" +"CHAR a VARCHAR; [kbd]input[/kbd] - umožňuje omezit délku vstupu, " +"[kbd]textarea[/kbd] - umožní použít odřádkování" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4153,8 +4162,8 @@ msgstr "Úprava polí typu CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Použít uživatelsky přívětivý editor pro úpravu SQL dotazů ([a@http://" "codemirror.net/]CodeMirror[/a]) se zvýrazněním syntaxe a čísly řádek" @@ -4347,8 +4356,8 @@ msgstr "Komprese" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4577,8 +4586,8 @@ msgstr "Přizpůsobí režim prohlížení" msgid "Customize default options" msgstr "Přizpůsobí výchozí nastavení" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4688,8 +4697,9 @@ msgstr "Jména stránek" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Zadejte titulek který zobrazí prohlížeč. V [doc@cfg_TitleTable]dokumentaci[/" "doc] naleznete jaké proměnné můžete použít." @@ -5486,8 +5496,8 @@ msgstr "Tabulka záložek" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Nechte prázdné pro žádné komentáře či mime typy polí, výchozí nastavení: " "[kbd]pma__column_info[/kbd]" @@ -5558,8 +5568,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Nechte prázdné pro vypnutí návrháře, výchozí nastavení: [kbd]" -"pma__designer_coords[/kbd]" +"Nechte prázdné pro vypnutí návrháře, výchozí nastavení: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5638,6 +5648,16 @@ msgid "Connect without password" msgstr "Připojit bez hesla" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Vyhledávání v tabulce" + +#: libraries/config/messages.inc.php:410 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 " @@ -5646,30 +5666,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Zobrazit jen vybrané databáze" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 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:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Heslo pro přihlašování config" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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, výchozí nastavení: [kbd]" -"pma__table_pages[/kbd]" +"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: " +"[kbd]pma__table_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schémata: tabulka stránek" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5677,23 +5697,23 @@ msgid "" msgstr "" "Databáze používaná pro relace, záložky a PDF stránky. Více informací " "naleznete na [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Pokud " -"ponecháte prázdné, budou tyto funkce vypnuté. Doporučená hodnota: [kbd]" -"phpmyadmin[/kbd]" +"ponecháte prázdné, budou tyto funkce vypnuté. Doporučená hodnota: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Jméno databáze" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port serveru" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5701,76 +5721,76 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Naposledy použité tabulky" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Nechte prázdné pro vypnutí podpory pro [a@http://wiki.phpmyadmin.net/pma/" "relation]relace[/a], výchozí nastavení: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabulka s relacemi" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL příkaz pro načtení dostupných databází" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Příkaz SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"authentication types[/a]" +"Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]authentication types[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Jméno signon session" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL pro přihlášení" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket serveru" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 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:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Použít SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: [kbd]" -"pma__table_coords[/kbd]" +"Nechte prázdné pro vypnutí podpory pro PDF schémata, výchozí nastavení: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schéma: tabulka souřadnic" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5778,11 +5798,11 @@ msgstr "" "Tabulka obsahující popisy polí, nechte prázdnou pro vypnutí této funkce. " "Výchozí hodnota: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Tabulka s popisem polí" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5790,11 +5810,11 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro „trvalé“ ukládání nastavení " "procházení tabulek, výchozí nastavení: [kbd]pma__uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabulka pro nastavení rozhraní" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5802,101 +5822,101 @@ msgstr "" "Jestli přidat příkaz DROP DATABASE IF EXISTS jako první při vytváření " "databáze." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Přidat DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Přidat DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Přidat DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Sledované příkazy" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Nechte prázdné pro vypnutí podpory pro sledování SQL dotazů, výchozí " "nastavení: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabulka pro sledování SQL dotazů" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automaticky vytvářet verze" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Nechte prázdné pro vypnutí podpory pro uživatelské nastavení v databázi, " "výchozí nastavení: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabulka pro uživatelská nastavení" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Uživatel pro přihlašování config" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Dlouhé jméno tohoto serveru" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Umožní zobrazit všechny řádky" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5907,145 +5927,145 @@ msgstr "" "neomezuje možnost spustit daný příkaz přímo, jen ovlivňuje zobrazení " "formuláře" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Zobrazit formulář pro změnu hesla" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Zobrazit formulář pro vytvoření databáze" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Zobrazit čas vytvoření" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Zobrazit čas poslední změny" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Zobrazit čas poslední kontroly" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" "Určuje, zda se má zobrazit volba směru vypisování při procházení tabulky" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Zobrazit volbu směru vypisování" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Zobrazit typy polí" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Zobrazí seznam funkcí v editačním režimu" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Zobrazit seznam fukncí" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Zda zobrazit nápovědu nebo ne" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Zobrazit nápovědu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Zobrazí link na výstup funkce [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Zobrazí link na výstup funkce [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Zobrazit odkaz na phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Zobrazí podrobné informace o MySQL serveru" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Zobrazit SQL dotazy" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Zachovat pole pro dotaz" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Zobrazit statistiky" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Zobrazit komentáře tabulky jako vysvětlivku" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Přeskočit zamčené tabulky" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Vyžaduje povolené kontrolování SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6053,40 +6073,40 @@ msgstr "Vyžaduje povolené kontrolování SQL" msgid "Password" msgstr "Heslo" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" "[strong]Varování:[/strong] vyžaduje rozšíření PHP SOAP nebo PEAR modul SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Povolit kontrolování SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Pokud máte vlastní užvatelské jméno, zadejte ho zde (jinak se použije [kbd]" -"anonymous[/kbd])" +"Pokud máte vlastní užvatelské jméno, zadejte ho zde (jinak se použije " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Uživatel" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Na hlavní stránce je zobrazeno varování pokud je detekování rozšíření Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Varování o Suhosinu" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6094,11 +6114,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Sloupců v textové oblasti" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6106,31 +6126,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:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Řádků v textové oblasti" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Titulek prohlížeče pokud není nic vybráno" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Výchozí titulek" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Titulek prohlížeče pokud je vybraný server" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Titulek prohlížeče pokud je vybraná tabulka" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6142,27 +6162,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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Adresář pro nahrávání" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Povolit prohledávání přes celou databázi" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Použít prohledávání databáze" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6170,19 +6190,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Povolit záložku Pro vývojáře v nastaveních" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Zkontrolovat nejnovější verzi" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6190,7 +6210,7 @@ msgstr "Povolí kontrolu poslední verze phpMyAdmina na hlavní stránce" msgid "Version check" msgstr "Kontrola verze" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6202,11 +6222,11 @@ msgstr "" "nainstalován phpMyAdmin, nemí přímý přístup k internetu. Formát je: " "\"hostname:portnumber\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "Adresa proxy pro kontrolu verze" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6217,19 +6237,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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Uživatel proxy pro kontrolu verze" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Heslo pro přihlášení k serveru proxy" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Heslo proxy pro kontrolu verze" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6237,63 +6257,79 @@ msgstr "" "Povolí [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] " "kompresi pro import a export" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Přihlašování config" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Přihlašování přes cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Přihlašování přes HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Přihlašování signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV pomocí LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Sešit OpenDocument" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rychlý" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Vlastní" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Nastavení exportu databází" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV pro MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Text OpenDocument" @@ -7138,8 +7174,8 @@ msgstr "Vytvořit klíč na  %s polích" msgid "Hide" msgstr "Skrýt" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binární" @@ -7256,189 +7292,189 @@ msgstr "Opravdu si přejete vykonat následující příkaz?" msgid "No change" msgstr "Žádná změna" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Znaková sada" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulharština" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Zjednodušená čínština" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradiční čínština" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "nerozlišovat velká a malá písmena" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "rozlišovat velká a malá písmena" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Chorvatština" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Čeština" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dánština" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Angličtina" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonština" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Němčina" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "slovník" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "adresář" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Maďarština" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandština" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonština" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lotyština" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litevština" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejština" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perština" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polština" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Západní Evropa" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumunština" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovenština" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovinština" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Španělština" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradiční španělština" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švédština" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thajština" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turečtina" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinština" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "mnohojazyčný" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Střední Evropa" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruština" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltické" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Arménština" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrilika" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabština" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrejština" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzínština" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Řečtina" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Čeština/Slovenština" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "neznámý" @@ -7634,7 +7670,7 @@ msgstr "Přejmenovat tabulku na" msgid "Table comments" msgstr "Komentář k tabulce" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Úložiště" @@ -7795,13 +7831,21 @@ msgstr "Jméno:" msgid "Server Choice:" msgstr "Volba serveru:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "Přihlášení bez hesla je zakázáno v nastavení (viz AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -7809,8 +7853,8 @@ msgstr "" "Nebyla zaznamenána žádná aktivita po dobu %s sekund, prosím přihlaste se " "znovu" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nepodařilo se přihlášení k MySQL serveru" @@ -7876,7 +7920,7 @@ msgstr "Nahradit NULL hodnoty:" msgid "Remove carriage return/line feed characters within columns" msgstr "Odstranit znaky konců řádek z polí" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Verze Excelu:" @@ -8281,6 +8325,12 @@ msgstr "" "Zadaný XML soubor je buď poškozený nebo nekompletní. Prosím opravte ho a " "zkuste to znovu." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Sešit OpenDocument" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Soubor ESRI" @@ -8456,84 +8506,84 @@ msgstr "" "Zobrazí odkaz z pole obsahujícího odkaz. První parametr je prefix URL " "(například „http://www.example.com/“), druhý text odkazu." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "není v pořádku" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Zapnuto" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Obecné funkce relací" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Zobrazení funkcí" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Vytváření PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Zobrazuji komentáře polí" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformace při prohlížení" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Podívejte se prosím do dokumentace, jak aktualizovat informace o polích v " "tabulce column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Oblíbený SQL dotaz" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL historie" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Trvalé nedávné tabulky" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Trvalé nastavení procházení" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Uživatelská nastavení" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Stručný návod pro zapnutí rozšířených funkcí:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Vytvořte potřebné tabulky pomocí skriptu examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8541,12 +8591,12 @@ 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:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "žádný popisek" @@ -8599,7 +8649,7 @@ msgstr "Stav podřízeného" msgid "Variable" msgstr "Proměnná" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID serveru" @@ -8730,7 +8780,7 @@ msgstr "Podrobnosti" msgid "Event name" msgstr "Název události" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Typ události" @@ -9072,37 +9122,34 @@ msgstr "V databázi %2$s nebyla nalezen událost se jménem %1$s" msgid "There are no events to display." msgstr "Nejsou zde žádné události k zobrazení." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabulka %s neexistuje!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Prosím, nastavte souřadnice pro tabulku %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schéma databáze %s - Strana %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Tato stránka neobsahuje žádné tabulky!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "Chyba při vytváření schématu: " @@ -9168,51 +9215,51 @@ msgstr "Názvy polí" msgid "Display relational schema" msgstr "Zobrazit relační schéma" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Zvolte typ výstupu relací" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Zobrazit mřížku" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Barevné šipky" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Rozměry tabulek" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Použít pro všechny tabulky stejnou šířku" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Datový slovník" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Jen zobrazit klíče" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Na šířku" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Na výšku" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientace" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Velikost stránky" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9220,12 +9267,12 @@ msgstr "" "Aktuální stránka se odkazuje na tabulky, které již neexistují. Přejete si " "odstranit tyto odkazy?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Zobrazit grafický návrh" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Neznámý jazyk: %1$s." @@ -9234,6 +9281,75 @@ msgstr "Neznámý jazyk: %1$s." msgid "Current Server:" msgstr "Aktuální server:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Zvolte binární log pro zobrazení" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Jméno logu" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozice" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Původní pozice" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informace" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Zobrazit zkrácené dotazy" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Zobrazit celé dotazy" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Znakové sady a porovnávání" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduly" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Začátek" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Rozšíření" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Knihovna" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Verze" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licence" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "vypnuto" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Žádná oprávnění." @@ -10030,10 +10146,6 @@ msgstr "Přidat prostorový klíč" msgid "Add FULLTEXT index" msgstr "Přidat fulltextový klíč" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informace" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Využití místa" @@ -10042,7 +10154,7 @@ msgstr "Využití místa" msgid "Effective" msgstr "Efektivní" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabulka %1$s byla úspěšně změněna" @@ -10466,34 +10578,6 @@ msgstr "%s tabulka nenalezena nebo není nastavena v %s" msgid "File doesn't exist" msgstr "Soubor neexistuje" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Zvolte binární log pro zobrazení" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Zobrazit zkrácené dotazy" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Zobrazit celé dotazy" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Jméno logu" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozice" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Původní pozice" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Znakové sady a porovnávání" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10531,7 +10615,7 @@ msgstr "" msgid "No databases" msgstr "Žádné databáze" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Úložiště" @@ -10539,42 +10623,6 @@ msgstr "Úložiště" msgid "View dump (schema) of databases" msgstr "Export databází" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduly" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Začátek" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Rozšíření" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Knihovna" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Verze" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licence" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "vypnuto" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11840,8 +11888,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Prosím, vytvořte adresář [em]config[/em] zapisovatelný pro web server v " -"kořenovém adresáři phpMyAdmina, jak je popsáno v [doc@setup_script]" -"dokumentaci[/doc]. Jinak budete moci nastavení pouze stáhnout nebo zobrazit." +"kořenovém adresáři phpMyAdmina, jak je popsáno v " +"[doc@setup_script]dokumentaci[/doc]. Jinak budete moci nastavení pouze " +"stáhnout nebo zobrazit." #: setup/frames/index.inc.php:60 msgid "" @@ -11989,8 +12038,8 @@ msgid "" "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " "version is %s, released on %s." msgstr "" -"Používáte verzi z Gitu, pro aktualizaci spusťte [kbd]git pull[/kbd] :-)[br]" -"Poslední stabilní verze je %s a byla vydána %s." +"Používáte verzi z Gitu, pro aktualizaci spusťte [kbd]git pull[/kbd] :-)" +"[br]Poslední stabilní verze je %s a byla vydána %s." #: setup/lib/index.lib.php:203 msgid "No newer stable version is available" @@ -12103,8 +12152,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Nastavil jste typ přihlašování [kbd]config[/kbd] a zadal jste uživatelské " "jméno a heslo pro automatické přihlášení, což není doporučená volba pro " @@ -12173,9 +12222,6 @@ msgstr "Proběhlo zkontrolování SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12543,23 +12589,23 @@ msgstr "Sledovat tyto příkazy pro úpravu dat:" msgid "Create version" msgstr "Vytvořit verzi" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Vzhled" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Získejte další témata vzhledu!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dostupné MIME typy" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dostupné transformace" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Popis" @@ -12576,7 +12622,7 @@ msgstr "Přístup byl změněn." msgid "VIEW name" msgstr "Jméno pohledu" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Přejmenovat pohled na" @@ -14111,9 +14157,9 @@ msgstr "concurrent_insert je nastaveno na 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Při nastavení na [kbd]nested[/kbd], bude komentář použit pro zanoření a " #~ "rozdělení podle nastavení $cfg['LeftFrameTableSeparator']. Takže komentář " diff --git a/po/cy.po b/po/cy.po index b8f70bd7d3..87a37124c0 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:20+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Welsh \n" @@ -24,11 +24,11 @@ msgid "Show all" msgstr "Dangos pob" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Rhif tudalen:" @@ -61,7 +61,7 @@ msgstr "Chwilio" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -69,9 +69,9 @@ msgstr "Chwilio" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -79,10 +79,9 @@ msgstr "Chwilio" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Ewch" @@ -92,8 +91,9 @@ msgid "Keyname" msgstr "Enw allweddol" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Disgrifiad" @@ -275,7 +275,7 @@ msgstr "Ie" msgid "View dump (schema) of database" msgstr "Dangos dadlwythiad (sgema) y gronfa ddata" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata." @@ -314,7 +314,7 @@ msgstr "" "ddarganfod pam." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -382,7 +382,7 @@ msgstr "adeiladwr gweledol" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -397,7 +397,7 @@ msgid "Tracked tables" msgstr "Tablau a draciwyd" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -420,7 +420,7 @@ msgstr "Crëwyd" msgid "Updated" msgstr "Diweddarwyd" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -444,7 +444,7 @@ msgid "Delete tracking data for this table" msgstr "Dilëwch data tracio ar gyfer y tabl hwn" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -479,32 +479,32 @@ msgstr "Tablau heb dracio" msgid "Track table" msgstr "Tracio tabl" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Log cronfa ddata" -#: export.php:149 +#: export.php:151 #, fuzzy #| msgid "Bar type" msgid "Bad type!" msgstr "Allforio" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Mae'n rhaid cadw math yr allbwn hwn mewn ffeil!" -#: export.php:229 +#: export.php:231 #, fuzzy #| msgid "Routines" msgid "Bad parameters!" msgstr "Rheolweithiau" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Lle annigonol i gadw'r ffeil %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -512,12 +512,12 @@ msgstr "" "Mae'r ffeil %s yn bodoli ar y gweinydd yn barod. Newidiwch enw'r ffeil neu " "gwiriwch yr opsiwn trosysgrifo." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Nid oes gan y gweinydd gwe yr hawl i gadw'r ffeil %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dadlwythiad wedi'i gadw i'r ffeil %s." @@ -705,59 +705,59 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Cafodd eich ymholiad SQL ei gweithredu'n llwyddiannus" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Nôl" -#: index.php:115 +#: index.php:114 #, fuzzy #| msgid "General relation features" msgid "General Settings" msgstr "Nodweddion perthynas cyffredinol" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Newid cyfrinair" -#: index.php:157 +#: index.php:160 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" msgstr "Coladiad cysylltiad MySQL" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 #, fuzzy #| msgid "General relation features" msgid "More settings" msgstr "Nodweddion perthynas cyffredinol" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Databases" msgid "Database server" msgstr "Cronfeydd Data" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Gweinydd:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server" msgid "Server type:" msgstr "Gweinydd" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -765,81 +765,81 @@ msgstr "Gweinydd" msgid "Server version:" msgstr "Fersiwn y gweinydd" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Fersiwn protocol" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Defnyddiwr" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server socket" msgid "Server charset:" msgstr "Soced gweinydd" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Gweinydd gwe" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "MySQL client version" msgid "Database client version:" msgstr "Fersiwn cleient MySQL" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "Estyniad PHP" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Dangos gwybodaeth PHP" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Gwybodaeth y fersiwn" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dogfennaeth" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wici" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Hafan Swyddogol" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 #, fuzzy #| msgid "No change" msgid "List of changes" msgstr "Dim newid" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -847,21 +847,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -869,17 +869,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -887,7 +887,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| "ditional features for working with linked tables have been ctivated. To d " @@ -899,14 +899,14 @@ msgstr "" "Mae'r nodweddion ar gyfer gweithio gyda thablau sydd wedi cysylltu wedi'u " "hanalluogi. Pwyswch %syma%s i ddarganfod pam." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1036,12 +1036,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1153,44 +1153,44 @@ msgstr "" msgid "Connections" msgstr "" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Prosesau" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1212,7 +1212,7 @@ msgstr "Fersiynau" msgid "Traffic" msgstr "" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 #, fuzzy #| msgid "General relation features" @@ -1245,7 +1245,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Dim" @@ -1553,7 +1553,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1813,8 +1813,8 @@ msgstr "Dangos ymholiad mewnosod" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1842,8 +1842,8 @@ msgstr "Gweithrediad SQL" msgid "%d is not valid row number." msgstr "Dydy %d ddim yn rhif rhes dilys." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2184,63 +2184,63 @@ msgid "December" msgstr "Rhagfyr" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Ion" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Chwe" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Maw" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Meh" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Gor" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Aws" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Med" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Hyd" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Tach" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Rhag" @@ -2281,32 +2281,32 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Llun" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Maw" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Iau" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sad" @@ -2457,7 +2457,7 @@ msgstr "Maint ffont" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Esgynnol" @@ -2466,7 +2466,7 @@ msgstr "Esgynnol" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Disgynnol" @@ -2547,27 +2547,27 @@ msgstr "" msgid "SQL query on database %s:" msgstr "Ymholiad SQL ar gronfa ddata %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Cyflwyno Ymholiad" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Dyw'r gweinydd ddim yn ymateb" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Manylion…" @@ -2608,8 +2608,8 @@ msgstr[0] "%s ergyd mewn tabl %s" msgstr[1] "%s ergyd mewn tabl %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Pori" @@ -2667,32 +2667,34 @@ msgstr "" msgid "Restore column order" msgstr "Ychwanegu/Dileu colofnau" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Dechrau" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Cynt" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Nesaf" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2822,7 +2824,7 @@ msgid "The row has been deleted" msgstr "Cafodd y rhes ei dileu" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Lladd" @@ -2879,8 +2881,8 @@ msgstr "Dewis Pob" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2982,7 +2984,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3015,12 +3017,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Coladiad" @@ -3049,7 +3052,7 @@ msgstr "" "ohonyn nhw." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Gweinydd" @@ -3060,9 +3063,9 @@ msgid "View" msgstr "Dangos" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3073,32 +3076,32 @@ msgid "Structure" msgstr "Strwythur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Chwilio" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Mewnosod" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Gweithrediadau" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Tracio" @@ -3139,53 +3142,54 @@ msgstr "Rheolweithiau" msgid "Events" msgstr "Digwyddiadau" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dyluniwr" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Cronfeydd Data" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Defnyddiwr" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Log deuaidd" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Dyblygiad" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Newidynnau" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Setiau nod" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Peiriannau" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Gwall" @@ -3278,7 +3282,8 @@ msgstr "Tablau" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Ffeiliau" @@ -3847,139 +3852,139 @@ msgstr "Ymholiad SQL" msgid "MySQL said: " msgstr "Dywedodd MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Failed to connect to SQL validator!" msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Esbonio SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Sgipio Esbonio SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Heb God PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Creu Cod PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Adfywio" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Sgipio Dilysu SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Dilysu SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Golygu mewnol yr ymholiad hwn" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Mewnol" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Proffilio" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sul" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y am %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s diwrnod, %s awr, %s munud a %s eiliad" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Rheolweithiau" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Neidio i gronfa ddata "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Pwyso i ddewis" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "cyfeiriadur lanlwytho y gweinydd gwe" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" "Does dim modd cyrraedd y cyfeiriadur a osodoch chi ar gyfer gwaith a " "lanwlythwyd" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Gwagu" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Argraffu" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Cread" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Diweddariad diwethaf" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Gwiriad diwethaf" @@ -3988,9 +3993,9 @@ msgstr "Gwiriad diwethaf" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4137,8 +4142,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Analluogwyd" @@ -4302,8 +4307,12 @@ msgstr "Adfer gwerth diofyn" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Ailosod" @@ -4370,8 +4379,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4570,8 +4579,8 @@ msgstr "Cywasgiad" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4822,8 +4831,8 @@ msgstr "" msgid "Customize default options" msgstr "Gweithrediadau canlyniadau ymholiad" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4941,8 +4950,9 @@ msgstr "Enw'r dudalen" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5707,8 +5717,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5847,6 +5857,16 @@ msgid "Connect without password" msgstr "Cysylltwch heb gyfrinair" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Chwilio" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "n use MySQL wildcard characters (% and _), escape them if you want use ir " @@ -5860,374 +5880,374 @@ msgstr "" "ydych am eu defnyddio'n llythrennol, h.y. defnyddiwch 'my\\_db' ac nid " "'my_db'" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Dangoswch gronfeydd data a restrir yn unig" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Gadewch yn wag os nac ydych yn defnyddio 'config auth'" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Cyfrinair am 'config auth'" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "enw cronfa ddata" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Dadansoddi tabl" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" -msgstr "Soced gweinydd" +msgid "Signon URL" +msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 +msgid "Server socket" +msgstr "Soced gweinydd" + +#: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Defnyddio SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Sgena PDF: cyfesurynnau tabl" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Dangos tabl colofnau" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Ychwanegu DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Ychwanegu DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Ychwanegu DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Datganiadau i'w tracio" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabl tracio ymholiadau SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Dangos ffurflen newid cyfrinair" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Dangos ffurflen creu cronfa ddata" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Dangos fersiynau" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Relational display column" msgid "Show display direction" msgstr "Colofn dangosydd perthynol" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show function fields" msgid "Show field types" msgstr "Dangos meysydd swyddogaeth" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Dangos meysydd swyddogaeth" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Dangos grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Dangos cysylltiad i allbwn [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Dangos cysylltiad i allbwn [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Dangos cysylltiad i phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Dangos ymholiadau SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "mewn ymholiad" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Dangos ystadegau" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Neidio tablau ar glo" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6235,80 +6255,80 @@ msgstr "" msgid "Password" msgstr "Cyfrinair" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Enw defnyddiwr" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "Ychwanegu/Dileu colofnau" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Tab tabl diofyn" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6316,45 +6336,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Cyfeiriadur lanlwytho" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Defnyddio chwiliad cronfa ddata" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Gwiriwch y fersiwn diweddaraf" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6362,7 +6382,7 @@ msgstr "" msgid "Version check" msgstr "Gwirio fersiwn" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6370,75 +6390,91 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Gwirio fersiwn" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Gwirio fersiwn" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Gwirio fersiwn" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Authenticating…" msgid "Config authentication" msgstr "Yn dilysu…" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Authenticating…" msgid "Cookie authentication" msgstr "Yn dilysu…" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy #| msgid "Authenticating…" msgid "HTTP authentication" msgstr "Yn dilysu…" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Authenticating…" msgid "Signon authentication" msgstr "Yn dilysu…" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6446,36 +6482,36 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Taenlen Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Lliw cwstwm" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy #| msgid "Databases statistics" msgid "Database export options" msgstr "Ystadegau cronfeydd data" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV ar gyfer MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7330,8 +7366,8 @@ msgstr "" msgid "Hide" msgstr "Cuddio" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Deuaidd" @@ -7460,189 +7496,189 @@ msgstr "A ydych chi wir am" msgid "No change" msgstr "Dim newid" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Set nodau" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bwlgareg" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Tsieinëeg Syml" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tsieinëeg Draddodiadol" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "cas-ansensitif" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "cas-sensitif" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croateg" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tsieceg" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Daneg" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Saesneg" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoneg" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Almaeneg" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "geiriadur" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "llyfr ffôn" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hwngareg" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandeg" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Siapaneg" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latfieg" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lithwaneg" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Corëeg" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perseg" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Pwyleg" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Ewropeaidd Gorllewinol" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rwmaneg" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slofaceg" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slofeneg" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Sbaeneg" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Sbaeneg Draddodiadol" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Swedeg" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Twrceg" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Wcreineg" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "amlieithog" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Ewropeaidd Canolog" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rwseg" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Balteg" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeneg" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Syrilig" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabeg" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Iddeweg" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgeg" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Groegeg" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tsiec-Slofac" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "anhysbys" @@ -7847,7 +7883,7 @@ msgstr "Ailenwi tabl i" msgid "Table comments" msgstr "Sylwadau tabl" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Peiriant Storio" @@ -8016,7 +8052,15 @@ msgstr "Enw defnyddiwr:" msgid "Server Choice:" msgstr "Dewis Gweinydd" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -8024,14 +8068,14 @@ msgstr "" "Nid oes hawl mewngofnodi heb gyfrinair. Dyma'r gosodiad yn eich ffurfwedd " "(gweler AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Dim gweithredoedd o fewn %s eiliad; mewngofnodwch eto." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Methu â mewngofnodi i'r gweinydd MySQL" @@ -8111,7 +8155,7 @@ msgstr "Amnewid NULL gan" msgid "Remove carriage return/line feed characters within columns" msgstr "Tynnu nodau CRLF tu fewn colofnau" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8530,6 +8574,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Taenlen Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8670,90 +8720,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Nodweddion perthynas cyffredinol" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Trawsffurfiad porwr" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8808,7 +8858,7 @@ msgstr "Statws y caeth" msgid "Variable" msgstr "Newidyn" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID y Gweinydd" @@ -8949,7 +8999,7 @@ msgstr "Manylion…" msgid "Event name" msgstr "Math y digwyddiad" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Math y digwyddiad" @@ -9342,39 +9392,36 @@ msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata." msgid "There are no events to display." msgstr "Nid oes unrhyw gweinyddion a ffurfweddwyd" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "Nid yw ffeil %s yn cynnwys unrhyw id allwedd" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9444,64 +9491,64 @@ msgstr "" msgid "Display relational schema" msgstr "Sgema perthynol" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Dangos grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Dangos lliw" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Dangos dimensiynau'r tabl" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Dangos pob tabl gyda'r un lled" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Geiriadur Data" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Dangos allweddau'n unig" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Tirlun" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portread" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Cread" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Maint papur" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Iaith anhysbys: %1$s." @@ -9512,6 +9559,77 @@ msgstr "Iaith anhysbys: %1$s." msgid "Current Server:" msgstr "Gweinydd cyfredol" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Enw'r log" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Safle" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Safle gwreiddiol" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Gwybodaeth" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Setiau nod a Choladiadau" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Dechrau" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Fersiwn" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Analluogwyd" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -10310,10 +10428,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Gwybodaeth" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -10322,7 +10436,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10779,34 +10893,6 @@ msgstr "Tabl %s heb ei ddarganfod neu heb ei osod mewn %s" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Enw'r log" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Safle" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Safle gwreiddiol" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Setiau nod a Choladiadau" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10842,7 +10928,7 @@ msgstr "" msgid "No databases" msgstr "Dim cronfeydd data" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Peiriannau Storio" @@ -10850,44 +10936,6 @@ msgstr "Peiriannau Storio" msgid "View dump (schema) of databases" msgstr "Gwylio dadlwythiad (sgema) cronfeydd data" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Dechrau" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Fersiwn" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Analluogwyd" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12260,8 +12308,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12743,23 +12791,23 @@ msgstr "Traciwch y datganiadau trin data hyn:" msgid "Create version" msgstr "Crëwch fersiwn" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Cael gafael ar mwy o themâu!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Mathau MIME ar gael" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Disgrifiad" @@ -12776,7 +12824,7 @@ msgstr "" msgid "VIEW name" msgstr "Enw VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Ailenwch golwg i" diff --git a/po/da.po b/po/da.po index 08d73ffd58..5e8b6efcd8 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-02 09:58+0200\n" "Last-Translator: Aputsiaq Niels Janussen \n" "Language-Team: Danish er åben for indtrængen, og du " "opfordres stærkt til at gøre noget ved dette sikkerhedshul." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -808,7 +808,7 @@ msgstr "" "indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse " "af nogle data!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -818,7 +818,7 @@ msgstr "" "multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til " "at opdele strenge korrekt og dette kan forårsage uventede resultater." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -830,7 +830,7 @@ msgstr "" "cookie-gyldigheden konfigureret i phpMyAdmin; på grund af dette vil din " "logind-session udløbe tidligere end konfigureret i phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -839,12 +839,12 @@ msgstr "" "phpMyAdmin. På grund af dette, vil din login udløbe tidligere end " "konfigureret i phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -857,7 +857,7 @@ msgstr "" "din server kompromitteres, ved at personer uden adgangstilladelse henter din " "konfiguration." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -867,7 +867,7 @@ msgstr "" "udvidede funktioner er blevet deaktiverede. For at finde ud af hvorfor klik " "%sher%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -876,7 +876,7 @@ msgstr "" "Din PHP MySQL-biblioteks version %s afviger fra din MySQL server version %s. " "Dette kan forårsage uforudsigelige resultater." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -988,12 +988,12 @@ msgid "Other" msgstr "Andet" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1093,44 +1093,44 @@ msgstr "Bytes modtaget" msgid "Connections" msgstr "Forbindelser" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Processer" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1148,7 +1148,7 @@ msgstr "Spørgsmål" msgid "Traffic" msgstr "Trafik" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Indstillinger" @@ -1175,7 +1175,7 @@ msgstr "Tilføj mindst en variabel til serien" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Ingen" @@ -1458,7 +1458,7 @@ msgstr "" "til standard konfiguration…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1670,8 +1670,8 @@ msgstr "Vis forespørgselsbox" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1697,8 +1697,8 @@ msgstr "Eksekveringstid for forespørgsel" msgid "%d is not valid row number." msgstr "%d er ikke et gyldigt rækkenummer." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2015,63 +2015,63 @@ msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "dec" @@ -2109,32 +2109,32 @@ msgid "Sun" msgstr "søn" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "man" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "tir" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "ons" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "fre" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "lør" @@ -2285,7 +2285,7 @@ msgstr "Skriftstørrelse" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Stigende" @@ -2294,7 +2294,7 @@ msgstr "Stigende" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Faldende" @@ -2363,11 +2363,11 @@ msgstr "Slet:" msgid "SQL query on database %s:" msgstr "SQL-forespørgsel til database %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Send forespørgsel" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2375,15 +2375,15 @@ msgstr "" "Serveren svarer ikke (eller den lokale servers socket er ikke korrekt " "konfigureret)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Serveren svarer ikke." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Tjek venligst privilegier for mappen som indeholder databasen." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detaljer…" @@ -2423,8 +2423,8 @@ msgstr[0] "%1$s sammenfald i %2$s" msgstr[1] "%1$s sammenfald i %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Vis" @@ -2476,26 +2476,28 @@ msgstr "Gem redigerede data" msgid "Restore column order" msgstr "Gendan kolonneorden" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Næste" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Slut" @@ -2610,7 +2612,7 @@ msgid "The row has been deleted" msgstr "Rækken er slettet" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Dræb (Kill)" @@ -2667,8 +2669,8 @@ msgstr "Vælg alle" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2768,7 +2770,7 @@ msgstr "Åbn nyt phpMyAdmin vindue" msgid "Click on the bar to scroll to top of page" msgstr "Klik på bjælken for at rulle til sidens top" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Herefter skal JavaScript være slået til" @@ -2799,12 +2801,13 @@ msgid "Cardinality" msgstr "Kardinalitet" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Tegnsæt (sortering)" @@ -2833,7 +2836,7 @@ msgstr "" "sikkert fjernes." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2844,9 +2847,9 @@ msgid "View" msgstr "Visning" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2857,32 +2860,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Søg" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Indsæt" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operationer" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Sporing" @@ -2923,51 +2926,52 @@ msgstr "Rutiner" msgid "Events" msgstr "Hændelser" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Brugere" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binær log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikation" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variable" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Tegnsæt" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Udvidelsesmoduler" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Lagring" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fejl" @@ -3056,7 +3060,8 @@ msgstr "Tabeller" msgid "Transaction coordinator" msgstr "Transaktionskoordinator" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Filer" @@ -3665,132 +3670,132 @@ msgstr "SQL-forespørgsel:" msgid "MySQL said: " msgstr "MySQL returnerede: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Kunne ikke oprette forbindelse til SQL validator!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Forklar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Spring over Forklar SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Uden PHP-kode" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Fremstil PHP-kode" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Opdater" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Spring over Valider SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valider SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Åben linje til redigering af forespørgslen" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "I linje" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilering" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "søn" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %m %Y kl. %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dage, %s timer, %s minutter og %s sekunder" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Manglende parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Hop til database "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funktionaliteten af %s er påvirket af en kendt fejl, se %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klik for at skifte" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Gennemse din computer:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Vælg fra %s - webserverens upload-mappe:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Mappen du har sat til upload-arbejde kan ikke findes" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Der er ikke nogen filer at uploade" # By "Empty", if this is an action, it should translate to "Tøm" but if it's a # state it should translate to "Tom". -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Tøm" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Udfør" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Print" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Oprettelse" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Sidste opdatering" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Seneste tjek" @@ -3799,9 +3804,9 @@ msgstr "Seneste tjek" msgid "shared" msgstr "delt" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3943,8 +3948,8 @@ msgid "Double click" msgstr "Dobbelt-klik" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Slået fra" @@ -4102,8 +4107,12 @@ msgstr "Gendan standardværdi" msgid "Allow users to customize this value" msgstr "Tillad brugerdefinerede indstillinger for værdien" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Nulstil" @@ -4179,8 +4188,8 @@ msgstr "Redigering af CHAR-kolonner" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Brug en brugervenlig redigering til redigering af SQL-forespørgsler, " "([a@http://codemirror.net/]CodeMirror[/a]) med fremhævelse af syntaks og " @@ -4379,8 +4388,8 @@ msgstr "Komprimering" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4578,8 +4587,8 @@ 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 "" -"Sorteringsrækkefølge for elementer i valgboks med fremmede nøgler; [kbd]" -"content[/kbd] er de refererede data, [kbd]id[/kbd] er nøglens værdi" +"Sorteringsrækkefølge for elementer i valgboks med fremmede nøgler; " +"[kbd]content[/kbd] er de refererede data, [kbd]id[/kbd] er nøglens værdi" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4608,8 +4617,8 @@ msgstr "Tilpas for gennemsynstilstand" msgid "Customize default options" msgstr "Tilpas standardindstillinger" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4721,8 +4730,9 @@ msgstr "Sidetitler" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Angiv browserens tekst i titelbaren. Se [doc@cfg_TitleTable]dokumentationen[/" "doc] for tekststrenge der indeholder særlige værdier." @@ -4846,10 +4856,10 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Hvis du ønsker at bruge servicen SQL Validator, skal du huske på, at [strong]" -"alle SQL forespørgsler lagres anonymt til statistiske formål[/strong].[br]" -"[em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright " -"2002 Upright Database Technology. All rights reserved.[/em]" +"Hvis du ønsker at bruge servicen SQL Validator, skal du huske på, at " +"[strong]alle SQL forespørgsler lagres anonymt til statistiske formål[/" +"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " +"Copyright 2002 Upright Database Technology. All rights reserved.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5183,8 +5193,8 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])" msgstr "" -"Åbn den linkede side i hovedvinduet ([kbd]main[/kbd]) eller i et nyt ([kbd]" -"new[/kbd])" +"Åbn den linkede side i hovedvinduet ([kbd]main[/kbd]) eller i et nyt " +"([kbd]new[/kbd])" #: libraries/config/messages.inc.php:302 msgid "Logo link target" @@ -5523,11 +5533,11 @@ msgstr "Bogmærketabel" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Efterlades tom for ingen kolonnekommentar-/mime-typer, forslag: [kbd]" -"pma_column_info[/kbd]" +"Efterlades tom for ingen kolonnekommentar-/mime-typer, forslag: " +"[kbd]pma_column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5597,8 +5607,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Efterlades tom for at undlade Designer-understøttelse, forslag: [kbd]" -"pma_designer_coords[/kbd]" +"Efterlades tom for at undlade Designer-understøttelse, forslag: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5678,6 +5688,16 @@ msgid "Connect without password" msgstr "Forbind uden adgangskode" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabelsøgning" + +#: libraries/config/messages.inc.php:410 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 " @@ -5686,30 +5706,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Vis kun listede databaser" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Lades tom hvis du ikke bruger config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Adgangskode for config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-skematik: pages tabel" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5719,19 +5739,19 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Databasenavn" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Serverport" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5739,75 +5759,75 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Senest benyttede tabel" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relationstabel" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL-kommando til at hente tilgængelige databaser" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES kommando" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/" "a] for et eksempel" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Login sessionsnavn" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Login URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server-sokkel" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Brug SSL til forbindelse til MySQL-serveren" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Brug SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: [kbd]" -"pma_table_coords[/kbd]" +"Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-skematik: tabel coordinates" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5815,11 +5835,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Visningskolonnetabel" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5827,11 +5847,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "UI præference tabel" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5839,11 +5859,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Tilføj DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5851,11 +5871,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Tilføj DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5863,59 +5883,59 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Tilføj DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Forespørgsler, der skal spores" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Efterlades tom for at undlade understøttelse af sporing på SQL-forspørgsler, " "forslag: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Sporingstabel for SQL-forespørgsler" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Opret versioner automatisk" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Efterlades tom for at undlade lagring af bruger-præferencer i database, " "forslag: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Bruger preference storage tabel" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Bruger for config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5923,19 +5943,19 @@ msgstr "" "En brugervenlig beskrivelse af serveren. Lad stå tom for at vise " "værtstnavnet i stedet." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Udvidet navn for denne server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Tillad visning af alle rækker" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5946,85 +5966,85 @@ msgstr "" "konfigurationsfilen; dette begrænser ikke muligheden for at udføre den samme " "kommando direkte" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Vis formular til ændring af adgangskode" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Vis formular til databaseoprettelse" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Vis eller skjul en kolonne, der viser oprettelses-tidsstempel for alle " "tabeller" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Vis tidsstempel for oprettelse" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Vis eller skjul en kolonne, der viser tidsstempel med seneste opdatering for " "alle tabeller" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Vis tidsstempel med seneste opdatering" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Vis eller skjul en kolonne, der viser tidsstempel med seneste tjek for alle " "tabeller" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Vis tidsstempel for Seneste tjek" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" "Definerer om type display retning indstilling vises, når en tabel gennemses" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Vis retning for visning" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Vis felttyper" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Vis funktionsfelterne i rediger/indsæt tilstand" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Vis funktionsfelter" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Om hints skal vises eller ej" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Vis hint" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6032,59 +6052,59 @@ msgstr "" "Viser link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Vis detaljeret MySQL serverinformation" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Vis SQL-forespørgsler" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Bevar forespørgeselsboks" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Vis statistik" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Vis tabelkommentarer i tooltips" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Spring over låste tabeller" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Kræver SQL Validator bliver aktiveret" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6092,7 +6112,7 @@ msgstr "Kræver SQL Validator bliver aktiveret" msgid "Password" msgstr "Adgangskode" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6100,11 +6120,11 @@ msgstr "" "[strong]Advarsel[/strong] kræver installation af PHP SOAP udvidelsen eller " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Aktivér SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6112,20 +6132,20 @@ msgstr "" "Hvis du har dit eger brugernavn, så angiv det her (standard [kbd]anonymous[/" "kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Brugernavn" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "En advarsel vises på hovedsiden, hvis Suhosin er detekteret" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin advarsel" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6134,11 +6154,11 @@ msgstr "" "fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet " "(*1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Tekstboks kolonner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6147,31 +6167,31 @@ msgstr "" "fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet " "(*1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Tekstboks rækker" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Titel på browservindue, når ingenting er valgt" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6183,27 +6203,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste af trusted proxies til IP tillad/afvis" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Mappe til uploads" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Tillad søgning i hele databasen" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Brug databasesøgning" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6211,19 +6231,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Aktivér udviklerfanen i indstillinger" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Tjek for den seneste version" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6231,7 +6251,7 @@ msgstr "Aktiverer tjek for den seneste version på hovedsiden for phpMyAdmin" msgid "Version check" msgstr "Versionscheck" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6243,11 +6263,11 @@ msgstr "" "er installeret, ikke har direkte adgang til internettet. Formater er: " "\"værtsnavn:portnummer\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "Proxy-url til versionscheck" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6258,19 +6278,19 @@ msgstr "" "Basic Authentication (grundlæggende godkendelsestjek). På nuværende " "tidspunkt understøttes der ikke andre godkendelsestjek." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Proxy-brugernavn til versionscheck" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Adgangskoden til godkendelsestjek på proxyen" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Proxy-adgangskode til versionscheck" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6278,63 +6298,79 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config autentifikation" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie autentifikation" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP autentifikation" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Login autentifikation" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV vha. LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument regneark" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Hurtig" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Brugerdefineret" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Database eksportindstillinger" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV til MS Excel-data" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "OpenDocument tekst" @@ -7182,8 +7218,8 @@ msgstr "Opret et indeks på  %s  kolonner" msgid "Hide" msgstr "Skjul" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binært" @@ -7300,189 +7336,189 @@ msgstr "Er du sikker på at du vil udføre følgende forespørgsel?" msgid "No change" msgstr "Ingen ændring" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Tegnsæt" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarsk" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Simplificeret Kinesisk" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditionelt Kinesisk" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "ingen forskel på store/små bogstaver" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "forskel på store/små bogstaver" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatisk" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tjekkisk" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dansk" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engelsk" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estisk" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Tysk" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "ordbog" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonbog" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungarsk" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandsk" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japansk" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lettisk" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litauisk" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreansk" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persisk" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polsk" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Vesteuropæisk" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumænsk" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakisk" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovensk" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spansk" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditionelt Spansk" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Svensk" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Tyrkisk" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainsk" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "flersproget" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centraleuropæisk" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russisk" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltisk" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armensk" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kyrillisk" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabisk" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebræisk" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgisk" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Græsk" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tjekkisk-Slovakisk" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ukendt" @@ -7678,7 +7714,7 @@ msgstr "Omdøb tabel til" msgid "Table comments" msgstr "Tabel kommentarer" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Datalager" @@ -7841,7 +7877,15 @@ msgstr "Brugernavn:" msgid "Server Choice:" msgstr "Servervalg:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7849,15 +7893,15 @@ msgstr "" "Det er ifølge konfigurationen ikke tilladt at logge ind uden en adgangskode " "(se AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Kan ikke logge ind på MySQL-serveren" @@ -7923,7 +7967,7 @@ msgstr "Erstat NULL med:" msgid "Remove carriage return/line feed characters within columns" msgstr "Fjern vognretur/linjeskiftstegn i kolonnedata" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel-udgave:" @@ -8329,6 +8373,12 @@ msgstr "" "Den angivne XML-fil var enten forkert udformet eller ukomplet. Ret fejlen og " "prøv igen." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument regneark" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI formfil" @@ -8509,83 +8559,83 @@ msgstr "" "Viser et link; feltet indeholder filnavnet. Første indstilling er et præfiks " "som \"http://domain.com/\". Anden indstilling er en titel på linket." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ikke OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "O.K." -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Slået til" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Generelle relationsmuligheder" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Vis muligheder" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Oprettelse af PDFer" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Viser kolonne-kommentarer" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browser-transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Se venligst dokumentationen for oplysninger om, hvordan du opdaterer din " "column_comments (kolonne-kommentarer) tabel" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "SQL-forespørgsel med bogmærke" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-historik" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Vedvarende senest brugte tabeller" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Vedvarende tabellers UI præference" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Brugerpræferencer" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Hurtige trin for at opsætte avancerede muligheder:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Opret de nødvendige tabeller med examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8593,12 +8643,12 @@ msgstr "" "Aktivér avancerede muligheder i konfigurationfilen (config.inc.php), fx ved at starte med config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ingen beskrivelse" @@ -8651,7 +8701,7 @@ msgstr "Slavestatus" msgid "Variable" msgstr "Variabel" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server-ID" @@ -8780,7 +8830,7 @@ msgstr "Detaljer" msgid "Event name" msgstr "Hændelsesnavn" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Hændelsestype" @@ -9121,37 +9171,34 @@ msgstr "Ingen hændelse med navnet %1$s fundet i database %2$s" msgid "There are no events to display." msgstr "Der er ingen hændelser at vise." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabellen \"%s\" findes ikke!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Konfigurer venligst koordinaterne for tabel %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Skema for databasen \"%s\" - Side %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Denne side indeholder ingen tabeller!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA ERROR: " @@ -9217,51 +9264,51 @@ msgstr "Kolonnenavne" msgid "Display relational schema" msgstr "Vis relationel skema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Vælg Export Relational Type" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Vis gitter" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Vis farve" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Vis tabellernes dimensioner" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Vis alle tabeller med samme bredde" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Data Dictionary" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Vis kun nøgler" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Liggende" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Stående" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientering" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papirstørrelse" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9269,12 +9316,12 @@ msgstr "" "Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil " "du slette disse referencer?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Tegnebræt til/fra" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Ukendt sprog: %1$s." @@ -9283,6 +9330,75 @@ msgstr "Ukendt sprog: %1$s." msgid "Current Server:" msgstr "Aktuel server:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Vælg binærlog til gennemsyn" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Lognavn" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Position" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Original position" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Information" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Trunker viste forespørgsler" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Vis fuldstændige forespørgsler" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Tegnsæt og kollationer" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduler" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Start" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Udvidelsesmodul" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Bibliotek" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Forfatter" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licens" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "slået fra" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Ingen privilegier." @@ -10087,10 +10203,6 @@ msgstr "Tilføj SPATIAL indeks" msgid "Add FULLTEXT index" msgstr "Tilføj FULLTEXT indeks" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Information" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Pladsforbrug" @@ -10099,7 +10211,7 @@ msgstr "Pladsforbrug" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabel %1$s er blevet ændret" @@ -10524,34 +10636,6 @@ msgstr "Tabel %s findes ikke eller er ikke sat i %s" msgid "File doesn't exist" msgstr "Filen eksisterer ikke" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Vælg binærlog til gennemsyn" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Trunker viste forespørgsler" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Vis fuldstændige forespørgsler" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Lognavn" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Position" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Original position" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Tegnsæt og kollationer" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10588,7 +10672,7 @@ msgstr "" msgid "No databases" msgstr "Ingen databaser" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Datalagre" @@ -10596,42 +10680,6 @@ msgstr "Datalagre" msgid "View dump (schema) of databases" msgstr "Vis dump (skema) for databaser" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduler" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Start" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Udvidelsesmodul" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Bibliotek" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Forfatter" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licens" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "slået fra" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12180,8 +12228,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Du har sat [kbd]config[/kbd] autentifikation og inkluderet brugernavn og " "adgangskode for auto-login, hvilket er ikke en ønskværdig konfiguration for " @@ -12621,23 +12669,23 @@ msgstr "Spor disse datamanipulations-forespørgsler:" msgid "Create version" msgstr "Opret version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Hent flere temaer!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tilgængelige MIME-typer" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Tilgængelige transformationer" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Beskrivelse" @@ -12654,7 +12702,7 @@ msgstr "Profilen er blevet opdateret." msgid "VIEW name" msgstr "VIEW navn" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Omdøb view til" @@ -14173,9 +14221,9 @@ msgstr "concurrent_insert er sat til 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Aktivering indebærer, at en side, som ligger på et andet domæne, har " -#~ "adgang til at kalde phpMyAdmin fra en ramme. Det er en potentiel [strong]" -#~ "sikkerhedsrisiko[/strong], fordi det åbner op for cross-frame scripting " -#~ "angreb" +#~ "adgang til at kalde phpMyAdmin fra en ramme. Det er en potentiel " +#~ "[strong]sikkerhedsrisiko[/strong], fordi det åbner op for cross-frame " +#~ "scripting angreb" #~ msgid "Allow third party framing" #~ msgstr "Tillad rammeværk fra tredjepart" @@ -14211,13 +14259,13 @@ msgstr "concurrent_insert er sat til 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Når denne sættes til [kbd]nested[/kbd] bruges alias for tabelnavnet kun " -#~ "til at splitte/samle tabellerne i henhold til direktivet $cfg" -#~ "['LeftFrameTableSeparator'], så kun mappen benævnes som aliaset; " +#~ "til at splitte/samle tabellerne i henhold til direktivet " +#~ "$cfg['LeftFrameTableSeparator'], så kun mappen benævnes som aliaset; " #~ "tabelnavnet selv forbliver uændret" #~ msgid "Display table comment instead of its name" diff --git a/po/de.po b/po/de.po index 10b23651a8..bc13d93ca2 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: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-30 13:31+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: German %s:" msgstr "SQL-Befehl in der Datenbank %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "SQL-Befehl ausführen" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2460,17 +2460,17 @@ msgstr "" "Der Server antwortet nicht (evtl. ist der Socket des lokalen MySQL-Servers " "nicht korrekt konfiguriert)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Der Server antwortet nicht." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "Bitte prüfen Sie die Rechte des Verzeichnisses, in dem sich die Datenbank " "befindet." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Details…" @@ -2510,8 +2510,8 @@ msgstr[0] "%1$s Treffer in %2$s" msgstr[1] "%1$s Treffer in %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Anzeigen" @@ -2563,26 +2563,28 @@ msgstr "Speichere bearbeitete Daten" msgid "Restore column order" msgstr "Spalten-Anordnung wiederherstellen" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Anfang" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Vorherige" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Nächste" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Ende" @@ -2701,7 +2703,7 @@ msgid "The row has been deleted" msgstr "Der Datensatz wurde gelöscht" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Beenden" @@ -2763,8 +2765,8 @@ msgstr "Alle auswählen" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2848,8 +2850,8 @@ msgstr "Unbekannter Fehler beim hochladen der Datei." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Fehler beim Verschieben der hochgeladenen Datei, siehe [doc@faq1-11]FAQ 1.11" -"[/doc]" +"Fehler beim Verschieben der hochgeladenen Datei, siehe [doc@faq1-11]FAQ " +"1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -2868,7 +2870,7 @@ msgstr "Neues phpMyAdmin-Fenster" msgid "Click on the bar to scroll to top of page" msgstr "Klicken Sie auf die Leiste, um zum Anfang der Seite zu scrollen" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript muss ab hier aktiviert sein" @@ -2899,12 +2901,13 @@ msgid "Cardinality" msgstr "Kardinalität" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Kollation" @@ -2933,7 +2936,7 @@ msgstr "" "möglicherweise entfernt werden." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2944,9 +2947,9 @@ msgid "View" msgstr "Ansicht" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2957,32 +2960,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Suche" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Einfügen" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operationen" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Nachverfolgung" @@ -3023,51 +3026,52 @@ msgstr "Routinen" msgid "Events" msgstr "Ereignisse" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Datenbanken" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Benutzer" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binäres Protokoll" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikation" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variablen" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Zeichensätze" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Erweiterungen" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Formate" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fehler" @@ -3156,7 +3160,8 @@ msgstr "Tabellen" msgid "Transaction coordinator" msgstr "Transaktions-Koordinator" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Dateien" @@ -3277,8 +3282,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Bereinigen der Tabellen UI Einstellungen fehlgeschlagen (siehe $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Bereinigen der Tabellen UI Einstellungen fehlgeschlagen (siehe " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3779,131 +3784,131 @@ msgstr "SQL-Befehl" msgid "MySQL said: " msgstr "MySQL meldet: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Verbindungsaufbau zu SQL-Validator schlug fehl!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL erklären" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL-Erklärung umgehen" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "ohne PHP-Code" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-Code erzeugen" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Aktualisieren" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL-Validierung umgehen" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL validieren" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Inline-Bearbeiten dieses SQL-Befehls" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Inline" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Messen" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "So" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y um %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s Tage, %s Stunden, %s Minuten und %s Sekunden" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Fehlende(r) Parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Zur Datenbank "%s" springen." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Die Funktion %s wird durch einen bekannten Fehler beeinträchtigt, siehe %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Zum Umschalten anklicken" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Durchsuchen Sie Ihren Computer:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Wählen Sie vom Webserver-Uploadverzeichnis %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Es sind keine Dateien zum Upload vorhanden" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Leeren" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Ausführen" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Drucken" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Erzeugt am" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Aktualisiert am" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Letzter Check am" @@ -3912,9 +3917,9 @@ msgstr "Letzter Check am" msgid "shared" msgstr "freigegeben" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4062,8 +4067,8 @@ msgid "Double click" msgstr "Doppelklick" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Deaktiviert" @@ -4219,8 +4224,12 @@ msgstr "Voreingestellten Wert wiederherstellen" msgid "Allow users to customize this value" msgstr "Erlaube den Benutzern diesen Wert anzupassen" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Zurücksetzen" @@ -4298,8 +4307,8 @@ msgstr "Bearbeitung von CHAR-Felder" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Benutzerfreundlichen Editor ([a@http://codemirror.net/]CodeMirror[/a]) mit " "Syntaxhervorhebung und Zeilennummern zum Bearbeiten von SQL-Abfragen " @@ -4496,8 +4505,8 @@ msgstr "Kompression" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4736,8 +4745,8 @@ msgstr "Anzeigemodus anpassen" msgid "Customize default options" msgstr "Standard-Einstellungen anpassen" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4847,8 +4856,9 @@ msgstr "Seitentitel" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Text für die Browser-Titelleiste. Weitere Informationen über Schlüsselwörter " "und Variablennamen in der [doc@cfg_TitleTable]Dokumentation[/doc]." @@ -5283,8 +5293,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Anzahl der Bytes, welche ein Script zur Ausführung benötigen darf, z.B. [kbd]" -"32M[/kbd] ([kbd]0[/kbd] für unbegrenzt)" +"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:296 msgid "Memory limit" @@ -5649,8 +5659,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/bookmark]Lesezeichen" -"[/a]-Unterstützung, Vorschlag: [kbd]pma_bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5658,11 +5668,11 @@ msgstr "Lesezeichen Tabelle" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Leer lassen für keine Spalten Kommentare/mime types, Vorschlag: [kbd]" -"pma__column_info[/kbd]" +"Leer lassen für keine Spalten Kommentare/mime types, Vorschlag: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5737,8 +5747,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Leer lassen für keine Designer-Unterstützung, Vorschlag: [kbd]" -"pma__designer_coords[/kbd]" +"Leer lassen für keine Designer-Unterstützung, Vorschlag: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5749,8 +5759,9 @@ 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 "" -"Mehr Informationen auf [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Mehr Informationen auf [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL " +"Bugs[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5779,8 +5790,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Leer lassen für keine SQL Abfrageverlaufs-Unterstützung, Vorschlag: [kbd]" -"pma__history[/kbd]" +"Leer lassen für keine SQL Abfrageverlaufs-Unterstützung, Vorschlag: " +"[kbd]pma__history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5819,6 +5830,16 @@ msgid "Connect without password" msgstr "Ohne Passwort verbinden" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabellensuche" + +#: libraries/config/messages.inc.php:410 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 " @@ -5828,30 +5849,30 @@ msgstr "" "Bedeutung wiederhergestellt, d.h. [kbd]'my\\_db'[/kbd] und nicht " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Nur aufgelistete Datenbanken zeigen" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Leer lassen, wenn config auth nicht verwendet wird" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Passwort für config Authentifikation" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF Pages Table" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5861,19 +5882,19 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Datenbankname" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5881,76 +5902,76 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Kürzlich verwendete Tabellen" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relation Tabelle" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL Komando, um verfügbare Datenbanken abzurufen" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES Befehl" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Siehe [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"Authentifizierungsarten[/a] für ein Beispiel" +"Siehe [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]Authentifizierungsarten[/a] für ein Beispiel" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Anmelde Session-Name" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Anmelde URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server Socket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Ermögliche SSL für Verbindung zum MySQL-Server" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Benutze SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: [kbd]" -"pma__table_coords[/kbd]" +"Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF Schema: Tabellen Koordinatien" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5958,11 +5979,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Tabelle für Anzeigespalten" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5974,11 +5995,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabelle für Oberflächeneinstellungen" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5986,11 +6007,11 @@ msgstr "" "DROP DATABASE IF EXISTS statement beim Erstellen einer neuen Datenbank als " "erste Zeile loggen." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hinzufügen" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5998,11 +6019,11 @@ msgstr "" "DROP TABLE IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE hinzufügen" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -6010,33 +6031,33 @@ msgstr "" "DROP VIEW IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW hinzufügen" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Zu verfolgende Statements" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Leer lassen für keine SQL Abfrageverlauf-Unterstützung, Vorschlag: [kbd]" -"pma__tracking[/kbd]" +"Leer lassen für keine SQL Abfrageverlauf-Unterstützung, Vorschlag: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabelle mit Verfolgung der SQL-Abfragen" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6044,27 +6065,27 @@ msgstr "" "Automatische Versionserstellung für Tabellen und Ansichten durch den " "Verlaufs-Mechanismus." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Versionen automatisch erzeugen" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Leer lassen, um die Benutzereinstellungen nicht in der Datenbank zu " "speichern, Vorschlag: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabelle für Benutzereinstellungen" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Benutzername für config Authentifikation" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6072,21 +6093,21 @@ msgstr "" "Benutzerfreundlicher Name des Servers. Leer lassen um den tatsächlichen " "Rechnernamen anzuzeigen." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Serverbezeichnung" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Erlaube es alle Datensätze anzuzeigen" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6097,46 +6118,46 @@ msgstr "" "dieses beschränkt nicht die Möglichkeit der direkten Ausführung des selben " "Befehls" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Zeige Formular zur Passwort-Änderung" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Zeige Formular zur Datenbank-Erstellung" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Erstellungs-Zeitstempel anzeigen" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Zeitstempel des letzten Updates anzeigen" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Zeitstempel der letzten Überprüfung einblenden" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6144,11 +6165,11 @@ msgstr "" "Legt fest, ob die Typen-Anzeige-Richtungs-Option gezeigt wird, beim " "durchsuchen einer Tabelle" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Zeige die Anzeige-Richtung" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6156,27 +6177,27 @@ msgstr "" "Definiert, ob Typen-Felder anfänglich im Bearbeiten/Einfügen-Modus angezeigt " "werden" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Feld-Typen anzeigen" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Im Bearbeiten/Einfügen Modus Funktionsfelder anzeigen" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Funktionsfelder anzeigen" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Hinweise anzeigen" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Hinweis anzeigen" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6184,63 +6205,63 @@ msgstr "" "Zeige Link zu [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "Ausgabe" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Zeige phpinfo() Link" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Zeige detailierte MySQL-Server Informationen" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Zeige SQL Anfragen" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Abfragefeld weiterhin anzeigen" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Zeige Statistik" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Tabellen-Kommentar als Tooltip anzeigen" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Überspringe gesperrte Tabellen" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Erfordert das der SQL-Validator aktiviert ist" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6248,7 +6269,7 @@ msgstr "Erfordert das der SQL-Validator aktiviert ist" msgid "Password" msgstr "Passwort" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6256,11 +6277,11 @@ msgstr "" "[strong]Warnung:[/strong] erfordert das die PHP-Erweiterung SOAP oder PEAR " "SOAP installiert ist" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL-Validator aktivieren" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6268,20 +6289,20 @@ msgstr "" "Falls Sie einen benutzerdefinierten Benutzernamen haben, hier angeben " "(Standard ist [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Benutzername" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Warnhinweis auf der Hauptseite, wenn Suhosin erkannt wird" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin Warnhinweis" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6289,11 +6310,11 @@ msgstr "" "Textfeldgröße (in Spalten) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2) und Abfragefenster (*1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Textfeldspalten" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6301,31 +6322,31 @@ msgstr "" "Textfeldgröße (in Zeilen) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2) und Abfragefenster (*1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Textfeldzeilen" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Titelleiste des Browserfensters wenn nichts ausgewählt ist" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6334,30 +6355,30 @@ msgid "" msgstr "" "Proxies als [kbd]IP: trusted HTTP header[/kbd] eingeben. Das folgende " "Beispiel legt fest, das phpMyAdmin einem HTTP_X_FORWARDED_FOR (X-Forwarded-" -"For) Header, der von dem proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR" -"[/kbd] kommt, vertrauen soll" +"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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste der Vertrauenswürdigen Proxies für IP Filter" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Upload Verzeichnis" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Erlaube Suche in der gesammten Datenbank" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Datenbank Suche" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6365,19 +6386,19 @@ msgstr "" "Wenn deaktiviert, können Benutzer – unabhängig von der Checkbox rechts – " "keine der untenstehenden Einstellungen ändern" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Aktiviere den Reiter "Entwickler" in den Einstellungen" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Auf neue Version prüfen" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6385,7 +6406,7 @@ msgstr "Aktiviere die Prüfung auf Aktualisierungen auf der Hauptseite" msgid "Version check" msgstr "Versionsüberprüfung" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6393,30 +6414,30 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Versionsüberprüfung" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Versionsüberprüfung" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" @@ -6424,7 +6445,7 @@ msgstr "Versionsüberprüfung" # Maybe wikipedia links should point to $lang.wikipedia.org, eg # http://de.wikipedia.org/wiki/ZIP-Dateiformat -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6432,32 +6453,48 @@ msgstr "" "[a@http://de.wikipedia.org/wiki/ZIP-Dateiformat]ZIP[/a]-Kompression für " "Import- und Exportoperationen aktivieren" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config-Authentifizierung" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie-Authentifizierung" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP-Authentifizierung" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon-Authentifizierung" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV mit LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6465,32 +6502,32 @@ msgstr "CSV mit LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Kalkulationstabelle" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Schnell" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Benutzerdefiniert" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Export-Optionen der Datenbank" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV-Daten für MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -6882,8 +6919,8 @@ msgid "" "A compressed file's name must end in .[format].[compression]. " "Example: .sql.zip" msgstr "" -"Der Dateiname einer komprimierten Datei muss mit .[Format].[Komprimierung]" -" enden. Beispiel: .sql.zip" +"Der Dateiname einer komprimierten Datei muss mit .[Format]." +"[Komprimierung] enden. Beispiel: .sql.zip" #: libraries/display_import.lib.php:245 msgid "File uploads are not allowed on this server." @@ -6907,8 +6944,8 @@ msgid "" "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" -"Import abbrechen, wenn die maximale PHP-Scriptlaufzeit erreicht wird. " -"(Damit ist es möglich, große Dateien zu importieren, allerdings kann es " +"Import abbrechen, wenn die maximale PHP-Scriptlaufzeit erreicht wird. " +"(Damit ist es möglich, große Dateien zu importieren, allerdings kann es " "Transaktionen zerstören.)" #: libraries/display_import.lib.php:296 @@ -7365,8 +7402,8 @@ msgstr "Index über %s Spalten anlegen" msgid "Hide" msgstr "Verstecken" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binär" @@ -7491,189 +7528,189 @@ msgstr "Möchten Sie die folgende Abfrage wirklich ausführen?" msgid "No change" msgstr "Keine Änderung" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Zeichensatz" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarisch" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Beachtet nicht Groß- und Kleinschreibung" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Beachtet Groß- und Kleinschreibung" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatisch" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tschechisch" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dänisch" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Englisch" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estnisch" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Deutsch" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "Wörterbuch" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "Telefonbuch" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungarisch" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Isländisch" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanisch" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lettisch" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litauisch" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreanisch" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persisch" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polnisch" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Westeuropäisch" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumänisch" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakisch" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenisch" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanisch" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditionelles Spanisch" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Schwedisch" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Türkisch" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainisch" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "mehrsprachig" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Mitteleuropäisch" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russisch" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltisch" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenisch" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kyrillisch" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabisch" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebräisch" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgisch" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Griechisch" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tschechoslowakisch" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "unbekannt" @@ -7874,7 +7911,7 @@ msgstr "Tabelle umbenennen in" msgid "Table comments" msgstr "Tabellen-Kommentar" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Tabellenformat" @@ -8043,14 +8080,22 @@ msgstr "Benutzername:" msgid "Server Choice:" msgstr "Server auswählen" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Login ohne Passwort ist verboten (siehe AllowNoPassword) in der Konfiguration" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8058,8 +8103,8 @@ msgstr "" "Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch " "abgemeldet. Bitte melden Sie sich erneut an" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Die Anmeldung am MySQL-Server ist fehlgeschlagen" @@ -8125,7 +8170,7 @@ msgstr "Ersetze NULL durch:" msgid "Remove carriage return/line feed characters within columns" msgstr "CRLF-Zeichen aus Feldern entfernen" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel-Version:" @@ -8437,8 +8482,8 @@ msgid "" "reloaded between servers in different time zones)" msgstr "" "TIMESTAMP-Spalten als UTC exportieren (damit können TIMESTAMP-Spalten ex- " -"und importiert werden, auch wenn die Server in verschiedenen Zeitzonen sind)" -"" +"und importiert werden, auch wenn die Server in verschiedenen Zeitzonen " +"sind)" #: libraries/plugins/export/ExportSql.class.php:1198 msgid "Constraints for dumped tables" @@ -8561,6 +8606,12 @@ msgstr "" "Die angegebene XML-Datei war entweder fehlerhaft oder unvollständig. Bitte " "korrigieren und erneut versuchen." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Kalkulationstabelle" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI-Shapedaten" @@ -8753,84 +8804,84 @@ msgstr "" "ein Präfix, wie \"http://www.example.com/\". Die zweite Option ist der " "darzustellende Titel des Links." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "fehlerhaft" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Aktiviert" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Allgemeine Verknüpfungsfunktionen" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Anzeige verknüpfter Daten" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Erzeugen von PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Darstellung von Spaltenkommentaren" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Darstellungsumwandlung" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer " "Spaltenkommentartabelle aktualisieren können" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Gespeicherte SQL-Abfrage" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-Verlaufsprotokoll" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Gespeicherte kürzlich verwendete Tabellen" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Gespeicherte Tabellen-Darstellungs-Optionen" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Benutzereinstellungen" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Kurzanleitung zum Einrichten der zusätzlichen Funktionen:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Erstellen der benötigten Tabellen mittels examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8839,12 +8890,12 @@ msgstr "" "php) aktiviert werden. Beispiele finden sich in der config." "sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "keine Beschreibung" @@ -8902,7 +8953,7 @@ msgstr "Slave-Status" msgid "Variable" msgstr "Variable" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server-ID" @@ -9041,7 +9092,7 @@ msgstr "Details" msgid "Event name" msgstr "Ereignis-Name" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Ereignistyp" @@ -9391,37 +9442,34 @@ msgstr "Es wurde kein Ereignis mit dem Namen %1$s in Datenbank %2$s gefunden" msgid "There are no events to display." msgstr "Es sind keine Ereignisse vorhanden, die angezeigt werden könnten." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Die Tabelle %s existiert nicht!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Bitte konfigurieren Sie die Koordinaten für die Tabelle %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schema der Datenbank %s - Seite %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Diese Seite enthält keine Tabellen!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA-FEHLER: " @@ -9487,51 +9535,51 @@ msgstr "Spaltennamen" msgid "Display relational schema" msgstr "Beziehungsschema anzeigen" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Beziehungsschema exportieren auswählen" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Gitterlinien anzeigen" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "mehrfarbig" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Tabellendimensionen anzeigen" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Alle Tabellen mit der selben Breite anzeigen" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Strukturverzeichnis" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Nur Schlüssel anzeigen" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Querformat" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Hochformat" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Ausrichtung" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papiergröße" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9539,12 +9587,12 @@ msgstr "" "Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr " "existieren. Sollen diese Referenzen gelöscht werden?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Klemmbrett anzeigen" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Unbekannte Sprache: %1$s." @@ -9555,6 +9603,75 @@ msgstr "Unbekannte Sprache: %1$s." msgid "Current Server:" msgstr "Aktueller Server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Binäres Protokoll zur Anzeige auswählen" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Protokoll" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Position" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Ursprungsposition" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Information" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Zeige die SQL-Abfragen verkürzt an" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Zeige die SQL-Abfragen vollständig an" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Zeichensätze und Kollationen" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Module" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Anfang" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Erweiterung" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Bibliothek" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Lizenz" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "deaktiviert" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Keine Rechte." @@ -10391,10 +10508,6 @@ msgstr "SPATIAL Index hinzufügen" msgid "Add FULLTEXT index" msgstr "FULLTEXT Index hinzufügen" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Information" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Speicherplatzverbrauch" @@ -10403,7 +10516,7 @@ msgstr "Speicherplatzverbrauch" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Die Tabelle %1$s wurde erfolgreich geändert" @@ -10848,34 +10961,6 @@ msgstr "" msgid "File doesn't exist" msgstr "Datei existiert nicht" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Binäres Protokoll zur Anzeige auswählen" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Zeige die SQL-Abfragen verkürzt an" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Zeige die SQL-Abfragen vollständig an" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Protokoll" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Position" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Ursprungsposition" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Zeichensätze und Kollationen" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10912,7 +10997,7 @@ msgstr "" msgid "No databases" msgstr "Keine Datenbanken" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Tabellenformate" @@ -10920,42 +11005,6 @@ msgstr "Tabellenformate" msgid "View dump (schema) of databases" msgstr "Dump (Schema) der Datenbanken anzeigen" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Module" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Anfang" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Erweiterung" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Bibliothek" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Lizenz" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "deaktiviert" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12224,8 +12273,8 @@ msgid "" msgstr "" "Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet " "werden musste. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, " -"sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle" -"(n) zerteilen oder Replikation benutzen." +"sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre " +"Tabelle(n) zerteilen oder Replikation benutzen." #: server_status_variables.php:743 msgid "" @@ -12297,9 +12346,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Bitte erstellen Sie einen vom Webserver beschreibbaren Ordner [em]config[/" -"em] im phpMyAdmin-Hauptverzeichnis wie in der [doc@setup_script]Dokumentation" -"[/doc] beschrieben. Ansonsten können Sie die Konfiguration nur herunterladen " -"bzw. anzeigen." +"em] im phpMyAdmin-Hauptverzeichnis wie in der " +"[doc@setup_script]Dokumentation[/doc] beschrieben. Ansonsten können Sie die " +"Konfiguration nur herunterladen bzw. anzeigen." #: setup/frames/index.inc.php:60 msgid "" @@ -12567,8 +12616,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Sie haben die [kbd]config[/kbd] Authentifizierung gewählt und einen " "Benutzernamen und Passwort für Auto-Login eingegeben, was für Server im " @@ -13028,23 +13077,23 @@ msgstr "Diese Datenbearbeitungsbefehle (DML) verfolgen:" msgid "Create version" msgstr "Erzeuge Version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Oberflächendesign" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Mehr Designs herunterladen!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Verfügbare MIME-Typen" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Verfügbare Umwandlungen" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Beschreibung" @@ -13061,7 +13110,7 @@ msgstr "Benutzer wurde geändert." msgid "VIEW name" msgstr "VIEW Name" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "View umbenennen in" @@ -14620,8 +14669,8 @@ msgstr "concurrent_insert ist auf 0 gesetzt" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Wenn diese Option aktiviert ist, kann eine Webseite einer fremden Domäne " -#~ "phpMyAdmin in einem Frame aufrufen. Dies stellt eine potentielle [strong]" -#~ "Sicherheitslücke[/strong] für Cross-Frame Scripting Attacken dar" +#~ "phpMyAdmin in einem Frame aufrufen. Dies stellt eine potentielle " +#~ "[strong]Sicherheitslücke[/strong] für Cross-Frame Scripting Attacken dar" #~ msgid "Allow third party framing" #~ msgstr "Erlaube Frame-Einbettung durch Dritte" @@ -14659,14 +14708,15 @@ msgstr "concurrent_insert ist auf 0 gesetzt" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Wird dies auf [kbd]nested[/kbd] gesetzt, so wird der Alias des " -#~ "Tabellennamens nur benutzt, um die Tabellen gemäß der $cfg" -#~ "['LeftFrameTableSeparator'] Direktive zu teilen bzw. zu verschachteln. " -#~ "Nur der Ordner erhält den Alias, der Tabellename bleibt unverändert" +#~ "Tabellennamens nur benutzt, um die Tabellen gemäß der " +#~ "$cfg['LeftFrameTableSeparator'] Direktive zu teilen bzw. zu " +#~ "verschachteln. Nur der Ordner erhält den Alias, der Tabellename bleibt " +#~ "unverändert" #~ msgid "Display table comment instead of its name" #~ msgstr "Zeige Tabellen-Kommentar anstelle des Namens" diff --git a/po/el.po b/po/el.po index 98100ccdbd..b9bb2797bb 100644 --- a/po/el.po +++ b/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 08:16+0200\n" "Last-Translator: Panagiotis Papazoglou \n" "Language-Team: Greek \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "Εμφάνιση όλων" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Σελίδα:" @@ -56,7 +56,7 @@ msgstr "Αναζήτηση:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -64,9 +64,9 @@ msgstr "Αναζήτηση:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -74,10 +74,9 @@ msgstr "Αναζήτηση:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Εκτέλεση" @@ -87,8 +86,9 @@ msgid "Keyname" msgstr "Όνομα κλειδιού" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Περιγραφή" @@ -268,7 +268,7 @@ msgstr "Ναι" msgid "View dump (schema) of database" msgstr "Εμφάνιση σκαριφήματος (σχήματος) της βάσης δεδομένων" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Δεν βρέθηκαν πίνακες στη βάση δεδομένων." @@ -305,7 +305,7 @@ msgstr "" "απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -366,7 +366,7 @@ msgstr "Αλλαγή στον %sεικονικός μάστορας%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -381,7 +381,7 @@ msgid "Tracked tables" msgstr "Παρακολουθούμενοι πίνακες" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -404,7 +404,7 @@ msgstr "Δημιουργήθηκε" msgid "Updated" msgstr "Ενημερώθηκε" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -428,7 +428,7 @@ msgid "Delete tracking data for this table" msgstr "Διαγραφή δεδομένων παρακολούθησης για αυτόν τον πίνακα" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -463,28 +463,28 @@ msgstr "Μη παρακολουθούμενοι πίνακες" msgid "Track table" msgstr "Παρακολούθηση πίνακα" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Καταγραφή Βάσης Δεδομένων" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Μη έγκυρος τύπος!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Ο επιλεγμένος τύπος εξαγωγής πρέπει να αποθηκευτεί σε αρχείο!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Μη έγκυρες παράμετροι!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Δεν υπάρχει διαθέσιμος χώρος για την αποθήκευση του αρχείου %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -492,12 +492,12 @@ msgstr "" "Το αρχείο %s υπάρχει ήδη στον διακομιστή, για αυτό επιλέξτε διαφορετικό " "όνομα αρχείου ή ενεργοποιήστε την επιλογή αντικατάστασης." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Ο διακομιστής δεν έχει δικαιώματα αποθήκευσης του αρχείου %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Το αρχείο εξόδου αποθηκεύτηκε ως %s." @@ -681,115 +681,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Επιστροφή" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Γενικές Ρυθμίσεις" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Αλλαγή κωδικού πρόσβασης" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Σύνθεση σύνδεσης διακομιστή" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Ρυθμίσεις εμφάνισης" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Περισσότερες ρυθμίσεις" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Διακομιστής βάσης δεδομένων" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Διακομιστής:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Τύπος διακομιστή:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Έκδοση διακομιστή:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Έκδοση πρωτοκόλλου:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Χρήστης:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Κωδικοποιήση διακομιστή:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Διακομιστής ιστού" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Έκδοση πελάτη βάσης δεδομένων:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Επέκταση PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Εμφάνιση πληροφοριών της PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Πληροφορίες έκδοσης:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Τεκμηρίωση" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Επίσημη σελίδα του phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Συνεισφορά" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Υποστήριξη" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Λίστα αλλαγών" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -802,7 +802,7 @@ msgstr "" "επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα εισάγωντας κωδικό " "πρόσβασης για το χρήστη «root»." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -812,7 +812,7 @@ msgstr "" "επιλογή είναι ασύμβατη με το phpMyAdmin και ίσως προκαλέσει πρόβλημα με " "μερικά δεδομένα!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -823,7 +823,7 @@ msgstr "" "μπορεί να χωρίσει συμβολοσειρές σωστά και ίσως προκύψουν μη αναμενόμενα " "αποτελέσματα." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -835,7 +835,7 @@ msgstr "" "την ρυθμισμένη εγκυρότητα cookie στο phpMyAdmin. Εξαιτίας αυτού, η σύνδεσή " "σας θα λήξει νωρίτερα από ό,τι ρυθμίστηκε στο phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -844,13 +844,13 @@ msgstr "" "που ορίστηκε στο phpMyAdmin, για αυτό, η σύνδεσή σας θα λήξει συντομότερα " "από τη ρύθμιση του phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -863,7 +863,7 @@ msgstr "" "του διακομιστή σας μπορεί να προσβηθεί από μη αδειοδοτημένους χρήστες που " "μπορούν να λάβουν τη ρύθμισή σας." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -873,7 +873,7 @@ msgstr "" "εκτεταμένα χαρακτηριστικά έχουν απενεργοποιηθεί. Για να δείτε γιατί πατήστε " "%sεδώ%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -882,7 +882,7 @@ msgstr "" "Η έκδοση της βιβλιοθήκης PHP MySQL %s διαφέρει από την έκδοση του διακομιστή " "MySQL %s. Αυτό ίσως έχει μη προβλέψιμα αποτελέσματα." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -996,12 +996,12 @@ msgid "Other" msgstr "Άλλα" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1101,44 +1101,44 @@ msgstr "Ληφθέντα Bytes" msgid "Connections" msgstr "Συνδέσεις" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Διεργασίες" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1156,7 +1156,7 @@ msgstr "Ερωτήσεις" msgid "Traffic" msgstr "Κίνηση" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Ρυθμίσεις" @@ -1183,7 +1183,7 @@ msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στι #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Καμία" @@ -1471,7 +1471,7 @@ msgstr "" "Επαναφορά στην προεπιλεγμένη ρύθμιση…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1681,8 +1681,8 @@ msgstr "Προβολή παραθύρου ερωτήματος" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1708,8 +1708,8 @@ msgstr "Χρόνος εκτέλεσης ερωτήματος" msgid "%d is not valid row number." msgstr "Ο αριθμός %d δεν είναι έγκυρος αριθμός γραμμών." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2028,63 +2028,63 @@ msgid "December" msgstr "Δεκεμβρίου" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Ιαν" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Φεβ" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Μαρ" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Απρ" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Μάη" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Ιουν" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Ιουλ" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Αυγ" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Σεπ" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Οκτ" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Νοε" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Δεκ" @@ -2122,32 +2122,32 @@ msgid "Sun" msgstr "Κυρ" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Δευ" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Τρί" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Τετ" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Πέμ" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Παρ" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Σάβ" @@ -2301,7 +2301,7 @@ msgstr "Μέγεθος γραμματοσειράς" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Αύξουσα" @@ -2310,7 +2310,7 @@ msgstr "Αύξουσα" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Φθίνουσα" @@ -2379,11 +2379,11 @@ msgstr "Διαγραφή:" msgid "SQL query on database %s:" msgstr "Εντολή SQL στη βάση δεδομένων %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Υποβολή ερωτήματος" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2391,15 +2391,15 @@ msgstr "" "Ο διακομιστής δεν αποκρίνεται (ή ο τοπικός διακομιστής δεν έχει ρυθμιστεί " "σωστά)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Ο διακομιστής δεν αποκρίνεται." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Ελέξτε τα δικαιώματα του φακέλου που περιέχει τη βάση δεδομένων." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Λεπτομέρειες…" @@ -2439,8 +2439,8 @@ msgstr[0] "%1$s απατέλεσμα στο %2$s" msgstr[1] "%1$s αποτελέσματα στο %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Περιήγηση" @@ -2492,26 +2492,28 @@ msgstr "Αποθήκευση επεξεργασμένων δεδομένων" msgid "Restore column order" msgstr "Επαναφορά κατανομής στηλών" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Αρχή" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Προηγούμενη" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Επόμενη" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Τέλος" @@ -2626,7 +2628,7 @@ msgid "The row has been deleted" msgstr "Η εγγραφή έχει διαγραφεί" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Τερματισμός" @@ -2684,8 +2686,8 @@ msgstr "Επιλογή όλων" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2789,7 +2791,7 @@ msgstr "Άνοιγμα νέου παραθύρου phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Πατήστε στη γραμμή για να μεταβείτε στην κορυφή της σελίδας" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένη την Javascript" @@ -2820,12 +2822,13 @@ msgid "Cardinality" msgstr "Μοναδικότητα" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Σύνθεση" @@ -2854,7 +2857,7 @@ msgstr "" "απομακρυνθεί." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Διακομιστής" @@ -2865,9 +2868,9 @@ msgid "View" msgstr "Προβολή" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2878,32 +2881,32 @@ msgid "Structure" msgstr "Δομή" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "Κώδικας SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Αναζήτηση" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Προσθήκη" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Λειτουργίες" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Παρακολούθηση" @@ -2944,51 +2947,52 @@ msgstr "Εργασίες" msgid "Events" msgstr "Συμβάντα" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Σχεδιαστής" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Βάσεις δεδομένων" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Χρήστες" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Δυαδικό αρχείο καταγραφής" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Αναπαραγωγή" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Μεταβλητές" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Σύνολο χαρακτήρων" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Πρόσθετα" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Μηχανές" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Λάθος" @@ -3077,7 +3081,8 @@ msgstr "Πίνακες" msgid "Transaction coordinator" msgstr "Συντονιστής κινήσεων" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Αρχεία" @@ -3692,132 +3697,132 @@ msgstr "Εντολή SQL:" msgid "MySQL said: " msgstr "Η MySQL επέστρεψε το μήνυμα: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Αδύνατη η σύνδεση στο εγκυροποιητή SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Ανάλυση SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Χωρίς ανάλυση SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "χωρίς κώδικα PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Δημιουργία κώδικα PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Ανανέωση" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Παράβλεψη επικύρωσης SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Επικύρωση SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Εσωτερική επεξεργασία αυτού του ερωτήματος" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Εσωτερικό" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Δημιουργία προφίλ" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Κυρ" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y στις %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s μέρες, %s ώρες, %s λεπτά %s δευτερόλεπτα" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Απολεσθείσα παράμετρος:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Μεταπήδηση στην βάση «%s»." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Η λειτουργία %s έχει επηρρεαστεί από ένα γνωστό σφάλμα, για αυτό δείτε %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Πατήστε για εναλλαγή" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Περιηγηθείτε στον υπολογιστή σας:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Επιλογή από το φάκελο αποστολής του διακομίστή ιστού %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" "Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Δεν υπάρχουν αρχεία προς αποστολή" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Άδειασμα" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Εκτέλεση" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Εκτύπωση" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Δημιουργία" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Τελευταία ενημέρωση" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Tελευταίος έλεγχος" @@ -3826,9 +3831,9 @@ msgstr "Tελευταίος έλεγχος" msgid "shared" msgstr "κοινόχρηστο" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3971,8 +3976,8 @@ msgid "Double click" msgstr "Διπλό πάτημα" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Απενεργοποιημένη" @@ -4130,8 +4135,12 @@ msgstr "Επαναφορά προεπιλεγμένης τιμής" msgid "Allow users to customize this value" msgstr "Επιτρέπεται στους χρήστες να προσαρμόσουν αυτή την τιμή" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Επαναφορά" @@ -4207,8 +4216,8 @@ msgstr "Επεξεργασία στηλών CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Χρησιμοποιήστε το φιλικό προς το χρήστη πρόγραμμα επεξεργασίας για την " "επεξεργασία ερωτημάτων SQL ([a@http://codemirror.net/]CodeMirror[/a]) με " @@ -4405,8 +4414,8 @@ msgstr "Συμπίεση" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4634,8 +4643,8 @@ msgstr "Προσαρμοσμένη κατάσταση αναζήτησης" msgid "Customize default options" msgstr "Προσαρμογή προεπιλεγμένων επιλογών" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4745,8 +4754,9 @@ msgstr "Τίτλοι σελίδας" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Ορίστε το κείμενο του τίτλου στο φυλλομετρητή σας. Δείτε την " "[doc@cfg_TitleTable]τεκμηρίωση[/doc] για μαγικά κείμενα που μπορούν να " @@ -4873,9 +4883,9 @@ msgid "" msgstr "" "Αν θέλετε να χρησιμοποιήσετε την υπηρεσία Εγκυροποίησης SQL, πρέπει να " "γνωρίζετε ότι [strong]όλες οι δηλώσεις SQL αποθηκεύονται ανώνυμα για " -"στατιστικούς λόγους[/strong].[br][em][a@http://sqlvalidator.mimer.com/]" -"Εγκυροποιητής SQL Mimer[/a], Πνευματικά Δικαιώματα 2002 Upright Database " -"Technology. Με επιφύλαξη παντός δικαιώματος.[/em]" +"στατιστικούς λόγους[/strong].[br][em][a@http://sqlvalidator.mimer." +"com/]Εγκυροποιητής SQL Mimer[/a], Πνευματικά Δικαιώματα 2002 Upright " +"Database Technology. Με επιφύλαξη παντός δικαιώματος.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5188,8 +5198,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Ο αριθμός των bytes που επιτρέπεται να δεσμευσει ένας κώδικας, π.χ. [kbd]32M" -"[/kbd] ([kbd]0[/kbd] για απεριόριστη)" +"Ο αριθμός των bytes που επιτρέπεται να δεσμευσει ένας κώδικας, π.χ. " +"[kbd]32M[/kbd] ([kbd]0[/kbd] για απεριόριστη)" #: libraries/config/messages.inc.php:296 msgid "Memory limit" @@ -5567,8 +5577,8 @@ msgstr "Πίνακας σελιδοδεικτών" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Αφήστε κενό για να μη υπάρχουν σχόλια/τύποι mime στις στήλες, προτείνεται: " "[kbd]pma_column_info[/kbd]" @@ -5643,8 +5653,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Αφήστε το κενό για καμία υποστήριξη Σχεδιαστή, προτείνεται: [kbd]" -"pma_designer_coords[/kbd]" +"Αφήστε το κενό για καμία υποστήριξη Σχεδιαστή, προτείνεται: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5685,8 +5695,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL, προτείνεται: [kbd]" -"pma_history[/kbd]" +"Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL, προτείνεται: " +"[kbd]pma_history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5725,6 +5735,16 @@ msgid "Connect without password" msgstr "Σύνδεση χωρίς κωδικό πρόσβασης" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Αναζήτηση Πίνακα" + +#: libraries/config/messages.inc.php:410 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 " @@ -5734,30 +5754,30 @@ msgstr "" "κάθετο χρησιμοποιήστε τα ως κανονικούς χαρακτήρες, π.χ. χρησιμοποιήστε " "[kbd]'my\\_db[/kbd]' και όχι [kbd]'my_db[/kbd]'." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Εμφάνιση μόνο των βάσεων δεδομένων από λίστα" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Αφήστε το άδειο αν δεν χρησιμοποιείτε ρύθμισμένη επικύρωση" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Κωδικός πρόσβασης για ρυθμισμένη επικύρωση" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: [kbd]" -"pma__pdf_pages[/kbd]" +"Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Σχέδιο PDF: πίνακας σελίδων" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5768,20 +5788,20 @@ msgstr "" "a] για λεπτομέρειες. Αφήστε κενό για να μην υπάρχει υποστήριξη. Προτείνεται: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Όνομα βάσης δεδομένων" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Θύρα που αποκρίνεται ο διακομιστής MySQL. Αφήστε το άδειο για προεπιλογή" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Θύρα διακομιστή" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5789,77 +5809,77 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμους» πρόσφατα χρησιμοποιημένους πίνακες μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Πρόσφατα χρησιμοποιημένος πίνακας" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Αφήστε το κενό για να μην υπάρχει υποστήριξη [a@http://wiki.phpmyadmin.net/" "pma/relation]συνδέσμων-συσχετίσεων[/a], προτείνεται: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Πίνακας συσχετίσεων" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Εντολή SQL που φέρνει τις διαθέσιμες βάσεις δεδομένων" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Εντολή SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Δείτε τους [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]τύπους " "επικύρωσης[/a] για ένα παράδειγμα" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Ονομάσία συνεδρίας σύνδεσης" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Διεύθυνση URL σύνδεσης" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Η υποδοχή στην οποία ο διακομιστής MySQL αποκρίνεται. Αφήστε το κενό για " "προεπιλογή" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Υποδοχή διακομιστή" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Ενεργοποιήση SSL για σύνδεση στο διακομιστή MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Χρήση SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Αφήστε το κενό για να μην υποστηρίζεται σχέδιο PDF. Προτείνεται: [kbd]" -"pma__table_coords[/kbd]" +"Αφήστε το κενό για να μην υποστηρίζεται σχέδιο PDF. Προτείνεται: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Σχέδιο PDF: συντεταγμένες πίνακα" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5867,11 +5887,11 @@ msgstr "" "Ο πίνακας που περιγράφει τις προβαλλόμενες στήλες - αφήστε το κενό για να " "μην υποστηρίζεται, προτείνεται: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Πίνακας προβολής στηλών" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5879,11 +5899,11 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμο» περιβάλλον εργασίας ρυθμίσεων πινάκων μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Πίνακας προτιμήσεων UI" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5891,11 +5911,11 @@ msgstr "" "Όταν δηλωθεί DROP DATABASE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία βάσης δεδομένων." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Προσθήκη της εντολής DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5903,11 +5923,11 @@ msgstr "" "Όταν δηλωθεί DROP TABLE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία πίνακα." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Προσθήκη DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5915,33 +5935,33 @@ msgstr "" "Όταν δηλωθεί DROP VIEW IF EXISTS θα προστεθεί ως πρώτη γραμμή στην καταγραφή " "κατά τη δημιουργία προβολής." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Προσθήκη DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Ορίζει τη λίστα των δηλώσεων που χρησιμοποιεί η αυτόματη δημιουργία για νέες " "εκδόσεις." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Δηλώσεις προς παρακολούθηση" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL , προτείνεται: " "[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Πίνακας ιστορικού παρακολούθησης ερωτημάτων SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5949,27 +5969,27 @@ msgstr "" "Αν ο μηχανισμός παρακολούθησης δημιουργεί εκδόσεις για πίνακες και προβολές " "αυτόματα." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Αυτόματη δημιουργία εκδόσεων" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Αφήστε το κενό για μη αποθήκευση των ρυθμίσεων χρήστη, προτείνεται: [kbd]" -"pma__userconfig[/kbd]" +"Αφήστε το κενό για μη αποθήκευση των ρυθμίσεων χρήστη, προτείνεται: " +"[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Πίνακας αποθήκευσης προτιμήσεων χρήστη" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Χρήστης για ρυθμισμένη επικύρωση" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5977,19 +5997,19 @@ msgstr "" "Μια φιλοχρηστική περιγραφή αυτού του διακομιστή. Αφήστε το κενό για να " "εμφανίζεται το όνομα." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Φιλοχρηστικό όνομα διακομιστή" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "Αν θα εμφανίζεται στο χρήστη ένα κουμπί «εμφάνιση όλων (γραμμών)»" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Δικαίωμα προβολή όλων των γραμμών" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6000,47 +6020,47 @@ msgstr "" "ρυθμίσεων και αυτό δεν περιορίζει τη δυνατότητα άμεσης εκτέλεσης της ίδιας " "εντολής" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Εμφάνιση φόρμας αλλαγής κωδικού πρόσβασης" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Εμφάνιση φόρμας δημιουργίας βάσης δεδομένων" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης εμφανίζοντας τη χρονοσφραγίδα Δημιουργίας " "για όλους τους πίνακες" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Προβολή χρονοσφραγίδας δημιουργίας" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίας " "ενημέρωσης για όλους τους πίνακες" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Εμφάνιση χρονοσφραγίδας Τελευταίας ενημερώσης" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίου " "ελέγχου για όλους τους πίνακες" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Προβολή χρονοσφραγίδας τελευταίου ελέγχου" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6048,11 +6068,11 @@ msgstr "" "Ορίζεται αν θα εμφανίζετια ή όχι η επιλογή κατεύθυνσης προβολής κατά την " "περιήγηση σε πίνακα" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Προβολή κατεύθυνσης προβολής" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6060,27 +6080,27 @@ msgstr "" "Ορίζει αν θα εμφανίζονται οι τύποι των πεδίων σε κατάσταση επεξεργασίας/" "εισαγωγής" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Εμφάνιση τύπων πεδίου" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Προβολή των πεδίων συναρτήσεων σε κατάσταση επεξεργασίας εισαγωγής" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Εμφάνιση πεδίων συναρτήσεων" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Αν θα εμφανίζεται επεξήγηση ή όχι" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Εμφάνιση επεξήγησης" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6088,64 +6108,64 @@ msgstr "" "Εμφανίζει σύνδεσμο για την τεκμηρίωση της συνάρτησης [a@http://php.net/" "manual/function.phpinfo.php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Εμφάνιση συνδέσμου phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Εμφάνιση λεπτομερών πληροφοριών διακομιστή MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Ορίζει αν τα δημιουργημένα ερωτήματα SQL από το phpMyAdmin πρέπει να " "προβάλονται" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Εμφάνιση ερωτημάτων SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Ορίζεται αν το ερώτημα πρέπει να παραμείνει στην οθόνη μετά την υποβολή του" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Διατήρηση παραθύρου ερωτήματος" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Δικαίωμα προβολής στατιστικών βάσης δεδομένων και πινάκων (π.χ. χρήση χώρου " "στο δίσκο)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Εμφάνιση στατιστικών" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Προβολή σχολίων πινάκων στις επεξηγήσεις" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Επισήμανση χρησιμοποιημένων πινάκων και ενεργοποίηση της δυνατότητας " "προβολής των βάσεων δεδομένων με κλειδωμένους πίνακες" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Παράβλεψη κλειδωμένων πινάκων" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Απαιτεί την ενεργοποίηση του Εγκυροποιητή SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6153,7 +6173,7 @@ msgstr "Απαιτεί την ενεργοποίηση του Εγκυροποι msgid "Password" msgstr "Κωδικός πρόσβασης" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6161,32 +6181,32 @@ msgstr "" "[strong]Προειδοποίηση:[/strong] απαιτείται η επέκταση PHP SOAP ή η PEAR SOAP " "να έχει εγκατασταθεί" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Ενεργοποίηση του Εγκυροποιητή SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Αν έχετε ένα προσαρμοσμένο όνομα χρήστη, ορίστε το εδώ (προεπιλογή:[kbd]" -"anonymous[/kbd])" +"Αν έχετε ένα προσαρμοσμένο όνομα χρήστη, ορίστε το εδώ (προεπιλογή:" +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Όνομα χρήστη" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Μια προειδοποίηση εμφανίζεται στη βασική σελίδα αν βρεθεί το Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "προειδοποίηση Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6195,11 +6215,11 @@ msgstr "" "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2) και το παράθυρο των " "ερωτημάτων (x1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Στήλες textarea" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6208,32 +6228,32 @@ msgstr "" "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2) και το παράθυρο των " "ερωτημάτων (x1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Γραμμές textarea" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται μια βάση δεδομένων" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν δεν επιλέγεται τίποτα" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Προεπιλεγμένος τίτλος" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας διακομιστής" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας πίνακας" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6245,28 +6265,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Λίστα αξιόπιστων διευθύνσεων IP για να επιτρέπεται/απαγορεύεται" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Φάκελος στο διακομιστή όπου μπορείτε να αποστείλετε αρχεία για εισαγωγή" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Φάκελος αποστολής" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Επιτρέπει την αναζήτηση εντός ολόκληρης της βάσης δεδομένων" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Χρήση αναζήτησης βάσης δεδομένων" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6274,21 +6294,21 @@ msgstr "" "Όταν απενεργοποιηθεί, οι χρήστες δεν μπορούν να ορίσουν καμιά από τις " "παρακάτω επιλογές, ανεξάρτητα από την επιλογή στα δεξιά" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Ενεργοποίηση της καρτέλας Δημιουργός στις ρυθμίσεις" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Έλεγχος για τελευταία έκδοση" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Ενεργοποιεί τον έλεγχο για τη τελευταία έκδοση στη κεντρική σελίδα του " "phpMyAdmin" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6296,7 +6316,7 @@ msgstr "" msgid "Version check" msgstr "Έλεγχος έκδοσης" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6308,11 +6328,11 @@ msgstr "" "εγκατασταθεί το phpMyAdmin δεν έχει άμεση πρόσβαση στο διαδίκτυο. Η σύνταξη " "είναι: «όνομαδιακομιστή:αριθμόςθύρας»" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "URL διακομιστή ελέγχου έκδοσης" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6323,83 +6343,99 @@ msgstr "" "Πιστοποίηση. Κανένας άλλος τύπος πιστοποίησης δεν υποστηρίζεται προς το " "παρόν." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Όνομα χρήστη διακομιστή ελέγχου έκδοσης" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Ο κωδικός πρόσβασης για πιστοποίηση με τον διακομιστή" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Κωδικός πρόσβασης διακομιστή ελέγχου έκδοσης" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Ενεργοποίηση της συμπίεσης [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]" -"ZIP[/a] για λειτουργίες εισαγωγής και εξαγωγής" +"Ενεργοποίηση της συμπίεσης [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] για λειτουργίες εισαγωγής και εξαγωγής" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Πιστοποίηση ρύθμισης" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Πιστοποίηση Cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Πιστοποίηση HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Σειρά επικύρωσης" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV με χρήση LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Γρήγορο" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Προσαρμοσμένο" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Επιλογές εξαγωγής βάσης δεδομένων" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "Μορφή CSV για δεδομένα MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Έγγραφο Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ" @@ -7266,8 +7302,8 @@ msgstr "Δημιουργία ευρετηρίου σε  %s  στήλε msgid "Hide" msgstr "Απόκρυψη" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Δυαδικό" @@ -7385,189 +7421,189 @@ msgstr "Θέλετε να εκτελέσετε το ακόλουθο ερώτη msgid "No change" msgstr "Χωρίς αλλαγή" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Σύνολο χαρακτήρων" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Βουλγαρικά" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Απλοποιημένα Κινέζικα" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Παραδοσιακά Κινέζικα" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "χωρίς ταίριασμα πεζών-κεφαλαίων" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "ταίριασμα πεζών-κεφαλαίων" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Κροατικά" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Τσεχικά" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Δανικά" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Αγγλικά" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Εσπεράντο" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Εσθονικά" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Γερμανικά" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "περιληπτικός πίνακας" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "τηλ. κατάλογος" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ουγγρικά" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Ισλανδικά" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Ιαπωνικά" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Λιθουανικά" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Λιθουανικά" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Κορεατικά" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Περσικά" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Πολωνικά" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Δυτικής Ευρώπης" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Ρουμάνικα" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Σλοβάκικα" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Σλοβένικα" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Ισπανικά" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Παραδοσιακά Ισπανικά" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Σουηδικά" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Ταϊλανδικά" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Τουρκικά" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ουκρανικά" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "πολυγλωσσικό" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Κεντρικής Ευρώπης" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ρωσικά" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Βαλτικής" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Αρμενικά" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Κυριλλικά" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Αραβικά" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Εβραϊκά" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Γεωργιανά" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Ελληνικά" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Τσέχο-Σλοβάκικα" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "άγνωστο" @@ -7762,7 +7798,7 @@ msgstr "Μετονομασία πίνακα σε" msgid "Table comments" msgstr "Σχόλια πίνακα" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Μηχανή αποθήκευσης" @@ -7926,7 +7962,15 @@ msgstr "Όνομα χρήστη:" msgid "Server Choice:" msgstr "Επιλογή Διακομιστή:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7934,7 +7978,7 @@ msgstr "" "Η σύνδεση χωρίς κωδικό πρόσβασης απαγορεύεται από τις ρυθμίσεις (δείτε τη " "μεταβλητή AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -7942,8 +7986,8 @@ msgstr "" "Καμιά δραστηριότητα εδώ και %s δευτερόλεπτα τουλάχιστον, για αυτό " "ξανασυνδεθείτε" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL" @@ -8009,7 +8053,7 @@ msgstr "Αντικατάσταση τιμής NULL με:" msgid "Remove carriage return/line feed characters within columns" msgstr "Απομάκρυνση χαρακτήρων αλλαγής γραμμής μέσα στις στήλες" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Έκδοση Excel:" @@ -8418,6 +8462,12 @@ msgstr "" "Το αρχείο XML που ορίστηκε ήταν σε λανθασμένη μορφή ή ανεπαρκές. Διορθώστε " "το θέμα και δοκιμάστε ξανά." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Shape File της ESRI" @@ -8604,84 +8654,84 @@ msgstr "" "είναι ένα πρόθεμα όπως «http://www.example.com/», η δεύτερη επιλογή είναι " "ένας τίτλος για τον σύνδεσμο." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "άκυρο" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "Εντάξει" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Ενεργοποιημένη" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Γενικές λειτουργίες συσχέτισης" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Λειτουργίες εμφάνισης" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Δημιουργία αρχείων PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Εμφάνιση σχολίων πεδίων" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Μετατροπή περιηγητή" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον " "πίνακα column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Αποθηκευμένο ερώτημα SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Ιστορικό SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Μόνιμοι πρόσφατα χρησιμοποιημένοι πίνακες" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Μόνιμες ρυθμίσεις πινάκων UI" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Ρυθμίσεις χρήστη" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Γρήγορα βήματα για εγκατάσταση χαρακτηριστικών για προχωρημένους:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Δημιουργία των απαραίτητων πινάκων με το αρχείο examples/create_tables." "sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "Δημιουργήστε έναν χρήστη pma και δώστε πρόσβαση σε αυτούς του πίνακες." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8690,13 +8740,13 @@ msgstr "" "(config.inc.php), για παράδειγμα ξεκινήστε με το αρχείο " "config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Επανασυνδεθείτε στο phpMyAdmin για να φορτωθεί το ενημερωμένο αρχείο " "ρυθμίσεων." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "χωρίς περιγραφή" @@ -8749,7 +8799,7 @@ msgstr "Κατάσταση δευτερεύοντος" msgid "Variable" msgstr "Μεταβλητή" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Ταυτότητα Διακομιστή" @@ -8882,7 +8932,7 @@ msgstr "Λεπτομέρειες" msgid "Event name" msgstr "Όνομα συμβάντος" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Τύπος συμβάντος" @@ -9226,37 +9276,34 @@ msgstr "Κανένα συμβάν με ονομασία %1$s δεν βρέθηκ msgid "There are no events to display." msgstr "Δεν υπάρχουν συμβάντα για εμφάνιση." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Ο πίνακας «%s» δεν υπάρχει!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Σχήμα της βάσης δεδομένων %s - Σελίδα %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Αυτή η σελίδα δεν περιέχει κανένα πίνακα!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ΣΦΑΛΜΑ ΣΧΗΜΑΤΟΣ: " @@ -9322,51 +9369,51 @@ msgstr "Ονόματα στηλών" msgid "Display relational schema" msgstr "Προβολή σχεσιακού σχήματος" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Επιλογή Τύπου Συσχέτισης Εξαγωγής" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Εμφάνιση πλέγματος" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Εμφάνιση χρωμάτων" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Εμφάνιση διαστάσεων πινάκων" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Εμφάνιση όλων των πινάκων με το ίδιο πλάτος;" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Περιληπτικός πίνακας δεδομένων" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Μόνο ερφάνιση κλειδιών" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Οριζόντια διάταξη" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Κάθετη διάταξη" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Προσανατολισμός" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Μέγεθος χαρτιού" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9374,12 +9421,12 @@ msgstr "" "Η τρέχουσα σελίδα έχει αναφορές σε πίνακες που δεν υπάρχουν πια. Θέλετε να " "διαγραφούν αυτές οι αναφορές;" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Εναλλαγή πίνακα σχεδιασμού" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Άγνωστη γλώσσα: %1$s." @@ -9388,6 +9435,75 @@ msgstr "Άγνωστη γλώσσα: %1$s." msgid "Current Server:" msgstr "Τρέχων διακομιστής:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Επιλέξτε δυαδικό αρχείο καταγραφής για προβολή" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Όνομασία καταγραφής" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Θέση" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Αρχική θέση" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Πληροφορία" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Αποκοπή εμφανιζόμενων ερωτημάτων" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Πλήρης εμφάνιση ερωτημάτων" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Σύνολα και Συνθέσεις Χαρακτήρων" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Πρότυπα" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Αρχή" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Πρόσθετο" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Πρότυπο" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Βιβλιοθήκη" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Έκδοση" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Δημιουργός" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Άδεια" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "Απενεργοποιημένο" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Χωρίς δικαιώματα." @@ -10197,10 +10313,6 @@ msgstr "Προσθήκη ευρετηρίου SPATIAL" msgid "Add FULLTEXT index" msgstr "Προσθήκη ευρετηρίου FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Πληροφορία" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Χρήση χώρου" @@ -10209,7 +10321,7 @@ msgstr "Χρήση χώρου" msgid "Effective" msgstr "Αποτελεσματικός" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Ο πίνακας %1$s αλλάχτηκε επιτυχώς" @@ -10637,34 +10749,6 @@ msgstr "Ο πίνακας %s δεν βρέθηκε ή δεν ορίστη msgid "File doesn't exist" msgstr "Το αρχείο δεν υπάρχει" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Επιλέξτε δυαδικό αρχείο καταγραφής για προβολή" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Αποκοπή εμφανιζόμενων ερωτημάτων" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Πλήρης εμφάνιση ερωτημάτων" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Όνομασία καταγραφής" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Θέση" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Αρχική θέση" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Σύνολα και Συνθέσεις Χαρακτήρων" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10701,7 +10785,7 @@ msgstr "" msgid "No databases" msgstr "Δεν υπάρχουν βάσεις δεδομένων" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Μηχανές αποθήκευσης" @@ -10709,42 +10793,6 @@ msgstr "Μηχανές αποθήκευσης" msgid "View dump (schema) of databases" msgstr "Εμφάνισης σκαριφήματος (σχήματος) βάσεων δεδομένων" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Πρότυπα" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Αρχή" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Πρόσθετο" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Πρότυπο" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Βιβλιοθήκη" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Έκδοση" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Δημιουργός" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Άδεια" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "Απενεργοποιημένο" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12083,9 +12131,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Δημιουργήστε εγγράψιμο φάκελο διακομιστή ιστού [em]config[/em] στο φάκελο " -"μέγιστου επιπέδου phpMyAdmin όπως περιγράφετε στην [doc@setup_script]" -"τεκμηρίωση[/doc]. Διαφορετικά, θα μπορείτε μόνο να τον λάβετε ή να τον " -"προβάλετε." +"μέγιστου επιπέδου phpMyAdmin όπως περιγράφετε στην " +"[doc@setup_script]τεκμηρίωση[/doc]. Διαφορετικά, θα μπορείτε μόνο να τον " +"λάβετε ή να τον προβάλετε." #: setup/frames/index.inc.php:60 msgid "" @@ -12102,8 +12150,8 @@ msgid "" "If your server is also configured to accept HTTPS requests follow [a@%s]this " "link[/a] to use a secure connection." msgstr "" -"Αν ο διακομιστής σας έχει ρυθμιστεί να δέχεται αιτήσεις HTTPS πατήστε [a@%s]" -"αυτόν τον σύνδεσμο[/a] για χρήση ασφαλούς σύνδεσης." +"Αν ο διακομιστής σας έχει ρυθμιστεί να δέχεται αιτήσεις HTTPS πατήστε [a@" +"%s]αυτόν τον σύνδεσμο[/a] για χρήση ασφαλούς σύνδεσης." #: setup/frames/index.inc.php:68 msgid "Insecure connection" @@ -12350,14 +12398,14 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Ορίζετε τον τύπο πιστοποίησης [kbd]ρύθμισης[/kbd] και περιλαμβάνει όνομα " "χρήστη και κωδικό πρόσβασης για αυτόματη σύνδεση, αν και δεν προτείνεται. " "Όποιος γνωρίζει ή υποθέτει τη διεύθυνση URL του phpMyAdmin μπορεί να έχει " -"άμεση πρόσβαση. Ορίστε τον %sτύπο πιστοποίησης%s σε [kbd]cookie[/kbd] ή [kbd]" -"http[/kbd]." +"άμεση πρόσβαση. Ορίστε τον %sτύπο πιστοποίησης%s σε [kbd]cookie[/kbd] ή " +"[kbd]http[/kbd]." #: setup/lib/index.lib.php:318 #, php-format @@ -12425,9 +12473,6 @@ msgstr "Επικυρωμένη SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12799,23 +12844,23 @@ msgstr "Παρακολούθηση αυτών των δηλώσεων χειρι msgid "Create version" msgstr "Δημιουργία έκδοσης" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Θέμα" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Λήψη περισσότερων θεμάτων!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Διαθέσιμοι τύποι MIME" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Διαθέσιμες μετατροπές" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Περιγραφή" @@ -12832,7 +12877,7 @@ msgstr "Τα στοιχεία ανανεώθηκαν." msgid "VIEW name" msgstr "Όνομα VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Μετονομασία πίνακα σε" @@ -14454,9 +14499,9 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Όταν οριστεί αυτό σε [kbd]nested[/kbd], η ετικέτα του ονόματος του πίνακα " #~ "χρησιμοποιείτε μόνο για το χώρισμα/μάζεμα των πινάκων σύμφωνα με την " diff --git a/po/en_GB.po b/po/en_GB.po index b61e2ffed7..da9fa80a7d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-31 14:26+0200\n" "Last-Translator: Robert Readman \n" "Language-Team: English (United Kingdom) %s:" msgstr "SQL query on database %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Submit Query" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2390,15 +2390,15 @@ msgstr "" "The server is not responding (or the local server's socket is not correctly " "configured)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "The server is not responding." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Please check privileges of directory containing database." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Details…" @@ -2438,8 +2438,8 @@ msgstr[0] "%1$s match in %2$s" msgstr[1] "%1$s matches in %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Browse" @@ -2491,26 +2491,28 @@ msgstr "Save edited data" msgid "Restore column order" msgstr "Restore column order" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Previous" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Next" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "End" @@ -2629,7 +2631,7 @@ msgid "The row has been deleted" msgstr "The row has been deleted" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Kill" @@ -2687,8 +2689,8 @@ msgstr "Check All" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2789,7 +2791,7 @@ msgstr "Open new phpMyAdmin window" msgid "Click on the bar to scroll to top of page" msgstr "Click on the bar to scroll to top of page" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript must be enabled past this point" @@ -2820,12 +2822,13 @@ msgid "Cardinality" msgstr "Cardinality" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Collation" @@ -2854,7 +2857,7 @@ msgstr "" "removed." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2865,9 +2868,9 @@ msgid "View" msgstr "View" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2878,32 +2881,32 @@ msgid "Structure" msgstr "Structure" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Search" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insert" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operations" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Tracking" @@ -2944,51 +2947,52 @@ msgstr "Routines" msgid "Events" msgstr "Events" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databases" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Users" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binary log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replication" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variables" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Charsets" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plug-ins" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Engines" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Error" @@ -3077,7 +3081,8 @@ msgstr "Tables" msgid "Transaction coordinator" msgstr "Transaction coordinator" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Files" @@ -3689,130 +3694,130 @@ msgstr "SQL query" msgid "MySQL said: " msgstr "MySQL said: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Failed to connect to SQL validator!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explain SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Skip Explain SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Without PHP Code" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Create PHP Code" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Refresh" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Skip Validate SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validate SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Inline edit of this query" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Inline" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiling" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sun" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s days, %s hours, %s minutes and %s seconds" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Missing parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Jump to database "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "The %s functionality is affected by a known bug, see %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Click to toggle" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Browse your computer:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Select from the web server upload directory %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "The directory you set for upload work cannot be reached" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "There are no files to upload" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Empty" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Execute" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Print" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creation" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Last update" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Last check" @@ -3821,9 +3826,9 @@ msgstr "Last check" msgid "shared" msgstr "shared" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3969,8 +3974,8 @@ msgid "Double click" msgstr "Double click" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Disabled" @@ -4127,8 +4132,12 @@ msgstr "Restore default value" msgid "Allow users to customize this value" msgstr "Allow users to customise this value" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reset" @@ -4203,11 +4212,11 @@ msgstr "CHAR columns editing" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" @@ -4401,8 +4410,8 @@ msgstr "Compression" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4640,8 +4649,8 @@ msgstr "Customise browse mode" msgid "Customize default options" msgstr "Customise default options" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4751,11 +4760,13 @@ msgstr "Page titles" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -5552,11 +5563,11 @@ msgstr "Bookmark table" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5710,6 +5721,16 @@ msgid "Connect without password" msgstr "Connect without password" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Table Search" + +#: libraries/config/messages.inc.php:410 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 " @@ -5719,29 +5740,29 @@ msgstr "" "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Show only listed databases" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Leave empty if not using config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Password for config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schema: pages table" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5751,19 +5772,19 @@ msgstr "" "phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for " "no support. Suggested: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Database name" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Server port" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5771,63 +5792,63 @@ msgstr "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Recently used table" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relation table" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL command to fetch available databases" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES command" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon session name" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Enable SSL for connection to MySQL server" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Use SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" @@ -5835,11 +5856,11 @@ msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schema: table coordinates" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5847,11 +5868,11 @@ msgstr "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Display columns table" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5863,11 +5884,11 @@ msgstr "" "Leave blank for no \"persistent\" tables'UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "UI preferences table" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5875,11 +5896,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Add DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5887,11 +5908,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Add DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5899,32 +5920,32 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Add DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Statements to track" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL query tracking table" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5932,27 +5953,27 @@ msgstr "" "Whether the tracking mechanism creates versions for tables and views " "automatically." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatically create versions" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "User preferences storage table" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "User for config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5960,20 +5981,20 @@ msgstr "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Verbose name of this server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Allow to display all the rows" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5983,44 +6004,44 @@ msgstr "" "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Show password change form" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Show create database form" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Show or hide a column displaying the Creation timestamps for all tables" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Show Creation timestamp" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Show Last update timestamp" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Show Last check timestamp" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6028,11 +6049,11 @@ msgstr "" "Defines whether or not type display direction option is shown when browsing " "a table" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Show display direction" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6040,27 +6061,27 @@ msgstr "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Show field types" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Display the function fields in edit/insert mode" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Show function fields" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Whether to show hint or not" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Show hint" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6068,60 +6089,60 @@ msgstr "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Show phpinfo() link" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Show detailed MySQL server information" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Show SQL queries" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Retain query box" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Show statistics" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Display table comments in tooltips" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Skip locked tables" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Requires SQL Validator to be enabled" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6129,7 +6150,7 @@ msgstr "Requires SQL Validator to be enabled" msgid "Password" msgstr "Password" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6137,11 +6158,11 @@ msgstr "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Enable SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6149,20 +6170,20 @@ msgstr "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Username" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "A warning is displayed on the main page if Suhosin is detected" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin warning" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6170,11 +6191,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Textarea columns" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6182,31 +6203,31 @@ msgstr "" "Textarea size (rows) in edit mode, this value will be emphasised for SQL " "query textareas (*2) and for query window (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Textarea rows" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Title of browser window when nothing is selected" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Default title" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6218,27 +6239,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "List of trusted proxies for IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Upload directory" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Allow for searching inside the entire database" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Use database search" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6246,19 +6267,19 @@ msgstr "" "When disabled, users cannot set any of the options below, regardless of the " "check-box on the right" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Enable the Developer tab in settings" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Check for latest version" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6266,7 +6287,7 @@ msgstr "Enables check for latest version on main phpMyAdmin page" msgid "Version check" msgstr "Version check" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6274,36 +6295,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Version check" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Version check" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Version check" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6311,63 +6332,79 @@ msgstr "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config authentication" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie authentication" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP authentication" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon authentication" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV using LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Open-Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Quick" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Custom" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Database export options" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV for MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Open-Document Text" @@ -7226,8 +7263,8 @@ msgstr "Create an index on  %s columns" msgid "Hide" msgstr "Hide" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binary" @@ -7351,189 +7388,189 @@ msgstr "Do you really want to execute the following query?" msgid "No change" msgstr "No change" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Charset" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarian" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Simplified Chinese" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditional Chinese" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "case-insensitive" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "case-sensitive" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croatian" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Czech" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danish" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "English" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonian" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "German" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dictionary" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "phone book" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hungarian" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Icelandic" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanese" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvian" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lithuanian" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korean" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persian" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polish" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "West European" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romanian" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovak" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenian" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanish" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditional Spanish" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Swedish" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkish" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainian" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingual" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Central European" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russian" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltic" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenian" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrillic" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabic" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrew" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgian" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Greek" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Czech-Slovak" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "unknown" @@ -7732,7 +7769,7 @@ msgstr "Rename table to" msgid "Table comments" msgstr "Table comments" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Storage Engine" @@ -7895,21 +7932,29 @@ msgstr "Username:" msgid "Server Choice:" msgstr "Server Choice" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Log-in without a password is forbidden by configuration (see AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "No activity within %s seconds; please log in again" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Cannot log in to the MySQL server" @@ -7975,7 +8020,7 @@ msgstr "Replace NULL with:" msgid "Remove carriage return/line feed characters within columns" msgstr "Remove carriage return/line feed characters within columns" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel edition:" @@ -8402,6 +8447,12 @@ msgstr "" "The XML file specified was either malformed or incomplete. Please correct " "the issue and try again." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open-Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Shape File" @@ -8583,82 +8634,82 @@ msgstr "" "prefix like \"http://www.example.com/\". The second option is a title for " "the link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "not OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Enabled" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "General relation features" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Display Features" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creation of PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Displaying Column Comments" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browser transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Please see the documentation on how to update your column_comments table" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Bookmarked SQL query" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL history" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Persistent recently used tables" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Persistent tables' UI preferences" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "User preferences" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Quick steps to setup advanced features:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Create the needed tables with the examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8666,11 +8717,11 @@ msgstr "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "no description" @@ -8727,7 +8778,7 @@ msgstr "Slave status" msgid "Variable" msgstr "Variable" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server ID" @@ -8864,7 +8915,7 @@ msgstr "Details" msgid "Event name" msgstr "Event name" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Event type" @@ -9205,37 +9256,34 @@ msgstr "No event with name %1$s found in database %2$s" msgid "There are no events to display." msgstr "There are no events to display." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "The %s table doesn't exist!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Please configure the coordinates for table %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schema of the %s database - Page %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "This page does not contain any tables!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA ERROR: " @@ -9301,51 +9349,51 @@ msgstr "Column names" msgid "Display relational schema" msgstr "Display relational schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Select Export Relational Type" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Show grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Show colour" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Show dimension of tables" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Display all tables with the same width" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Data Dictionary" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Only show keys" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landscape" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portrait" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientation" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Paper size" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9353,12 +9401,12 @@ msgstr "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Toggle scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Unknown language: %1$s." @@ -9369,6 +9417,75 @@ msgstr "Unknown language: %1$s." msgid "Current Server:" msgstr "Current server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Select binary log to view" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Log name" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Position" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Original position" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Information" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Truncate Shown Queries" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Show Full Queries" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Character Sets and Collations" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modules" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Begin" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plug-in" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Module" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Library" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Author" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licence" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "disabled" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "No privileges." @@ -10188,10 +10305,6 @@ msgstr "Add SPATIAL index" msgid "Add FULLTEXT index" msgstr "Add FULLTEXT index" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Information" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Space usage" @@ -10200,7 +10313,7 @@ msgstr "Space usage" msgid "Effective" msgstr "Effective" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Table %1$s has been altered successfully" @@ -10638,34 +10751,6 @@ msgstr "%s table not found or not set in %s" msgid "File doesn't exist" msgstr "File doesn't exist" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Select binary log to view" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Truncate Shown Queries" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Show Full Queries" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Log name" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Position" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Original position" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Character Sets and Collations" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10702,7 +10787,7 @@ msgstr "" msgid "No databases" msgstr "No databases" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Storage Engines" @@ -10710,42 +10795,6 @@ msgstr "Storage Engines" msgid "View dump (schema) of databases" msgstr "View dump (schema) of databases" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modules" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Begin" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plug-in" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Module" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Library" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Author" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licence" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "disabled" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12283,14 +12332,14 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." #: setup/lib/index.lib.php:318 #, php-format @@ -12733,23 +12782,23 @@ msgstr "Track these data manipulation statements:" msgid "Create version" msgstr "Create version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Theme" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Get more themes!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Available MIME types" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Available transformations" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Description" @@ -12766,7 +12815,7 @@ msgstr "The profile has been updated." msgid "VIEW name" msgstr "VIEW name" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Rename view to" @@ -14300,14 +14349,14 @@ msgstr "concurrent_insert is set to 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgid "Display table comment instead of its name" #~ msgstr "Display table comment instead of its name" diff --git a/po/es.po b/po/es.po index 63fe85e8be..2b286417b0 100644 --- a/po/es.po +++ b/po/es.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-04 17:59+0200\n" "Last-Translator: Matías Bellone \n" -"Language-Team: Spanish " -"\n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "Mostrar todo" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Número de página:" @@ -57,7 +57,7 @@ msgstr "Buscar:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Buscar:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Buscar:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Continuar" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Nombre de la clave" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Descripción" @@ -269,7 +269,7 @@ msgstr "Sí" msgid "View dump (schema) of database" msgstr "Ver el volcado (esquema) de la base de datos" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "No se han encontrado tablas en la base de datos." @@ -306,7 +306,7 @@ msgstr "" "Para saber por qué haz clic %saquí%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -369,7 +369,7 @@ msgstr "Cambiar al %sconstructor visual%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -384,7 +384,7 @@ msgid "Tracked tables" msgstr "Tablas con seguimiento" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -407,7 +407,7 @@ msgstr "Creado/a" msgid "Updated" msgstr "Actualizado" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -431,7 +431,7 @@ msgid "Delete tracking data for this table" msgstr "Borrar los datos de seguimiento para esta tabla" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -466,28 +466,28 @@ msgstr "Tablas sin seguimiento" msgid "Track table" msgstr "Hacer seguimiento a la tabla" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Registro de la base de datos" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "¡Tipo erróneo!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "¡El formato de exportación seleccionado debe grabarse en el archivo!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "¡Parámetros incorrectos!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "No hay suficiente espacio para guardar el archivo %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -495,12 +495,12 @@ msgstr "" "El archivo %s ya existe en el servidor, cambie el nombre del archivo o " "revise la opción de sobreescritura." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "El servidor web no tiene permiso para guardar el archivo %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "El volcado ha sido guardado al archivo %s." @@ -686,115 +686,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Su consulta se ejecutó con éxito" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Volver" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Configuraciones generales" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Cambio de contraseña" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Cotejamiento de la conexión al servidor" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Configuraciones de apariencia" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Más configuraciones" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Servidor de base de datos" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Servidor:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Tipo de servidor:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Versión del servidor:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Versión del protocolo:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Usuario:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Conjunto de caracteres del servidor:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Servidor web" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Versión del cliente de base de datos:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "extensión PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Mostrar la información de PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Acerca de esta versión:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Documentación" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Página oficial de phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Contribuir" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Obtener soporte" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Lista de cambios" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -809,7 +809,7 @@ msgstr "" "contraseña a root@localhost. Deberá escribir la misma contraseña en config." "inc.php de phpMyAdmin." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -819,7 +819,7 @@ msgstr "" "opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos " "datos!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -829,7 +829,7 @@ msgstr "" "tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas " "de caracteres sin la extensión mbstring y podría dar resultados inesperados." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -841,7 +841,7 @@ msgstr "" "validez de la cookie configurada en phpMyAdmin. Por ello, la sesión expirará " "antes de lo configurado en phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -850,13 +850,13 @@ msgstr "" "de la cookie configurada en phpMyAdmin. Por ello, la sesión expirará antes " "de lo configurado en phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "El archivo de configuración ahora necesita una frase secreta " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -869,7 +869,7 @@ msgstr "" "seguridad de su servidor cuando personas no autorizadas descarguen su " "configuración." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -879,7 +879,7 @@ msgstr "" "configurado, algunas funcionalidades extendidas fueron deshabilitadas. " "%sPulsa aquí para averiguar por qué%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -888,7 +888,7 @@ msgstr "" "Su versión de librería PHP MySQL %s es distinta de aquella de su versión de " "servidor MySQL %s. Esto puede ocasionar un comportamiento impredecible." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1002,12 +1002,12 @@ msgid "Other" msgstr "Otro" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1107,44 +1107,44 @@ msgstr "Bytes recibidos" msgid "Connections" msgstr "Conexiones" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Procesos" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1165,7 +1165,7 @@ msgid "Traffic" msgstr "Tráfico" # This is the text showed in the tab -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Configuración" @@ -1192,7 +1192,7 @@ msgstr "Agregue al menos una variable a la serie" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Ninguna" @@ -1477,7 +1477,7 @@ msgstr "" "Reiniciando a configuración predeterminada…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1688,8 +1688,8 @@ msgstr "Mostrar ventana de consultas SQL" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1715,8 +1715,8 @@ msgstr "Tiempo de ejecución de la consulta" msgid "%d is not valid row number." msgstr "%d no es un número de fila válido." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2037,63 +2037,63 @@ msgid "December" msgstr "Diciembre" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Ene" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dic" @@ -2131,32 +2131,32 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Jue" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Vie" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sab" @@ -2310,7 +2310,7 @@ msgstr "Tamaño de fuente" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Ascendente" @@ -2319,7 +2319,7 @@ msgstr "Ascendente" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Descendente" @@ -2388,11 +2388,11 @@ msgstr "Borrar:" msgid "SQL query on database %s:" msgstr "Consulta a la base de datos %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Ejecutar la consulta" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2400,15 +2400,15 @@ msgstr "" "El servidor no está respondiendo (o el zócalo local al servidor MySQL no " "está configurado correctamente)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "El servidor no está respondiendo." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Revisa los permisos del directorio que contiene la base de datos." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalles…" @@ -2450,8 +2450,8 @@ msgstr[0] "%1$s coincidencia en la tabla %2$s" msgstr[1] "%1$s coincidencias en la tabla %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Examinar" @@ -2503,26 +2503,28 @@ msgstr "Guardar datos editados" msgid "Restore column order" msgstr "Restaurar orden de las columnas" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Comenzar" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Siguiente" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fin" @@ -2639,7 +2641,7 @@ msgid "The row has been deleted" msgstr "La fila se ha borrado" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Matar el proceso" @@ -2697,8 +2699,8 @@ msgstr "Marcar todos" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2802,7 +2804,7 @@ msgstr "Abrir nueva ventana de phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Pulse en la barra para deslizarse al tope de la página" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Pasado este punto, debe tener Javascript activado" @@ -2833,12 +2835,13 @@ msgid "Cardinality" msgstr "Cardinalidad" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Cotejamiento" @@ -2867,7 +2870,7 @@ msgstr "" "uno." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servidor" @@ -2878,9 +2881,9 @@ msgid "View" msgstr "Visualizar" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2891,32 +2894,32 @@ msgid "Structure" msgstr "Estructura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Buscar" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insertar" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operaciones" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Seguimiento" @@ -2957,51 +2960,52 @@ msgstr "Rutinas" msgid "Events" msgstr "Eventos" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Diseñador" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bases de datos" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Usuarios" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Registro binario" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicación" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variables" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Juegos de caracteres" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Complementos" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motores" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Error" @@ -3090,7 +3094,8 @@ msgstr "Tablas" msgid "Transaction coordinator" msgstr "Coordinador de transacción" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Archivos" @@ -3210,8 +3215,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Falló la limpieza de las preferencia de interfaz de tablas (ver $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Falló la limpieza de las preferencia de interfaz de tablas (ver " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3714,132 +3719,132 @@ msgstr "consulta SQL:" msgid "MySQL said: " msgstr "MySQL ha dicho: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "No pudo conectarse a un validador de SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explicar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Omitir la explicación del SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sin código PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Crear código PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Actualizar" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Saltar la validación de SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validar SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Edición en linea de esta consulta" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "En línea" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Perfilando" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dom" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d-%m-%Y a las %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s días, %s horas, %s minutos y %s segundos" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parámetro faltante:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Saltar a la base de datos "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La funcionalidad %s está afectada por un fallo conocido, vea %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Pulse para conmutar" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Buscar en su ordenador:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Seleccionar directorio en el servidor web para subir los archivos %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" "No se puede acceder al directorio que seleccionó para subir los archivos" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "No hay archivos para subir" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Vaciar" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Ejecutar" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimir" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creación" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Última actualización" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Última revisión" @@ -3848,9 +3853,9 @@ msgstr "Última revisión" msgid "shared" msgstr "compartido" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3995,8 +4000,8 @@ msgid "Double click" msgstr "Pulsado doble" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Deshabilitado" @@ -4155,8 +4160,12 @@ msgstr "Restaurar valor predeterminado" msgid "Allow users to customize this value" msgstr "Permitir a los usuarios personalizar este valor" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reiniciar" @@ -4224,8 +4233,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Define qué tipo de control de edición se debe usar para los campos CHAR y " -"VARCHAR; [kbd]input[/kbd] - permite limitar la longitud del input, [kbd]" -"textarea[/kbd] - permite líneas nuevas en los campos" +"VARCHAR; [kbd]input[/kbd] - permite limitar la longitud del input, " +"[kbd]textarea[/kbd] - permite líneas nuevas en los campos" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4233,8 +4242,8 @@ msgstr "Edición de columnas CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Utilizar el editor SQL ([a@http://codemirror.net/]CodeMirror[/a]) con " "resaltado de sintáxis y números de línea" @@ -4430,8 +4439,8 @@ msgstr "Compresión" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4664,8 +4673,8 @@ msgstr "Cambiar las opciones de la modalidad de visualización" msgid "Customize default options" msgstr "Personalizar las opciones predeteminadas" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4777,8 +4786,9 @@ msgstr "Títulos de página" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Especificar el texto de la barra de título del navegador. Consulte la " "[doc@cfg_TitleTable]documentación[/doc] para ver las palabras mágicas que " @@ -4903,8 +4913,8 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Si quiere usar el servicio de Validación de SQL, debería saber que [strong]" -"todas las sentencias SQL son almacenadas de forma anónima para uso " +"Si quiere usar el servicio de Validación de SQL, debería saber que " +"[strong]todas las sentencias SQL son almacenadas de forma anónima para uso " "estadístico[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL " "Validator[/a], Copyright 2002 Upright Database Technology.Todos los derechos " "reservados.[/em]" @@ -5599,11 +5609,11 @@ msgstr "Agregar tabla a favoritos" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Dejar en blanco para evitar comentarios/tipos MIME en celdas, sugerido: [kbd]" -"pma__column_info[/kbd]" +"Dejar en blanco para evitar comentarios/tipos MIME en celdas, sugerido: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5674,8 +5684,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Dejar en blanco para evitar el soporte de diseñador, sugerido: [kbd]" -"pma__designer_coords[/kbd]" +"Dejar en blanco para evitar el soporte de diseñador, sugerido: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5757,6 +5767,16 @@ msgid "Connect without password" msgstr "Conecte sin contraseña" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Búsqueda de tablas" + +#: libraries/config/messages.inc.php:410 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 " @@ -5766,30 +5786,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Muestre solamente las bases de datos listadas" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Deje vacío si no está usando config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Contraseña para config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"Dejar en blanco para evitar soporte para esquema en PDF, sugerido: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Esquema de PDF: tabla de páginas" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5797,24 +5817,24 @@ msgid "" msgstr "" "Base de datos usada para relaciones, favoritos, y características de los " "PDF. Ver [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] para información " -"completa. Deje en blanco para que no exita soporte. Predeterminado: [kbd]" -"phpmyadmin[/kbd]" +"completa. Deje en blanco para que no exita soporte. Predeterminado: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nombre de la base de datos" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Puerto del servidor" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5822,78 +5842,78 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabla recientemente utilizada" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Deje en blanco para no dar soporte [a@http://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a], de manera predeterminada: [kbd]pma__relation[/" "kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabla de relaciones" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Comando SQL para llamar las bases de datos disponibles" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Comando SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nombre de la sesión al signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL de signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Puerto del servidor" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Habilitar SSL para conexión con el servidor SQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Usar SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Dejar en blanco para evitar soporte de esquema en PDF, sugerido: [kbd]" -"pma__table_coords[/kbd]" +"Dejar en blanco para evitar soporte de esquema en PDF, sugerido: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Esquema en PDF: tabla de coordenadas" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5901,11 +5921,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Mostrar tabla de columnas" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5914,11 +5934,11 @@ msgstr "" "interfaz de tablas entre sesiones, valor sugerido: [kbd]pma__table_uiprefs[/" "kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Preferencias de interfaz de tablas" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5926,11 +5946,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Agregar DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5938,11 +5958,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Agregar DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5950,33 +5970,33 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Agregar DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Sentencias a hacer seguimiento" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Deje en blanco para eliminar soporte de seguimiento de consultas SQL, valor " "sugerido: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabla de seguimiento de consultas SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5984,47 +6004,47 @@ msgstr "" "Si el mecanismo de seguimiento crea versiones para tablas y vistas " "automáticamente o no." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Crear versiones automáticamente" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabla de almacenamiento de preferencias de usuario" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Usuario para config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nombre del servidor, forma extendida" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permitir que se muestren todas las filas" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6034,47 +6054,47 @@ msgstr "" "debido a que la contraseña está incluída en el archivo de configuración; " "esto no limita la capacidad de ejecutar la misma orden directamente" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Mostrar el formulario para cambio de contraseña" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Mostrar el formulario para crear una base de datos" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Mostrar marca temporal de creación" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Mostrar marca temporal de última actualización" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Mostrar marca temporal de última revisión" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6082,11 +6102,11 @@ msgstr "" "Define si se muestra la opción sobre el tipo de dirección de la " "visualización al examinar una tabla" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Mostrar dirección de visualización" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6094,89 +6114,89 @@ msgstr "" "Si inicialmente se muestran los campos de tipo en el modo de edición/" "inserción o no" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Mostrar tipo de campos" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 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:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Mostrar los campos de función" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Si mostrar ayudas o no" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Mostrar ayudas" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Mostrar enlace a salida de [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Mostrar enlace a salida de [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Mostrar el enlace phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada acerca del servidor SQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Mostrar las consultas SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Mantener la caja de texto con la consulta" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Mostrar estadísticas" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Mostrar los comentarios de las tablas en los tooltips" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Saltarse las tablas bloqueadas" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Requiere que el Validador SQL esté habilitado" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6184,7 +6204,7 @@ msgstr "Requiere que el Validador SQL esté habilitado" msgid "Password" msgstr "Contraseña" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6192,11 +6212,11 @@ msgstr "" "[strong]Advertencia:[/strong] necesita extensión PHP SOAP o PEAR SOAP " "instalada" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Habilitar Validador SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6204,20 +6224,20 @@ msgstr "" "Si se posee un nombre de usuario propio, especifícalo aquí (valor por " "defecto: [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nombre de usuario" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Mostrar advertencia en la página principal si se detecta Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Advertencia Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6226,12 +6246,12 @@ msgstr "" "será aumentado en áreas de texto para consultas SQL (x2) y en la venta de " "consultas (x1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Columnas para las áreas de texto" # See translation string 813 -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6240,31 +6260,31 @@ msgstr "" "aumentado en áreas de texto para consultas SQL (x2) y en la venta de " "consultas (x1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Filas para áreas de texto" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Título predeterminado" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6276,27 +6296,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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Directorio desde donde se cargarán los archivos" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 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:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Use búsquedas en la base de datos" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6305,21 +6325,21 @@ msgstr "" "opciones situadas más abajo, sin importar la casilla de la derecha" # see translation string 529 -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Habilitar la pestaña Desarrolladores en la configuración" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Buscar si existe una versión más reciente" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6327,7 +6347,7 @@ msgstr "" msgid "Version check" msgstr "Revise la versión" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6339,11 +6359,11 @@ msgstr "" "phpMyAdmin no tiene acceso directo a internet. El formato es: \"servidor:" "puerto\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "URL de proxy para chequeo de versión" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6354,85 +6374,101 @@ msgstr "" "una autenticación básica. Actualmente no se posee compatibilidad con otros " "tipos de autenticación." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Nombre de usuario del proxy para chequeo de versión" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "La contraseña para autenticar con el proxy" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Contraseña del proxy para chequeo de versión" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" 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" +"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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Autenticación por configuración" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autenticación por cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autenticación por HTTP" # Description of signon value for configuration described at # http://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_type -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autenticación por sesión" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Hoja de cálculo Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Personalizado" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opciones de exportación de la base de datos" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV para datos de MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Texto Open Document" @@ -7308,8 +7344,8 @@ msgstr "Crear un índice en  %s columna(s)" msgid "Hide" msgstr "Ocultar" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binario" @@ -7427,189 +7463,189 @@ msgstr "¿Realmente desea ejecutar la siguiente consulta?" msgid "No change" msgstr "Sin cambios" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Juego de caracteres" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Búlgaro" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "independiente de mayúsculas y minúsculas" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "dependiente de mayúsculas y minúsculas" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croata" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Checo" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danés" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglés" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonio" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemán" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "diccionario" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "directorio telefónico" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Húngaro" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandés" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonés" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letón" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituano" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreano" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persa" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polaco" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europea occidental" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumano" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Eslovaco" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Esloveno" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Español" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Español tradicional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Sueco" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandés" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turco" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraniano" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingüe" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europeo central" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruso" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Báltico" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenio" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirílico" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Árabe" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreo" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgiano" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Griego" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Checo-Eslovaco" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "desconocido" @@ -7806,7 +7842,7 @@ msgstr "Cambiar el nombre de la tabla a" msgid "Table comments" msgstr "Comentarios de la tabla" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Motor de almacenamiento" @@ -7969,7 +8005,15 @@ msgstr "Usuario:" msgid "Server Choice:" msgstr "Elección del servidor:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7977,15 +8021,15 @@ msgstr "" "El inicio de sesión sin contraseña está prohibido por la configuración (ver " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "No ha habido actividad desde hace %s o más segundos; inicie sesión nuevamente" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "El servidor MySQL no autorizó su ingreso" @@ -8053,7 +8097,7 @@ msgstr "Reemplazar NULL con:" msgid "Remove carriage return/line feed characters within columns" msgstr "Eliminar retornos de carro/saltos de línea en las columnas" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Edición Excel:" @@ -8383,8 +8427,8 @@ msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -"La primer línea del archivo contiene los nombres de columna de la tabla " -"(si no está activado la primera línea será parte de los datos)" +"La primer línea del archivo contiene los nombres de columna de la tabla " +"(si no está activado la primera línea será parte de los datos)" #: libraries/plugins/import/ImportCsv.class.php:72 msgid "" @@ -8447,8 +8491,8 @@ msgstr "El formato de los datos mediawiki no es válido en la línea:
%s." #: libraries/plugins/import/ImportOds.class.php:88 msgid "Import percentages as proper decimals (ex. 12.00% to .12)" msgstr "" -"Importar porcentakes como decimales propios (por ejemplo: 12.00% como .12)" -"" +"Importar porcentakes como decimales propios (por ejemplo: 12.00% " +"como .12)" #: libraries/plugins/import/ImportOds.class.php:94 msgid "Import currencies (ex. $5.00 to 5.00)" @@ -8464,6 +8508,12 @@ msgstr "" "El archivo XML especificado estaba incompleto o mal formado. Corrija el " "problema e intente nuevamente." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Hoja de cálculo Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Archivo de forma ESRI" @@ -8534,8 +8584,8 @@ msgstr "" "opción es para especificar un formato de fecha/hora diferente. La tercera " "opción determina si usted quiere ver la fecha local o la UTC (use las " "cadenas \"local\" o \"utc\"). Según eso, el formato de la fecha tendrá un " -"valor diferente - para \"local\" mire la documentación de la función strftime" -"() de PHP y para \"utc\" se hace usando la función gmdate()." +"valor diferente - para \"local\" mire la documentación de la función " +"strftime() de PHP y para \"utc\" se hace usando la función gmdate()." #: libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php:31 msgid "" @@ -8579,8 +8629,9 @@ msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." msgstr "" -"Miestra el contenido de la columna como es, sin pasarlo por htmlspecialchars" -"(). Esto quiere decir que se asume que la columna contiene HTML válido." +"Miestra el contenido de la columna como es, sin pasarlo por " +"htmlspecialchars(). Esto quiere decir que se asume que la columna contiene " +"HTML válido." #: libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php:31 msgid "" @@ -8652,81 +8703,81 @@ msgstr "" "opción es una URL prefijo como \"http://www.example.com/\". La segunda " "opción es el título para el enlace." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "no recibió el OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Habilitado" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Opciones de relación general" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mostrar las opciones" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creación de los PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Mostrando los comentarios de la columna" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformación del navegador" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Para actualizar su tabla column_comments, revise la documentación" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Consulta guardada en favoritos" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historial-SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Tablas persistentes utilizadas recientemente" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Preferencias de interfaz de tablas persistentes" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferencias de usuario" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Pasos rápidos para configurar funcionalidades avanzadas:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Crear las tablas necesarias con examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8735,13 +8786,13 @@ msgstr "" "(config.inc.php), por ejemplo comenzando desde config." "sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Sin descripción" @@ -8794,7 +8845,7 @@ msgstr "Estado del esclavo" msgid "Variable" msgstr "Variable" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID del servidor" @@ -8925,7 +8976,7 @@ msgstr "Detalles" msgid "Event name" msgstr "Nombre del evento" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tipo de evento" @@ -9267,37 +9318,34 @@ msgstr "No se encontró evento con nombre %1$s en la base de datos %2$s" msgid "There are no events to display." msgstr "No existen eventos para mostrar." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "¡La tabla %s no existe!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configure las coordenadas para la tabla %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Esquema de la base de datos %s - Página %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "¡Esta página no contiene ninguna tabla!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ERROR DE ESQUEMA: " @@ -9363,51 +9411,51 @@ msgstr "Nombre de las columnas" msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Seleccionar tipo de exportación relacional" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostrar la cuadrícula" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostrar color" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostrar la dimensión de las tablas" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostrar todas las tablas que tienen el mismo ancho" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Diccionario de datos" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Mostrar las llaves solamente" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Orientación horizontal" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Orientación vertical" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientación" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Tamaño del papel" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9415,12 +9463,12 @@ msgstr "" "La página actual tiene referencias a tablas que ya no existen. ¿Desea " "eliminar esas referencias?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "cambiar el estado del scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Idioma desconocido: %1$s." @@ -9429,6 +9477,76 @@ msgstr "Idioma desconocido: %1$s." msgid "Current Server:" msgstr "Servidor actual:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Seleccionar el registro binario que desea examinar" + +# It is about binary logs, not about login names +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nombre del registro" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posición" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posición original" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Información" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Truncar las consultas que ya se han mostrado" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostrar las consultas enteras" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Conjunto de caracteres y sus cotejamientos" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Módulos" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Empezar" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Complemento" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Módulo" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Biblioteca" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versión" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licencia" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "desactivado" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Sin privilegios." @@ -10186,7 +10304,6 @@ msgid "After %s" msgstr "Después de %s" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "Estadísticas de la fila" @@ -10245,10 +10362,6 @@ msgstr "Agregar índice espacial («SPATIAL»)" msgid "Add FULLTEXT index" msgstr "Agregar índice FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Información" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Espacio utilizado" @@ -10257,7 +10370,7 @@ msgstr "Espacio utilizado" msgid "Effective" msgstr "Efectivo/a" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Los cambios en la Tabla %1$s se hicieron exitosamente" @@ -10691,35 +10804,6 @@ msgstr "La tabla %s no fue hallada o no fue definida en %s" msgid "File doesn't exist" msgstr "El archivo no existe" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Seleccionar el registro binario que desea examinar" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Truncar las consultas que ya se han mostrado" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostrar las consultas enteras" - -# It is about binary logs, not about login names -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nombre del registro" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posición" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posición original" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Conjunto de caracteres y sus cotejamientos" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10756,7 +10840,7 @@ msgstr "" msgid "No databases" msgstr "No hay bases de datos" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motores de almacenamiento" @@ -10764,42 +10848,6 @@ msgstr "Motores de almacenamiento" msgid "View dump (schema) of databases" msgstr "Ver el volcado (schema) de la base de datos" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Módulos" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Empezar" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Complemento" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Módulo" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Biblioteca" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versión" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licencia" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "desactivado" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12394,15 +12442,15 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Usted definió el tipo de autenticación [kbd]config[/kbd] e incluyó nombre de " "usuario y contraseña para iniciar sesión en forma automática, lo que no es " "una opción deseable para servidores públicos. Cualquiera que conozca o " "adivine su URL de phpMyAdmin puede acceder directamente a su consola de " -"phpMyAdmin. Cambie al %stipo de autenticación%s a [kbd]cookie[/kbd] o [kbd]" -"http[/kbd]." +"phpMyAdmin. Cambie al %stipo de autenticación%s a [kbd]cookie[/kbd] o " +"[kbd]http[/kbd]." #: setup/lib/index.lib.php:318 #, php-format @@ -12468,9 +12516,6 @@ msgstr "SQL validado" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12839,23 +12884,23 @@ msgstr "Hacer un seguimiento de estas sentencias de manipulación de datos:" msgid "Create version" msgstr "Crear versión" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "¡Obtener más temas!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIME-types disponibles" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformaciones disponibles" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descripción" @@ -12872,7 +12917,7 @@ msgstr "Se actualizó el perfil." msgid "VIEW name" msgstr "VER nombre" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Cambiar el nombre de la vista a" diff --git a/po/et.po b/po/et.po index e677b63b09..32bf3e6ac1 100644 --- a/po/et.po +++ b/po/et.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 08:34+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" @@ -24,11 +24,11 @@ msgid "Show all" msgstr "Näita kõiki" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Leht:" @@ -58,7 +58,7 @@ msgstr "Otsi:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +66,9 @@ msgstr "Otsi:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +76,9 @@ msgstr "Otsi:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Mine" @@ -89,8 +88,9 @@ msgid "Keyname" msgstr "Võtme nimi" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Kirjeldus" @@ -270,7 +270,7 @@ msgstr "Jah" msgid "View dump (schema) of database" msgstr "Vaata andmebaasi tõmmist (skeemi)" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Andmebaasist tabeleid ei leitud." @@ -307,7 +307,7 @@ msgstr "" "lugeda, kui vajutad %ssiia%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -368,7 +368,7 @@ msgstr "Mine %sgraafilisele loojale%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -383,7 +383,7 @@ msgid "Tracked tables" msgstr "Jälgitud tabelid" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -406,7 +406,7 @@ msgstr "Loodud" msgid "Updated" msgstr "Uuendatud" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -430,7 +430,7 @@ msgid "Delete tracking data for this table" msgstr "Kustuta selle tabeli jälgimise andmed" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -465,28 +465,28 @@ msgstr "Jälgimata tabelid" msgid "Track table" msgstr "Jälgi tabelit" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Andmebaasi logi" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Halb tüüp!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Valitud eksportimise tüüp tuleb salvestada faili!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Halvad parameetrid!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "%s faili salvestamiseks pole piisavalt ruumi." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -494,12 +494,12 @@ msgstr "" "%s fail on juba serveris olemas, muutke faili nime või kontrollige " "ülekirjutamise valikuid." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Veebiserveril pole %s faili salvestamiseks õigusi." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Tõmmis salvestati %s faili." @@ -680,115 +680,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Sinu SQL päring teostati edukalt" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Tagasi" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Üldised sätted" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Muuda parooli" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Serveri ühenduse kodeering" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Välimuse sätted" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Rohkem sätteid" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Andmebaasi server" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Serveri tüüp:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Serveri versioon:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Protokolli versioon:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Kasutaja:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Serveri märgitabel:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Veebiserver" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Andmebaasi kliendi versioon:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "PHP laiend:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Näita PHP teavet" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Versiooniinfo:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentatsioon" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Viki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Ametlik koduleht" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Anna oma panus" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Hangi abi" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Muudatuste nimekiri" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -800,7 +800,7 @@ msgstr "" "rünnakutele ja päris tõsiselt peaksid parandama selle turvaaugu, määrates " "'root' kasutajale parooli." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -809,7 +809,7 @@ msgstr "" "Oled PHP seadistuses lubanud mbstring.func_overload. See ei ühildu " "phpMyAdminiga ja võib andmeid rikkuda!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -819,7 +819,7 @@ msgstr "" "märgitabelit. Ilma mbstring laiendita ei suuda phpMyAdmin sõnesid " "korralikult poolitada ja see võib viia ettearvamatute tulemusteni." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -831,7 +831,7 @@ msgstr "" "kui phpMyAdminis seadistatud küpsise kehtivus. Seetõttu aegub sessioon " "kiiremini, kui phpMyAdminis seadistatud." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -840,11 +840,11 @@ msgstr "" "küpsise kehtivus, seetõttu sinu sisselogimine aegub varem, kui phpMyAdminis " "seadistatud." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "Seadistusfail vajab nüüd turvasõna (blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -856,7 +856,7 @@ msgstr "" "kataloogi kindlasti kustutama. Vastasel korral võivad su serveri turvalisust " "ohustada isikud, kes on alla laadinud serveri seadistuste faili." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -866,7 +866,7 @@ msgstr "" "laiendatud võimalused on aktiveerimata. Põhjuse saad teada, kui vajutad " "%ssiia%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -875,7 +875,7 @@ msgstr "" "Sinu PHP MySQL'i teegi versioon %s erineb sinu MySQL serveri versioonist %s. " "See võib põhjustada ettearvamatut käitumist." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -989,12 +989,12 @@ msgid "Other" msgstr "Muud" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1094,44 +1094,44 @@ msgstr "Vastuvõetud baidid" msgid "Connections" msgstr "Ühendused" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Protsessid" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1149,7 +1149,7 @@ msgstr "Päringud" msgid "Traffic" msgstr "Liiklus" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Sätted" @@ -1176,7 +1176,7 @@ msgstr "Palun lisa seeriasse vähemalt üks muutuja" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Puudub" @@ -1456,7 +1456,7 @@ msgstr "" "Lähtestamine vaikimisi seadistusse…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1665,8 +1665,8 @@ msgstr "Näita päringu kasti" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1692,8 +1692,8 @@ msgstr "Päringu sooritamise aeg" msgid "%d is not valid row number." msgstr "%d ei ole õige reanumber." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2005,63 +2005,63 @@ msgid "December" msgstr "Detsember" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jaan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Veebr" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Märts" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Aprill" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Juuni" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Juuli" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dets" @@ -2099,32 +2099,32 @@ msgid "Sun" msgstr "Püh" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Esm" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Tei" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Kol" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Nel" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Ree" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Lau" @@ -2274,7 +2274,7 @@ msgstr "Fondi kõrgus" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Kasvav" @@ -2283,7 +2283,7 @@ msgstr "Kasvav" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Kahanev" @@ -2352,26 +2352,26 @@ msgstr "Kustuta:" msgid "SQL query on database %s:" msgstr "SQL päring %s andmebaasis:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Saada päring" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" "Server ei vasta (või kohaliku serveri sokkel ei ole õigesti seadistatud)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Server ei vasta." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Palun kontrolli andmebaasi sisaldava kataloogi õigusi." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detailid…" @@ -2411,8 +2411,8 @@ msgstr[0] "%1$s vaste %2$s tabelis" msgstr[1] "%1$s vastet %2$s tabelis" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Vaata" @@ -2464,26 +2464,28 @@ msgstr "Salvesta muudetud andmed" msgid "Restore column order" msgstr "Taasta veeru järjekord" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Algus" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Eelmine" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Järgmine" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Lõpp" @@ -2598,7 +2600,7 @@ msgid "The row has been deleted" msgstr "Rida on kustutatud" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Sulge" @@ -2655,8 +2657,8 @@ msgstr "Vali kõik" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2756,7 +2758,7 @@ msgstr "Ava uus phpMyAdmini aken" msgid "Click on the bar to scroll to top of page" msgstr "Kliki ribal, et lehe alguessse kerida" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript peab olema lubatud" @@ -2787,12 +2789,13 @@ msgid "Cardinality" msgstr "Hulk" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Kodeering" @@ -2821,7 +2824,7 @@ msgstr "" "kustutatakse." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2832,9 +2835,9 @@ msgid "View" msgstr "Vaade" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2845,32 +2848,32 @@ msgid "Structure" msgstr "Struktuur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Otsi" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Lisa" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Tegevused" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Jälgimine" @@ -2911,51 +2914,52 @@ msgstr "Funktsioonid" msgid "Events" msgstr "Sündmused" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Kujundaja" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Andmebaasid" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Kasutajad" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binaarne logi" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Paljundamine" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Muutujad" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Märgitabelid" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Pluginad" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Mootorid" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Viga" @@ -3044,7 +3048,8 @@ msgstr "Tabelid" msgid "Transaction coordinator" msgstr "Ülekande koordineerija" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Faili" @@ -3646,130 +3651,130 @@ msgstr "SQL päring:" msgid "MySQL said: " msgstr "MySQL vastas: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL valideerijaga ühendamine ebaõnnestus!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Selgita SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Jäta SQL selgitus vahele" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Ilma PHP koodita" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Loo PHP kood" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Uuenda" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Jäta SQL'i valideerimine vahele" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valideeri SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Selle päringu kiirmuutmine" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Kiirmuutmine" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profileerimine" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Päike" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y kell %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s päeva, %s tundi, %s minutit ja %s sekundit" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Puudulik parameeter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Mine "%s" andmebaasi." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Seda %s funktsionaalsust mõjutas tuntud viga, vaata %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Muuda" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Sirvi oma arvutist:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Vali veebiserveri üleslaadimise kataloogist %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Valitud üleslaadimise kataloogile ei pääse ligi" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Seal pole faile, mida üles laadida" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Tühjenda" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Teosta" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Prindi" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Loodud" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Viimati uuendatud" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Viimane kontroll" @@ -3778,9 +3783,9 @@ msgstr "Viimane kontroll" msgid "shared" msgstr "jagatud" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3921,8 +3926,8 @@ msgid "Double click" msgstr "Topeltklikk" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Keelatud" @@ -4076,8 +4081,12 @@ msgstr "Taasta vaikimisi väärtus" msgid "Allow users to customize this value" msgstr "Luba kasutajatel seda väärtust muuta" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Lähtesta" @@ -4152,8 +4161,8 @@ msgstr "CHAR veergude muutmine" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Kasuta SQL päringute ([a@http://codemirror.net/]CodeMirror[/a]) muutmiseks " "kasutajasõbralikku redigeerijat, millel on süntaksi esiletõstmise ja ridade " @@ -4349,8 +4358,8 @@ msgstr "Tihendamine" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4548,8 +4557,8 @@ 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 "" -"Vali sorteerimise järjekord võõrvõtme rippmenüü kasti üksustele. [kbd]content" -"[/kbd] on viidatud andmed, [kbd]id[/kbd] on võtme väärtus" +"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:149 msgid "Foreign key dropdown order" @@ -4578,8 +4587,8 @@ msgstr "Kohanda sirvimise viisi" msgid "Customize default options" msgstr "Kohanda vaikimisi valikuid" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4689,12 +4698,13 @@ msgstr "Lehe pealkirjad" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Täpsusta veebilehitseja pealkirja. Vaata [doc@cfg_TitleTable]" -"dokumentatsioonist[/doc], kuidas kasutada maagilisi sõne, mida saab kasutada " -"eriliste väärtuste saamiseks." +"Täpsusta veebilehitseja pealkirja. Vaata " +"[doc@cfg_TitleTable]dokumentatsioonist[/doc], kuidas kasutada maagilisi " +"sõne, mida saab kasutada eriliste väärtuste saamiseks." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -4815,9 +4825,9 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Kui soovid kasutada SQL valideerija teenust, siis peaksid teadma, et [strong]" -"kõiki SQL käskusid salvestatakse anonüümselt statistika eesmärgil[/strong]." -"[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " +"Kui soovid kasutada SQL valideerija teenust, siis peaksid teadma, et " +"[strong]kõiki SQL käskusid salvestatakse anonüümselt statistika eesmärgil[/" +"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Autoriõigus 2002 Upright Database Technology. Kõik õigused on kaitstud.[/em]" #: libraries/config/messages.inc.php:220 @@ -5481,8 +5491,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"järjehoidja[/a] tugi, soovitatav: [kbd]pma__bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5490,11 +5500,11 @@ msgstr "Järjehoidja tabel" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Jäta tühjaks, kui puuduvad kommentaarid/mime-tüübid, soovitatav: [kbd]" -"pma__column_info[/kbd]" +"Jäta tühjaks, kui puuduvad kommentaarid/mime-tüübid, soovitatav: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5563,8 +5573,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Jäta tühjaks, kui puudub kujundaja tugi, soovitatav: [kbd]" -"pma__designer_coords[/kbd]" +"Jäta tühjaks, kui puudub kujundaja tugi, soovitatav: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5575,8 +5585,9 @@ 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 "" -"Rohkem infot aadressilt [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA bug tracker[/a] ja [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Rohkem infot aadressilt [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA bug tracker[/a] ja [a@http://bugs.mysql.com/19588]MySQL Bugs[/" +"a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5604,8 +5615,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Jäta tühjaks, kuid puudub SQL päringu ajaloo tugi, soovitatav: [kbd]" -"pma__history[/kbd]" +"Jäta tühjaks, kuid puudub SQL päringu ajaloo tugi, soovitatav: " +"[kbd]pma__history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5644,6 +5655,16 @@ msgid "Connect without password" msgstr "Ühenda ilma paroolita" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabeli otsing" + +#: libraries/config/messages.inc.php:410 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 " @@ -5653,30 +5674,30 @@ msgstr "" "ette kurakaldkriipsu (\\). S.t kasuta [kbd]'my\\_db'[/kbd], aga mitte " "[kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Näita ainult loendatud andmebaase" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Jäta tühjaks, kui ei kasuta 'config' autentimist" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "'config' autentimise parool" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF skeem: lehtede tabel" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5684,24 +5705,24 @@ msgid "" msgstr "" "Andmebaas, mida kasutada seoste, järjehoidjate ja PDF võimaluste " "säilitamiseks. Lisateavet leiad aadressilt [a@http://wiki.phpmyadmin.net/pma/" -"pmadb]pmadb[/a]. Kui tugi puudub, siis jäta tühjaks, soovitatav: [kbd]" -"phpmyadmin[/kbd]" +"pmadb]pmadb[/a]. Kui tugi puudub, siis jäta tühjaks, soovitatav: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Andmebaasi nimi" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Serveri port" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5709,77 +5730,77 @@ msgstr "" "Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" hiljuti kasutatud " "tabelid, soovitatav: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Hiljuti kasutatud tabel" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Seose tabel" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL käsk saadavalolevate andmebaaside väljatoomiseks" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES käsk" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Vaata näiteks [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"autentimise tüüpe[/a]" +"Vaata näiteks [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]autentimise tüüpe[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Sisselogimise seansi nimi" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Sisselogimise URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Serveri sokkel" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Luba SSL ühendus MySQL serverisse" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Kasuta SSL'i" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: [kbd]pma__table_coords" -"[/kbd]" +"Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF skeem: tabeli koordinaadid" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5787,11 +5808,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Näita veergude tabelit" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5799,11 +5820,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "UI eelistuste tabel" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5811,55 +5832,55 @@ msgstr "" "Kas andmebaasi loomisel lisatakse logi esimese reana DROP DATABASE IF EXISTS " "käsk." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Lisa DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "Kas tabeli loomisel lisatakse logi esimese reana DROP TABLE IF EXISTS käsk." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Lisa DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "Kas vaate loomisel lisatakse logi esimese reana DROP VIEW IF EXISTS käsk." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Lisa DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Määrab käskude nimekirja, mida automaatne loomine kasutab uute versioonide " "jaoks." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Käsud, mida jälgida" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Jäta tühjaks, kui puudub SQL päringu jälgimise tugi, soovitatav: [kbd]" -"pma__tracking[/kbd]" +"Jäta tühjaks, kui puudub SQL päringu jälgimise tugi, soovitatav: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL päringu jälgimise tabel" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5867,27 +5888,27 @@ msgstr "" "Kas jälgimise mehhanism loob automaatselt versioonid tabelite ja vaadete " "jaoks." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Loo versioonid automaatselt" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Jäta tühjaks, kui kasutaja eelistusi andmebaasis ei hoita, soovitatav: [kbd]" -"pma__userconfig[/kbd]" +"Jäta tühjaks, kui kasutaja eelistusi andmebaasis ei hoita, soovitatav: " +"[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Kasutaja eelistusi säilitav tabel" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "'config' autentimise kasutaja" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5895,19 +5916,19 @@ msgstr "" "Selle serveri kasutajasõbralik kirjeldus. Kui jätad tühjaks, siis näidatakse " "selle asemel hostinime." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Selle serveri sõnaline nimi" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Luba näidata kõiki ridu" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5917,78 +5938,78 @@ msgstr "" "autentimist, sest parool on seadistusfailis raskesti kodeeritud. See ei " "piira sama käsu otse käivitamist" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Näita parooli muutmise vormi" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Näita andmebaasi loomise vormi" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Näita loomise ajatemplit" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Näita viimase uuendamise ajatemplit" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Näita viimase kontrolli ajatemplit" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "Määrab, kas tabelit sirvides näidata suuna valikut" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Näita näitamise suunda" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Näita välja tüüpe" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Näita funktsiooni väljasid muutmisel/lisamisel" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Näita funktsiooni väljasid" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Kas näidata vihjet või mitte" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Näita vihjet" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -5996,59 +6017,59 @@ msgstr "" "Näita linki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "väljundisse" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Näita phpinfo() linki" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Näita detailset MySQL serveri teavet" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Näita SQL päringuid" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Säilita päringu kast" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Näita statistikat" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Näita tabeli kommentaare kohtspikris" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Jäta lukustatud tabelid vahele" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Nõuab, et SQL valideerija oleks lubatud" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6056,7 +6077,7 @@ msgstr "Nõuab, et SQL valideerija oleks lubatud" msgid "Password" msgstr "Parool" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6064,32 +6085,32 @@ msgstr "" "[strong]Hoiatus:[/strong] vajab PHP SOAP laiendit või paigaldatud peab olema " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Luba SQL valideerija" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Kui sul on enda kasutajanimi, siis täpsusta seda siin (vaikimisi on [kbd]" -"anonymous[/kbd])" +"Kui sul on enda kasutajanimi, siis täpsusta seda siin (vaikimisi on " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Kasutajanimi" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Kui tuvastatud on Suhosin, siis hoiatust näidatakse pealehel" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin'i hoiatus" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6097,11 +6118,11 @@ msgstr "" "Tekstiala suurus (veerud) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2) ja päringu aknas (*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Tekstiala veerud" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6109,31 +6130,31 @@ msgstr "" "Tekstiala suurus (read) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2) ja päringu aknas (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Tekstiala read" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Veebilehitseja akna pealkiri, kui valitud on andmebaas" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Veebilehitseja akna pealkiri, kui valitud pole mitte midagi" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Vaikimisi pealkiri" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Veebilehitseja akna pealkiri, kui valitud on server" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Veebilehitseja akna pealkiri, kuid valitud on tabel" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6145,27 +6166,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Usaldusväärsete prokside nimekiri lubatud/keelatud IP'de jaoks" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Üleslaadimise kataloog" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Luba otsida tervest andmebaasist" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Kasuta andmebaasi otsingut" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6173,19 +6194,19 @@ msgstr "" "Kui keelatud, siis kasutajad ei saa kasutada ühtegi allolevat valikut, " "sõltumata paremal asuvast märkeruudust" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Luba sätetes kujundaja vaheleht" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Kontrolli uusimat versiooni" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "Lubab phpMyAdmini pealehel kontrollida viimast versiooni" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6193,7 +6214,7 @@ msgstr "Lubab phpMyAdmini pealehel kontrollida viimast versiooni" msgid "Version check" msgstr "Versiooni kontroll" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6204,11 +6225,11 @@ msgstr "" "vajalik siis, kui server, kuhu on phpMyAdmin on paigaldatud, ei oma " "otseühendust Internetiga. Formaat on \"hostinimi:port\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "Versiooni kontrolli proksi URL" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6218,19 +6239,19 @@ msgstr "" "Kui kasutajanimi on antud, kastutatakse lihtsa autentimise (Basic " "Authentication) meetodit. Muud meetodid ei ole hetkel toetatud." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Versiooni kontrolli proksi kasutajanimi" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Salasõna proksi serveris autentimiseks" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Versiooni kontrolli proksi salasõna" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6238,63 +6259,79 @@ msgstr "" "Luba [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tihendamine " "importimistel ja eksportimistel" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config autentimine" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Küpsisega (cookie) autentimine" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP autentimine" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Sisselogimise (signon) autentimine" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV kasutades LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument tabel" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Kiire" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Kohandatud" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Andmebaasi eksportimise valikud" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV MS Exceli jaoks" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "OpenDocument tekst" @@ -7136,8 +7173,8 @@ msgstr "Loo indeks  %s veergudesse" msgid "Hide" msgstr "Peida" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binaarne" @@ -7254,189 +7291,189 @@ msgstr "Kas tõesti tahad käivitada selle päringu?" msgid "No change" msgstr "Ei muudetud" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Märgitabel" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgaaria" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Lihtsustatud Hiina" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditsionaalne Hiina" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "tõstutundetu" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "tõstutundlik" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Horvaatia" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tsehhi" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Taani" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglise" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Eesti" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Saksa" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "sõnaraamat" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefoniraamat" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungari" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandi" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Jaapani" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Läti" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Leedu" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korea" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Pärsia" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poola" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Lääne-Euroopa" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumeenia" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovaki" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Sloveenia" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Hispaania" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditsionaalne Hispaania" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Rootsi" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Türgi" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraina" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "mitmekeelne" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Kesk-Euroopa" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Vene" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Balti" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeenia" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kirillitsa" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Araabia" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Heebrea" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruusia" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Kreeka" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tsehhi-Slovaki" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "tundmatu" @@ -7631,7 +7668,7 @@ msgstr "Muuda tabeli nimeks" msgid "Table comments" msgstr "Tabeli kommentaarid" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Varundusmootor" @@ -7792,21 +7829,29 @@ msgstr "Kasutajanimi:" msgid "Server Choice:" msgstr "Serveri valik:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Paroolita sisselogimine on seadistuses keelatud (vaata AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s sekundi jooksul aktiivsust polnud. Palun logi uuesti sisse" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Ei saa MySQL serverisse sisse logida" @@ -7872,7 +7917,7 @@ msgstr "NULL asendaja:" msgid "Remove carriage return/line feed characters within columns" msgstr "Eemalda veergudest tagasijooksu/reavahetuse sümbolid" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Exceli väljaanne:" @@ -8278,6 +8323,12 @@ msgstr "" "Täpsustatud XML fail oli kas valesti vormitud või lõpetamata. Palun paranda " "see viga ja proovi uuesti." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument tabel" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Shape fail" @@ -8455,81 +8506,81 @@ msgstr "" "Näitab linki. Veerg sisaldab faili nime. Esimene valik on URL'i eesliide, nt " "\"http://www.example.com/\". Teine valik on lingi pealkiri." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Ei ole korras" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Lubatud" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Peamised seoste võimalused" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Näita võimalusi" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-ide koostamine" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Veeru kommentaaride näitamine" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Veebilehitseja transformatsioon" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Palun loe dokumentatsioonist, kuidas uuendada oma column_comments tabelit" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Järjehoidjaga SQL päring" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL ajalugu" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Püsivad hiljuti kasutatud tabelid" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Püsivate tabelite UI eelistused" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Kasutaja eelistused" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Täpsemate võimaluste seadistamise kiirsammud:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "Loo vajalikud tabelid script/create_tables.sql failiga." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8537,11 +8588,11 @@ msgstr "" "Luba täpsemad võimalused seadistuse failis (config.inc.php). " "Näiteks alustades config.sample.inc.php failist." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "Uuendatud seadistuse faili laadimiseks logi phpMyAdmini uuesti sisse." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "kirjeldus puudub" @@ -8594,7 +8645,7 @@ msgstr "Alluva staatus" msgid "Variable" msgstr "Muutuja" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Serveri ID" @@ -8725,7 +8776,7 @@ msgstr "Detailid" msgid "Event name" msgstr "Sündmuse nimi" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Sündmuse tüüp" @@ -9066,37 +9117,34 @@ msgstr "%2$s andmebaasist ei leitud sündmust nimega %1$s" msgid "There are no events to display." msgstr "Pole sündmusi, mida näidata." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "%s tabelit pole olemas!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Palun seadista koordinaadid %s tabelile" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "%s andmebaasi skeem - Leht %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "See leht ei sisalda ühtegi tabelit!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SKEEMI VIGA: " @@ -9162,51 +9210,51 @@ msgstr "Veeru nimed" msgid "Display relational schema" msgstr "Näita seoseskeemi" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Vali ekspordi seose tüüp" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Näita ruudustikku" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Näita värvi" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Näita tabelite mõõdet" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Näita kõiki tabeleid ühelaiusena" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Andmesõnastik" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Näita ainult võtmeid" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Horisontaalne" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Vertikaalne" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Paigutus" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Paberi suurus" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9214,12 +9262,12 @@ msgstr "" "Antud lehel on viiteid tabelitele, mida enam ei ole. Kas soovid need viited " "kustutada?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Ava/sulge märkmetahvel" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Tundmatu keel: %1$s." @@ -9228,6 +9276,75 @@ msgstr "Tundmatu keel: %1$s." msgid "Current Server:" msgstr "Praegune server:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Vali binaarne logi, mida soovid vaadata" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Logi nimi" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Asukoht" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Algne asukoht" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informatsioon" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Lühenda näidatavaid päringuid" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Näita täispikkasid päringuid" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Märgitabelid ja kodeeringud" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moodulid" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Esimene" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plugin" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Moodul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Teek" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versioon" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Litsents" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "keelatud" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Õigused puuduvad." @@ -10023,10 +10140,6 @@ msgstr "Lisa SPATIAL indeks" msgid "Add FULLTEXT index" msgstr "Lisa FULLTEXT indeks" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informatsioon" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Ruumi kasutus" @@ -10035,7 +10148,7 @@ msgstr "Ruumi kasutus" msgid "Effective" msgstr "Efektiivne" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "%1$s tabel on edukalt muudetud" @@ -10459,34 +10572,6 @@ msgstr "%s tabelit ei leitud või puudub kohas %s" msgid "File doesn't exist" msgstr "Faili pole olemas" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Vali binaarne logi, mida soovid vaadata" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Lühenda näidatavaid päringuid" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Näita täispikkasid päringuid" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Logi nimi" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Asukoht" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Algne asukoht" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Märgitabelid ja kodeeringud" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10523,7 +10608,7 @@ msgstr "" msgid "No databases" msgstr "Andmebaasid puuduvad" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Varundusmootorid" @@ -10531,42 +10616,6 @@ msgstr "Varundusmootorid" msgid "View dump (schema) of databases" msgstr "Vaata andmebaaside tõmmist (skeemi)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moodulid" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Esimene" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plugin" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Moodul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Teek" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versioon" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Litsents" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "keelatud" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11835,9 +11884,10 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Palun loo phpMyAdmini juurkataloogi veebiserveri jaoks kirjutatav [em]config" -"[/em] kaust, nagu on kirjeldatud [doc@setup_script]dokumentatsioonis[/doc]. " -"Muul juhul saad seda ainult alla laadida või vaadata." +"Palun loo phpMyAdmini juurkataloogi veebiserveri jaoks kirjutatav " +"[em]config[/em] kaust, nagu on kirjeldatud " +"[doc@setup_script]dokumentatsioonis[/doc]. Muul juhul saad seda ainult alla " +"laadida või vaadata." #: setup/frames/index.inc.php:60 msgid "" @@ -11853,8 +11903,8 @@ msgid "" "If your server is also configured to accept HTTPS requests follow [a@%s]this " "link[/a] to use a secure connection." msgstr "" -"Kui sinu server on seadistatud nõustuma ka HTTPS taotlustega, siis ava [a@%s]" -"see link[/a], et teada saada, kuidas kasutada turvalist ühendust." +"Kui sinu server on seadistatud nõustuma ka HTTPS taotlustega, siis ava [a@" +"%s]see link[/a], et teada saada, kuidas kasutada turvalist ühendust." #: setup/frames/index.inc.php:68 msgid "Insecure connection" @@ -12097,8 +12147,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Sa valisid [kbd]config[/kbd] autentimise tüübi ja kaasasid automaatsele " "sisselogimisele kasutajanime ja parooli, mis ei ole soovitatav valik " @@ -12164,9 +12214,6 @@ msgstr "Valideeritud SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12535,23 +12582,23 @@ msgstr "Jälgi nende andmete töötluse käske:" msgid "Create version" msgstr "Loo versioon" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Välimus" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Hangi rohkem välimusi!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Saadavalolevad MIME-tüübid" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Saadavalolevad transformatsioonid" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Kirjeldus" @@ -12568,7 +12615,7 @@ msgstr "Profiil on uuendatud." msgid "VIEW name" msgstr "VIEW nimi" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Muuda vaate nimeks" @@ -14124,9 +14171,9 @@ msgstr "concurrent_insert väärtuseks on määratud 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Kui valida selleks [kbd]nested[/kbd], siis tabeli nime aliast kasutatakse " #~ "sõltuvalt $cfg['LeftFrameTableSeparator'] direktiivist ainult tabelite " @@ -14818,9 +14865,9 @@ msgstr "concurrent_insert väärtuseks on määratud 0" #~ "Enclose table and field names with backquotes (Protects field and " #~ "table names formed with special characters or keywords)" #~ msgstr "" -#~ "Aseta tabeli ja väljade nimed alumise ja ülemise jutumärgi vahele " -#~ "(Kaitseb välja ja tabeli nimesid eriliste sümbolitega või võtmesõnadega " -#~ "vormimise eest)" +#~ "Aseta tabeli ja väljade nimed alumise ja ülemise jutumärgi vahele " +#~ "(Kaitseb välja ja tabeli nimesid eriliste sümbolitega või " +#~ "võtmesõnadega vormimise eest)" #~ msgid "Create a new index" #~ msgstr "Loo uus indeks" diff --git a/po/eu.po b/po/eu.po index 6c094fddbd..8315c4ad13 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-25 15:47+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Basque %s:" msgstr "SQL-kontsulta %s datu-basean:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Kontsulta bidali" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2590,8 +2590,8 @@ msgstr[0] "%s emaitza %s taulan" msgstr[1] "%s emaitzak %s taulan" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Arakatu" @@ -2645,32 +2645,34 @@ msgstr "" msgid "Restore column order" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Hasi" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Aurrekoa" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Hurrengoa" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2804,7 +2806,7 @@ msgid "The row has been deleted" msgstr "Errenkada ezabatua izan da" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Hil" @@ -2862,8 +2864,8 @@ msgstr "Guztiak egiaztatu" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2964,7 +2966,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2997,12 +2999,13 @@ msgid "Cardinality" msgstr "Kardinalitatea" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Ordenamendua" @@ -3030,7 +3033,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Zerbitzaria" @@ -3041,9 +3044,9 @@ msgid "View" msgstr "Ikusipegia" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3054,32 +3057,32 @@ msgid "Structure" msgstr "Egitura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Bilatu" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Txertatu" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Eragiketak" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3120,54 +3123,55 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Datu-baseak" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Erabiltzailea" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Binarioa " -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Ihardetsi" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Aldagaiak" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Karaktere-multzoa" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Errorea" @@ -3261,7 +3265,8 @@ msgstr "Taulak" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Eremuak" @@ -3828,131 +3833,131 @@ msgstr "SQL kontsulta" msgid "MySQL said: " msgstr "MySQL-ek zera dio: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL-a azaldu" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL-ren azalpena saltatu" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP Koderik gabe" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP kodea sortu" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL-ren balidapena saltatu" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL balidatu" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Iga" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y-%m-%d, %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s egun, %s ordu, %s minutu eta %s segundu" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" datu-basera joan." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Igoerentzat ezarri duzun direktorioa ez dago eskuragarri" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Hutsik" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Inprimatu" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Sortzea" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Azken eguneraketa" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Azken egiaztapena" @@ -3961,9 +3966,9 @@ msgstr "Azken egiaztapena" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4113,8 +4118,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Ezgaituta" @@ -4281,8 +4286,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reset egin" @@ -4350,8 +4359,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4546,8 +4555,8 @@ msgstr "Trinkotzea" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4802,8 +4811,8 @@ msgstr "" msgid "Customize default options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4921,8 +4930,9 @@ msgstr "Orri zenbakia:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5691,8 +5701,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5834,385 +5844,395 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Bilatu" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Datu-basea" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Taula aztertu" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Taula konpondu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Zerbitzariaren hautaketa" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Zutabearen iruzkinak erakusten" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Sententziak" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Zerbitzariaren bertsioa" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP informazioa erakutsi" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Taulak erakutsi" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sareta erakutsi" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Kontsulta osoak erakutsi" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL kontsulta" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Errenkadaren estatistikak" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6220,81 +6240,81 @@ msgstr "" msgid "Password" msgstr "Pasahitza" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Erabiltzaile-izena:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Lehenetsia" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6302,45 +6322,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6348,7 +6368,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6356,61 +6376,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6418,32 +6454,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentazioa" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Datu-basea esportatzeko aukerak" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel datuentzako CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7287,8 +7323,8 @@ msgstr "Indize bat sortu  %s  zutabetan" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binarioa" @@ -7419,193 +7455,193 @@ msgstr "Benetan nahi al duzu " msgid "No change" msgstr "Aldaketarik ez" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karaktere-jokoa" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgariera" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Txinera erraztua" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Txinera tradizionala" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Maiuskulak ez ditu bereizten" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Maiuskulak bereizten ditu" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croaziera" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Txekiera" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danesa" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Ingelesa" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoniera" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemaniera" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "hiztegia" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "Telefono-agenda" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hungariera" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japoniera" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lithuaniera" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreera" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Mendebaldeko europearra" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 #, fuzzy msgid "Romanian" msgstr "Armeniera" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 #, fuzzy msgid "Spanish" msgstr "Danesa" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 #, fuzzy msgid "Traditional Spanish" msgstr "Txinera tradizionala" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Suediera" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thailandiarra" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkiera" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraniera" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "eleanitza" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Erdialdeko europearra" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Errusiera" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltikera" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeniera" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Zirilikoa" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabiera" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreera" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 #, fuzzy msgid "Georgian" msgstr "Alemaniera" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grekiera" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ezezaguna" @@ -7812,7 +7848,7 @@ msgstr "Taula berrizendatu izen honetara" msgid "Table comments" msgstr "Taularen iruzkinak" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7983,20 +8019,28 @@ msgstr "Erabiltzaile-izena:" msgid "Server Choice:" msgstr "Zerbitzariaren hautaketa" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Ezinezkoa MySql zerbitzarian saioa hastea" @@ -8072,7 +8116,7 @@ msgstr "NULL ordezkatu honen ordez:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8497,6 +8541,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentazioa" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8684,94 +8734,94 @@ msgstr "" "\"http://domain.com/\" moduko aurrizki bat da , bigarren aukera estekaren " "izenburua da." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Okerra" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Zuzena" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Gaituta" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Erlazioen ezaaugarri orokorrak" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Eginbideak erakutsi" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-en sorrera" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Zutabearen iruzkinak erakusten" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Nabigatzailearen eraldaketa" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola " "eguneratzeko" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Kontsulta gogokoetan gordea" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-historia" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Deskribapenik ez" @@ -8825,7 +8875,7 @@ msgstr "" msgid "Variable" msgstr "Aldagaia" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Zerbitzaria" @@ -8962,7 +9012,7 @@ msgstr "" msgid "Event name" msgstr "Esportazio mota" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Esportazio mota" @@ -9343,39 +9393,36 @@ msgstr "Ez da taularik aurkitu datu-basean." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "\"%s\" taula ez da existitzen!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Mesedez, %s taularentzako koordinatuak konfiguratu" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" datu-basearen eskema- Orria %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9449,53 +9496,53 @@ msgstr "Zutabe izenak" msgid "Display relational schema" msgstr "Erlazio-eskema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Sareta erakutsi" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Kolorea erakutsi" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Taulen dimentsioak erakutsi" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Zabalera berdina duten taula guztiak erakutsi?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Datu-hiztegia" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Bertikal" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Sortzea" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Paperaren tamaina" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9503,12 +9550,12 @@ msgstr "" "Orri honek existitzen ez diren taulekiko erreferentziak dauzka. " "Erreferentziok ezabatu nahi al dituzu?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Aldatu \"scratchboard\"-a" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9519,6 +9566,79 @@ msgstr "" msgid "Current Server:" msgstr "Zerbitzaria" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +msgid "Information" +msgstr "Saioa hasteko informazioa" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Erakutsitako kontultak moztu" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Kontsulta osoak erakutsi" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karaktere-multzoak eta ordenamenduak" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Hasi" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "PHP Bertsioa" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Ezgaituta" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Pribilegiorik ez." @@ -10373,11 +10493,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -msgid "Information" -msgstr "Saioa hasteko informazioa" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Erabilitako lekua" @@ -10386,7 +10501,7 @@ msgstr "Erabilitako lekua" msgid "Effective" msgstr "Eraginkorra" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira." @@ -10862,34 +10977,6 @@ msgstr "%s taula ez da aurkitu edo ez da definitu hemen: %s" msgid "File doesn't exist" msgstr "\"%s\" taula ez da existitzen!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Erakutsitako kontultak moztu" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Kontsulta osoak erakutsi" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karaktere-multzoak eta ordenamenduak" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10927,7 +11014,7 @@ msgstr "" msgid "No databases" msgstr "Datu-baserik ez" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10935,45 +11022,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Ikusi datu-baseen iraulketa (eskema)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Hasi" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "PHP Bertsioa" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Ezgaituta" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12350,8 +12398,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12826,23 +12874,23 @@ msgstr "" msgid "Create version" msgstr "Zerbitzariaren bertsioa" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIME-mota erabilgarriak" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Eraldaketa erabilgarriak" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12861,7 +12909,7 @@ msgstr "Profila eguneratua izan da." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Taula berrizendatu izen honetara: " diff --git a/po/fa.po b/po/fa.po index b32da79be3..28d2bc9636 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 15:03+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Persian %s:" msgstr "پرس و جوي SQL از پايگاه داده %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "ثبت کوئری" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2467,8 +2467,8 @@ msgstr[0] "%1$s همتا در %2$s" msgstr[1] "%1$s همتا در %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "فهرست" @@ -2522,26 +2522,28 @@ msgstr "" msgid "Restore column order" msgstr "اضافه يا حذف ستونها" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "قبلی" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "بعدی" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "انتها" @@ -2667,7 +2669,7 @@ msgid "The row has been deleted" msgstr "سطر حذف گرديد" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "از کار انداختن" @@ -2725,8 +2727,8 @@ msgstr "انتخاب همه" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2827,7 +2829,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2858,12 +2860,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "مقایسه" @@ -2890,7 +2893,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "سرور" @@ -2901,9 +2904,9 @@ msgid "View" msgstr "نمایه" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2914,32 +2917,32 @@ msgid "Structure" msgstr "ساختار" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "جستجو" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "درج" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "عمليات" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2980,55 +2983,56 @@ msgstr "" msgid "Events" msgstr "رویدادها" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "طرّاح" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "پايگاههاي داده" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "كاربر" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "دودويي" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "تکرار" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 #, fuzzy msgid "Variables" msgstr "متغییر" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "موتور" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "خطا" @@ -3118,7 +3122,8 @@ msgstr "جدولها" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "فایل ها" @@ -3690,132 +3695,132 @@ msgstr "پرس و جوي SQL" msgid "MySQL said: " msgstr "پيغام MySQL : " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "خطا در اتصال به اعتبارسنج SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "شرح دادن SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "رد شدن از توضیحات SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "بدون كد PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "ساخت كد PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "بارگیری مجدد" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "رد شدن از اعتبار سنجی SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "معتبرسازي SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "ویرایش در خط کوئری" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "در خط" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "استفاده از پروفایل" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "يكشنبه" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y ساعت %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s روز ، %s ساعت ، %s دقیقه و %s ثانیه" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "پارامتر یافت نشد:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "پرش به پایگاه داده "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "قابلیت %s به خاطر یک باگ شناخته شده تحت تاثیر قرار گرفته ایست، برای اطلاعات " "بیشتر به %s مراجعه کنید" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "برای انتخاب کلیک کنبد" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "رایانه خود را مشاهده نمایید:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "انتخاب از مسیر آپلود در سرور %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "پوشه‌اي را كه براي انتقال فايل انتخاب كرده‌ايد قابل دسترسي نيست" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "فایلی برای آپلود موجود نیست" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "خالي" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "اجرا" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "چاپ" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "ایجاد" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "آخرین به روز رسانی" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "آخرین بازدید" @@ -3824,9 +3829,9 @@ msgstr "آخرین بازدید" msgid "shared" msgstr "به اشتراک گذاشته شده" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3970,8 +3975,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "غيرفعال" @@ -4127,8 +4132,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "پاک سازی" @@ -4195,8 +4204,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4381,8 +4390,8 @@ msgstr "فشرده‌سازي" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4616,8 +4625,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4729,8 +4738,9 @@ msgstr "عنوان صفحه" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5479,8 +5489,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5617,213 +5627,223 @@ msgid "Connect without password" msgstr "اتصال بدون رمز عبور" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "جستجو" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "نام پايگاه داده" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "پورت سرور" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "جدول هایی که به تازگی استفاده شده" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "ارتباط جدول" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" -msgstr "" +msgid "Relation table" +msgstr "ارتباط جدول" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "نمایش جدول ستون ها" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "جملاتی که باید ردگیری شوند" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "به صورت خودکار نسخه ایجاد شود" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5831,154 +5851,154 @@ msgstr "" "توضیحات کاربر پسند از این سرور . این فیلد را خالی بگذارید تا نام میزبان به " "جای آن قرار بگیرد ." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "اجازه دهید همه ردیف ها نمایش داده شوند" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "نمايش اطلاعات PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "آمار پايگاههاي داده" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "نمايش جدولها" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "پرس و جوي SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "آمار سطرها" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5986,76 +6006,76 @@ msgstr "" msgid "Password" msgstr "اسم رمز" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "نام كاربر" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "اضافه يا حذف ستونها" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "پيش‌فرض" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6063,45 +6083,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6109,7 +6129,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6117,61 +6137,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6179,32 +6215,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "مستندات باز" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "آمار پايگاههاي داده" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV براي داده‌هاي MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7027,8 +7063,8 @@ msgstr "ساخت يك فهرست در %s ستون" msgid "Hide" msgstr "پنهان کردن" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "دودويي" @@ -7157,192 +7193,192 @@ msgstr "آيا مطمئن هستيد " msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "بلغاری" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "دانمارکی" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "انگلیسی" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "آلمانی" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "لغت نامه" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 #, fuzzy msgid "Hungarian" msgstr "بلغاری" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "ژاپنی" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "کره‌ای" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "فارسي" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "لهستانی" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "اروپای غربی" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 #, fuzzy msgid "Romanian" msgstr "ارمنی" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "اسپانیایی" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "ترکی" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "اوکراینی" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 #, fuzzy msgid "Central European" msgstr "اروپای غربی" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "ارمنی" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "عربی" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "گرجی" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "یونانی" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ناشناس" @@ -7566,7 +7602,7 @@ msgstr "بازناميدن جدول به" msgid "Table comments" msgstr "توضيحات جدول" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7736,21 +7772,29 @@ msgstr "نام كاربر:" msgid "Server Choice:" msgstr "انتخاب سرور" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "ورود بدون رمز عبور ممنوع می باشد(به قسمت AllowNoPassword مراجعه نمایید )" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "در %s گذشته هیچ فعالیتی نداشته اید؛ لطفا دوباره وارد شوید" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "ورود به MySQL server ناموفق بود" @@ -7824,7 +7868,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8238,6 +8282,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "مستندات باز" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8374,92 +8424,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "خراب" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "تاييد" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "فعال" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "نمايش خصوصيات" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "ساخت PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "نمايش توضيحات ستون" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "no Description" @@ -8513,7 +8563,7 @@ msgstr "" msgid "Variable" msgstr "متغییر" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "سرور" @@ -8651,7 +8701,7 @@ msgstr "" msgid "Event name" msgstr "نام كاربر" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9013,38 +9063,35 @@ msgstr "در پايگاه داده هيچ جدولي یافت نشد." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "جدول \"%s\" وجود ندارد!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "لطفا مختصات جدول %s را تنظيم كنيد" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9118,63 +9165,63 @@ msgstr "نام ستونها" msgid "Display relational schema" msgstr "نمايش الگوي PDF" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "نمایش جدول" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "نمايش رنگ" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "نمايش ابعاد جدولها" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "نمايش همه جدولها با عرض يكسان" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "دیکشنری داده‌ها" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "تصوير" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy msgid "Orientation" msgstr "ساختن" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "زبانِ ناشناس : %1$s." @@ -9185,6 +9232,75 @@ msgstr "زبانِ ناشناس : %1$s." msgid "Current Server:" msgstr "سرور" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "سابقه بانری را برای مشاهده انتخاب کنید" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "نام سابقه" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "موقعیت" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "موقعیت اصلی" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "اطلاعات" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "پاک کردن کوئری های نمایش داده شده" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "نمایش کامل کوئری" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "ماژول ها" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "شروع" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "افزونه" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "ماژول" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "کتابخانه" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "نسخه" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "نویسنده" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "اعتبار" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "غيرفعال" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 #, fuzzy msgid "No privileges." @@ -9993,10 +10109,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "اطلاعات" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "فضاي استفاده‌شده" @@ -10005,7 +10117,7 @@ msgstr "فضاي استفاده‌شده" msgid "Effective" msgstr "موثر" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10041,9 +10153,10 @@ msgid "" "example '\\\\xyz' or 'a\\'b')." msgstr "" "اگر نوع ستون \"enum\" يا \"set\" مي‌باشد ، لطفا براي ورود مقادير از اين قالب " -"استفاده نماييد : 'a','b','c'…
اگر احتياج داشتيد كه از علامت مميز برعكس" -"(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده نماييد ، " -"قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' يا 'a\\'b')" +"استفاده نماييد : 'a','b','c'…
اگر احتياج داشتيد كه از علامت مميز " +"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده " +"نماييد ، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' " +"يا 'a\\'b')" #: libraries/tbl_columns_definition_form.inc.php:110 msgid "" @@ -10077,9 +10190,10 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "اگر نوع ستون \"enum\" يا \"set\" مي‌باشد ، لطفا براي ورود مقادير از اين قالب " -"استفاده نماييد : 'a','b','c'…
اگر احتياج داشتيد كه از علامت مميز برعكس" -"(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده نماييد ، " -"قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' يا 'a\\'b')" +"استفاده نماييد : 'a','b','c'…
اگر احتياج داشتيد كه از علامت مميز " +"برعكس(بك‌اسلش) (\" \\ \") يا نقل‌قول تكي (\" ' \") در آن مقادير استفاده " +"نماييد ، قبل از آنها علامت (\" \\ \") را بگذاريد
(براي مثال'\\\\xyz' " +"يا 'a\\'b')" #: libraries/tbl_columns_definition_form.inc.php:412 msgid "ENUM or SET data too long?" @@ -10456,34 +10570,6 @@ msgstr "جدول %s وجود ندارد و يا در %s تنظيم نشد msgid "File doesn't exist" msgstr "فایل وجود ندارد" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "سابقه بانری را برای مشاهده انتخاب کنید" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "پاک کردن کوئری های نمایش داده شده" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "نمایش کامل کوئری" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "نام سابقه" - -#: server_binlog.php:187 -msgid "Position" -msgstr "موقعیت" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "موقعیت اصلی" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10520,7 +10606,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "موتور ذخیره سازی" @@ -10528,42 +10614,6 @@ msgstr "موتور ذخیره سازی" msgid "View dump (schema) of databases" msgstr "نمايش الگوي(طرح) پايگاه داده" -#: server_plugins.php:66 -msgid "Modules" -msgstr "ماژول ها" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "شروع" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "افزونه" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "ماژول" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "کتابخانه" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "نسخه" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "نویسنده" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "اعتبار" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "غيرفعال" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11932,8 +11982,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12411,23 +12461,23 @@ msgstr "" msgid "Create version" msgstr "نسخه سرور" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "تم" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12446,7 +12496,7 @@ msgstr "تنظيمات به هنگام گرديد." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "بازناميدن جدول به" diff --git a/po/fi.po b/po/fi.po index c8ff3d7b6b..da5a4bd336 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-12 22:13+0200\n" "Last-Translator: Lassi Ruonavaara \n" "Language-Team: Finnish %s:" msgstr "Suorita SQL-kysely tietokannassa %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Suorita kysely" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2448,15 +2448,15 @@ msgstr "" "Palvelin ei vastaa (tai paikallisen palvelimen pistokke ei ole määritelty " "oikein)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Palvelin ei vastaa." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Lisätiedot…" @@ -2498,8 +2498,8 @@ msgstr[0] "%1$s hakutulosta taulussa %2$s" msgstr[1] "%1$s hakutulosta taulussa %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Selaa" @@ -2551,26 +2551,28 @@ msgstr "Tallenna muokatut tiedot" msgid "Restore column order" msgstr "Palauta sarakkeiden järjestys" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Aloitus" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Edellinen sivu" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Seuraava sivu" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Viimeinen sivu" @@ -2691,7 +2693,7 @@ msgid "The row has been deleted" msgstr "Rivi on poistettu" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Lopeta" @@ -2749,8 +2751,8 @@ msgstr "Valitse kaikki" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2852,7 +2854,7 @@ msgstr "Avaa uusi phpMyAdmin-ikkuna" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javaskripti on oltava päällä tämän jälkeen" @@ -2883,12 +2885,13 @@ msgid "Cardinality" msgstr "Kardinaliteetti" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Aakkosjärjestys" @@ -2917,7 +2920,7 @@ msgstr "" "poistaa." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Palvelin" @@ -2928,9 +2931,9 @@ msgid "View" msgstr "Näkymä" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2941,32 +2944,32 @@ msgid "Structure" msgstr "Rakenne" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Etsi" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Lisää rivi" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Toiminnot" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Seuranta" @@ -3007,51 +3010,52 @@ msgstr "Rutiinit" msgid "Events" msgstr "Tapahtumat" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Suunnittelija" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Tietokannat" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Käyttäjät" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binääriloki" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Kahdennus" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Muuttujat" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Merkistöt" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Liitännäiset" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Moottorit" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Virhe" @@ -3140,7 +3144,8 @@ msgstr "Taulut" msgid "Transaction coordinator" msgstr "Transaktion koordinaattori" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Tiedostot" @@ -3717,130 +3722,130 @@ msgstr "SQL-kysely" msgid "MySQL said: " msgstr "MySQL ilmoittaa: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL-tarkistimeen yhdistäminen epäonnistui!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Selitä SQL-kysely" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Älä selitä SQL-kyselyä" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Ilman PHP-koodia" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Luo PHP-koodi" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Päivitä" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Älä tarkista SQL-kyselyä" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Tarkista SQL-lause" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Tämän kyselyn muokkaus" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Muokkaus" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilointi" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Su" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d.%m.%Y klo %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s päivää, %s tuntia, %s minuuttia ja %s sekuntia" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Puuttuva parametri:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Siirry tietokantaan "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Toimintoon %s vaikuttaa tunnettu vika, katso %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Vaihda painamalla" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Selaa tietokonettasi:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Valitse verkkopalvelimen lähetyskansiosta %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Tiedostojen lähetykseen valittua hakemistoa ei voida käyttää" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Lähetettäviä tiedostoja ei ole" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Tyhjennä" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Suorita" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Tulosta" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Luotu" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Viimeksi päivitetty" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Viimeksi tarkistettu" @@ -3849,9 +3854,9 @@ msgstr "Viimeksi tarkistettu" msgid "shared" msgstr "jaettu" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3996,8 +4001,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Pois päältä" @@ -4153,8 +4158,12 @@ msgstr "Palauta oletusarvo" msgid "Allow users to customize this value" msgstr "Anna käyttäjien mukauttaa tätä arvoa" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Palauta" @@ -4205,8 +4214,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" -"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/Bzip2]" -"bzip2[/a]-pakkausta" +"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" +"Bzip2]bzip2[/a]-pakkausta" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4219,8 +4228,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Määrittää minkä tyyppistä muokkaustoimintoa tulisi käyttää CHAR- ja VARCHAR-" -"kentissä; [kbd]input[/kbd] - sallii syötön pituuden rajoittamisen, [kbd]" -"textarea[/kbd] - sallii kentissä uudet rivit" +"kentissä; [kbd]input[/kbd] - sallii syötön pituuden rajoittamisen, " +"[kbd]textarea[/kbd] - sallii kentissä uudet rivit" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4228,8 +4237,8 @@ msgstr "CHAR-sarakkeiden muokkaus" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4425,8 +4434,8 @@ msgstr "Pakkaus" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4664,8 +4673,8 @@ msgstr "Mukauta selaustilaa" msgid "Customize default options" msgstr "Mukauta oletusvalintoja" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4781,8 +4790,9 @@ msgstr "Sivun otsikot" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -4967,8 +4977,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations" msgstr "" -"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/Gzip]gzip" -"[/a]-pakkausta" +"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" +"Gzip]gzip[/a]-pakkausta" #: libraries/config/messages.inc.php:235 msgid "GZip" @@ -5580,8 +5590,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"kirjanmerkki[/a]tukea; oletusarvo: [kbd]pma_bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5590,11 +5600,11 @@ msgstr "Kirjanmerkkitaulu" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Jätä tyhjäksi, jos et halua sarakkeiden kommentteja ja mime-tyyppejä; " "oletusarvo: [kbd]pma_column_info[/kbd]" @@ -5630,8 +5640,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet; " -"lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/controluser]wikissä" -"[/a]" +"lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wikissä[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5669,8 +5679,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua Suunnittelija-taulua; oletusarvo: [kbd]" -"pma_designer_coords[/kbd]" +"Jätä tyhjäksi, jos et halua Suunnittelija-taulua; oletusarvo: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5709,14 +5719,14 @@ msgstr "Piilota tietokannat" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: [kbd]" -"pma_history[/kbd]" +"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: " +"[kbd]pma_history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5753,6 +5763,16 @@ msgid "Connect without password" msgstr "Yhdistä ilman salasanaa" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Taulu haku" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "n use MySQL wildcard characters (% and _), escape them if you want use ir " @@ -5766,33 +5786,33 @@ msgstr "" "koodinvaihtomerkin, mikäli haluat käyttää niiden todellista ilmentymää; " "käytä esimerkiksi 'oma\\_db' eikä 'oma_db'." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Näytä vain luetteloidut tietokannat" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Jätä tyhjäksi, jot et käytä config-todennusta" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Config-todennuksen salasana" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]" -"pma_pdf_pages[/kbd]" +"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-kaavio: sivujen taulu" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5802,20 +5822,20 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "tietokannan nimi" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Palvelinportti" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -5824,72 +5844,72 @@ msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: [kbd]" -"pma_recent[/kbd]" +"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: " +"[kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Viimeisimmäksi käytetty taulu" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/relation]" -"relaatiolinkki[/a]tukea; oletusarvo: [kbd]pma_relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relaatiotaulu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Mahdollisten tietokantojen noutoon käytettävä SQL-käsky" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES -käsky" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/" "a] esimerkit" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon-istunnon nimi" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon-kirjautumisen verkko-osoite" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Palvelinpistoke, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä " "tyhjäksi" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Palvelinpistoke" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Yhdistä MySQL-palvelimeen käyttäen SSL-yhteyttä" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Käytä SSL-yhteyttä" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5898,18 +5918,18 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea; oletusarvo: [kbd]" -"pma_table_coords[/kbd]" +"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea; oletusarvo: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-kaavio: taulun koordinaatit" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" -#| "to describe the display fields, leave blank for no support; gested: d]" -#| "pma_table_info[/kbd]" +#| "to describe the display fields, leave blank for no support; gested: " +#| "d]pma_table_info[/kbd]" msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5917,11 +5937,11 @@ msgstr "" "Taulu kuvaa näyttökentät, jätä tyhjäksi, jos et halua tukea; oletusarvo: " "[kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Näyttökenttien taulu" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -5929,97 +5949,97 @@ msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: [kbd]" -"pma_table_uiprefs[/kbd]" +"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: " +"[kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Käyttöliittymän ominaisuuksien taulu" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Jäljitettävä lauseke" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: [kbd]" -"pma_history[/kbd]" +"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: " +"[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL-kyselyhistorian taulu" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automaattisesti luodut versiot" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: [kbd]" -"pma_history[/kbd]" +"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea; oletusarvo: " +"[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Config-todennuksen käyttäjä" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6027,19 +6047,19 @@ 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Tämän palvelimen yksityiskohtainen nimi" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Salli kaikkien rivien näyttäminen" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6049,79 +6069,79 @@ msgstr "" "todennusta käytettäessä, koska salasana lukee suoraan asetustiedostossa; " "tämä ei estä saman komennon suorittamista suoraan." -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Näytä salasananvaihtolomake" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Näytä tietokannanluontilomake" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Näytä luonnin aikaleima" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Näytä viimeisin tarkastus aikaleima" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Databases display options" msgid "Show display direction" msgstr "Tietokantojen näyttöasetukset" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Näytä kenttätyypit" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Näytä funktiokentät muokkaus- ja liäsystilassa" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Näytä funktiokentät" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Näytä vihje" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6129,59 +6149,59 @@ msgstr "" "Näyät linkki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]-" "käskyn tulosteeseen" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Näytä phpinfo()-linkki" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Näytä MySQL-palvelimen tarkat tiedot" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Näytä SQL-kyselyt" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Säilytä SQL-kyselylaatikko" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Näytä tilastot" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Näytä taulun kommentit työkaluvihjeissä" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Merkitse käytetyt taulut ja mahdollista lukittuja tauluja sisältävien " "tietokantojen näyttäminen" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Ohita lukitut taulut" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6189,76 +6209,76 @@ msgstr "" msgid "Password" msgstr "Salasana" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Käyttäjänimi" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Tekstikenttä kentät" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Tekstikenttä rivit" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Oletusotsikko" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6270,47 +6290,47 @@ 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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Lähetyshakemisto" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Antaa hakea koko tietokannasta" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Käytä tietokantahakua" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Tarkista uusin versio" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6318,7 +6338,7 @@ msgstr "" msgid "Version check" msgstr "Version tarkistus" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6326,69 +6346,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Version tarkistus" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Version tarkistus" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Version tarkistus" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a]-pakkausta" +"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a]-pakkausta" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Määritä tunnistautuminen" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Eväste tunnistautuminen" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP tunnistautuminen" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Sisäänkirjatumistunnitautuminen" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV käyttäen LOAD DATA -kyselyä" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6396,32 +6432,32 @@ msgstr "CSV käyttäen LOAD DATA -kyselyä" msgid "OpenDocument Spreadsheet" msgstr "Open Document -laskentataulukko" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Muokattu" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Tietokannan tulostusvalinnat" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excelin CSV-muoto" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7296,8 +7332,8 @@ msgstr "Luo  %s:n sarakkeen indeksi" msgid "Hide" msgstr "Kätke" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binääritietoa" @@ -7434,189 +7470,189 @@ msgstr "Haluatko varmasti " msgid "No change" msgstr "Ei muutoksia" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Merkistökoodaus" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarialainen" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Yksinkertaistettu kiina" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Perinteinen kiina" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "kirjainkoolla ei väliä" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "tarkka kirjainkoko" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroaatti" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tsekkiläinen" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Tanskalainen" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Englantilainen" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Virolainen" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Saksalainen" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "sanasto" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "puhelinluettelo" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Unkarilainen" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islantilainen" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanilainen" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvialainen" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Liettualainen" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korealainen" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persialainen" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Puolalainen" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Länsieurooppalainen" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romanialainen" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakialainen" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenialainen" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Espanjalainen" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Perinteinen espanja" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Ruotsalainen" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkkilainen" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainalainen" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "monikielinen" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Keskieurooppalainen" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Venäläinen" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltilainen" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenialainen" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kyrillinen" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabialainen" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrealainen" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgialainen" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Kreikkalainen" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tsekkoslovakialainen" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "tuntematon" @@ -7819,7 +7855,7 @@ msgstr "Nimeä taulu uudelleen" msgid "Table comments" msgstr "Taulun kommentit" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Tallennusmoottori" @@ -7991,7 +8027,15 @@ msgstr "Käyttäjätunnus:" msgid "Server Choice:" msgstr "Valitse palvelin" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7999,7 +8043,7 @@ msgstr "" "Kirjautuminen ilman salasanaa on kielletty asetuksissa (katso " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8007,8 +8051,8 @@ msgstr "" "Yhteys on ollut toimettomana %s sekuntia tai kauemmin. Kirjaudu sisään " "uudestaan." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL-palvelimelle ei voitu kirjautua" @@ -8078,7 +8122,7 @@ msgstr "Korvaa NULL-merkki:" msgid "Remove carriage return/line feed characters within columns" msgstr "Poista sarakkeista CR/LF-merkit" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel-muotoilu:" @@ -8489,6 +8533,12 @@ msgstr "" "Määritetty XML-tiedosto on joko epämuotoinen tai vaillinainen. Korjaa " "ongelma ja yritä uudestaan." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document -laskentataulukko" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8628,8 +8678,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8712,94 +8762,94 @@ msgstr "" "etuliite, eli esimerkiksi \"http://osoite.com/\", toinen valinta on linkin " "otsikko." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Ei kunnossa" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Päällä" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Yleiset relaatio-ominaisuudet" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Ulkoasun asetukset" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-tiedostojen luonti" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Sarakkeiden kommentit näkyvissä" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Selaimen muunnos (transformation)" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Lue ohjeista, kuinka column_comments-taulut päivitetään." -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Tallennettu SQL-kysely" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-historia" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Jatkuvat yhteydet" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ei kuvausta" @@ -8856,7 +8906,7 @@ msgstr "Alipalvelimen tila" msgid "Variable" msgstr "Muuttuja" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Palvelimen tunnus" @@ -9002,7 +9052,7 @@ msgstr "Lisätiedot…" msgid "Event name" msgstr "Tapahtuman tyyppi" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tapahtuman tyyppi" @@ -9410,41 +9460,38 @@ msgstr "Tietokannassa ei ole tauluja." msgid "There are no events to display." msgstr "Lähetettäviä tiedostoja ei ole" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Taulua \"%s\" ei ole!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Määrittele koordinaatit taululle %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Tietokannan \"%s\" kaavio - Sivu %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "Tiedosto %s ei sisällä avaintunnusta" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9516,51 +9563,51 @@ msgstr "Sarakkeiden nimet" msgid "Display relational schema" msgstr "Relaatioskeema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Näytä ruudukko" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Näytä värit" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Näytä taulujen ulottuvuus" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Näytä kaikki taulut samanlevyisinä" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Tietosanasto" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Näytä vain avaimet" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Vaakatasossa" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Pystytasossa" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Suunta" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Paperin koko" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9568,12 +9615,12 @@ msgstr "" "Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. " "Haluatko poistaa nuo viittaukset?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Näytä/kätke luonnospöytä" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Tuntematon kieli: %1$s." @@ -9584,6 +9631,77 @@ msgstr "Tuntematon kieli: %1$s." msgid "Current Server:" msgstr "Nykyinen palvelin" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Valitse näytettävä binääriloki" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Lokin nimi" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Sijainti" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Alkuperäinen sijainti" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Tiedot" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Lyhennä näytettävät kyselyt" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Näytä kyselyt kokonaisuudessaan" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Merkistökoodaukset ja aakkosjärjestykset" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Alkuun" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versio" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Lisenssi" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Pois päältä" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Ei käyttöoikeuksia." @@ -10436,10 +10554,6 @@ msgstr "Käytä indeksiä/indeksejä" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Tiedot" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Levytilan käyttö" @@ -10448,7 +10562,7 @@ msgstr "Levytilan käyttö" msgid "Effective" msgstr "Pätevä" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Taulun %1$s muuttaminen onnistui." @@ -10932,34 +11046,6 @@ msgstr "Taulua %s ei löytynyt tai sitä ei ole määritelty tiedostossa msgid "File doesn't exist" msgstr "Taulua \"%s\" ei ole!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Valitse näytettävä binääriloki" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Lyhennä näytettävät kyselyt" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Näytä kyselyt kokonaisuudessaan" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Lokin nimi" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Sijainti" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Alkuperäinen sijainti" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Merkistökoodaukset ja aakkosjärjestykset" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10997,7 +11083,7 @@ msgstr "" msgid "No databases" msgstr "Ei tietokantoja" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Tallennusmoottorit" @@ -11005,44 +11091,6 @@ msgstr "Tallennusmoottorit" msgid "View dump (schema) of databases" msgstr "Näytä tietokannoista vedos (skeema)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Alkuun" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versio" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Lisenssi" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Pois päältä" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12647,11 +12695,11 @@ msgid "" msgstr "" "Jos näet tarpeelliseksi, käytä suojauksen lisäasetuksia eli [a@?" "page=servers&mode=edit&id=%1$d#tab_Server_config]palvelimen " -"todennusasetuksia[/a] ja [a@?page=form&formset=features#tab_Security]" -"luotettujen välipalvelimien luetteloa[/a]. IP-osoitteeseen perustuva suojaus " -"ei kuitenkaan ole täysin luotettava, mikäli IP-osoite kuuluu Internet-" -"palveluntarjoajalle, johon sinun lisäksesi tuhannet käyttäjät ovat " -"yhteydessä." +"todennusasetuksia[/a] ja [a@?page=form&" +"formset=features#tab_Security]luotettujen välipalvelimien luetteloa[/a]. IP-" +"osoitteeseen perustuva suojaus ei kuitenkaan ole täysin luotettava, mikäli " +"IP-osoite kuuluu Internet-palveluntarjoajalle, johon sinun lisäksesi " +"tuhannet käyttäjät ovat yhteydessä." #: setup/lib/index.lib.php:316 #, fuzzy, php-format @@ -12665,15 +12713,15 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Asetit [kbd]config[/kbd]-todennustyypin ja sisällytit käyttäjänimen ja " "salasanan automaattista kirjautumista varten. Tämä ei ole suotava vaihtoehto " "oikeille palvelimille. Joka tietää tai arvaa phpMyAdmin-osoitteesi pystyy " "suoraan käyttämään phpMyAdmin-paneeliasi. [a@?page=servers&" -"mode=edit&id=%1$d#tab_Server]Todennustyypiksi[/a] kannattaa asettaa [kbd]" -"cookie[/kbd] tai [kbd]http[/kbd]." +"mode=edit&id=%1$d#tab_Server]Todennustyypiksi[/a] kannattaa asettaa " +"[kbd]cookie[/kbd] tai [kbd]http[/kbd]." #: setup/lib/index.lib.php:318 #, fuzzy, php-format @@ -13195,23 +13243,23 @@ msgstr "Seuraa näitä tiedon käsittelyn lauseita:" msgid "Create version" msgstr "Luo versio" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Teema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Hae teemoja lisää!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Mahdolliset MIME-tyypit" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Mahdolliset muunnokset" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13230,7 +13278,7 @@ msgstr "Profiili on päivitetty." msgid "VIEW name" msgstr "VIEW-arvon nimi" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Nimeä taulu uudelleen" @@ -14737,14 +14785,14 @@ msgstr "Enim. yhtäaikaisia yhteyksiä" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Kun tälle asetetaan arvo [kbd]nested[/kbd], taulun nimen aliasta " -#~ "käytetään taulujen jakamiseen ja sisäkkäin asettamiseen $cfg" -#~ "['LeftFrameTableSeparator']-asetuksen mukaisesti, jolloin vain kansiota " -#~ "kutsutaan aliaksena, itse taulun nimi pysyy muuttumattomana" +#~ "käytetään taulujen jakamiseen ja sisäkkäin asettamiseen " +#~ "$cfg['LeftFrameTableSeparator']-asetuksen mukaisesti, jolloin vain " +#~ "kansiota kutsutaan aliaksena, itse taulun nimi pysyy muuttumattomana" #~ msgid "Display table comment instead of its name" #~ msgstr "Näytä taulun kommentti, ei nimi" diff --git a/po/fr.po b/po/fr.po index 1401b086f4..52b8490491 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,10 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 13:51+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" @@ -21,11 +22,11 @@ msgid "Show all" msgstr "Tout afficher" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Page n° : " @@ -57,7 +58,7 @@ msgstr "Rechercher : " #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +66,9 @@ msgstr "Rechercher : " #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +76,9 @@ msgstr "Rechercher : " #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Exécuter" @@ -88,8 +88,9 @@ msgid "Keyname" msgstr "Nom de l'index" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Description" @@ -269,7 +270,7 @@ msgstr "Oui" msgid "View dump (schema) of database" msgstr "Voir une exportation (schéma) de la base de données" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Aucune table n'a été trouvée dans cette base." @@ -306,7 +307,7 @@ msgstr "" "du problème, cliquez %sici%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -367,7 +368,7 @@ msgstr "Passer au %smode visuel%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -382,7 +383,7 @@ msgid "Tracked tables" msgstr "Tables faisant l'objet d'un suivi" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -405,7 +406,7 @@ msgstr "Créé" msgid "Updated" msgstr "Mis à jour" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -429,7 +430,7 @@ msgid "Delete tracking data for this table" msgstr "Supprimer les données de suivi de cette table" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -464,28 +465,28 @@ msgstr "Tables ne faisant pas l'objet d'un suivi" msgid "Track table" msgstr "Suivre la table" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Journal de la base de données" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Type incorrect !" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Ce choix d'exportation doit être sauvegardé dans un fichier !" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Paramètres incorrects !" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Espace-disque insuffisant pour enregistrer le fichier %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -493,14 +494,14 @@ msgstr "" "Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher " "l'option d'écrasement des fichiers existants." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "" "Le serveur web n'a pas les permissions nécessaires pour enregistrer le " "fichier %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Le fichier d'exportation a été sauvegardé sous %s." @@ -683,115 +684,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Votre requête SQL a été exécutée avec succès" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Retour" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Paramètres généraux" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Modifier le mot de passe" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Interclassement pour la connexion au serveur" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Paramètres d'affichage" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Plus de paramètres" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Serveur de base de données" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Serveur : " -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Type de serveur : " -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Version du serveur : " -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Version du protocole : " -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Utilisateur : " -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Jeu de caractères du serveur : " -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Serveur web" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Version du client de base de données : " -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Extension PHP : " -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Afficher les informations relatives à PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Version : " -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Documentation" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Site officiel" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Contribuer" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Obtenir de l'aide" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Liste des changements" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -803,7 +804,7 @@ msgstr "" "serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce " "problème de sécurité." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -813,7 +814,7 @@ msgstr "" "option est incompatible avec phpMyAdmin et peut nuire au traitement des " "données !" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -824,7 +825,7 @@ msgstr "" "phpMyAdmin est incapable de gérer correctement les caractères et il peut en " "résulter des problèmes." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -836,7 +837,7 @@ msgstr "" "petite que la durée du cookie configurée dans phpMyAdmin; donc, votre " "session de travail expirera plus tôt." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -845,13 +846,13 @@ msgstr "" "LoginCookieValidity; donc, votre session de travail expirera plus tôt que la " "valeur configurée dans phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Vous devez ajouter dans le fichier de configuration une phrase de passe " "secrète (blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -864,7 +865,7 @@ msgstr "" "serveur peut être compromise par le téléchargement de votre configuration " "par des personnes non autorisées." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -874,7 +875,7 @@ msgstr "" "certaines fonctionnalités ont été désactivée. Pour en connaître la raison, " "cliquez %sici%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -883,7 +884,7 @@ msgstr "" "La version de votre bibliothèque MySQL (%s) de PHP diffère de la version de " "votre serveur MySQL (%s). Ceci peut occasionner un comportement imprévisible." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -997,12 +998,12 @@ msgid "Other" msgstr "Autres" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "  " #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1102,44 +1103,44 @@ msgstr "Octets reçus" msgid "Connections" msgstr "Connexions" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Processus" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "o" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "Kio" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "Gio" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "Tio" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "Pio" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "Eio" @@ -1157,7 +1158,7 @@ msgstr "Questions" msgid "Traffic" msgstr "Trafic" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Paramètres" @@ -1184,7 +1185,7 @@ msgstr "Veuillez ajouter au moins une variable à la série" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Aucune" @@ -1467,7 +1468,7 @@ msgstr "" "Réinitialisation à la configuration par défaut…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1676,8 +1677,8 @@ msgstr "Montrer zone SQL" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1703,8 +1704,8 @@ msgstr "Durée d'exécution de la requête" msgid "%d is not valid row number." msgstr "%d n'est pas un numéro de ligne valable." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2024,63 +2025,63 @@ msgid "December" msgstr "Décembre" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Janvier" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Février" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mars" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Avril" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Juin" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Juillet" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Août" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Septembre" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Octobre" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Novembre" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Décembre" @@ -2118,32 +2119,32 @@ msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Jeu" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sam" @@ -2297,7 +2298,7 @@ msgstr "Taille du texte" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Croissant" @@ -2306,7 +2307,7 @@ msgstr "Croissant" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Décroissant" @@ -2375,11 +2376,11 @@ msgstr "Supprimer : " msgid "SQL query on database %s:" msgstr "Requête SQL sur la base %s : " -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Exécuter la requête" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2387,16 +2388,16 @@ msgstr "" "Le serveur ne répond pas (ou l'interface de connexion vers le serveur MySQL " "local n'est pas correctement configurée)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Le serveur ne répond pas." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "Veuillez vérifier les privilèges du répertoire contenant la base de données." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Détails…" @@ -2436,8 +2437,8 @@ msgstr[0] "%1$s correspondance dans %2$s" msgstr[1] "%1$s correspondances dans %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Afficher" @@ -2489,26 +2490,28 @@ msgstr "Sauvegarder les données modifiées" msgid "Restore column order" msgstr "Restaurer l'ordre des colonnes" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Début" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Précédent" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Suivant" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fin" @@ -2623,7 +2626,7 @@ msgid "The row has been deleted" msgstr "La ligne a été effacée" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Supprimer" @@ -2681,8 +2684,8 @@ msgstr "Tout cocher" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2767,8 +2770,8 @@ msgstr "Erreur inconnue durant le téléchargement." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Erreur lors du déplacement du fichier téléchargé, voir [doc@faq1-11]FAQ 1.11" -"[/doc]" +"Erreur lors du déplacement du fichier téléchargé, voir [doc@faq1-11]FAQ " +"1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -2787,7 +2790,7 @@ msgstr "Ouvrir une nouvelle fenêtre phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Cliquez sur la barre pour faire défiler en haut de page" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript doit être activé" @@ -2818,12 +2821,13 @@ msgid "Cardinality" msgstr "Cardinalité" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Interclassement" @@ -2852,7 +2856,7 @@ msgstr "" "supprimé." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Serveur" @@ -2863,9 +2867,9 @@ msgid "View" msgstr "Vue" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2876,32 +2880,32 @@ msgid "Structure" msgstr "Structure" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Rechercher" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insérer" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Opérations" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Suivi" @@ -2942,51 +2946,52 @@ msgstr "Procédures stockées" msgid "Events" msgstr "Événements" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Concepteur" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bases de données" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Utilisateurs" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Log binaire" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Réplication" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variables" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Jeux de caractères" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plug-ins" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Moteurs" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Erreur" @@ -3075,7 +3080,8 @@ msgstr "Tables" msgid "Transaction coordinator" msgstr "Coordonnateur des transactions" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Fichiers" @@ -3193,8 +3199,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Echec lors de la tentative de vidage de la table UI Préférences (voir $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Echec lors de la tentative de vidage de la table UI Préférences (voir " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3695,131 +3701,131 @@ msgstr "Requête SQL : " msgid "MySQL said: " msgstr "MySQL a répondu: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Connexion au validateur SQL impossible !" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Expliquer SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Ne pas expliquer SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sans source PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Créer source PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Actualiser" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Ne pas valider SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valider SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Éditer cette requête en place" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "En ligne" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilage" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dim" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%A %d %B %Y à %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s jours, %s heures, %s minutes et %s secondes" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Paramètre manquant : " -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Aller à la base de données "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La fonctionnalité %s est affectée par une anomalie connue, voir %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Cliquer pour basculer" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Parcourir : " -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Choisissez depuis le répertoire de téléchargement du serveur web %s : " -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Le répertoire de transfert est inaccessible" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Aucun fichier n'est disponible pour le transfert" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Vider" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Exécuter" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimer" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Création" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Dernière modification" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Dernière vérification" @@ -3828,9 +3834,9 @@ msgstr "Dernière vérification" msgid "shared" msgstr "partagé" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3975,8 +3981,8 @@ msgid "Double click" msgstr "Double-clic" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Désactivé" @@ -4131,8 +4137,12 @@ msgstr "Ramener la valeur par défaut" msgid "Allow users to customize this value" msgstr "Permettre aux utilisateurs de personnaliser cette valeur" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Réinitialiser" @@ -4199,9 +4209,9 @@ msgid "" "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns" msgstr "" -"Déterminer la méthode d'édition pour les colonnes CHAR et VARCHAR; [kbd]input" -"[/kbd] - permet de limiter la taille, [kbd]textarea[/kbd] - permet la saisie " -"de sauts de lignes" +"Déterminer la méthode d'édition pour les colonnes CHAR et VARCHAR; " +"[kbd]input[/kbd] - permet de limiter la taille, [kbd]textarea[/kbd] - permet " +"la saisie de sauts de lignes" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4209,8 +4219,8 @@ msgstr "Édition des colonnes CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Utiliser un éditeur convivial pour les requêtes SQL ([a@http://codemirror." "net/]CodeMirror[/a]) avec coloration syntaxique et numérotation des lignes" @@ -4407,8 +4417,8 @@ msgstr "Compression" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4638,8 +4648,8 @@ msgstr "Personnaliser le mode affichage" msgid "Customize default options" msgstr "Personnaliser les options par défaut" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4751,8 +4761,9 @@ msgstr "Titres de page" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Spécifier le texte de la barre de titre du navigateur. Se référer à la " "[doc@cfg_TitleTable]documentation[/doc] pour les chaînes magiques pouvant " @@ -5529,9 +5540,9 @@ msgid "" "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)" msgstr "" -"Le chemin du fichier de configuration pour [a@http://swekey.com]" -"l'authentification matérielle Swekey[/a] (ne pas placer sous la racine des " -"documents; suggestion : /etc/swekey.conf)" +"Le chemin du fichier de configuration pour [a@http://swekey." +"com]l'authentification matérielle Swekey[/a] (ne pas placer sous la racine " +"des documents; suggestion : /etc/swekey.conf)" #: libraries/config/messages.inc.php:373 msgid "SweKey config file" @@ -5559,8 +5570,8 @@ msgstr "Table pour signets" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Laisser vider pour désactiver les commentaires sur les colonnes et les types " "MIME; suggestion : [kbd]pma__column_info[/kbd]" @@ -5713,6 +5724,16 @@ msgid "Connect without password" msgstr "Connexion sans mot de passe" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Recherche dans la table" + +#: libraries/config/messages.inc.php:410 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 " @@ -5722,31 +5743,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Restreindre la liste des bases de données" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 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:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Mot de passe pour méthode config" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Table pour décrire les schémas en PDF" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5756,21 +5777,21 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nom de base de données" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5778,76 +5799,76 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Table récemment utilisée" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Table relationnelle" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "La commande SQL à utiliser pour acquérir la liste des bases de données" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Commande SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] pour un exemple" +"Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] pour un exemple" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nom de session pour méthode signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL pour connexion" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Interface de connexion socket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Utiliser SSL pour la connexion au serveur MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Utiliser SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 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:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Table pour coordonnées du schéma en PDF" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5855,11 +5876,11 @@ msgstr "" "Sert à définir les colonnes descriptives, laisser vide pour désactiver; " "suggestion : [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Table pour colonnes descriptives" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5867,11 +5888,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Table de stockage des préférences d'interface de table" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5879,11 +5900,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Ajouter DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5891,11 +5912,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Ajouter DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5903,33 +5924,33 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Ajouter DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Énoncés à suivre" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Laisser vide pour désactiver le suivi des changements SQL; suggestion : [kbd]" -"pma__tracking[/kbd]" +"Laisser vide pour désactiver le suivi des changements SQL; suggestion : " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Table pour le suivi des changements SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5937,27 +5958,27 @@ 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Création automatique de versions" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Laisser vide pour désactiver les préférences utilisateur; suggestion : [kbd]" -"pma__config[/kbd]" +"Laisser vide pour désactiver les préférences utilisateur; suggestion : " +"[kbd]pma__config[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Table de stockage des préférences utilisateur" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Utilisateur pour méthode config" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5965,19 +5986,19 @@ msgstr "" "Une description conviviale de ce serveur. Laisser vide pour utiliser à la " "place le nom du serveur." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nom à afficher pour ce serveur" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "Devrait-on montrer un bouton «Tout afficher»" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permettre l'affichage de toutes les lignes" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5987,47 +6008,47 @@ msgstr "" "cependant on peut exécuter un changement de mot de passe manuellement avec " "la commande appropriée" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Afficher le dialogue de changement de mot de passe" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Afficher le formulaire de création de base de données" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Montrer la date de création" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Montrer la date de dernière mise à jour" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Montrer la date de dernière vérification" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6035,11 +6056,11 @@ msgstr "" "Définit si l'option de direction d'affichage est montrée lorsqu'on affiche " "le contenu d'une table" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Montrer le sélecteur de direction de l'affichage" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6047,27 +6068,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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Montrer les champs de type de données" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "En insertion/édition, montrer la colonne contenant les fonctions" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Montrer les fonctions" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Afficher ou non les explications" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Montrer les explications" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6075,64 +6096,64 @@ msgstr "" "Montre un lien vers le résultat de [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Afficher un lien vers phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Afficher les informations détaillées sur le serveur MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Afficher les requêtes SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Conserver la boîte de requêtes" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Afficher les statistiques" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Affichage des commentaires de table en infobulle" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Saute les tables verrouillées" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Requiert que le validateur SQL soit activé" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6140,7 +6161,7 @@ msgstr "Requiert que le validateur SQL soit activé" msgid "Password" msgstr "Mot de passe" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6148,11 +6169,11 @@ msgstr "" "[strong]Avis:[/strong] l'extension PHP SOAP ou le module PEAR SOAP doit être " "installé" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Activer le validateur SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6160,21 +6181,21 @@ msgstr "" "Si vous avez un code d'utilisateur, indiquez-le ici ([kbd]anonymous[/kbd] " "par défaut)" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Utilisateur" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Un avertissement est affiché sur la page principale si Suhosin est détecté" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Avertissement Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6182,11 +6203,11 @@ msgstr "" "Taille des zones de texte (colonnes) en mode édition, cette valeur sera " "augmentée pour les zones SQL (*2) et la fenêtre de requêtes (*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Taille horizontale pour une zone de texte" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6194,32 +6215,32 @@ msgstr "" "Taille des zones de texte (lignes) en mode édition, cette valeur sera " "augmentée pour les zones SQL (*2) et la fenêtre de requêtes (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Taille verticale pour une zone de texte" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Titre par défaut" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6231,29 +6252,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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Répertoire de téléchargement" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 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:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Permet une recherche dans toute la base de données" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6261,19 +6282,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Active le menu Développeur dans les paramètres" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Vérifier la présence d'une nouvelle version" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6281,7 +6302,7 @@ msgstr "Active la vérification de version sur la page principale" msgid "Version check" msgstr "Vérification de version" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6293,11 +6314,11 @@ msgstr "" "sur lequel phpMyAdmin est installé n'a pas d'accès direct à Internet. Le " "format est «nom de serveur:numéro de port»" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "URL du serveur mandataire pour la vérification de version" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6308,19 +6329,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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Code utilisateur du serveur mandataire pour la vérification de version" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 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:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Mot de passe du serveur mandataire pour la vérification de version" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6328,63 +6349,79 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Mode d'authentification « config »" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Mode d'authentification « cookie »" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Mode d'authentification « HTTP »" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Mode d'authentification « signon »" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV via LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Tableur OpenDocument" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rapide" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Personnalisé" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Options d'exportation des bases de données" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV pour MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Texte OpenDocument" @@ -6786,8 +6823,8 @@ msgid "" msgstr "" "Permettre l'interruption de l'importation si la limite de temps configurée " "dans PHP est sur le point d'être atteinte. (Ceci pourrait aider à " -"importer des fichiers volumineux, au détriment du respect des transactions.)" -"" +"importer des fichiers volumineux, au détriment du respect des " +"transactions.)" #: libraries/display_import.lib.php:296 msgid "Number of rows to skip, starting from the first row:" @@ -7245,8 +7282,8 @@ msgstr "Créer un index sur  %s colonnes" msgid "Hide" msgstr "Cacher" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binaire" @@ -7365,189 +7402,189 @@ msgstr "Voulez-vous vraiment exécuter la requête suivante ?" msgid "No change" msgstr "Pas de modifications" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Jeu de caractères" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgare" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "insensible à la casse" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "sensible à la casse" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croate" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tchèque" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danois" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anglais" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Espéranto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonien" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Allemand" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dictionnaire" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "annuaire téléphonique" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hongrois" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandais" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonais" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letton" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituanien" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coréen" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Farsi" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polonais" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europe de l'ouest" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Roumain" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovaque" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovène" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Espagnol" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Espagnol traditionnel" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Suédois" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thaï" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turc" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainien" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingue" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europe centrale" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russe" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltique" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Arménien" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrillique" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabe" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hébreu" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Géorgien" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grec" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tchèque-slovaque" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "inconnu" @@ -7743,7 +7780,7 @@ msgstr "Changer le nom de la table pour" msgid "Table comments" msgstr "Commentaires sur la table" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Moteur de stockage" @@ -7906,7 +7943,15 @@ msgstr "Utilisateur : " msgid "Server Choice:" msgstr "Choix du serveur : " -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7914,14 +7959,14 @@ msgstr "" "La configuration interdit une connexion sans mot de passe (voir " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Connexion au serveur MySQL non permise" @@ -7987,7 +8032,7 @@ msgstr "Remplacer NULL par : " msgid "Remove carriage return/line feed characters within columns" msgstr "Enlève les caractères de fin de ligne à l'intérieur des colonnes" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Version d'Excel : " @@ -8193,8 +8238,8 @@ msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -"Entourer les noms des tables et des colonnes par des guillemets obliques " -"(Protège les noms de tables et de colonnes comportant des caractères " +"Entourer les noms des tables et des colonnes par des guillemets obliques " +"(Protège les noms de tables et de colonnes comportant des caractères " "spéciaux ou des mots réservés)" #: libraries/plugins/export/ExportSql.class.php:295 @@ -8399,6 +8444,12 @@ msgstr "" "Le fichier XML spécifié était mal formé ou incomplet. Veuillez le corriger " "et essayer à nouveau." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Tableur OpenDocument" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Fichier de formes ESRI" @@ -8583,83 +8634,83 @@ msgstr "" "un préfixe URL comme «http://www.example.com/», en seconde option, un titre " "pour le lien." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "en erreur" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Activé" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Fonctions relationnelles" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Affichage infobulle" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Génération de schémas en PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Commentaires de colonnes" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "La documentation indique comment mettre à jour votre table column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Requêtes SQL en signets" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historique SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Tables récemment utilisées (persistantes)" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Préférences d'interface de tables (persistantes)" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Préférences de l'utilisateur" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Guide rapide de configuration des fonctions avancées : " -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Créez les tables requises au moyen de examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8668,13 +8719,13 @@ msgstr "" "(config.inc.php), en vous basant par exemple sur config." "sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "pas de description" @@ -8728,7 +8779,7 @@ msgstr "État de l'esclave" msgid "Variable" msgstr "Variable" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID du serveur" @@ -8860,7 +8911,7 @@ msgstr "Détails" msgid "Event name" msgstr "Nom de l'événement" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Type d'évènement" @@ -9204,37 +9255,34 @@ msgstr "Aucun événement nommé %1$s n'a été trouvé dans la base de données msgid "There are no events to display." msgstr "Aucun évènement à afficher." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "La table %s n'existe pas !" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Les coordonnées de la table %s n'ont pas été configurées" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schéma de la base %s - Page %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Cette page ne contient aucune table !" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "Erreur de schéma : " @@ -9300,51 +9348,51 @@ msgstr "Nom des colonnes" msgid "Display relational schema" msgstr "Afficher le schéma relationnel" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Choisissez le type d'exportation des relations" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Grille" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Couleurs" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Dimension des tables" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Afficher toutes les tables avec une largeur identique" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dictionnaire de données" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Ne montrer que les clés" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Paysage" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portrait" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientation" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Taille du papier" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9352,12 +9400,12 @@ msgstr "" "Cette page fait référence à des tables qui n'existent plus. Voulez-vous " "effacer ces références ?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Éditeur visuel" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Langue inconnue: %1$s." @@ -9366,6 +9414,75 @@ msgstr "Langue inconnue: %1$s." msgid "Current Server:" msgstr "Serveur actuel : " +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Sélectionnez le log binaire à consulter" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nom du journal binaire" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Position" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Position d'origine" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Information" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Afficher les requêtes tronquées" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Afficher les requêtes complètes" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Jeux de caractères et interclassement" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modules" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Début" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plug-in" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Module" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Bibliothèque" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Auteur" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licence" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "désactivé" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Pas de privilèges." @@ -10120,7 +10237,6 @@ msgid "After %s" msgstr "Après %s" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "Statistiques" @@ -10179,10 +10295,6 @@ msgstr "Ajouter un index SPATIAL" msgid "Add FULLTEXT index" msgstr "Ajouter un index FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Information" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Espace utilisé" @@ -10191,7 +10303,7 @@ msgstr "Espace utilisé" msgid "Effective" msgstr "Effectif" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "La table %1$s a été modifiée avec succès" @@ -10622,34 +10734,6 @@ msgstr "La table %s est absente ou non définie dans %s" msgid "File doesn't exist" msgstr "Le fichier n'existe pas" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Sélectionnez le log binaire à consulter" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Afficher les requêtes tronquées" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Afficher les requêtes complètes" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nom du journal binaire" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Position" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Position d'origine" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Jeux de caractères et interclassement" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10686,7 +10770,7 @@ msgstr "" msgid "No databases" msgstr "Aucune base de données" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Moteurs de stockage" @@ -10694,42 +10778,6 @@ msgstr "Moteurs de stockage" msgid "View dump (schema) of databases" msgstr "Schéma et/ou contenu des bases de données" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modules" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Début" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plug-in" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Module" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Bibliothèque" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Auteur" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licence" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "désactivé" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12294,8 +12342,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "La méthode d'authentification [kbd]config[/kbd] permet une connexion " "automatique, ce qui n'est pas souhaitable dans un environnement réel. Toute " @@ -12366,9 +12414,6 @@ msgstr "SQL validé" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12740,23 +12785,23 @@ msgstr "Suivre les énoncés de manipulation de données suivants : " msgid "Create version" msgstr "Créer une version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Thème" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Obtenez d'autres thèmes !" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Types MIME disponibles" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformations disponibles" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Description" @@ -12773,7 +12818,7 @@ msgstr "Le profil a été modifié." msgid "VIEW name" msgstr "Nom de la vue" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Changer le nom de la vue pour" @@ -14361,9 +14406,9 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Si défini à [kbd]nested[/kbd], l'alias du nom de table ne sert qu'à " #~ "subdiviser les tables selon $cfg['LeftFrameTableSeparator']" diff --git a/po/gl.po b/po/gl.po index 73c45e6989..2ac50a05c7 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-13 18:37+0200\n" "Last-Translator: Julio Guerra \n" "Language-Team: Galician %s:" msgstr "Consulta tipo SQL na base de datos %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Enviar esta consulta" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2437,15 +2437,15 @@ msgstr "" "O servidor non responde (ou o socket local do servidor non se configurou " "correctamente)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "O servidor non responde." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Comprobe os privilexios do directorio que contén a base de datos." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalles…" @@ -2485,8 +2485,8 @@ msgstr[0] "%1$s coincidencia en %2$s" msgstr[1] "%1$s coincidencias en %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Visualizar" @@ -2538,26 +2538,28 @@ msgstr "Gardar os datos editados" msgid "Restore column order" msgstr "Restaurar orde das columnas" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inicio" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Seguinte" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fin" @@ -2676,7 +2678,7 @@ msgid "The row has been deleted" msgstr "Eliminouse a fileira" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Matar (kill)" @@ -2735,8 +2737,8 @@ msgstr "Marcalos todos" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2820,8 +2822,8 @@ msgstr "Produciuse un erro descoñecido ao enviar o ficheiro." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Produciuse un erro ao mover o ficheiro enviado. Consulte a [doc@faq1-11]" -"Pregunta frecuente 1.11[/doc]" +"Produciuse un erro ao mover o ficheiro enviado. Consulte a " +"[doc@faq1-11]Pregunta frecuente 1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -2840,7 +2842,7 @@ msgstr "Abrir unha xanela nova co phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Prema a barra para desprazarse até a parte superior da páxina" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript debe estar activo a partir de aquí" @@ -2871,12 +2873,13 @@ msgid "Cardinality" msgstr "Cardinalidade" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Orde alfabética" @@ -2905,7 +2908,7 @@ msgstr "" "eliminar un deles." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servidor" @@ -2916,9 +2919,9 @@ msgid "View" msgstr "Vista" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2929,32 +2932,32 @@ msgid "Structure" msgstr "Estrutura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Buscar" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Inserir" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacións" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Seguimento" @@ -2995,51 +2998,52 @@ msgstr "Rutinas" msgid "Events" msgstr "Acontecementos" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Deseñador" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bases de datos" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Usuarios" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Rexistro binario" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicación" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variábeis" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Conxuntos de caracteres" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Engadidos" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motores" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Produciuse un erro" @@ -3128,7 +3132,8 @@ msgstr "Táboas" msgid "Transaction coordinator" msgstr "Coordinador de transaccións" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Ficheiros" @@ -3250,8 +3255,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Produciuse un erro ao limpar as preferencias de IU da táboa (vexa $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Produciuse un erro ao limpar as preferencias de IU da táboa (vexa " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3754,130 +3759,130 @@ msgstr "consulta de SQL" msgid "MySQL said: " msgstr "Mensaxes do MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Non foi posíbel conectar cun validador de SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explicar o SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Omitir a explicación de SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sen código PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Crear código PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Anovar" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Omitir a válidacion de" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validar o SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Edición na liña desta consulta" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Na liña" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Análise do desempeño" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Do" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d de %B de %Y ás %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s días, %s horas, %s minutos e %s segundos" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parámetro que falta:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Ir á base de datos "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A función %s vese afectada por un erro descoñecido; consulte %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Prema para conmutar" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Examinar o computador:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Escoller o directorio de subida do servidor web %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Non é posíbel acceder ao directorio que designou para os envíos" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Non hai ficheiros para subir" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Baleirar" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Executar" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimir" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creación" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Última actualización" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Última revisión" @@ -3886,9 +3891,9 @@ msgstr "Última revisión" msgid "shared" msgstr "compartida" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4036,8 +4041,8 @@ msgid "Double click" msgstr "Dobre clic" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Desactivado" @@ -4193,8 +4198,12 @@ msgstr "Restaurar o valor por omisión" msgid "Allow users to customize this value" msgstr "Permitir que os usuarios personalicen este valor" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reiniciar" @@ -4272,8 +4281,8 @@ msgstr "Edición de columnas CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Empregue un editor amigábel para editar as consultas de SQL ([a@http://" "codemirror.net/]CodeMirror[/a]) con realce da sintaxe e números de liña" @@ -4473,8 +4482,8 @@ msgstr "Compresión" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4684,8 +4693,9 @@ 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 "" -"Ordenación dos elementos dun menú despregábel de chaves alleas; [kbd]content" -"[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da chave" +"Ordenación dos elementos dun menú despregábel de chaves alleas; " +"[kbd]content[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da " +"chave" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4714,8 +4724,8 @@ msgstr "Personalizar o modo de navegación" msgid "Customize default options" msgstr "Personalizar as opcións por omisión" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4827,8 +4837,9 @@ msgstr "Títulos de páxina" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Indique o texto da barra do título do navegador. Consulte a " "[doc@cfg_TitleTable]documentación[/doc] para coñecer as cadeas máximas que " @@ -4954,9 +4965,9 @@ msgid "" msgstr "" "Se desexa empregar o servizo do validador de SQL ha de te ren conta que " "[strong]todas as instrucións de SQL se almacenan de maneira anónima con " -"finalidade estatística[/strong].[br][em][a@http://sqlválidator.mimer.com/]" -"Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. Todos " -"os dereitos reservados.[/em]" +"finalidade estatística[/strong].[br][em][a@http://sqlválidator.mimer." +"com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. " +"Todos os dereitos reservados.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5650,8 +5661,8 @@ msgstr "Táboa de marcadores" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Déixeo en branco se non quere comentarios/tipos mime das columnas; suxírese: " "[kbd]pma__column_info[/kbd]" @@ -5687,8 +5698,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Un usuario especial de MySQL configurado con permisos limitados; hai máis " -"información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/controluser]wiki" -"[/a]" +"información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wiki[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5730,8 +5741,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Déixeo en branco se non quere empregar Designer; por omisión: [kbd]" -"pma__designer_coords[/kbd]" +"Déixeo en branco se non quere empregar Designer; por omisión: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5742,9 +5753,9 @@ 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 "" -"Máis información no [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"Seguidor de erros de PMA[/a] e en [a@http://bugs.mysql.com/19588]Erros do " -"MySQL[/a]" +"Máis información no [a@https://sourceforge.net/p/phpmyadmin/" +"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:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5812,6 +5823,16 @@ msgid "Connect without password" msgstr "Conectarse sen contrasinal" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Busca na táboa" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5830,30 +5851,30 @@ msgstr "" "bases de datos, só poña os nomes en orde e use [kbd]*[/kbd] ao final para " "mostrar o resto en orde alfabética." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Mostrar só as bases de datos listadas" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Déixeo en branco se non vai empregar config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Contrasinal para config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" "kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schema: táboa de páxinas" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5861,24 +5882,24 @@ msgid "" msgstr "" "Base de datos empregada para relacións, marcadores e funcionalidades PDF. " "Vexa [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para a información " -"completa. Déixeo en branco se non lle interesan. Por omisión: [kbd]phpmyadmin" -"[/kbd]" +"completa. Déixeo en branco se non lle interesan. Por omisión: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nome da base de datos" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Porto polo que está a escoitar o servidor de MySQL server; déixeo en branco " "para deixar o predefinido" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Porto do servidor" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5886,77 +5907,77 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Táboa usada recentemente" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Táboa de relacións" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Orde de SQL para obter as bases de datos dispoñíbeis" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Mostrar a orde SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nome de sesión de rexistro de entrada" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL de rexistro de entrada" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para " "deixar o predefinido" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 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:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Empregar a SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__table_coords" -"[/kbd]" +"Déixeo en branco se non quere PDF schema; por omisión: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schema: coordenadas de táboa" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5964,11 +5985,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Mostrar a táboa de columnas" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5980,11 +6001,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Táboa de preferencias da interface" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5992,11 +6013,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Engadir DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -6004,11 +6025,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Engadir DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -6016,33 +6037,33 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Engadir DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Instrucións que seguir" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Déixeo en branco se non quere un soporte de seguimento das consultas SQL, " "valor suxerido: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Táboa de seguimento de consultas de SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6050,27 +6071,27 @@ msgstr "" "Se o mecanismo de seguimento crea automaticamente versións das táboas e as " "vistas." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Crear versions automaticamente" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Empregar a táboa de almacenamento das preferencias" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Usuario para config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6078,21 +6099,21 @@ 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nome longo deste servidor" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" "Se se lle desexa mostrar un botón "mostrar todos (os rexistros)" " "ao usuario" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permitir que se mostren todas as fileiras" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6103,47 +6124,47 @@ msgstr "" "configuración; isto non limita a capacidade de executar a mesma orde " "directamente" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Mostrar o formulario para mudar de contrasinal" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Mostrar o formulario para crear bases de datos" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Mostrar marca temporal de creación" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "actualización de todas as táboas" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Mostrar a última actualización da marca temporal" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "comprobación de todas as táboas" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Mostrar a última revisión da marca temporal" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6151,11 +6172,11 @@ msgstr "" "Define se se mostra a opción da dirección da escrita cando se navega por " "unha táboa" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Mostrar a dirección de visualización" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6163,91 +6184,91 @@ msgstr "" "Define se os campos tipo deben ser mostrados inicialmente no modo editar/" "inserir" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Mostrar os tipos de campo" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 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:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Mostrar os campos de función" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Mostrar axudas ou non" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Mostrar consellos" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Mostrar a ligazón a phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada do servidor de MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Mostrar as consultas de SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Define se a caixa de consultas debe permanecer en pantalla despois da súa " "execución" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Reter a caixa de consultas" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Mostrar as estatísticas" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Mostrar os comentarios das táboas nas mensaxes" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Marcar as táboas empregadas e permitir que se mostren as bases de datos con " "táboas bloqueadas" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Ignorar as táboas bloqueadas" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Require que o validador SQL estea activado" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6255,7 +6276,7 @@ msgstr "Require que o validador SQL estea activado" msgid "Password" msgstr "Contrasinal" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6263,11 +6284,11 @@ msgstr "" "[strong]Advertencia:[/strong] require que as extensións SOAP de PHP ou SOAP " "de PEAR estean instaladas" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Activar o validador de SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6275,20 +6296,20 @@ msgstr "" "Se dispón dun nome de usuario personalizado, indíqueo aquí (por omisión é " "[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nome de usuario" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Unha advertencia aparece na pantalla principal se Suhosin e detectado" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Aviso de Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6297,11 +6318,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Columnas da área de texto" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6310,31 +6331,31 @@ msgstr "" "enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de " "consultas (*.1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Fileiras da área de texto" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Título por omisión" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6343,31 +6364,31 @@ msgid "" msgstr "" "Escriba os proxies como [kbd]IP: cabezallo HTTP de confianza[/kbd]. O " "exemplo seguinte especifica que o phpMyAdmin debería confiar nun cabezallo " -"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]" +"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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Directorio de envíos" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Permitir buscar na base de datos completa" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Empregar buscas na base de datos" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6375,20 +6396,20 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Activar a lapela de desenvolvemento na configuración" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Comprobar cal é a última versión" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6396,7 +6417,7 @@ msgstr "" msgid "Version check" msgstr "Comprobación da versión" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6404,36 +6425,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Comprobación da versión" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Comprobación da versión" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Comprobación da versión" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6441,32 +6462,48 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Configurar a autenticación" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autenticación por cookies" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autenticación mediante HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autenticación mediante Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV empregando LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6474,32 +6511,32 @@ msgstr "CSV empregando LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Folla de cálculo de Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Personalizada" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcións de exportación da base de datos" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV (para datos de MS Excel)" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7380,8 +7417,8 @@ msgstr "Crear un índice en  %s columnas" msgid "Hide" msgstr "Agochar" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binario" @@ -7506,189 +7543,189 @@ msgstr "Está realmente seguro de executar a seguinte petición?" msgid "No change" msgstr "Sen cambios" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Conxunto de caracteres" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Búlgaro" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "sen distinguir maiúsculas de minúsculas" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "distinguindo maiúsculas de minúsculas" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croata" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Checo" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dinamarqués" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglés" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonio" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemán" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dicionario" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "directorio telefónico" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Húngaro" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandés" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Xaponés" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letonio" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituano" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreano" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persa" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polonés" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europeo occidental" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romeno" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Eslovaco" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Esloveno" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Español" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Español tradicional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Sueco" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandés" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turco" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraíno" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingüe" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centroeuropeo" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruso" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Báltico" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenio" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirílico" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Árabe" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreu" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Xeorxiano" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grego" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Checo-eslovaco" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "descoñecido" @@ -7889,7 +7926,7 @@ msgstr "Mudar o nome da táboa para" msgid "Table comments" msgstr "Comentarios da táboa" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Motor de almacenamento" @@ -8054,14 +8091,22 @@ msgstr "Nome de usuario:" msgid "Server Choice:" msgstr "Escolla de servidor" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "A configuración prohibe rexistrarse sen contrasinal (vexa AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8069,8 +8114,8 @@ msgstr "" "Non se rexistrou actividade ningunha desde hai %s segundos ou máis. Terá que " "entrar de novo" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Non é posíbel rexistrarse no servidor de MySQL" @@ -8136,7 +8181,7 @@ msgstr "Substituír NULL por:" msgid "Remove carriage return/line feed characters within columns" msgstr "Eliminar os caracteres CR/LF dentro dos campos" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Versión de Excel:" @@ -8362,9 +8407,9 @@ msgid "" "Enclose table and column names with backquotes (Protects column and table " "names formed with special characters or keywords)" msgstr "" -"Encerrar os nomes das táboas e das columnas entre aspas invertidas " -"(Protexe os nomes das columnas e as táboas formadas con caracteres especiais " -"ou palabras chave)" +"Encerrar os nomes das táboas e das columnas entre aspas invertidas " +"(Protexe os nomes das columnas e as táboas formadas con caracteres " +"especiais ou palabras chave)" #: libraries/plugins/export/ExportSql.class.php:295 msgid "Data creation options" @@ -8568,6 +8613,12 @@ msgstr "" "O ficheiro XML especificado estaba estragado ou incompleto. Corrixa o " "problema e ténteo de novo." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Folla de cálculo de Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Ficheiro shapefile da ESRI" @@ -8750,81 +8801,81 @@ msgstr "" "é un prefixo de URL do tipo «http://exemplo.com/». A segunda opción é un " "título para a ligazón." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "non conforme" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Activado" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Características xerais das relacións" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mostrar as características" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creación de PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "A mostrar os comentarios das columnas" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformación do navegador" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Consulte a documentación para saber como actualizar a táboa Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Gardouse a consulta de SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historial de SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Táboas persistentes usadas recentemente" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Preferencias de IU das táboas persistentes" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferencia do usuario" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Pasos rápidos para configurar as funcionalidades avanzadas:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "Cree as táboas necesarias con exemplos/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8833,13 +8884,13 @@ msgstr "" "(config.inc.php) comezando, por exemplo con config.sample." "inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "sen descrición" @@ -8897,7 +8948,7 @@ msgstr "Estado do escravo" msgid "Variable" msgstr "Variábel" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Identificador do servidor" @@ -9034,7 +9085,7 @@ msgstr "Detalles" msgid "Event name" msgstr "Nome do acontecemento" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tipo de acontecemento" @@ -9377,37 +9428,34 @@ msgstr "Non se atopou ningún acontecemento co nome %1$s na base de datos %2$s" msgid "There are no events to display." msgstr "Non hai acontecementos que mostrar." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Non existe a táboa %s!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configure as coordenadas da táboa %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Esquema da base de datos %s - Páxina %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Esta páxina non contén ningunha táboa!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "HAI UN ERRO NO ESQUEMA: " @@ -9473,51 +9521,51 @@ msgstr "Nomes das columnas" msgid "Display relational schema" msgstr "Mostrar o esquema relacional" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Escoller o tipo de exportación relacional" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostrar a grella" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostrar a cor" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostrar a dimensión das táboas" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostrar todas as táboas co mesmo largo" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dicionario de datos" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Só as chaves coñecidas" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Horizontal" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Vertical" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientación" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Tamaño do papel" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9525,12 +9573,12 @@ msgstr "" "Esta páxina ten referencias a táboas que xa non existen. Quere eliminar esas " "referencias?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Conmutar o borrador" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Linguaxe descoñecida: %1$s." @@ -9541,6 +9589,75 @@ msgstr "Linguaxe descoñecida: %1$s." msgid "Current Server:" msgstr "Servidor actual" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Escolla o ficheiro de rexistro binario que desexe ver" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nome do ficheiro de rexistro" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posición" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posición orixinal" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Información" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Interromper as consultas mostradas" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostrar as consultas completas" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Conxuntos de caracteres e Ordes alfabéticas" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Módulos" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Comezar" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Engadido" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Módulo" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Biblioteca" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versión" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licen" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "desactivado" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Sen privilexios." @@ -10365,10 +10482,6 @@ msgstr "Engadir un índice SPATIAL" msgid "Add FULLTEXT index" msgstr "Engadir un índice FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Información" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Uso do espazo" @@ -10377,7 +10490,7 @@ msgstr "Uso do espazo" msgid "Effective" msgstr "Efectivo" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Alterouse a táboa %1$s sen problemas" @@ -10819,34 +10932,6 @@ msgstr "Non se atopou a táboa %sou non se indicou en %s" msgid "File doesn't exist" msgstr "Ese ficheiro non existe" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Escolla o ficheiro de rexistro binario que desexe ver" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Interromper as consultas mostradas" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostrar as consultas completas" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nome do ficheiro de rexistro" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posición" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posición orixinal" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Conxuntos de caracteres e Ordes alfabéticas" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10883,7 +10968,7 @@ msgstr "" msgid "No databases" msgstr "Non hai ningunha base de datos" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motores de almacenamento" @@ -10891,42 +10976,6 @@ msgstr "Motores de almacenamento" msgid "View dump (schema) of databases" msgstr "Ver o envorcado das bases de datos" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Módulos" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Comezar" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Engadido" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Módulo" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Biblioteca" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versión" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licen" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "desactivado" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12511,8 +12560,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Configurou o tipo de configuración [kbd]config[/kbd] e incluíu o nome de " "usuario e o contrasinal para o rexistro automático, o que non é unha opción " @@ -12972,23 +13021,23 @@ msgstr "Seguir estas instrucións de manipulación de datos:" msgid "Create version" msgstr "Crear unha versión" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Obter máis temas!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tipos MIME dispoñíbeis" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformacións dispoñíbeis" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descrición" @@ -13005,7 +13054,7 @@ msgstr "Actualizouse o perfil." msgid "VIEW name" msgstr "Nome da VISTA" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Renomear a vista como" @@ -14620,9 +14669,9 @@ msgstr "concurrent_insert está definido como 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Cando isto se configura como [kbd]aniñado[/kbd], o alcume do nome da " #~ "táboa só se emprega para partir/aniñar as táboas de acordo coa directiva " diff --git a/po/he.po b/po/he.po index a87a1b43c8..b6f8be47d8 100644 --- a/po/he.po +++ b/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-03 10:24+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Hebrew %s:" msgstr "שאילתת SQL על מסד הנתונים %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "שליחת שאילתה" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "השרת אינו מגיב" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2555,8 +2555,8 @@ msgstr[0] "תוצאה אחת (%1$s) בטבלה %2$s" msgstr[1] "%1$s תוצאות בטבלה %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "עיון" @@ -2611,32 +2611,34 @@ msgstr "תיקיית בית של נתונים" msgid "Restore column order" msgstr "הוספת/מחיקת עמודות שדה" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "התחלה" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "הקודם" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "הבא" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2768,7 +2770,7 @@ msgid "The row has been deleted" msgstr "השורה נמחקה" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2824,8 +2826,8 @@ msgstr "סימון הכול" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2927,7 +2929,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2960,12 +2962,13 @@ msgid "Cardinality" msgstr "מספור" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "איסוף" @@ -2993,7 +2996,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "שרת" @@ -3004,9 +3007,9 @@ msgid "View" msgstr "תצוגה" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3017,32 +3020,32 @@ msgid "Structure" msgstr "מבנה" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "חיפוש" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "הכנסה" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "פעולות" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3083,53 +3086,54 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "מאגרי נתונים" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "משתמש" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "דו\"ח בינארי" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "שכפול" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "משתנים" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "קידודים" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "מנועים" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "שגיאה" @@ -3224,7 +3228,8 @@ msgstr "טבלאות" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "שדות" @@ -3791,135 +3796,135 @@ msgstr "שאילתת SQL" msgid "MySQL said: " msgstr "MySQL אמר: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "הסברת SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "ללא קוד PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "ייצור קוד PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "רענון" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 #, fuzzy msgid "Skip Validate SQL" msgstr "בדיקת תקינות SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "בדיקת תקינות SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "מנועים" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "יום ראשון" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y בזמן %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s ימים, %s שעות, %s דקות ו- %s שניות" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "הוספת שדה חדש" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "קפיצה אל מאגר נתונים "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format msgid "Select from the web server upload directory %s:" msgstr "שמירת שרת בתוך תיקיית %s" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "ריקון" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "הדפסה" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "יצירה" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "עדכון אחרון" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "נבדק לאחרונה" @@ -3928,9 +3933,9 @@ msgstr "נבדק לאחרונה" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4074,8 +4079,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "מבוטל" @@ -4240,8 +4245,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "איפוס" @@ -4309,8 +4318,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4506,8 +4515,8 @@ msgstr "דחיסה" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4758,8 +4767,8 @@ msgstr "" msgid "Customize default options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4880,8 +4889,9 @@ msgstr "מספר דף:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5651,8 +5661,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5795,387 +5805,397 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "חיפוש" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "מאגר נתונים" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "קוד שרת (ID)" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "ניתוח טבלה" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "תיקון טבלה" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "בחירת שרת" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "מציג הערות עמודה" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "איחוי טבלה" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "משפטים" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "גרסת שרת" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "ראיית מידע PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "ראיית טבלאות" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "הראה רשת" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "הראה שאילתות שלמות" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "שאילתת SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "סטטיסטיקת שורה" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6183,81 +6203,81 @@ msgstr "" msgid "Password" msgstr "סיסמא" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "שם משתמש:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "הוספת/מחיקת עמודות שדה" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ברירת מחדל" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6265,45 +6285,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6311,7 +6331,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6319,61 +6339,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6381,32 +6417,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "תיעוד" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "אפשרויות ייצוא מאגר נתונים" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV עבור MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7249,8 +7285,8 @@ msgstr "יצירת אינדקס על %s  עמודות" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "בינארי" @@ -7382,189 +7418,189 @@ msgstr "האם אתה באמת רוצה " msgid "No change" msgstr "ללא שינוי" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "קידוד" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "בולגרית" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "אין חשיבות לרישיות (case)" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "יש חשיבות לרישיות (case)" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "קרואטית" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "צ'יכית" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "דנית" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "אנגלית" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "אסטונית" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "גרמנית" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "מילון" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "ספר טלפונים" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "הונגרית" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "איסלנדית" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "יפנית" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "לטבית" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "ליטאית" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "פרסית" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "פולנית" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "רומנית" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "סלובקית" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "סלובנית" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "ספרדית" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "ספרדית מסורתית" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "שוודית" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "טורקית" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "אוקראינית" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "רוסית" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "בלטית" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "ארמנית" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "קירילית" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "ערבית" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "עברית" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "גרוזינית" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "יוונית" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "לא ידוע" @@ -7771,7 +7807,7 @@ msgstr "שינוי שם טבלה אל" msgid "Table comments" msgstr "הערות לטבלה" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "מנוע אחסון" @@ -7941,20 +7977,28 @@ msgstr "שם משתמש:" msgid "Server Choice:" msgstr "בחירת שרת" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "נכשל בכניסה לשרת MySQL" @@ -8030,7 +8074,7 @@ msgstr "החלפת NULL ע\"י" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8458,6 +8502,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "תיעוד" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8596,93 +8646,93 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "לא בסדר" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "אישור" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "מופעל" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "תכונות קשר כלליות" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "הצגת תכונות" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "יצירה של קבצי PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "מציג הערות עמודה" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 #, fuzzy msgid "Browser transformation" msgstr "שינויי צורה זמינים" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "שאילתות SQL מועדפות" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "היסטוריית SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ללא תיאור" @@ -8736,7 +8786,7 @@ msgstr "" msgid "Variable" msgstr "משתנה" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "קוד שרת (ID)" @@ -8873,7 +8923,7 @@ msgstr "" msgid "Event name" msgstr "סוג אירוע" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "סוג אירוע" @@ -9257,38 +9307,35 @@ msgstr "לא נמצאו טבלאות במאגר נתונים." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "הטבלה \"%s\" לא קיימת!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "אנא הגדר נקודות ציון עבור טבלה %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9362,53 +9409,53 @@ msgstr "שמות עמודה" msgid "Display relational schema" msgstr "הצגת תרשים PDF" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "הראה רשת" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "ראיית צבע" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "ראיית ממדים של טבלאות" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "הצגת כל הטבלאות ברוחב זהה" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "מילון נתונים" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "אנכי" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "יצירה" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "גודל דף" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9416,12 +9463,12 @@ msgstr "" "לעמוד הנוכחי יש הפניות לטבלאות שכבר לא קיימות. האם אתה רוצה למחוק את הפניות " "אלו?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9432,6 +9479,78 @@ msgstr "" msgid "Current Server:" msgstr "שרת" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "שם דו\"ח" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "מיקום" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "מיקום מקורי" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "מידע" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "הראה שאילתות שלמות" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "חבילות קידוד" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "התחלה" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Persian" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "מבוטל" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "ללא הרשאות." @@ -10257,10 +10376,6 @@ msgstr "הוספת שדה חדש" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "מידע" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "שימוש מקום" @@ -10269,7 +10384,7 @@ msgstr "שימוש מקום" msgid "Effective" msgstr "יעיל" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10748,34 +10863,6 @@ msgstr "טבלה %s לא נמצאה או לא קיימת בתוך %s" msgid "File doesn't exist" msgstr "הטבלה \"%s\" לא קיימת!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "הראה שאילתות שלמות" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "שם דו\"ח" - -#: server_binlog.php:187 -msgid "Position" -msgstr "מיקום" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "מיקום מקורי" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "חבילות קידוד" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10813,7 +10900,7 @@ msgstr "" msgid "No databases" msgstr "אין מאגרי נתונים" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "מנועי אחסון" @@ -10821,45 +10908,6 @@ msgstr "מנועי אחסון" msgid "View dump (schema) of databases" msgstr "ראיית הוצאה (תבנית) של מאגרי נתונים" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "התחלה" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Persian" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "מבוטל" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12233,8 +12281,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12707,23 +12755,23 @@ msgstr "" msgid "Create version" msgstr "גרסת שרת" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "השג סגנונות נוספים!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "סוגי MIME זמינים" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "שינויי צורה זמינים" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12742,7 +12790,7 @@ msgstr "הפרופיל עודכן בהצלחה." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "שינוי שם טבלה אל" diff --git a/po/hi.po b/po/hi.po index 737600c6cf..840587788a 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-09 12:34+0200\n" "Last-Translator: Ghanshyam Bagul \n" "Language-Team: Hindi \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "सभी दिखाएँ" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "पृष्ठ संख्या:" @@ -57,7 +57,7 @@ msgstr "ढूंढें" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "ढूंढें" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "ढूंढें" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "जाएँ" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "मुख्यनाम" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "वर्णन" @@ -104,8 +104,8 @@ msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." msgstr "" -"ये %s फ़ाइल तंत्र में उपलब्ध नहीं है, कृपया अधिक जानकारी के लिए " -"www.phpmyadmin.net वेबसाईट पर जाएँ।" +"ये %s फ़ाइल तंत्र में उपलब्ध नहीं है, कृपया अधिक जानकारी के लिए www.phpmyadmin.net " +"वेबसाईट पर जाएँ।" #: db_create.php:74 #, php-format @@ -271,7 +271,7 @@ msgstr "हाँ" msgid "View dump (schema) of database" msgstr "डेटाबेस का डंप (स्कीमा) नजारा" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "डाटाबेस में कोई टेबल नहीं।" @@ -296,7 +296,6 @@ msgstr "डेटाबेस %s का नाम बदल कर %s रखा #: db_operations.php:133 #, php-format -#| msgid "Database %s has been copied to %s" msgid "Database %1$s has been copied to %2$s" msgstr "डेटाबेस %1$s से %2$s में नकल किया गया है" @@ -310,7 +309,7 @@ msgstr "" "%sयहाँ%s पर क्लिक करें." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -372,13 +371,12 @@ msgstr "आपको कम से कम एक स्तंभ प्रदर #: db_qbe.php:60 #, php-format -#| msgid "visual builder" msgid "Switch to %svisual builder%s" msgstr "%s दृश्य निर्माता %s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -393,7 +391,7 @@ msgid "Tracked tables" msgstr "ट्रैक की गयी टेबलएं" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -416,7 +414,7 @@ msgstr "बनाया" msgid "Updated" msgstr "अद्यतन" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -440,7 +438,7 @@ msgid "Delete tracking data for this table" msgstr "इस टेबल के लिए ट्रैकिंग डेटा हटाएँ" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -475,53 +473,50 @@ msgstr "लापता टेबलएं" msgid "Track table" msgstr "टेबलओं को ट्रैक करें" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "डेटाबेस का रोजनामचा" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "खोटा प्रकार" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "चयनित निर्यात प्रकार को फाइल में संचित करने की आवश्यकता है!" -#: export.php:229 -#| msgid "Add index" +#: export.php:231 msgid "Bad parameters!" msgstr "गलत पैरामीटर्स!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "%s फाइल को सेव करने के लिए अपर्याप्त जगह पायी गयी है." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" "%s फाइल पहले से ही सर्वर पर मौजूद है, फ़ाइल नाम परिवर्तन अधिलेखित या विकल्प की जाँच करें." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "वेब सर्वर के पास फ़ाइल %s को सेव करने की अनुमति नहीं है." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "डंप को %s फाइल में सेव किया गया है." #: file_echo.php:22 -#| msgid "Export type" msgid "Invalid export type" msgstr "अमान्य निर्यात प्रकार" #: gis_data_editor.php:112 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Value for the column \"%s\"" msgstr "\"%s\" काँलम के लिए मूल्य" @@ -615,20 +610,16 @@ msgid "" "Choose \"GeomFromText\" from the \"Function\" column and paste the string " "below into the \"Value\" field" msgstr "" -"\"Function\" स्तंभ से \"GeomFromText\" चुनें और \"Value\" क्षेत्र में नीचे " -"स्ट्रिंग पेस्ट करे" +"\"Function\" स्तंभ से \"GeomFromText\" चुनें और \"Value\" क्षेत्र में नीचे स्ट्रिंग पेस्ट करे" #: import.php:107 #, php-format -#| msgid "" -#| "You probably tried to upload too large file. Please refer to " -#| "%sdocumentation%s for ways to workaround this limit." msgid "" "You probably tried to upload a file that is too large. Please refer to " "%sdocumentation%s for a workaround for this limit." msgstr "" -"आप शायद बहुत बड़ी फाइल अपलोड करने की कोशिश कर रहे हैं. इस दुविधा के लिए " -"कृपया करके %sdocumentation%s पढ़ें." +"आप शायद बहुत बड़ी फाइल अपलोड करने की कोशिश कर रहे हैं. इस दुविधा के लिए कृपया करके " +"%sdocumentation%s पढ़ें." #: import.php:250 import.php:516 msgid "Showing bookmark" @@ -700,55 +691,51 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "आपकी SQL कुएरी सफलता के साथ पूरी की गई है" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "वापस" -#: index.php:115 -#| msgid "General relation features" +#: index.php:114 msgid "General Settings" msgstr "सामान्य स्थापना" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "पासव्रड बदलिये" -#: index.php:157 -#| msgid "MySQL connection collation" +#: index.php:160 msgid "Server connection collation" msgstr "MySQL जोडणी मिलान" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "उपस्थिति सेटिंग्स" -#: index.php:213 prefs_manage.php:281 -#| msgid "General relation features" +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "अधिक स्थापना" -#: index.php:234 -#| msgid "Database for user" +#: index.php:237 msgid "Database server" msgstr "डेटाबेस सर्वर" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "सर्वर:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server port" msgid "Server type:" msgstr "सर्वर" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -756,81 +743,79 @@ msgstr "सर्वर" msgid "Server version:" msgstr "संस्करण दिखाएँ" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "अधिक सेटिंग्स" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "यूसर" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server socket" msgid "Server charset:" msgstr "सर्वर गर्तिका" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "वेब सर्वर" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Use light version" msgid "Database client version:" msgstr "सरल संस्करण का उपयोग" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "PHPविस्तार" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP कि जानकारी दिखाओ" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "संस्करण जानकारी" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "प्रलेखन" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "phpMyAdmin का आधिकारिक होमपेज" -#: index.php:356 -#| msgid "Attributes" +#: index.php:359 msgid "Contribute" msgstr "योगदान" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "समर्थन पाएं" -#: index.php:370 -#| msgid "No change" +#: index.php:373 msgid "List of changes" msgstr "परिवर्तनों की सूची" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -838,21 +823,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -860,29 +845,29 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " "once phpMyAdmin has been configured. Otherwise the security of your server " "may be compromised by unauthorized people downloading your configuration." msgstr "" -"[code]config[/code] डायरेक्टरी जो सेटअप स्क्रिप्ट ने इस्तेमाल की है, वो " -"अभीभी phpMyAdmin डायरेक्टरी में मोजूद है। आपको यह निर्देश है की जैसेही " -"phpMyAdmin कॉन्फ़िगरेशन हो जाये उसे मिटा दे। वर्ना अनधिकृत लोग जो आपका " -"कॉन्फ़िगरेशन डाउनलोड करेंगे उनसे आपकी सर्वर की सुरक्षा खतरेमे आ सकती है।" +"[code]config[/code] डायरेक्टरी जो सेटअप स्क्रिप्ट ने इस्तेमाल की है, वो अभीभी " +"phpMyAdmin डायरेक्टरी में मोजूद है। आपको यह निर्देश है की जैसेही phpMyAdmin कॉन्फ़िगरेशन " +"हो जाये उसे मिटा दे। वर्ना अनधिकृत लोग जो आपका कॉन्फ़िगरेशन डाउनलोड करेंगे उनसे आपकी " +"सर्वर की सुरक्षा खतरेमे आ सकती है।" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| "ditional features for working with linked tables have been ctivated. To d " @@ -894,14 +879,14 @@ msgstr "" "लिंक्ड टेबलओं के साथ काम करने के लिए अतिरिक्त सुविधाओं को निष्क्रिय कर दिया गया है. क्यों ये " "किया गया है, जानने के लिए %shere%s पर क्लिक करें." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1018,12 +1003,12 @@ msgid "Other" msgstr "अन्य" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1122,44 +1107,44 @@ msgstr "बाइट प्राप्त हुए" msgid "Connections" msgstr "कनेक्शन" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "प्रक्रियाएँ" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "बिट्स" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "किलोबाइट" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "मेगाबाइट" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "गीगाबाइट" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "टॅराबाइट" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "पॅटाबाइट" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "अॅग्जाबाइट" @@ -1177,7 +1162,7 @@ msgstr "प्रश्न" msgid "Traffic" msgstr "व्यस्तता" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "सेटिंग्स" @@ -1204,7 +1189,7 @@ msgstr "कृपया, श्रृंखला में कम से कम #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "कुछ नहीं" @@ -1219,8 +1204,8 @@ msgstr "देखभाल व्यवस्था को एक बार य #: js/messages.php:121 msgid "general_log and slow_query_log are enabled." msgstr "" -"सामान्य पञ्जिका (general_log) तथा धीमी क्वॅरी पञ्जिका (slow_query_log) समर्थ " -"किये गए।" +"सामान्य पञ्जिका (general_log) तथा धीमी क्वॅरी पञ्जिका (slow_query_log) समर्थ किये " +"गए।" #: js/messages.php:122 msgid "general_log is enabled." @@ -1265,8 +1250,8 @@ msgid "" "Following settings will be applied globally and reset to default on server " "restart:" msgstr "" -"सर्वर के दुबारा चालू होने पर अग्रवर्णित व्यवस्थाएं समूचे तंत्र में एक साथ " -"लागू होंगी और पुनः डिफ़ॉल्ट पर सेट हो जाएँगी:" +"सर्वर के दुबारा चालू होने पर अग्रवर्णित व्यवस्थाएं समूचे तंत्र में एक साथ लागू होंगी और पुनः " +"डिफ़ॉल्ट पर सेट हो जाएँगी:" #. l10n: %s is FILE or TABLE #: js/messages.php:131 @@ -1494,7 +1479,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1678,12 +1663,10 @@ msgstr "" #: js/messages.php:253 #, php-format -#| msgid "Values for the column \"%s\"" msgid "Values for column %s" msgstr "%s स्तंभ के लिए मूल्य" #: js/messages.php:254 -#| msgid "Values for the column \"%s\"" msgid "Values for a new column" msgstr "नए स्तंभ के लिए मूल्य" @@ -1711,8 +1694,8 @@ msgstr "क्वॅरी बॉक्स दिखाएँ" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1738,8 +1721,8 @@ msgstr "क्वॅरी क्रियान्वन में लगा msgid "%d is not valid row number." msgstr "%d एक वैध पंक्ति संख्या नहीं है।" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2057,63 +2040,63 @@ msgid "December" msgstr "दिसम्बर" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "जनवरी" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "फरवरी" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "मार्च" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "अप्रैल" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "मई" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "जून" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "जुलाई" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "अगस्त" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "सितम्बर" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "अक्तूबर" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "नवम्बर" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "दिसमबर" @@ -2154,32 +2137,32 @@ msgid "Sun" msgstr "रविवार" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "सोमवार" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "मंगलवार" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "बुधवार" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "गुरुवार" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "शुक्रवार" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "शनिवार" @@ -2328,7 +2311,7 @@ msgstr "फ़ॉन्ट का आकार" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "आरोही" @@ -2337,7 +2320,7 @@ msgstr "आरोही" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "अवरोही" @@ -2418,27 +2401,27 @@ msgstr "" msgid "SQL query on database %s:" msgstr "डेटाबेस %s पर SQL क्वरी:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "क्वरी भेजें" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "सर्वर जवाब नहीं दे रहा" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "विवरण…" @@ -2480,8 +2463,8 @@ msgstr[0] "%s टेबल के अंदर %s मैच हैं." msgstr[1] "%s टेबल के अंदर %s मैच हैं." #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "ब्राउज़" @@ -2537,32 +2520,34 @@ msgstr "निर्देशिका बचाना" msgid "Restore column order" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "प्रारंभ" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "पिछला" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "अगला" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2685,7 +2670,7 @@ msgid "The row has been deleted" msgstr "रौ को डिलीट कर दिया" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2741,8 +2726,8 @@ msgstr "सभी को चेक करें" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2824,8 +2809,8 @@ msgstr "फ़ाइल अपलोड करने में अज्ञा #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"अपलोड की गयी फाइल की जगह बदलने में त्रुटि आई है. [doc@faq1-1]अकसर किये गए सवाल 1,11" -"[/doc] देखें" +"अपलोड की गयी फाइल की जगह बदलने में त्रुटि आई है. [doc@faq1-1]अकसर किये गए सवाल " +"1,11[/doc] देखें" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -2844,7 +2829,7 @@ msgstr "phpMyAdmin की नई विंडो खोलें" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2877,12 +2862,13 @@ msgid "Cardinality" msgstr "प्रमुखता" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "क्रम में करें" @@ -2909,7 +2895,7 @@ msgid "" msgstr "सूचकांक %1$s और %2$s बराबर लगने के कारन उनमें से संभवतः हटाया जा सकता है." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "सर्वर" @@ -2920,9 +2906,9 @@ msgid "View" msgstr "दृश्य" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2933,32 +2919,32 @@ msgid "Structure" msgstr "संरचना" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "ढूंढें" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "इनसर्ट" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "कार्रवाई" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "नज़र रखना" @@ -2999,53 +2985,54 @@ msgstr "नियमित कार्य" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "डिजाइनर" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "डाटाबेस" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "यूसर" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "बाइनरी लोग" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "प्रतिकृति" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "प्रक्रियां" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "चरित्र सेट" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "इंजन" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "त्रुटि" @@ -3142,7 +3129,8 @@ msgstr "टेबल" msgid "Transaction coordinator" msgstr "लेन - देन समन्वयक" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "फाइलें" @@ -3714,134 +3702,134 @@ msgstr "SQL क्वरी" msgid "MySQL said: " msgstr "MySQL ने कहा: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL सत्यापनकर्ता से जुड़ने में विफल!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL की व्याख्या" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL की व्याख्या को छोड़ जाना" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "php कोड के बिना" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP Code बनाओ" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "ताज़ा करना" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL की पुष्टि को छोड़ जाना" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL की पुष्टि करना" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "इस कुएरी की इनलाइन एडिट" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "इनलाइन" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "रूपरेखा" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "रविवार" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B, %Y को %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s दिन, %s घंटे, %s मिनट and %s सेकंड" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "नियमित कार्य" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" डेटाबेस पर जायें;" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s कार्यक्षमताएक एक बग के द्वारा जनि जाती है| %s पर ध्यान दे" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "चयन करने के लिए क्लिक करें." -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "अपना कंप्यूटर ब्राउज़ करें:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "अपने वेब सर्वर की अपलोड डिरेक्टरी से चुने %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "आपकी अपलोड दिरेक्टोरी तक पहुंचा नहीं जा सकता" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "अपलोड करने के लिए फाइल उपलब्ध नहीं" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "खाली" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "छापें" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "रचना" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "पिछला नवीनीकरण" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "पिछली जाँच" @@ -3850,9 +3838,9 @@ msgstr "पिछली जाँच" msgid "shared" msgstr "साझा" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4003,8 +3991,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "अक्षम" @@ -4160,8 +4148,12 @@ msgstr "मूलभूत मान को बहाल" msgid "Allow users to customize this value" msgstr "कर्ता को इस मूल्य को अनुकूलित करने की अनुमति दें" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "रीसेट" @@ -4235,8 +4227,8 @@ msgstr "CHAR कॉलम संपादन" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4427,8 +4419,8 @@ msgstr "संक्षिप्तीकरण" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4666,8 +4658,8 @@ msgstr "ब्राउज़ मोड अनुकूलित" msgid "Customize default options" msgstr "डिफ़ॉल्ट विकल्प अनुकूलित" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4783,8 +4775,9 @@ msgstr "पृष्ठ शीर्षक" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "निर्दिष्ट ब्राउज़र की शीर्षक पट्टी पाठ. [doc@cfg_TitleTable]documentation[/doc] " "जादू स्ट्रिंग को विशेष मान पाने के लिए इस्तेमाल किया जा सकता है." @@ -4972,8 +4965,8 @@ 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]" +"आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@http://en.wikipedia.org/wiki/" +"Gzip]gzip[/a]" #: libraries/config/messages.inc.php:235 msgid "GZip" @@ -5600,8 +5593,8 @@ msgstr "बुकमार्क टेबल" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" #| "kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" @@ -5710,8 +5703,8 @@ msgstr "डेटाबेस छिपाना" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5756,25 +5749,35 @@ msgid "Connect without password" msgstr "पासवर्ड के बिना कनेक्ट करें" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "ढूंढें" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "केवल सूचीबद्ध डेटाबेस दिखाएँ" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "अगर विन्यास प्राधिकरण का उपयोग नहीं तो खाली छोड़ दें" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "विन्यास प्राधिकरण के लिए पासवर्ड" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5783,30 +5786,30 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF स्कीमा: पृष्ठों टेबल" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "डेटाबेस नाम" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "MySQL सर्वर किस port पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "सर्वर" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -5816,65 +5819,65 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "याद यूसर नाम" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "संबंध टेबल" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "उपलब्ध डेटाबेस लाने के लिए प्रशन" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES आदेश" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "signon सत्र नाम" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 +msgid "Signon session name" +msgstr "signon सत्र नाम" + +#: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "MySQL किस गर्तिका पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "सर्वर गर्तिका" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "MySQL कनेक्शन के लिए SSL सक्षम करने" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL का उपयोग" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5884,11 +5887,11 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5898,11 +5901,11 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "काँलम टेबल दिखाएँ" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" @@ -5911,33 +5914,33 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "User preferences storage table" msgid "UI preferences table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "ड्रॉप डेटाबेस जोड़ें" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "ड्रॉप टेबल जोड़ें" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5945,224 +5948,224 @@ msgstr "" "क्या DROP VIEW IF EXISTS बयान पहली लाइन की तरह जोड़े जायेगा, जब एक दृश्य का लोग बन " "रहा है" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW जोडें" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "बयान ट्रैक करने के लिए" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL क्वरी ट्रैकिंग टेबल" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "स्वतः संस्करण बनाना" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "विन्यास प्राधिकरण के लिए यूसर" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "इस सर्वर का विवरण, होस्ट नाम दिखने के लिए खाली छोडें" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "इस सर्वर का वाचाल नाम" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "क्या एक उसेर को "show all (rows)" बटन दिखाना है" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "सभी रोयों को प्रदर्शित करने की अनुमति" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "पासवर्ड बदलने के फार्म" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "डेटाबेस बनाने का फार्म" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "अधिक क्रियाएँ दिखाओ" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "मास्टर अवस्था" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Default display direction" msgid "Show display direction" msgstr "मूलभूत प्रदर्शन दिशा" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "फ़ील्ड प्रकार दिखाएँ" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "ग्रिड दिखाओ" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo() लिंक दिखाएँ" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "विस्तृत mysql सर्वर जानकारी" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "क्या phpMyAdmin द्वारा उत्पन SQL प्रशन प्रदर्शित करनी है" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL प्रशन दिखाएँ" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "क्वरी बॉक्स छुपा" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "डेटाबेस और टेबल आँकड़े प्रदर्शित करने की अनुमति दें" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "आँकड़े दिखाएँ" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "प्रदर्शन टूलटिप्स में टेबल टिप्पणियाँ" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "बंद टेबलओं को छोड़" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6170,77 +6173,77 @@ msgstr "" msgid "Password" msgstr "पासवर्ड" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL मान्य करता सक्षम" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" "अगर आप एक कस्टम यूसर हैं,तो यहाँ निर्दिष्ट करें, (defaults to [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "यूसर नाम" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "अगर Suhosin का पता चलता है तो चेतावनी दी जाएगी" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin चेतावनी" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "क्षेत्र रोयाँ" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "ब्राउज़र विंडो का शीर्षक है जब एक डेटाबेस का चयन किया" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी डेटाबेस का चयन नहीं किया है" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "डिफ़ॉल्ट शीर्षक" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "ब्राउज़र विंडो का शीर्षक है जब एक सर्वर का चयन किया" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी सर्वर का चयन नहीं किया है" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6248,45 +6251,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "विश्वसनीय proxies की सूची IP अनुमति / इनकार के लिए" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "सर्वर पर निर्देशिका जहाँ आप आयात करने के लिए फाइल अपलोड कर सकते हैं" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "अपलोड निर्देशिका" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "संपूर्ण डेटाबेस के अंदर तलाश करने के लिए अनुमति" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "डेटाबेस खोज का प्रयोग" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "सेटिंग्स में डेवलपर टैब को सक्रिय करें" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "नवीनतम संस्करण के लिए जाँच" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "phpMyAdmin के मुख्य पृष्ठ पर नवीनतम संस्करण के लिए जाँच की अनुमति" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6294,7 +6297,7 @@ msgstr "phpMyAdmin के मुख्य पृष्ठ पर नवीनत msgid "Version check" msgstr "संस्करण की जांच" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6302,67 +6305,83 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "संस्करण की जांच" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "संस्करण की जांच" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "संस्करण की जांच" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "विन्यास प्रमाणीकरण" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "कुकी प्रमाणीकरण" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP प्रमाणीकरण" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "signon प्रमाणीकरण" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6370,32 +6389,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "दस्तावेज़ खोलें" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "तुरंत" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "कस्टम" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "डेटाबेस निर्यात विकल्प" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV for MX Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7216,8 +7235,8 @@ msgstr " %s  कोलम पर इन्डेक्स बनाऐ msgid "Hide" msgstr "छिपाना" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "बइनरी" @@ -7348,189 +7367,189 @@ msgstr "क्या आप सचमुच चाहते है की" msgid "No change" msgstr "कोइ बदलाव नहीं" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "कोई" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "बल्गेरियन्" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "चीनी सरलीकृत" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "पारंपरिक चीनी" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "असंवेदनशील मामला" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "संवेदनशील मामला" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "क्रोएशियाई" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "चेक" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "डेनिश" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "अंग्रेजी" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "एस्पेरांतो" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "एस्तोनियावासी" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "जर्मन" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "शब्दकोश" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "फोन की किताब" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "हंगेरी" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "आइसलैंड का" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "जापानी" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "लात्वीयावासी" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "लिथुआनियाई" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "कोरियन" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "फ़ारसी" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "फ़ारसी" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "पश्चिम यूरोपीय" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "रोमानियाई" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "स्लोवाक" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "स्लोवेनियाई" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "स्पेनिश" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "पारंपरिक स्पेनिश" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "स्वीडिश" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "थाई" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "तुर्क" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "यूक्रेनी" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "यूनिकोड" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "बहुभाषी" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "सामान्य यूरोपीय" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "रशियन" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "बाल्टिक" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "आर्मेनियन" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "अरबी" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "यहूदी" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "जॉर्जियाई" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "ग्रीक" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "चेक-स्लोवाक" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "अज्ञात" @@ -7737,7 +7756,7 @@ msgstr "टेबल का नाम बदलें" msgid "Table comments" msgstr "टेबल टिप्पणि:" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7899,20 +7918,28 @@ msgstr "उपयोक्तानाम:" msgid "Server Choice:" msgstr "सर्वर चुनिये" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "पासवर्ड के बिना लॉग इन विन्यास से मना किया गया है (AllowNoPassword देखें)." -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s सेकंड के भीतर कोई गतिविधि नहीं है. कृपया फिर से लोगिन करें." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL सर्वर में प्रवेश नहीं कर सकते" @@ -7988,7 +8015,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8410,6 +8437,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "दस्तावेज़ खोलें" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8548,94 +8581,94 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ठीक नहीं है" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "ठीक है" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "सक्षम" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "सामान्य सुविधाओं के संबंध" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "फीचरस दिखाओ" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDFs का निर्माण" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "काँलम सामग्री प्रदर्शित" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "सामग्री दिखाने" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "बुकमार्क किया हुआ SQL-क्वरी" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL- इतिहास" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "के लिए" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "प्रयोक्ता वरीयताएँ" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "सेटअप करने के लिए त्वरित कदम उन्नत सुविधाओं" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "कोई विवरण नहीं" @@ -8690,7 +8723,7 @@ msgstr "स्लाव की स्थिति" msgid "Variable" msgstr "स्थिति" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "सर्वर आईडी" @@ -8832,7 +8865,7 @@ msgstr "विवरण…" msgid "Event name" msgstr "इवेंट प्रकार " -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "इवेंट प्रकार" @@ -9238,40 +9271,37 @@ msgstr "डाटाबेस में कोई टेबल नहीं।" msgid "There are no events to display." msgstr "अपलोड करने के लिए फाइल उपलब्ध नहीं" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "%s table(s)" msgid "The %s table doesn't exist!" msgstr "%s टेबल(s) मौजूद नहीं है" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "%s फाइल में कोई भी प्रमुख आईडी नहीं है" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "स्कीमा त्रुटि: " @@ -9345,64 +9375,64 @@ msgstr "कोलम के नाम" msgid "Display relational schema" msgstr "PDF स्कीमा दिखाओ" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "ग्रिड दिखाओ" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "रंग दिखाओ" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "टेबल के परिमाण दिखाओ" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "समान चौड़ाई के सभी टेबल को प्रदर्शित करें." -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "डेटा शब्दकोश" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "केवल कुंजी दिखाओ" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "परिदृश्य" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "चित्र" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "अभिविन्यास" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "पेपर आकार" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "अज्ञात भाषा: %1$s." @@ -9413,6 +9443,77 @@ msgstr "अज्ञात भाषा: %1$s." msgid "Current Server:" msgstr "मौजूदा सर्वर" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "द्विआधारी लॉग देखने के लिए चयनित करें" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "लॉग नाम" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "स्थिति" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "मूल स्थिति" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "सूचना" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "पूर्ण क्वरीों को दिखाएँ" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "प्रारंभ" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "संस्करण" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "अक्षम" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "कोई प्रिविलेज नहीं" @@ -10224,10 +10325,6 @@ msgstr "अनुक्रमणिका जोड़" msgid "Add FULLTEXT index" msgstr "FULLTEXT सूचकांक जोड़ें" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "सूचना" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "स्थान उपयोग" @@ -10236,7 +10333,7 @@ msgstr "स्थान उपयोग" msgid "Effective" msgstr "वास्तविक" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "%1$s टेबल को सफलतापूर्वक बदल दिया गया है" @@ -10694,34 +10791,6 @@ msgstr "" msgid "File doesn't exist" msgstr "फ़ाइल मौजूद नहीं है" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "द्विआधारी लॉग देखने के लिए चयनित करें" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "पूर्ण क्वरीों को दिखाएँ" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "लॉग नाम" - -#: server_binlog.php:187 -msgid "Position" -msgstr "स्थिति" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "मूल स्थिति" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10759,7 +10828,7 @@ msgstr "" msgid "No databases" msgstr "कोइ डाटाबेस नहिं" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "संचयन ोोोइंजन" @@ -10767,44 +10836,6 @@ msgstr "संचयन ोोोइंजन" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "प्रारंभ" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "संस्करण" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "अक्षम" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12188,8 +12219,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12688,23 +12719,23 @@ msgstr "डेटा आपरेशन पर नज़र रखना" msgid "Create version" msgstr "संस्करण बनाएँ" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "अधिक प्रसंग पाएं" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIME परकआर जो उपलब्ध हैं" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "उपलब्ध परिवर्तन" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "वर्णन" @@ -12721,7 +12752,7 @@ msgstr "प्रोफाइल अपडेट कर दिया ।" msgid "VIEW name" msgstr "दृश्य का नाम" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "दृश्य का नाम बदलो" @@ -13919,7 +13950,6 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:464 -#| msgid "max. concurrent connections" msgid "concurrent_insert is set to 0" msgstr "समवर्ती डालना 0 पर सेट है" diff --git a/po/hr.po b/po/hr.po index 508dd8e2a9..b7a5cefe8d 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:20+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Croatian %s:" msgstr "SQL upit nad bazom podataka %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Podnesi upit" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2589,17 +2589,17 @@ msgid "" msgstr "" "(ili priključak lokalnog MySQL poslužitelja nije ispravno konfiguriran)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Poslužitelj ne odgovara" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalji…" @@ -2641,8 +2641,8 @@ msgstr[0] "%s poklapanja unutar tablice %s" msgstr[1] "%s poklapanja unutar tablice %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Pretraživanje" @@ -2697,32 +2697,34 @@ msgstr "Osnovna mapa podataka" msgid "Restore column order" msgstr "Dodaj/Izbriši stupce polja" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Na vrh stranice" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Prethodni" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Sljedeće" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2854,7 +2856,7 @@ msgid "The row has been deleted" msgstr "Redak je izbrisan" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Eliminiraj" @@ -2911,8 +2913,8 @@ msgstr "Označi sve" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3019,7 +3021,7 @@ msgstr "Otvori novi phpMyAdmin prozor" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3052,12 +3054,13 @@ msgid "Cardinality" msgstr "Najvažnije" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Uspoređivanje" @@ -3085,7 +3088,7 @@ msgstr "" "Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Poslužitelj" @@ -3096,9 +3099,9 @@ msgid "View" msgstr "Prikaz" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3109,32 +3112,32 @@ msgid "Structure" msgstr "Strukturu" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Traži" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Umetni" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacije" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Praćenje" @@ -3175,53 +3178,54 @@ msgstr "Rutine" msgid "Events" msgstr "Događaji" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Kreator" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Baze podataka" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Korisnik" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binarni zapisnik" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikacija" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Varijable" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Tablice znakova" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Dodatci" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Pogoni" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Pogreška" @@ -3319,7 +3323,8 @@ msgstr "Tablice" msgid "Transaction coordinator" msgstr "Koordinator transakcije" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Datoteke" @@ -3892,135 +3897,135 @@ msgstr "SQL upit" msgid "MySQL said: " msgstr "MySQL je poručio: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Objasni SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Preskoči Objasni SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Bez PHP koda" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Izradi PHP kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Osvježi" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Preskoči provjeru valjanosti SQL-a" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Provjera valjanosti SQL-a" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Pogoni" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Izrada profila" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ned" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y u %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dana, %s sati, %s minuta i %s sekunda" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Rutine" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Skoči do baze podataka \"%s\"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Na funkcionalnost %s utječe poznati nedostatak. Pogledajte %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Pretraži računalo:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "mapa učitavanja web poslužitelja" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Mapu koju ste odabrali za potrebe učitavanja nije moguće dohvatiti" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Isprazni" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Izvrši" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Ispiši" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Izrada" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Posljednje ažuriranje" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Posljednja provjera" @@ -4029,9 +4034,9 @@ msgstr "Posljednja provjera" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4188,8 +4193,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Onemogućeno" @@ -4355,8 +4360,12 @@ msgstr "Vrati zadanu vrijednost" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Povrat" @@ -4424,8 +4433,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4624,8 +4633,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4878,8 +4887,8 @@ msgstr "" msgid "Customize default options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5001,8 +5010,9 @@ msgstr "Broj stranice:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5799,8 +5809,8 @@ msgstr "Zabilježi tablicu" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5944,391 +5954,401 @@ msgid "Connect without password" msgstr "Spoji se bez lozinke" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Traži" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "naziv baze podataka" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "ID poslužitelja" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiziraj tablicu" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Popravi tablicu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Odabir poslužitelja" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Koristi SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Prikazivanje stupca komentara" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmentiraj tablicu" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Izjave" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Rad s automatskim povratom" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži PHP podatke" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Prikaži stanje potčinjenog" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Opcije izvoza baze podataka" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Prikaži otvorene tablice" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Prikaži mrežu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Prikaži phpinfo() link" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Prikaži detaljne informacije o MySQL serveru" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži pune upite" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL upit" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Statistike redova" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Prikaži otvorene tablice" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6336,80 +6356,80 @@ msgstr "" msgid "Password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Omogući SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Korisničko ime:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dodaj/Izbriši stupce polja" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Default title" msgstr "Preimenuj bazu podataka u" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6417,46 +6437,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Osnovna mapa podataka" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6464,7 +6484,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6472,61 +6492,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV upotrebom LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6534,34 +6570,34 @@ msgstr "CSV upotrebom LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Otvori izračunsku tablicu dokumenta" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Brzo" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Prilagođena boja" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcije izvoza baze podataka" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7481,8 +7517,8 @@ msgstr "Izradi indeks  %s stupaca" msgid "Hide" msgstr "Sakrij" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binarno" @@ -7618,189 +7654,189 @@ msgstr "Želite li zaista " msgid "No change" msgstr "Bez izmjena" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Tablica znakova" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bugarski" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Kineski, pojednostavljen" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Kineski, tradicionalan" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "nebitna veličina znakova" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "veličina znakova je važna" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Hrvatski" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Češki" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danski" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engleski" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonski" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Njemački" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "rječnik" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonski imenik" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Mađarski" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandski" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanski" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvijski" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litavski" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejski" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perzijski" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poljski" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zapadno europski" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumunjski" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovački" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenski" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Španjolski" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Španjolski, tradicionalan" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedski" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turski" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinski" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "višejezično" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Srednjoeuropski" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruski" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltički" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenski" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Ćirilica" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arapski" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrejski" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzijski" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grčki" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Češki ili Slovački" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nepoznato" @@ -8024,7 +8060,7 @@ msgstr "Preimenuj tablicu u" msgid "Table comments" msgstr "Komentari tablice" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Pogon pohrane" @@ -8195,20 +8231,28 @@ msgstr "Korisničko ime:" msgid "Server Choice:" msgstr "Odabir poslužitelja" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Nije bilo nikakvih aktivnosti tijekom %s sekunda. Prijavite se ponovo." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Prijavljivanje na MySQL poslužitelj nije moguće" @@ -8284,7 +8328,7 @@ msgstr "NULL zamijeni s" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8713,6 +8757,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Otvori izračunsku tablicu dokumenta" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8933,93 +8983,93 @@ msgstr "" "Prikazuje vezu. Polje sadrži naziv datoteke. Prva opcija je URL prefiks, " "poput \"http://www.example.com/\". Druga opcija je naziv veze." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nije OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "U redu " -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Omogućeno" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Opće osobine relacija" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Osobine prikaza" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Izrada PDF datoteka" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Prikazivanje stupca komentara" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Pretvaranje preglednika" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Pogledajte dokumentaciju radi uputa o ažuriranju tablice column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Favorizirani SQL upit" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL povijest" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Korisničke postavke" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "bez opisa" @@ -9075,7 +9125,7 @@ msgstr "Prikaži stanje potčinjenog" msgid "Variable" msgstr "Varijabla" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID poslužitelja" @@ -9217,7 +9267,7 @@ msgstr "Detalji…" msgid "Event name" msgstr "Vrsta događaja" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Vrsta događaja" @@ -9614,39 +9664,36 @@ msgstr "U bazi podataka nisu pronađene tablice." msgid "There are no events to display." msgstr "Provjeri tablicu" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tablica \"%s\" ne postoji!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Konfigurirajte koordinate tablice %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Shema \"%s\" baza podataka - stranica %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9720,53 +9767,53 @@ msgstr "Nazivi stupaca" msgid "Display relational schema" msgstr "Shema relacija" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Prikaži mrežu" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Prikaži boju" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Prikaži dimenzije tablice" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Prikaz svih tablica sa istom širinom" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Rječnik podataka" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Položeno" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portret" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Izrada" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Veličina papira" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9774,12 +9821,12 @@ msgstr "" "Trenutna stranica sadrži reference prema tablicama koje više ne postoje. " "Želite li izbrisati te reference?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Uključi bilješke" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Nepoznati jezik: %1$s." @@ -9790,6 +9837,78 @@ msgstr "Nepoznati jezik: %1$s." msgid "Current Server:" msgstr "Poslužitelj" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Odaberite binarni zapisnik za prikaz" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Naziv zapisnika" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Položaj" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Izvorni položaj" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Podaci" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Sreži prikazane rezultate" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Prikaži pune upite" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Tablica znakova i uspoređivanja" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduli" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Na vrh stranice" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Dodatak" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Biblioteka" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Perzijski" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licenca" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Onemogućeno" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Bez privilegija." @@ -10639,10 +10758,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Podaci" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Iskorištenost prostora" @@ -10651,7 +10766,7 @@ msgstr "Iskorištenost prostora" msgid "Effective" msgstr "Na snazi" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tablica %1$s uspješno je izmijenjena" @@ -11138,34 +11253,6 @@ msgstr "tablica %s nije pronađena ili nije zadana u %s" msgid "File doesn't exist" msgstr "Tablica \"%s\" ne postoji!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Odaberite binarni zapisnik za prikaz" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Sreži prikazane rezultate" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Prikaži pune upite" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Naziv zapisnika" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Položaj" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Izvorni položaj" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Tablica znakova i uspoređivanja" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -11203,7 +11290,7 @@ msgstr "" msgid "No databases" msgstr "Nema baza podataka" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Pogoni pohrane" @@ -11211,45 +11298,6 @@ msgstr "Pogoni pohrane" msgid "View dump (schema) of databases" msgstr "Prikaži ispis (shemu) baza podataka" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduli" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Na vrh stranice" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Dodatak" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Biblioteka" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Perzijski" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licenca" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Onemogućeno" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12763,8 +12811,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13244,23 +13292,23 @@ msgstr "" msgid "Create version" msgstr "Izradi relaciju" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Raspoložive MIME vrste" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Raspoloživa preoblikovanja" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13279,7 +13327,7 @@ msgstr "Profil je ažuriran." msgid "VIEW name" msgstr "Naziv prikaza" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Preimenuj prikaz u" diff --git a/po/hu.po b/po/hu.po index 84e2246638..07c49e3ef6 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-03 09:47+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Hungarian %s:" msgstr "SQL-lekérdezés a(z) %s adatbázison:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Lekérdezés indítása" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2421,15 +2421,15 @@ msgstr "" "A kiszolgáló nem válaszol (vagy a helyi kiszolgáló socket nincs megfelelően " "beállítotva)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "A kiszolgáló nem válaszol." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Részletek…" @@ -2469,8 +2469,8 @@ msgstr[0] "%1$s találat ebben: %2$s" msgstr[1] "%1$s találat ebben: %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Tartalom" @@ -2522,26 +2522,28 @@ msgstr "A módosított adatok mentése" msgid "Restore column order" msgstr "Oszlopsorrend visszaállítása" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Kezdet" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Előző" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Következő" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Vége" @@ -2662,7 +2664,7 @@ msgid "The row has been deleted" msgstr "A sor törlése megtörtént" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Leállít" @@ -2720,8 +2722,8 @@ msgstr "Mind kijelölése" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2825,7 +2827,7 @@ msgstr "Új phpMyAdmin ablak nyitása" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Ettől a ponttól engedélyeznie kell a JavaScriptet" @@ -2856,12 +2858,13 @@ msgid "Cardinality" msgstr "Számosság" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Illesztés" @@ -2890,7 +2893,7 @@ msgstr "" "eltávolítható." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Kiszolgáló" @@ -2901,9 +2904,9 @@ msgid "View" msgstr "Nézet" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2914,32 +2917,32 @@ msgid "Structure" msgstr "Szerkezet" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Keresés" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Beszúrás" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Műveletek" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Követés" @@ -2980,51 +2983,52 @@ msgstr "Eljárások" msgid "Events" msgstr "Események" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Tervező" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Adatbázisok" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Felhasználók" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Bináris napló" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Többszörözés" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Változók" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Karakterkészlet" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Bővítmények" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motorok" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Hiba" @@ -3115,7 +3119,8 @@ msgstr "Táblák" msgid "Transaction coordinator" msgstr "Tranzakció koordinátor" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Fájlok" @@ -3669,130 +3674,130 @@ msgstr "SQL-lekérdezés" msgid "MySQL said: " msgstr "A MySQL mondta: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Nem sikerült kapcsolódni az SQL ellenőrzőhöz!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Az SQL magyarázata" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL magyarázat átugrása" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP kód nélkül" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-kód létrehozása" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Frissítés" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL érvényesítés átugrása" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL érvényesítése" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "lekérdezés inline szerkesztése" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Belső" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Adatgyűjtés" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Vas" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y. %B %d. %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s nap, %s óra, %s perc, %s másodperc" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Hiányzó paraméter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Ugrás a(z) "%s" adatbázishoz." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A(z) %s funkcióra egy ismert hiba van hatással, lásd itt: %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Kattintson a váltáshoz" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Számítógép tallózása:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Válasszon a szerver feltöltési könyvtárából %s :" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Nem elérhető a feltöltésekhez megadott könyvtár" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nincsenek feltöltendő fájlok" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Kiürítés" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Végrehajtás" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Nyomtatás" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Létrehozás" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Utolsó frissítés" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Utolsó ellenőrzés" @@ -3801,9 +3806,9 @@ msgstr "Utolsó ellenőrzés" msgid "shared" msgstr "megosztott" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3947,8 +3952,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Letiltott" @@ -4105,8 +4110,12 @@ msgstr "Alapértelmezett érték visszaállítása" msgid "Allow users to customize this value" msgstr "Engedélyezi a felhasználóknak az érték módosítását" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Visszaállítás" @@ -4184,8 +4193,8 @@ msgstr "CHAR mezők szerkesztése" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4377,8 +4386,8 @@ msgstr "Tömörítés" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4616,8 +4625,8 @@ msgstr "A tallózó mód testreszabása" msgid "Customize default options" msgstr "Alapértelmezett beállítások testreszabása" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4735,8 +4744,9 @@ msgstr "Oldalcímek" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Megadhatja a böngésző fejlécében megjelenített címet. Hivatkozzon a " "[doc@cfg_TitleTable]dokumentációra[/doc] a mágikus parancsok végett, amiket " @@ -4867,9 +4877,9 @@ msgid "" msgstr "" "Amennyiben szeretné használni az SQL-validátor szolgáltatást, tudatában kell " "lennie annak, hogy [strong]minden SQL parancsot névtelenül tároljuk " -"statisztikai okokból[/strong]. [br][em][a@http://sqlvalidator.mimer.com/]" -"Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. All " -"rights reserved.[/em]" +"statisztikai okokból[/strong]. [br][em][a@http://sqlvalidator.mimer." +"com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. " +"All rights reserved.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5181,8 +5191,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Egy parancsfájl számára a lefoglaláshoz engedélyezett bájtok száma, pl. [kbd]" -"32M[/kbd] (korlátlan: [kbd]0[/kbd])" +"Egy parancsfájl számára a lefoglaláshoz engedélyezett bájtok száma, pl. " +"[kbd]32M[/kbd] (korlátlan: [kbd]0[/kbd])" #: libraries/config/messages.inc.php:296 msgid "Memory limit" @@ -5570,8 +5580,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" 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]" +"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:377 msgid "Bookmark table" @@ -5580,14 +5590,14 @@ msgstr "Könyvjelzők táblája" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, alapértelmezés: [kbd]" -"pma_column_info[/kbd]" +"Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, alapértelmezés: " +"[kbd]pma_column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5661,8 +5671,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Hagyja üresen, ha nem akar Tervező támogatást, alapértelmezés: [kbd]" -"pma_designer_coords[/kbd]" +"Hagyja üresen, ha nem akar Tervező támogatást, alapértelmezés: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5674,8 +5684,8 @@ msgid "" "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" "Bővebben a [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " -"hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL hibabejelentőben" -"[/a] olvashat róla" +"hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL " +"hibabejelentőben[/a] olvashat róla" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5702,8 +5712,8 @@ msgstr "Adatbázisok elrejtése" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5748,6 +5758,16 @@ msgid "Connect without password" msgstr "Jelszó nélküli csatlakozás" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Táblakeresés" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5766,33 +5786,33 @@ msgstr "" "választva rendezhet adatbázislistákat, beírva a nevüket sorrendben és " "használja a [kbd]*[/kbd]-t a végén, hogy a többi abc-sorrendben jelenjen meg." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Csak a kilistázott adatbázisok megjelenítése" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Hagyja üresen, ha nem a konfigurációs hitelesítést használja" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "A konfigurációs hitelesítés jelszava" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]" -"pma_pdf_pages[/kbd]" +"Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-séma: pages table" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5803,20 +5823,20 @@ msgstr "" "oldalon. Hagyja üresen, ha nincs szükség a támogatására. Alapértelmezés: " "[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Adatbázis neve" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "A port, melyen a MySQL-szerver figyel, hagyja üresen, ha az alapértelmezett" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "A szerver portja" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "blank for no user preferences storage in database, suggested: d]_config[/" @@ -5828,69 +5848,69 @@ msgstr "" "Hagyja üresen, ha nincs szükség a felhasználói beállítások tárolására az " "adatbázisban, javaslat: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Utoljára használt tábla" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs " "hivatkozás[/a] támogatás, alapértelmezés: [kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relációs tábla" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "A meglévő adatbázisokat kiolvasó SQL-parancs" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES parancs" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Az egyszeri bejelentkezési munkamenet neve" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Az egyszeri bejelentkezés URL-címe" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "A szoftvercsatorna, melyen a MySQL-szerver figyel, hagyja üresen, ha az " "alapértelmezett" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "A szerver szoftvercsatornája" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "SSL engedélyezése a MySQL-szerverhez való csatlakozáshoz" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL használata" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5899,14 +5919,14 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: [kbd]" -"pma_table_coords[/kbd]" +"Hagyja üresen, ha nincs PDF-séma támogatás, alapértelmezés: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-séma: table coordinates" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -5918,11 +5938,11 @@ msgstr "" "Tábla a megjelenített oszlopok leírásához, hagyja üresen, ha nem kíván " "megadni leírást; javasolt: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Oszlopok tábla megjelenítése" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "blank for no user preferences storage in database, suggested: d]_config[/" @@ -5934,11 +5954,11 @@ msgstr "" "Hagyja üresen, ha nincs szükség a felhasználói beállítások tárolására az " "adatbázisban, javaslat: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Felhasználói felület beállítások tábla" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5946,11 +5966,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hozzáadása" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5958,11 +5978,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE hozzáadása" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5970,66 +5990,66 @@ msgstr "" "DROP VIEW IF EXISTS utasítás hozzá lesz adva a napló első sora ként a nézet " "létrehozása során." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW hozzáadása" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Utasítások követésre" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Hagyja üresen, ha nincs szükség az SQL-lekérdezések előzményeinek " "támogatására, javasolt: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL-lekérdezések előzményeinek táblája" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Verziók automatikus létrehozása" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "blank for no user preferences storage in database, suggested: d]_config[/" #| "kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Hagyja üresen, ha nincs szükség a felhasználói beállítások tárolására az " "adatbázisban, javaslat: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "A konfigurációs hitelesítés felhasználóneve" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6037,11 +6057,11 @@ msgstr "" "A szerver felhasználóbarát leírása. Hagyja üresen az állomásnév " "megjelenítéséhez." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "A szerver részletes neve" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 #, fuzzy #| msgid "r a user should be displayed a "show all (records)" button" msgid "Whether a user should be displayed a "show all (rows)" button" @@ -6049,11 +6069,11 @@ msgstr "" "Meg kell-e jeleníteni egy felhasználó számára az "az összes (rekord) " "megjelenítése" gombot" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Az összes sor megjelenítésének engedélyezése" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6063,77 +6083,77 @@ 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "A jelszómódosító űrlap megjelenítése" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Az adatbázis létrehozása űrlap megjelenítése" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Létrehozás időbélyegének megjelenítése" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Utolsó ellenőrzés időbélyegének megjelenítése" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Megjelenítési irány megjelenítése" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Mezőtípusok megjelenítése" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Szerkesztés/beszúrás módban a függvénymezők megjelenítése" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "A függvénymezők megjelenítése" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Segítség megjelenítése" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6141,63 +6161,63 @@ msgstr "" "Megjeleníti a [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "kimenetre mutató hivatkozást" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "A phpinfo() hivatkozás megjelenítése" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "A MySQL-szerver részletes adatainak megjelenítése" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Meghatározza, hogy meg kell-e jeleníteni a phpMyAdmin által generált SQL-" "lekérdezéseket" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Az SQL-lekérdezések megjelenítése" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Lekérdezési dobox megőrzése" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Az adatbázis- és táblastatisztika megjelenítésének engedélyezése (pl. " "területhasználat)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "A statisztika megjelenítése" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "A tábla megjegyzéseinek megjelenítése az eszközleírásokban" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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 " "láthatóvá tétele" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "A zárolt táblák kihagyása" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Szükséges az SQL Validator engedélyezése" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6205,78 +6225,78 @@ msgstr "Szükséges az SQL Validator engedélyezése" msgid "Password" msgstr "Jelszó" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL Validator engedélyezése" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Ha Önnek egyedi felhasználóneve van, itt megnevezheti (alapértelmezett: [kbd]" -"anonymous[/kbd])" +"Ha Önnek egyedi felhasználóneve van, itt megnevezheti (alapértelmezett: " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Felhasználónév" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Figyelmeztetés megjelenítése a főoldalon, Suhosin észlelésekor" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin figyelmeztetés" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Szövegterület oszlopai" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Szövegterület sorai" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "A böngésző ablak címe, ha ki van választva egy adatbázis" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "A böngésző ablak címe, ha semmi sincs kiválasztva" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Alapértelmezett cím" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "A böngésző ablak címe, ha ki van választva egy szerver" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "A böngésző ablak címe, ha ki van választva egy tábla" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6288,45 +6308,45 @@ 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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "A szerveren lévő könyvtár, melybe feltöltheti az importálandó fájlokat" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Feltöltések könyvtára" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "A teljes adatbázisban történő keresés engedélyezése" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Adatbázis-kereső használata" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Új verzió ellenőrzése" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6334,7 +6354,7 @@ msgstr "" msgid "Version check" msgstr "Verzió-ellenőrzés" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6342,36 +6362,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Verzió-ellenőrzés" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Verzió-ellenőrzés" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Verzió-ellenőrzés" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6379,32 +6399,48 @@ msgstr "" "A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Beállítás hitelesítés" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie hitelesítés" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP hitelesítés" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon hitelesítés" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV a LOAD DATA használatával" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6412,32 +6448,32 @@ msgstr "CSV a LOAD DATA használatával" msgid "OpenDocument Spreadsheet" msgstr "Open Document munkafüzet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Gyors" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Egyedi" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Adatbázis exportálási beállításai" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel CSV adat" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7311,8 +7347,8 @@ msgstr "Index készítése a(z)  %s oszlopokon" msgid "Hide" msgstr "Elrejtés" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Bináris" @@ -7437,189 +7473,189 @@ msgstr "Valóban végre szeretné hajtani a következő lekérdezést?" msgid "No change" msgstr "Nincs változás" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karakterkészlet" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bolgár" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "a kis- és nagybetű nem különbözik" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "a kis- és nagybetű különbözik" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Horvát" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Cseh" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dán" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Angol" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Eszperantó" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Észt" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Német" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "szótár" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonkönyv" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Magyar" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Izlandi" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japán" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lett" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litván" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreai" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perzsa" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Lengyel" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Nyugat-európai" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Román" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Szlovák" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Szlovén" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanyol" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Hagyományos spanyol" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Svéd" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Török" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrán" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "többnyelvű" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Közép-európai" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Orosz" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Balti" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Örmény" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirill" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arab" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Héber" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Grúz" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Görög" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Csehszlovák" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ismeretlen" @@ -7838,7 +7874,7 @@ msgstr "Tábla átnevezése" msgid "Table comments" msgstr "Tábla megjegyzése" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Tárolómotor" @@ -8002,21 +8038,29 @@ msgstr "Felhasználónév:" msgid "Server Choice:" msgstr "Szerver választása" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "A konfiguráció tiltja a jelszó nélküli bejelentkezést (lásd AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Nem volt tevékenység %s másodperce; jelentkezzen be újra" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nem lehet bejelentkezni a MySQL szerverre" @@ -8082,7 +8126,7 @@ msgstr "NULL cseréje ezzel:" msgid "Remove carriage return/line feed characters within columns" msgstr "A kocsi vissza/új sor karakterek eltávolítása az oszlopokból" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel verzió:" @@ -8508,6 +8552,12 @@ msgstr "" "A megadott XML-fájl rosszul formázott vagy befejezetlen. Javítsa ki a hibát " "és próbálja újra." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document munkafüzet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI alakzat fájl" @@ -8715,87 +8765,87 @@ msgstr "" "lehetőség egy URL előtag, mint a \"http://www.pelda.hu/\". A második " "lehetőség a hivatkozás címe." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Nincs rendben" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Engedélyezett" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Általános relációs jellemzők" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Tulajdonságok megjelenítése" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF készítése" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Oszlopmegjegyzések megjelenítése" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Böngésző átalakítása" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Kérjük, olvassa el a dokumentációban a column_comments tábla frissítéséről " "szóló fejezetet" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Könyvjelzőkhöz hozzáadott SQL-lekérdezés" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-előzmények" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Állandó kapcsolatok" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Felhasználói beállítások" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 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:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Hozza létre a kívánt táblákat a examples/create_tables.sql " "használatával." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8803,12 +8853,12 @@ 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:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "nincs leírás" @@ -8867,7 +8917,7 @@ msgstr "Másodlagos állapot" msgid "Variable" msgstr "Változó" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Kiszolgáló azonosító" @@ -9002,7 +9052,7 @@ msgstr "Részletek" msgid "Event name" msgstr "Eseménynév" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Esemény típusa" @@ -9346,37 +9396,34 @@ msgstr "Nem található %1$s nevű esemény a(z) %2$s adatbázisban" msgid "There are no events to display." msgstr "Nincsen megjeleníthető esemény." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "A(z) %s tábla nem létezik!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Állítsa be a(z) %s tábla koordinátáit" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "A(z) \"%s\" adatbázis sémája - %s. oldal" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Ez az oldal nem tartalmaz egyetlen táblát sem!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SÉMA HIBA: " @@ -9442,51 +9489,51 @@ msgstr "Oszlopnevek" msgid "Display relational schema" msgstr "Kapcsolati séma megjelenítése" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Rács megjelenítése" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Szín megjelenítése" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "A táblák méretének megjelenítése" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Az összes tábla megjelenítése ugyanolyan szélességgel" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Adatkönyvtár" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Csak a kulcsok megjelenítése" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Fekvő" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Álló" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Tájolás" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papírméret" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9494,12 +9541,12 @@ msgstr "" "A jelenlegi oldalon lévő táblahivatkozások már léteznek. Szeretné törölni " "ezeket a hivatkozásokat?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Scratchboard kapcsolása" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Ismeretlen nyelv: %1$s." @@ -9510,6 +9557,75 @@ msgstr "Ismeretlen nyelv: %1$s." msgid "Current Server:" msgstr "Jelenlegi kiszolgáló" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Válassza ki a megtekintendő bináris naplót" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Napló neve" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozíció" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Eredeti pozíció" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Információ" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "A megjelenített lekérdezések lerövidítése" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Teljes lekérdezések megjelenítése" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karakterkészletek és illesztések" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modulok" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "A tetejére" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Bővítmény" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Könyvtár" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Verzió" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Szerző" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licenc" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "letiltott" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Nincsenek jogok." @@ -10346,10 +10462,6 @@ msgstr "SPATIAL Index hozzáadása" msgid "Add FULLTEXT index" msgstr "FULLTEXT index hozzáadása" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Információ" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Területhasználat" @@ -10358,7 +10470,7 @@ msgstr "Területhasználat" msgid "Effective" msgstr "Hatásos" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "A(z) %1$s tábla módosítása sikerült" @@ -10811,34 +10923,6 @@ msgstr "" msgid "File doesn't exist" msgstr "A fájl nem létezik" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Válassza ki a megtekintendő bináris naplót" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "A megjelenített lekérdezések lerövidítése" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Teljes lekérdezések megjelenítése" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Napló neve" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozíció" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Eredeti pozíció" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karakterkészletek és illesztések" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10876,7 +10960,7 @@ msgstr "" msgid "No databases" msgstr "Nincs adatbázis" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Tárolómotorok" @@ -10884,42 +10968,6 @@ msgstr "Tárolómotorok" msgid "View dump (schema) of databases" msgstr "Adatbázis kiírás (séma) megtekintése" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modulok" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "A tetejére" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Bővítmény" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Könyvtár" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Verzió" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Szerző" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licenc" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "letiltott" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12325,8 +12373,8 @@ msgid "" "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " "version is %s, released on %s." msgstr "" -"Ön Git verziót használ, futtassa a [kbd]git pull[/kbd] parancsot :-)[br]" -"Legújabb stabil verzió: %s, kiadás dátuma: %s." +"Ön Git verziót használ, futtassa a [kbd]git pull[/kbd] parancsot :-)" +"[br]Legújabb stabil verzió: %s, kiadás dátuma: %s." #: setup/lib/index.lib.php:203 msgid "No newer stable version is available" @@ -12430,12 +12478,12 @@ msgid "" "of users, including you, are connected to." msgstr "" "Ha úgy érzi, gogy erre szükség van, akkor használjon további védelmi " -"beállításokat - [a@?page=servers&mode=edit&id=%1$d#tab_Server_config]" -"állomás hitelesítési[/a] beállítások és [a@?page=form&" -"formset=features#tab_Security]megbízható proxyk listája[/a]. Az IP-alapú " -"védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan " -"internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, " -"csatlakozik az internethez." +"beállításokat - [a@?page=servers&mode=edit&id=" +"%1$d#tab_Server_config]állomás hitelesítési[/a] beállítások és [a@?" +"page=form&formset=features#tab_Security]megbízható proxyk listája[/a]. " +"Az IP-alapú védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe " +"olyan internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön " +"is, csatlakozik az internethez." #: setup/lib/index.lib.php:316 #, fuzzy, php-format @@ -12449,8 +12497,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Ön a [kbd]konfigurációs[/kbd] hitelesítési típust állította be, s az " "automatikus bejelentkezéshez megadta a felhasználónevet és a jelszót, ami " @@ -12917,23 +12965,23 @@ msgstr "" msgid "Create version" msgstr "Verzió létrehozása" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Téma" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Több téma letöltése!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Létező MIME-típusok" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Létező átalakítások" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Leírás" @@ -12950,7 +12998,7 @@ msgstr "A profil frissítése megtörtént." msgid "VIEW name" msgstr "NÉZET neve" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Nézet átnevezése" @@ -14399,14 +14447,14 @@ msgstr "A concurrent_insert 0-ra van állítva" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "E beállítás [kbd]beágyazottra[/kbd] állításakor a táblanév alias kerül " -#~ "csak felhasználásra a táblák felosztásához/beágyazásához a $cfg" -#~ "['LeftFrameTableSeparator'] utasítás alapján, ezért csak a mappát hívják " -#~ "úgy, mint az aliast, a táblanév változatlan marad" +#~ "csak felhasználásra a táblák felosztásához/beágyazásához a " +#~ "$cfg['LeftFrameTableSeparator'] utasítás alapján, ezért csak a mappát " +#~ "hívják úgy, mint az aliast, a táblanév változatlan marad" #~ msgid "Display table comment instead of its name" #~ msgstr "A tábla megjegyzésének megjelenítése a neve helyett" @@ -14920,5 +14968,5 @@ msgstr "A concurrent_insert 0-ra van állítva" #~ "This [a@?page=form&formset=features#tab_Security]option[/a] should be " #~ "enabled if your web server supports it" #~ msgstr "" -#~ "Engedélyeznie kell ezt a [a@?page=form&formset=features#tab_Security]" -#~ "beállítást[/a], ha támogatja a webszerver" +#~ "Engedélyeznie kell ezt a [a@?page=form&" +#~ "formset=features#tab_Security]beállítást[/a], ha támogatja a webszerver" diff --git a/po/hy.po b/po/hy.po index d8cf714fec..34820a12b7 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-03-30 12:19+0200\n" "Last-Translator: Hamlet Muradyan \n" "Language-Team: Armenian %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Կատարել հարցումը" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2354,8 +2354,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Թերթել" @@ -2407,26 +2407,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2541,7 +2543,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2597,8 +2599,8 @@ msgstr "Նշել բոլորը" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2696,7 +2698,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2727,12 +2729,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Համեմատումը" @@ -2759,7 +2762,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2770,9 +2773,9 @@ msgid "View" msgstr "Ներկայացում" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2783,32 +2786,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Որոնում" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2849,51 +2852,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Վերարադրում" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2982,7 +2986,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3525,130 +3530,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Դատարկել" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Ստեղծում" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Վերջին թարմացումը" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Վերջին ստուգումը" @@ -3657,9 +3662,9 @@ msgstr "Վերջին ստուգումը" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3798,8 +3803,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3953,8 +3958,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4021,8 +4030,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4205,8 +4214,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4432,8 +4441,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4543,8 +4552,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5277,8 +5287,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5413,364 +5423,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5778,76 +5796,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5855,45 +5873,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5901,7 +5919,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5909,92 +5927,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6780,8 +6814,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6900,189 +6934,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "անհայտ" @@ -7280,7 +7314,7 @@ msgstr "" msgid "Table comments" msgstr "Աղյուսակի մեկնաբանությունը" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7435,20 +7469,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7514,7 +7556,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7901,6 +7943,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8037,90 +8083,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8171,7 +8217,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8298,7 +8344,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8633,37 +8679,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8729,62 +8772,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Տվյալների բառարան" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8793,6 +8836,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9560,10 +9672,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9572,7 +9680,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9980,34 +10088,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10042,7 +10122,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10050,42 +10130,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11410,8 +11454,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11834,23 +11878,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11867,7 +11911,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/ia.po b/po/ia.po index 8054e57335..31d10ae8bc 100644 --- a/po/ia.po +++ b/po/ia.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-30 13:53+0200\n" "Last-Translator: Giovanni Sora \n" "Language-Team: Interlingua %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2411,8 +2411,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2464,26 +2464,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2598,7 +2600,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2654,8 +2656,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2753,7 +2755,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2784,12 +2786,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2816,7 +2819,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servitor" @@ -2827,9 +2830,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2840,32 +2843,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Cerca" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2906,51 +2909,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -3039,7 +3043,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3578,130 +3583,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creation" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Ultime actualisation" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Ultime controlo" @@ -3710,9 +3715,9 @@ msgstr "Ultime controlo" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3849,8 +3854,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -4004,8 +4009,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4072,8 +4081,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4256,8 +4265,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4483,8 +4492,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4594,8 +4603,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5328,8 +5338,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5464,131 +5474,139 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5596,234 +5614,234 @@ msgstr "" "Lassa vacue pro necun preferentias de UI de tabulas \"persistente\" trans " "sessiones, proponite: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5831,76 +5849,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5908,45 +5926,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5954,7 +5972,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5962,92 +5980,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Texto OpenDocument" @@ -6831,8 +6865,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6947,189 +6981,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7324,7 +7358,7 @@ msgstr "" msgid "Table comments" msgstr "Commentos de tabella" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7479,20 +7513,28 @@ msgstr "" msgid "Server Choice:" msgstr "Selection de servitor:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7558,7 +7600,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7933,6 +7975,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8069,90 +8115,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8203,7 +8249,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8330,7 +8376,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8665,37 +8711,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8761,62 +8804,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8825,6 +8868,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9590,10 +9702,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9602,7 +9710,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10008,34 +10116,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10070,7 +10150,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10078,42 +10158,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11438,8 +11482,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11860,23 +11904,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11893,7 +11937,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/id.po b/po/id.po index d86e38277f..ba16d0751d 100644 --- a/po/id.po +++ b/po/id.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-11 05:51+0200\n" "Last-Translator: Dadan Setia \n" -"Language-Team: Indonesian " -"\n" +"Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,11 +23,11 @@ msgid "Show all" msgstr "Tampilkan semua" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Nomor halaman:" @@ -58,7 +58,7 @@ msgstr "Cari:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +66,9 @@ msgstr "Cari:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +76,9 @@ msgstr "Cari:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Kirim" @@ -89,8 +88,9 @@ msgid "Keyname" msgstr "Nama kunci" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Deskripsi" @@ -270,7 +270,7 @@ msgstr "Ya" msgid "View dump (schema) of database" msgstr "Tampilkan dump (skema) basis data" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Tidak ada tabel dalam basis data." @@ -289,7 +289,6 @@ msgstr "Nama basis data kosong!" #: db_operations.php:129 #, php-format -#| msgid "Database %s has been renamed to %s" msgid "Database %1$s has been renamed to %2$s" msgstr "Nama basis data %s telah diubah menjadi %s" @@ -309,7 +308,7 @@ msgstr "" "mengapa klik %sdi sini%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -346,7 +345,6 @@ msgstr "Pembuatan" #: db_printview.php:126 libraries/plugins/export/ExportSql.class.php:960 #: libraries/schema/Pdf_Relation_Schema.class.php:1346 -#| msgid "Last update" msgid "Last update:" msgstr "Pembaruan terakhir" @@ -374,7 +372,7 @@ msgstr "Alihkan ke %spembangun visual%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -389,7 +387,7 @@ msgid "Tracked tables" msgstr "Tabel yang dilacak" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -412,7 +410,7 @@ msgstr "Dibuat" msgid "Updated" msgstr "Diperbarui" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -436,7 +434,7 @@ msgid "Delete tracking data for this table" msgstr "Hapus pelacakan data untuk tabel ini" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -471,28 +469,28 @@ msgstr "Tabel yang tidak dilacak" msgid "Track table" msgstr "Lacak tabel" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Log Basis Data" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Penulisan yang buruk!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Jenis ekspor yang diipilih harus disimpan dalam berkas!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Pembatasan yang buruk!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Tidak cukup ruang untuk menyimpan %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -500,12 +498,12 @@ msgstr "" "Berkas %s sudah ada pada server. Ganti nama berkas atau centang opsi " "overwrite." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Server web tidak memiliki hak akses untuk menyimpan berkas %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dump (Skema) disimpan pada berkas %s." @@ -620,15 +618,12 @@ msgstr "" #: import.php:107 #, php-format -#| msgid "" -#| "You probably tried to upload too large file. Please refer to " -#| "%sdocumentation%s for ways to workaround this limit." msgid "" "You probably tried to upload a file that is too large. Please refer to " "%sdocumentation%s for a workaround for this limit." msgstr "" -"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Silahkan lihat %" -"sdokumentasi%s untuk mendapatkan solusi tentang batasan ini." +"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Silahkan lihat " +"%sdokumentasi%s untuk mendapatkan solusi tentang batasan ini." #: import.php:250 import.php:516 msgid "Showing bookmark" @@ -703,129 +698,127 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Kueri SQL Anda berhasil dieksekusi" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Kembali" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Pengaturan Umum" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Ubah Sandi" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Penyortiran koneksi server" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Pengaturan Tampilan" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Pengaturan lain" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Server basis data" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server:" -#: index.php:241 -#| msgid "Server port" +#: index.php:244 msgid "Server type:" msgstr "Jenis server" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 -#| msgid "Server version" msgid "Server version:" msgstr "Versi Server" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Versi protokol" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Pengguna" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server charset" msgid "Server charset:" msgstr "Set karakter server" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Server web" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database client version" msgid "Database client version:" msgstr "Versi klien basis data" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "Ekstensi PHP" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Tampilkan informasi PHP" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Informasi versi" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentasi" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Situs resmi" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Berkontribusi" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Dukungan" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Daftar perubahan" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -838,7 +831,7 @@ msgstr "" "penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) " "ini." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -847,7 +840,7 @@ msgstr "" "Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini " "tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -858,7 +851,7 @@ msgstr "" "baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang " "tidak diinginkan." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -866,18 +859,18 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret)." -#: index.php:476 +#: index.php:479 #, fuzzy #| msgid "" #| "Directory [code]config[/code], which is used by the setup script, still " @@ -893,7 +886,7 @@ msgstr "" "ada di direktori phpMyAdmin Anda. Anda harus menghapusnya setelah phpMyAdmin " "dikonfigurasi." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -902,14 +895,14 @@ msgstr "" "Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. " "Untuk mengetahui sebabnya harap klik %sdi sini%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1025,12 +1018,12 @@ msgid "Other" msgstr "Lainnya" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1130,44 +1123,44 @@ msgstr "Bita diterima" msgid "Connections" msgstr "Koneksi" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Proses Aktif" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1185,7 +1178,7 @@ msgstr "Perintah" msgid "Traffic" msgstr "Lalu Lintas" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Pengaturan" @@ -1212,7 +1205,7 @@ msgstr "Harap tambahkan paling tidak satu variabel ke dalam seri" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Tidak ada" @@ -1500,7 +1493,7 @@ msgstr "" "Setelan baku…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1721,8 +1714,8 @@ msgstr "Tampilkan kotak kueri" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1748,8 +1741,8 @@ msgstr "Waktu eksekusi kueri" msgid "%d is not valid row number." msgstr "%d bukanlah nomor baris yang berlaku." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2083,63 +2076,63 @@ msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Agu" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Des" @@ -2177,32 +2170,32 @@ msgid "Sun" msgstr "Min" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Sen" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Kam" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sab" @@ -2355,7 +2348,7 @@ msgstr "Ukuran huruf" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Menaik" @@ -2364,7 +2357,7 @@ msgstr "Menaik" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Menurun" @@ -2445,11 +2438,11 @@ msgstr "" msgid "SQL query on database %s:" msgstr "Kueri SQL pada basis data %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Kirim Kueri" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2457,15 +2450,15 @@ msgstr "" "Server tidak merespons (atau soket server lokal tidak dikonfigurasi dengan " "benar)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Server tidak merespons." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Harap periksa hak akses direktori basis data." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Rincian…" @@ -2505,8 +2498,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%s cocok dalam tabel %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Jelajahi" @@ -2558,26 +2551,28 @@ msgstr "Simpan data yang diedit" msgid "Restore column order" msgstr "Pulihkan urutan kolom" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Awal" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Sebelumnya" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Berikutnya" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Akhir" @@ -2699,7 +2694,7 @@ msgid "The row has been deleted" msgstr "Baris telah dihapus" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Tutup" @@ -2757,8 +2752,8 @@ msgstr "Pilih Semua" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2858,7 +2853,7 @@ msgstr "Buka jendela phpMyAdmin baru" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2891,12 +2886,13 @@ msgid "Cardinality" msgstr "Kardinalitas" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Penyortiran" @@ -2925,7 +2921,7 @@ msgstr "" "untuk dibuang." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2936,9 +2932,9 @@ msgid "View" msgstr "Gambarkan" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2949,32 +2945,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Cari" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Tambahkan" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operasi" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Pelacakan" @@ -3015,51 +3011,52 @@ msgstr "Routine" msgid "Events" msgstr "Event" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Desainer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Basis data" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Pengguna" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Log biner" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikasi" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabel" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Set Karakter" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plugin" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Mesin" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Galat" @@ -3151,7 +3148,8 @@ msgstr "Tabel" msgid "Transaction coordinator" msgstr "Koordinator transaksi" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Berkas" @@ -3720,131 +3718,131 @@ msgstr "Pencarian SQL" msgid "MySQL said: " msgstr "MySQL menyatakan: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Gagal melakukan koneksi ke validator SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Jelaskan SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Lewati Penjelasan SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Kode PHP tidak ditemukan" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Buat kode PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Segarkan" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Lewati Validasi SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validasi SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Edit langsung kueri ini di tempat" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Edit di tempat" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profil" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Minggu" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y pada %H.%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s hari, %s jam, %s menit dan %s detik" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parameter yang hilang:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Langsung ke basis data "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Fungsionalitas %s dipengaruhi oleh suatu bug, lihat %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klik untuk beralih" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Telusuri komputer Anda:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Pilih dari direktori unggah %s pada web server:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Direktori yang telah ditetapkan untuk mengunggah tidak dapat dihubungi" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Tidak ada arsip untuk diunggah" # Imperative menu -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Kosongkan" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Eksekusi" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Cetak" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Pembuatan" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Pembaruan terakhir" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Pemeriksaan terakhir" @@ -3853,9 +3851,9 @@ msgstr "Pemeriksaan terakhir" msgid "shared" msgstr "dibagi" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4006,8 +4004,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Tidak aktif" @@ -4165,8 +4163,12 @@ msgstr "Kembalikan nilai bawaan" msgid "Allow users to customize this value" msgstr "Izinkan pengguna untuk mengubah nilai ini" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Reset" @@ -4191,8 +4193,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Rahasia passphrase digunakan untuk enkripsi cookie dalam otentifikasi [kbd]" -"cookie[/kbd]" +"Rahasia passphrase digunakan untuk enkripsi cookie dalam otentifikasi " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4232,9 +4234,9 @@ msgid "" "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns" msgstr "" -"Menentukan jenis masukan yang dipakai untuk kolom CHAR dan VARCHAR; [kbd]" -"input[/kbd] - mengizinkan pembatasan panjang masukan, [kbd]textarea[/kbd] - " -"mengizinkan baris baru dalam kolom" +"Menentukan jenis masukan yang dipakai untuk kolom CHAR dan VARCHAR; " +"[kbd]input[/kbd] - mengizinkan pembatasan panjang masukan, [kbd]textarea[/" +"kbd] - mengizinkan baris baru dalam kolom" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4242,8 +4244,8 @@ msgstr "Pengeditan kolom CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4434,8 +4436,8 @@ msgstr "Kompresi" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4672,8 +4674,8 @@ msgstr "Atur modus jelajah" msgid "Customize default options" msgstr "Sesuaikan opsi bawaan" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4789,8 +4791,9 @@ msgstr "Judul halaman" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5574,11 +5577,11 @@ msgstr "Tabel markah" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" @@ -5643,8 +5646,8 @@ msgstr "Inang pengendali" #: libraries/config/messages.inc.php:391 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" @@ -5685,8 +5688,8 @@ msgstr "Sembunyikan basis data" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5731,63 +5734,73 @@ msgid "Connect without password" msgstr "Tersambung tanpa sandi" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Pencarian Tabel" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Tampilkan hanya basis data terdaftar" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Sandi untuk autentikasi config" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Skema PDF: tabel halaman" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nama basis data" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Porta server" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5795,63 +5808,63 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabel yang baru digunakan" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabel relasi" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Perintah SQL untuk mengambil basis data yang tersedia" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Perintah SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nama sesi Signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL Signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket server" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Aktifkan SSL untuk koneksi ke server MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Gunakan SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" @@ -5859,25 +5872,25 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Skema PDF: koordinat tabel" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Tabel kolom tampilan" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5885,95 +5898,95 @@ msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabel preferensi UI" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Tambahkan DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Tambahkan DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Tambahkan DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Statement untuk dilacak" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabel pelacakan kueri SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Buat versi secara otomatis" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, " "saran: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabel penyimpanan preferensi pengguna" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Pengguna autentikasi config" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5981,100 +5994,100 @@ msgstr "" "Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama " "inang saja." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nama deskriptif server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Izinkan tampilan semua baris" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Tampilkan formulir penggantian sandi" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Tampilkan formulir pembuatan basis data" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "Tampilkan tindakan lain" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Tampilkan status master" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Tampilkan arah tampilan" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Tampilkan jenis isian" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Menampilkan isian fungsi pada modus edit/tambahkan" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Tampilkan isian fungsi" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Tampilkan petunjuk" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6082,59 +6095,59 @@ msgstr "" "Tampilkan tautan untuk melihat hasil [a@http://php.net/manual/function." "phpinfo.php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Tampilkan tautan phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Tampilkan informasi detail server MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Tampilkan kueri SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Sembunyikan kotak kueri" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Tampilkan statistik" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Tampilkan komentar tabel pada balon informasi" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Lewati tabel terkunci" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6142,76 +6155,76 @@ msgstr "" msgid "Password" msgstr "Kata Sandi" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Aktifkan Validator SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nama Pengguna" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Menampilkan peringatan pada halaman utama jika Suhosin terdeteksi" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Peringatan Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Kolom textarea" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Baris textarea" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Judul jendela peramban sewaktu basis data dipilih" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Judul jendela peramban sewaktu tidak ada yang dipilih" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Judul bawaan" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Judul jendela peramban sewaktu server dipilih" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Judul jendela peramban sewaktu tabel dipilih" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6219,45 +6232,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Daftar proksi tepercaya untuk allow/deny IP" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "Direktori server tempat mengunggah berkas ekspor" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Direktori unggahan" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Mengizinkan pencarian terhadap seluruh basis data" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Gunakan pencarian basis data" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Aktifkan tab pengembang dalam pengaturan" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Periksa versi terbaru" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6265,7 +6278,7 @@ msgstr "" msgid "Version check" msgstr "Pemeriksaan versi" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6273,67 +6286,83 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Pemeriksaan versi" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Pemeriksaan versi" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Pemeriksaan versi" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Autentikasi config" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autentikasi kuki" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autentikasi HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autentikasi signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV menggunakan LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6341,32 +6370,32 @@ msgstr "CSV menggunakan LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Cepat" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Kustom" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opsi ekspor basis data" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV untuk data MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7207,8 +7236,8 @@ msgstr "Buat indeks pada  %s  kolom" msgid "Hide" msgstr "Sembunyikan" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Biner" @@ -7335,189 +7364,189 @@ msgstr "Benarkah Anda ingin untuk " msgid "No change" msgstr "Tidak ada perubahan" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Perangkat karakter (Charset)" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgaria" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Cina Sederhana" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Cina Tradisional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "peka kapitalisasi" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "tidak peka kapitalisasi" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroasia" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Ceko" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Denmark" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inggris" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonia" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Jerman" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "kamus" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "buku telpon" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hungaria" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandia" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Jepang" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvia" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lithuania" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korea" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persia" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polandia" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Eropa Barat" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romania" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakia" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenia" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanyol" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Spanyol tradisional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Swedia" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thailand" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turki" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainia" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unikode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "berbagai bahasa" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Eropa Tengah" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rusia" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltik" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenia" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Sirilik" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arab" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Ibrani" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgia" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Yunani" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Cecko-Slovakia" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "tidak diketahui" @@ -7737,7 +7766,7 @@ msgstr "Ubah nama tabel menjadi" msgid "Table comments" msgstr "Komentar tabel" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Mesin Penyimpanan" @@ -7901,7 +7930,15 @@ msgstr "Nama Pengguna:" msgid "Server Choice:" msgstr "Pilihan Server" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7909,14 +7946,14 @@ msgstr "" "Masuk tanpa kata sandi tidak diperbolehkan dalam konfigurasi (lihat " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Tidak ada aktivitas selama %s detik atau lebih. Harap masuk kembali" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Gagal masuk ke MySQL server" @@ -7982,7 +8019,7 @@ msgstr "Ganti NULL dengan:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Versi Excel:" @@ -8387,6 +8424,12 @@ msgstr "" "Berkas XML yang ditentukan cacat atau tidak lengkap. Harap perbaiki dan coba " "lagi." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8566,94 +8609,94 @@ msgstr "" "Tampilkan tautan; kolom mengandung nama berkas. Opsi pertama adalah prefiks " "URL seperti \"http://www.example.com/\". Opsi kedua adalah judul tautan." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "tidak oke" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Oke" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Aktif" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Ciri-ciri dari General Relation" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Tampilkan ciri-ciri" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Pembuatan PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Tampilkan komentar kolom" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformasi Browser" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Harap pelajari dokumentasi tentang cara memperbarui tabel column_comments " "Anda" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Kueri SQL yang dimarkahi" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Riwayat SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Tabel baru digunakan persisten" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Tabel preferensi UI persisten" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferensi pengguna" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Langkah cepat untuk menyiapkan fitur lanjut:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "tidak ada deskripsi" @@ -8708,7 +8751,7 @@ msgstr "Status slave" msgid "Variable" msgstr "Variabel" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID Server" @@ -8841,7 +8884,7 @@ msgstr "Detail" msgid "Event name" msgstr "Nama event" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Jenis event" @@ -9179,37 +9222,34 @@ msgstr "Event dengan nama %1$s tidak ditemukan dalam basis data %2$s" msgid "There are no events to display." msgstr "Tidak ada event untuk ditampilkan." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabel %s tidak ditemukan!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Harap konfigurasikan koordinasi bagi tabel %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Skema basis data %s - Halaman %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "GALAT SKEMA: " @@ -9275,51 +9315,51 @@ msgstr "Nama kolom" msgid "Display relational schema" msgstr "Tampilkan skema relasi" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Tampilkan garis" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Tampilkan warna" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Tampilkan ukuran dari tabel" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Tampilkan seluruh tabel dengan lebar yang sama" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Kamus Data" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Hanya tampilkan kunci" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landscape" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Gambaran" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientasi" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Ukuran kertas" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9327,12 +9367,12 @@ msgstr "" "Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda " "ingin hapus referensi yang bersangkutan?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "pindah buku catatan (Scratchboard)" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Bahasa tidak dikenal: %1$s." @@ -9343,6 +9383,75 @@ msgstr "Bahasa tidak dikenal: %1$s." msgid "Current Server:" msgstr "Server Saat Ini" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Pilih log biner untuk ditampilkan" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Catat nama" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posisi" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posisi aslinya" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informasi" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Potongkan pencarian yang ditampilkan" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Tampilkan pencarian yang lengkap" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Set dan Penyortiran Karakter" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Awal" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plugin" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Pustaka" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versi" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Pembuat" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Lisensi" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "tidak aktif" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Tanpa hak akses." @@ -10181,10 +10290,6 @@ msgstr "Tambahkan indeks SPATIAL" msgid "Add FULLTEXT index" msgstr "Tambahkan indeks FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informasi" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Penggunaan ruang" @@ -10193,7 +10298,7 @@ msgstr "Penggunaan ruang" msgid "Effective" msgstr "Efektif" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabel %1$s berhasil diubah" @@ -10638,34 +10743,6 @@ msgstr "%s tabel tidak ditemukan atau tidak diset di %s" msgid "File doesn't exist" msgstr "Berkas tidak ditemukan" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Pilih log biner untuk ditampilkan" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Potongkan pencarian yang ditampilkan" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Tampilkan pencarian yang lengkap" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Catat nama" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posisi" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posisi aslinya" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Set dan Penyortiran Karakter" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10702,7 +10779,7 @@ msgstr "" msgid "No databases" msgstr "Basis data tidak ditemukan" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Mesin Penyimpanan" @@ -10710,42 +10787,6 @@ msgstr "Mesin Penyimpanan" msgid "View dump (schema) of databases" msgstr "Tampilkan dump (skema) basis data" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modul" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Awal" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plugin" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Pustaka" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versi" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Pembuat" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Lisensi" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "tidak aktif" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12136,8 +12177,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12608,23 +12649,23 @@ msgstr "Lacak manipulasi data dari pernyataan berikut:" msgid "Create version" msgstr "Buat versi" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Dapatkan tema lainnya" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Jenis MIME yang tersedia" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformasi yang tersedia" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Deskripsi" @@ -12641,7 +12682,7 @@ msgstr "Profil telah diperbarui." msgid "VIEW name" msgstr "Nama VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Ubah nama tampilan menjadi" @@ -13646,16 +13687,13 @@ msgid "" "source-of-aborted_connects/\">This article might help you track down the " "source." msgstr "" -"Koneksi biasanya dibatalkan apabila tidak mendapatkan otoritas. Artikel ini mungkin dapat membantu Anda " "melacak sumbernya." #: libraries/advisory_rules.txt:404 #, php-format -#| msgid "" -#| "Aborted connections rate is at %s, this value should be less than 1 per " -#| "hour" msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "%s%% dari semua koneksi dibatalkan. Nilai ini seharusnya dibawah 1%%" @@ -13692,9 +13730,6 @@ msgstr "" #: libraries/advisory_rules.txt:418 #, php-format -#| msgid "" -#| "Aborted connections rate is at %s, this value should be less than 1 per " -#| "hour" msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "%s%% dari semua klien dibatalkan. Nilai ini seharusnya dibawah 2%%" @@ -13704,9 +13739,6 @@ msgstr "Tingkat pengguguran klien" #: libraries/advisory_rules.txt:425 #, php-format -#| msgid "" -#| "Aborted connections rate is at %s, this value should be less than 1 per " -#| "hour" msgid "Aborted client rate is at %s, this value should be less than 1 per hour" msgstr "" "Tingkat koneksi yang digugurkan adalah pada %s, nilai ini seharusnya kurang " @@ -13733,9 +13765,6 @@ msgid "InnoDB log size" msgstr "Besar log InnoDB" #: libraries/advisory_rules.txt:439 -#| msgid "" -#| "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool " -#| "size, it should not be below 20%%" msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." @@ -13759,12 +13788,12 @@ msgstr "" "Terutama pada sistem yang banyak melakukan penulisan ke tabel InnoDB anda " "seharusnya menetapkan nilai {innodb_log_file_size} ke 25%% dari " "{innodb_buffer_pool_size}. Namun semakin besar nilai ini, semakin lama waktu " -"pemulihan ketika terjadi kerusakan pada basis data, sehingga nilai ini " -"tidak boleh diatur lebih dari 256 MiB. Perlu diingat bahwa anda tidak dapat " -"dengan mudah mengganti nilai variabel ini. Anda perlu mematikan server, " -"hapus file log InnoDB, menetapkan nilai baru di my.cnf, hidupkan server, " -"kemudian cek log error untuk memastikan semuanya berjalan baik. Lihat juga " -"entri blog ini" #: libraries/advisory_rules.txt:441 @@ -13800,13 +13829,12 @@ msgstr "" "Hal ini biasanya cukup dengan mengatur {innodb_log_file_size} ke 25%% dari " "ukuran {innodb_buffer_pool_size}. {innodb_log_file_size} yang terlalu besar, " "dapat memperlambat waktu pemulihan ketika database mengalami kerusakan " -"parah. Lihat Artikel ini . Anda perlu " +"parah. Lihat Artikel ini . Anda perlu " "shutdown server, menghapus file log InnoDB, menetapkan nilai baru di my.cnf, " "mulai server, kemudian periksa log kesalahan jika semuanya berjalan baik-" -"baik saja. Lihat juga entri blog ini " +"baik saja. Lihat juga entri blog ini " #: libraries/advisory_rules.txt:448 #, php-format @@ -13850,12 +13878,10 @@ msgstr "" "tabel InnoDB atau layanan lain yang berjalan pada mesin yang sama." #: libraries/advisory_rules.txt:459 -#| msgid "max. concurrent connections" msgid "MyISAM concurrent inserts" msgstr "Sisipan konkuren MyISAM" #: libraries/advisory_rules.txt:462 -#| msgid "max. concurrent connections" msgid "Enable {concurrent_insert} by setting it to 1" msgstr "Aktifkan {concurrent_insert} dengan menetapkan ke 1" @@ -13866,12 +13892,10 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation" msgstr "" "Pengaturan {concurrent_insert} ke 1 mengurangi pertentangan antara pembacaan " -"dan penulisan pada tabel yang ditentukan. Lihat juga Dokumentasi MySQL" +"dan penulisan pada tabel yang ditentukan. Lihat juga Dokumentasi MySQL" #: libraries/advisory_rules.txt:464 -#| msgid "max. concurrent connections" msgid "concurrent_insert is set to 0" msgstr "concurrent_insert diatur ke 0" @@ -14107,9 +14131,9 @@ msgstr "concurrent_insert diatur ke 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Mengaktifkan ini memungkinkan halaman yang terletak pada domain yang " -#~ "berbeda untuk memanggil phpMyAdmin di dalam frame, dan merupakan [strong]" -#~ "lubang keamanan[/strong] potensial yang memungkinkan serangan scripting " -#~ "lintas-frame" +#~ "berbeda untuk memanggil phpMyAdmin di dalam frame, dan merupakan " +#~ "[strong]lubang keamanan[/strong] potensial yang memungkinkan serangan " +#~ "scripting lintas-frame" #~ msgid "Allow third party framing" #~ msgstr "Izinkan pembingkaian pihak ketiga" diff --git a/po/it.po b/po/it.po index cbf027c07f..6ebdbf1234 100644 --- a/po/it.po +++ b/po/it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:13+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Italian %s:" msgstr "SQL-query sul database %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Invia Query" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2456,15 +2456,15 @@ msgstr "" "Il server non risponde (o il socket del server locale MySQL non è " "correttamente configurato)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Il server non risponde." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Controllate i privilegi della cartella che contiene il database." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Dettagli…" @@ -2504,8 +2504,8 @@ msgstr[0] "%1$s corrispondenza in %2$s" msgstr[1] "%1$s corrispondenze in %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Mostra" @@ -2557,26 +2557,28 @@ msgstr "Salva i dati modificati" msgid "Restore column order" msgstr "Ripristina l'ordine dei campi" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Inizio" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Precedente" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Prossima" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Ultima" @@ -2695,7 +2697,7 @@ msgid "The row has been deleted" msgstr "La riga è stata cancellata" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Rimuovi" @@ -2753,8 +2755,8 @@ msgstr "Seleziona tutti" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2854,7 +2856,7 @@ msgstr "Apri una nuova finestra di PhpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Da questo punto in poi, JavaScript deve essere abilitato" @@ -2885,12 +2887,13 @@ msgid "Cardinality" msgstr "Cardinalità" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Codifica caratteri" @@ -2919,7 +2922,7 @@ msgstr "" "possibilmente, essere rimosso." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2930,9 +2933,9 @@ msgid "View" msgstr "Vista" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2943,32 +2946,32 @@ msgid "Structure" msgstr "Struttura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Cerca" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Inserisci" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operazioni" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Monitoraggio" @@ -3009,51 +3012,52 @@ msgstr "Routine" msgid "Events" msgstr "Eventi" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Database" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Utenti" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Log binario" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicazione" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabili" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Set di caratteri" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plugin" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motori" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Errore" @@ -3145,7 +3149,8 @@ msgstr "Tabelle" msgid "Transaction coordinator" msgstr "Coordinatore delle transazioni" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "File" @@ -3710,130 +3715,130 @@ msgstr "Query SQL" msgid "MySQL said: " msgstr "Messaggio di MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Non sono riuscito a connettermi all'SQL Validator!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Spiega SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Non Spiegare SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Senza codice PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Crea il codice PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Aggiorna" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Non Validare SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valida SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Modifica inline di questa query" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Inline" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiling" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dom" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y alle %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s giorni, %s ore, %s minuti e %s secondi" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parametro mancante:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Passa al database "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "La %s funzionalità è affetta da un bug noto, vedi %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Clicca per alternare" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Cerca sul tuo computer:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selezionare dalla cartella di upload del server web %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "La directory impostata per l'upload non può essere trovata" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nessun file da caricare" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Svuota" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Esegui" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Stampa" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creazione" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Ultimo cambiamento" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Ultimo controllo" @@ -3842,9 +3847,9 @@ msgstr "Ultimo controllo" msgid "shared" msgstr "condiviso" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3991,8 +3996,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Disabilitata" @@ -4150,8 +4155,12 @@ msgstr "Ripristinare valori predefiniti" msgid "Allow users to customize this value" msgstr "Consente agli utenti di personalizzare questo valore" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Riavvia" @@ -4228,8 +4237,8 @@ msgstr "Modifica dei campi CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4428,8 +4437,8 @@ msgstr "Compressione" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4637,9 +4646,9 @@ 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 "" -"Ordinamento degli elementi nel menu a tendina delle chiavi esterne; [kbd]" -"content[/kbd] sono i dati di rifereimento, [kbd]id[/kbd] é il valore della " -"chiave" +"Ordinamento degli elementi nel menu a tendina delle chiavi esterne; " +"[kbd]content[/kbd] sono i dati di rifereimento, [kbd]id[/kbd] é il valore " +"della chiave" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4668,8 +4677,8 @@ msgstr "Personalizza modalità di navigazione" msgid "Customize default options" msgstr "Personalizza le opzioni predefinite" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4781,8 +4790,9 @@ msgstr "Titoli delle pagine" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Specifica il testo per la barra del titolo. Puoi consultare la " "[doc@cfg_TitleTable]documentazione[/doc] per vedere delle stringhe che " @@ -5593,8 +5603,8 @@ msgid "" "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)" msgstr "" -"Il percorso per il file di configurazione per [a@http://swekey.com]" -"autenticazione hardware SweKey[/a] (not salvata nella cartella document " +"Il percorso per il file di configurazione per [a@http://swekey." +"com]autenticazione hardware SweKey[/a] (not salvata nella cartella document " "root; percorso consigliato: /etc/swekey.conf)" #: libraries/config/messages.inc.php:373 @@ -5628,11 +5638,11 @@ msgstr "Tabella dei segnalibri" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Lascia vuoto per diattivare i commenti/tipi mime per i campi, consigliato: " "[kbd]pma_column_info[/kbd]" @@ -5714,8 +5724,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Lascia vuoto disattivare il supporto per Designer, consigliato: [kbd]" -"pma_designer_coords[/kbd]" +"Lascia vuoto disattivare il supporto per Designer, consigliato: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5726,8 +5736,9 @@ 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 "" -"Maggiori informazioni su [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA bug tracker[/a] e [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Maggiori informazioni su [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA bug tracker[/a] e [a@http://bugs.mysql.com/19588]MySQL Bugs[/" +"a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5754,8 +5765,8 @@ msgstr "Nascondi i database" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5800,6 +5811,16 @@ msgid "Connect without password" msgstr "Effettua connessione senza la parola chiave" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Ricerca nella Tabella" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5818,33 +5839,33 @@ msgstr "" "puoi ordinare la lista dei database, basta inserire i loro nomi in ordine e " "utilizzare [kbd]*[/kbd] alla fine per mostrare il resto in ordine alfabetico." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Mostra solo i database dalla lista" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Lascia vuoto su il config auth non é utilizzato" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Parola chiave per config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Lascia vuoto disabilitare il supporto per i schemi PDF, consigliato: [kbd]" -"pma_pdf_pages[/kbd]" +"Lascia vuoto disabilitare il supporto per i schemi PDF, consigliato: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Schema PDF: tabella delle pagine" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5854,20 +5875,20 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nome del database" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "La dove il server MySQL ascolta, lascia vuoto per il valore predefinito" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Porta del server" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -5879,69 +5900,69 @@ msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle tabelle recenti nel " "database, consigliato: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabella utilizzata recentemente" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabella relazionale" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Commando SQL per ritrovare i database disponibili" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Commando SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Vedi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipi di " "autenticazione[/a] per un esempio" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nome della sessione di signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "L'URL di signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Il socket sul quale il server MySQL ascolta, lascia vuoto per il valore " "predefinito" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket del server" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Abilita SSL per la connessione al server MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Utilizza SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5950,14 +5971,14 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Lascia vuoto per disabilita il supporto dello schema PDF, consigliato: [kbd]" -"pma_table_coords[/kbd]" +"Lascia vuoto per disabilita il supporto dello schema PDF, consigliato: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Schema PDF: coordinate delle tabelle" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -5969,11 +5990,11 @@ msgstr "" "La tabella che descrive i campi di visualizzazione, lascia vuoto per " "disabilitarne il supporto; consigliato: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Visualizza i campi della tabella" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5986,11 +6007,11 @@ msgstr "" "dell'interfaccia utenti nel database, consigliato: [kbd]pma_table_uiprefs[/" "kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabella di memorizzazione delle preferenze dell'interfaccia utente" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5998,11 +6019,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Aggiungi DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -6010,11 +6031,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Aggiungi DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -6022,37 +6043,37 @@ msgstr "" "Se aggiungere un instruzione DROP VIEW IF EXISTS sulla prima linea del log " "quando viene creata una vista." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Aggiungi DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Istruzioni da monitorare" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Lascia vuoto per disabilitare il supporto per il monitoriaggio delle query " "SQL, consigliato: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabella de monitoraggio delle query SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6060,31 +6081,31 @@ msgstr "" "Se il meccanismo di monitoraggio crea versioni per tabelle e viste " "automaticamente." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Crea versioni automaticamente" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle preferenze degli " "utenti nel database, consigliato: [kbd]pma_userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabella di memorizzazione delle preferenze degli utenti" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Utente per il config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6092,69 +6113,69 @@ msgstr "" "Una descrizione di facile utilizzo di questo server. Lascia vuoto per " "visualizzare il nome host, invece." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nome completo di questo server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Consenti la visualizzazione di tutte le righe" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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 "" -"Si prega di notare che l'attivazione di questo non ha effetto con [kbd]config" -"[/kbd] la modalità di autenticazione perché la password è salvata nel file " -"di configurazione; questo non limita la capacità di eseguire lo stesso " -"comando direttamente" +"Si prega di notare che l'attivazione di questo non ha effetto con " +"[kbd]config[/kbd] la modalità di autenticazione perché la password è salvata " +"nel file di configurazione; questo non limita la capacità di eseguire lo " +"stesso comando direttamente" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Mostra il modulo di modifica della parola chiave" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Mostra il modulo di creazione dei database" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "Mostra piú azioni" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Mostra lo stato del master" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6162,11 +6183,11 @@ msgstr "" "Definisce se mostrare l'opzione della direzione di visualizzazione durante " "la navigazione delle tabelle" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Mostra l'orientamento del display" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6174,28 +6195,28 @@ msgstr "" "Stabilisce se i tipi dei campi dovrebbero essere visualizzati inizialmente " "nella modalitá di inserimento/modifica" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Mostra i tipi di campi" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" "Visualizza i campi delle funzioni nelle modalita di inserimento/modifica" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Mostra i campi delle funzioni" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Se mostrare il suggerimento o meno" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Mostra suggerimento" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6203,65 +6224,65 @@ msgstr "" "Mostra un collegamento all'output di [a@http://php.net/manual/function." "phpinfo.php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Mostra un collegamento a phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Mostra informazioni dettagliate del server MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Definisce se le query SQL generate da phpMyAdmin devrebbero essere " "visualizzate" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Mostra query SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Nascondi riquadro query SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Consenti la visualizzazione delle statistiche dei database e tabelle (ad " "esempio spazio utilizzato)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Mostra statistiche" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Visualizza i commenti delle tabelle nei tooltip" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Segna le tabelle come utilizzate e quindi consenti la visualizzazione dei " "database con delle tabelle bloccate" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Ignora le tabelle bloccate" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Richiede l'abilitazione del validatore SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6269,7 +6290,7 @@ msgstr "Richiede l'abilitazione del validatore SQL" msgid "Password" msgstr "Password" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6277,32 +6298,32 @@ msgstr "" "[strong]Avviso:[/strong] richiede l'estensione SOAP di PHP o l'installazione " "di PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Abilita il validatore SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Se hai un nome utente personalizzato, specificalo qui (il predefinito é [kbd]" -"anonymous[/kbd])" +"Se hai un nome utente personalizzato, specificalo qui (il predefinito é " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nome utente" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Mostra un avviso sulla pagina principale se Suhosin é stato trovato" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Avviso Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6311,11 +6332,11 @@ msgstr "" "valore incrementato per le aree di testo delle query SQL (x2) e per la " "finestra di query (x1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Campi di aree di testo" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6324,31 +6345,31 @@ msgstr "" "valore incrementato per le aree di testo delle query SQL (x2) e per la " "finestra di query (x1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Righe con aree di testo" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Titolo della finestra del browser quando nessun oggetto è selezionato" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Titolo Predefinito" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Titolo della finestra del browser quando una tebella è selezionata" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6360,28 +6381,28 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente dalla proxy 1.2.3.4[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista dei proxy di fiducia per filtarre gli IP, accetta/rifiuta" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Cartella di caricamento" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Consenti la ricerca all'interno di un intero database" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Utilizza la ricerca dei database" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6389,21 +6410,21 @@ msgstr "" "Quando disabilitato, gli utenti non possono impostare alcune opzioni " "sottostanti, indipendentemente dalla casella di controllo sulla destra" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Abilita la tabulazione per Sviluppatori nelle impostazioni" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Controlla l'ultima versione" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Abilita la prova per la versione più recente sulla pagina principale di " "phpMyAdmin" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6411,7 +6432,7 @@ msgstr "" msgid "Version check" msgstr "Controllo versione" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6419,69 +6440,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Controllo versione" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Controllo versione" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Controllo versione" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Abilita la compressione [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP" -"[/a] per le operazioni di importazione ed esportazione" +"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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Autenticazione via config" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autenticazione via cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autenticazione HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autenticazione via signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6489,32 +6526,32 @@ msgstr "CSV usando LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Foglio di calcolo nel formato Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Veloce" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Personalizzazato" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opzioni di esportazione per database" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV per dati MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7400,8 +7437,8 @@ msgstr "Crea un indice su  %s campi" msgid "Hide" msgstr "Nascondi" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binario" @@ -7527,191 +7564,191 @@ msgstr "Sei sicuro di voler eseguire la seguente query?" msgid "No change" msgstr "Nessun cambiamento" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Set di caratteri" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgaro" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Cinese Semplificato" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 #, fuzzy msgid "case-insensitive" msgstr "case-insensitive" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 #, fuzzy msgid "case-sensitive" msgstr "case-sensitive" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croato" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Ceco" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danese" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglese" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estone" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Tedesco" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dizionario" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "rubrica" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungherese" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandese" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Giapponese" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lituano" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituano" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreano" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persiano" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polacco" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europeo Occidentale" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumeno" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovacco" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Sloveno" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spagnolo" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Spagnolo tradizionale" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Svedese" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turco" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraino" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingua" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europeo Centrale" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russo" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltico" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeno" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirillico" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabo" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Ebreo" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgiano" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Greco" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Ceco-Slovacco" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "sconosciuto" @@ -7914,7 +7951,7 @@ msgstr "Rinomina la tabella in" msgid "Table comments" msgstr "Commenti alla tabella" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Motore di Memorizzazione" @@ -8078,22 +8115,30 @@ msgstr "Nome utente:" msgid "Server Choice:" msgstr "Scelta del server" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Login senza password è vietato dalla configurazione (vedi AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Impossibile eseguire il login nel server MySQL" @@ -8161,7 +8206,7 @@ msgstr "" "Rimuovi i caratteri di ritorno a capo/avanzamento riga (CR/LF) dall'interno " "dei campi" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Edizione Excel:" @@ -8391,8 +8436,8 @@ msgid "" "names formed with special characters or keywords)" msgstr "" "Racchiudi i nomi dei campi e delle tabelle in virgolette ` (Protegge i " -"nomi dei campi e tabelle che contengono caratteri speciali or parole chiave)" -"" +"nomi dei campi e tabelle che contengono caratteri speciali or parole " +"chiave)" #: libraries/plugins/export/ExportSql.class.php:295 #, fuzzy @@ -8598,6 +8643,12 @@ msgstr "" "Il file XML specificato era malformato o incompleto. Correggi questo " "problema e prova ancora." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Foglio di calcolo nel formato Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Shape File ESRI" @@ -8795,81 +8846,81 @@ msgstr "" "è un prefisso come \"http://www.tuodominio.com/\". La seconda opzione è un " "titolo per il collegamento." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "non OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Abilitata" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Caratteristiche generali di relazioni" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mostra Caratteristiche" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creazione di PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Visualizzazione Commenti dei Campi" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Trasformazione del browser" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Prego vedi la documentazione su come aggiornare la tabella column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Query SQL aggiunte ai preferiti" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Storico dell'SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Tabelle persistenti utilizzate di recente" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Preferenze UI delle tabelle persistenti" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Impostazioni utente" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Passi veloci per l'installazione delle funzionalità avanzate:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "Crea le tabelle necessarie examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8877,13 +8928,13 @@ msgstr "" "Attiva funzionalità avanzate nel file di configuratione (config.inc." "php), per esempio partendo da config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "nessuna descrizione" @@ -8940,7 +8991,7 @@ msgstr "Stato slave" msgid "Variable" msgstr "Variabile" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID del server" @@ -9080,7 +9131,7 @@ msgstr "Dettagli" msgid "Event name" msgstr "Nome dell'evento" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tipo di evento" @@ -9431,37 +9482,34 @@ msgstr "Non é stata trovato alcun evento con nome %1$s nel database %2$s" msgid "There are no events to display." msgstr "Non ci sono eventi da visualizzare." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "La tabella %s non esiste!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Prego, configurare le coordinate per la tabella %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schema del database %s - Pagina %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Questa pagina non contiene alcuna tabella!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA ERROR: " @@ -9528,51 +9576,51 @@ msgstr "Nomi dei campi" msgid "Display relational schema" msgstr "Visualizza lo schema relazionale" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Seleziona il Tipo di Esportazione Relazionale" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostra la griglia" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostra il colore" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostra la dimensione delle tabelle" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostra tutte le tabelle con la stessa larghezza" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dizionario dei dati" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Mostra solo le chiavi" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Orizzontale" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Verticale" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientamento" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Dimensioni carta" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9580,12 +9628,12 @@ msgstr "" "La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. " "Volete cancellare questi Riferimenti?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "(dis)attiva scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Lingua non conosciuta : %1$s." @@ -9596,6 +9644,75 @@ msgstr "Lingua non conosciuta : %1$s." msgid "Current Server:" msgstr "Server corrente" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Selezionare il log binario da visualizzare" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nome del log" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posizione" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posizione originale" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informazioni" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Tronca le Query Mostrate" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostra query complete" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Set di Caratteri e Collation" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduli" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Inizio" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plugin" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modulo" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Libreria" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versione" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autore" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licenza" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "disabilitato" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Nessun privilegio." @@ -10428,10 +10545,6 @@ msgstr "Aggiungi indice SPATIAL" msgid "Add FULLTEXT index" msgstr "Aggiungi indice FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informazioni" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Spazio utilizzato" @@ -10440,7 +10553,7 @@ msgstr "Spazio utilizzato" msgid "Effective" msgstr "Effettivo" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "La tabella %1$s è già stata modificata con successo" @@ -10888,34 +11001,6 @@ msgstr "%s tabella non trovata o non settata in %s" msgid "File doesn't exist" msgstr "Il file non esiste" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Selezionare il log binario da visualizzare" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Tronca le Query Mostrate" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostra query complete" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nome del log" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posizione" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posizione originale" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Set di Caratteri e Collation" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10952,7 +11037,7 @@ msgstr "" msgid "No databases" msgstr "Nessun database" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motori di Memorizzazione" @@ -10960,42 +11045,6 @@ msgstr "Motori di Memorizzazione" msgid "View dump (schema) of databases" msgstr "Visualizza il dump (schema) dei databases" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduli" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Inizio" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plugin" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modulo" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Libreria" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versione" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autore" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licenza" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "disabilitato" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12322,8 +12371,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Prego, crea una cartella scrivibile dal web server [em]config[/em] nella " -"cartella principale di phpMyAdmin come descritto nella [doc@setup_script]" -"documentazione[/doc]. Altrimenti potrai solo scaricarlo o visualizzarlo." +"cartella principale di phpMyAdmin come descritto nella " +"[doc@setup_script]documentazione[/doc]. Altrimenti potrai solo scaricarlo o " +"visualizzarlo." #: setup/frames/index.inc.php:60 msgid "" @@ -12589,8 +12639,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Hai impostato il tipo di autenticazione [kbd]config[/kbd] e hai inclusi il " "nome utente e la parola chiave per l'auto-login, questo non è desiderato per " @@ -13051,23 +13101,23 @@ msgstr "Monitora le istruzioni di manipolazione dei dati:" msgid "Create version" msgstr "Crea versione" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Scarica altri temi!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tipi-MIME disponibili" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Trasformazioni disponibili" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descrizione" @@ -13084,7 +13134,7 @@ msgstr "Il profilo è stato aggiornato." msgid "VIEW name" msgstr "Nome VISTA" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Rinomina la vista in" @@ -14730,9 +14780,9 @@ msgstr "concurrent_insert è impostato a 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Quando questo é impostato a [kbd]nested[/kbd], l'alias del nome della " #~ "tabella è utilizzato solo per dividere/nidificare le tabelle in accordo " diff --git a/po/ja.po b/po/ja.po index 6b20dad0b8..cf3c1dd02b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 15:08+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Japanese %s:" msgstr "データベース %s のSQL:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "クエリを実行する" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2445,16 +2445,16 @@ msgstr "" "サーバが応答しません (あるいはローカルサーバのソケットが正しく設定されていま" "せん)。" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "サーバが応答しません。" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "データベースを含んでいるディレクトリのパーミッションを確認してください。" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "詳細…" @@ -2494,8 +2494,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%1$s 件 (テーブル %2$s)" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "表示" @@ -2547,26 +2547,28 @@ msgstr "変更したデータを保存する" msgid "Restore column order" msgstr "カラムの順番を元に戻す" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "先頭" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "前へ" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "次へ" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "最後" @@ -2686,7 +2688,7 @@ msgid "The row has been deleted" msgstr "行を削除しました" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "停止" @@ -2742,8 +2744,8 @@ msgstr "すべてチェックする" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2847,7 +2849,7 @@ msgstr "別ウィンドウで開く" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript を有効にしてください" @@ -2878,12 +2880,13 @@ msgid "Cardinality" msgstr "一意な値の数" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "照合順序" @@ -2912,7 +2915,7 @@ msgstr "" "れません。" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "サーバ" @@ -2923,9 +2926,9 @@ msgid "View" msgstr "ビュー" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2936,32 +2939,32 @@ msgid "Structure" msgstr "構造" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "検索" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "挿入" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "操作" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "SQL コマンドの追跡" @@ -3002,51 +3005,52 @@ msgstr "ルーチン" msgid "Events" msgstr "イベント" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "デザイナ" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "データベース" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "ユーザ" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "バイナリログ" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "レプリケーション" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "変数" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "文字セット" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "プラグイン" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "エンジン" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "エラー" @@ -3132,7 +3136,8 @@ msgstr "テーブル" msgid "Transaction coordinator" msgstr "トランザクションコーディネータ" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "ファイル" @@ -3734,130 +3739,130 @@ msgstr "実行した SQL" msgid "MySQL said: " msgstr "MySQL のメッセージ: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL 検証への接続に失敗しました!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "EXPLAIN で確認" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL の EXPLAIN 解析をスキップ" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP コードを省略" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP コードの作成" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "再描画" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL の検証をスキップ" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL の検証" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "このクエリをインラインで編集します" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "インライン" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "プロファイリング" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "日" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y 年 %B %d 日 %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s 日 %s 時間 %s 分 %s 秒" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "パラメータがありません:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "データベース「%s」に移動します。" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s の機能には既知のバグがあります。%s をご覧ください" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "クリックでオン/オフ切り替え" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "アップロードファイル:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "ウェブサーバ上のアップロードディレクトリ %s から選択する:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "指定したアップロードディレクトリが利用できません" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "アップロードファイルがありません" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "空にする" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "実行" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "印刷" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "作成日時" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "最終更新" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "最終検査" @@ -3866,9 +3871,9 @@ msgstr "最終検査" msgid "shared" msgstr "共有" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4014,8 +4019,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "無効" @@ -4171,8 +4176,12 @@ msgstr "デフォルト値に戻す" msgid "Allow users to customize this value" msgstr "この値の変更をユーザに許可する" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "リセット" @@ -4247,8 +4256,8 @@ msgstr "CHAR 系カラムの編集" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "構文の色分けや行番号の付加といった分かりやすいエディタ ([a@http://codemirror." "net/]CodeMirror[/a]) を、SQL クエリの編集の際に使用します。" @@ -4441,8 +4450,8 @@ msgstr "圧縮" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4681,8 +4690,8 @@ msgstr "表示モードの詳細設定" msgid "Customize default options" msgstr "デフォルトオプションの詳細設定" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4799,8 +4808,9 @@ msgstr "ページタイトル" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "ブラウザのタイトルバーのテキストの指定を行います。使用可能な特別な埋め込み変" "数は[doc@cfg_TitleTable]ドキュメント[/doc]を参照してください。" @@ -5629,14 +5639,14 @@ msgstr "ブックマークテーブル" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"カラムのコメントと MIME タイプ機能を使わない場合は空欄にします。[kbd]" -"pma_column_info[/kbd] としておくのがいいでしょう。" +"カラムのコメントと MIME タイプ機能を使わない場合は空欄にします。" +"[kbd]pma_column_info[/kbd] としておくのがいいでしょう。" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5753,8 +5763,8 @@ msgstr "非表示にするデータベース" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5799,6 +5809,16 @@ msgid "Connect without password" msgstr "パスワードなしで接続する" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "テーブル検索" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5818,19 +5838,19 @@ msgstr "" "力していき、最後に [kbd]'*'[/kbd] とだけ入力しておきます。[kbd]'*'[/kbd] は" "残ったものをアルファベット順に並べて表示する働きをします。" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "リスト化したデータベースだけを表示する" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "config 認証を使用しない場合は空欄のままにします。" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "config 認証用のパスワード" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5840,11 +5860,11 @@ msgstr "" "PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と" "しておくのがいいでしょう。" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF スキーマ:ページテーブル" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5855,20 +5875,20 @@ msgstr "" "れらの機能を使わない場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのが" "いいでしょう。" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "データベース名" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "MySQL サーバで開いているポート。デフォルトにしたい場合は空欄のままにします。" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "サーバのポート" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -5880,69 +5900,69 @@ msgstr "" "最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし" "ます。[kbd]pma_recent[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "最近使用したテーブル" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]リレーションリンク[/a]機能を使わな" "い場合は空欄にします。[kbd]pma_relation[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "リレーションテーブル" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "使用可能なデータベースを取得するための SQL コマンド" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES コマンド" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "設定例は[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認証モード[/a]を" "参照してください。" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "サインオンセッション名" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "サインオン URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "MySQL サーバで開いているソケット。デフォルトにしたい場合は空欄のままにしま" "す。" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "サーバのソケット" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "MySQL サーバへの接続において SSL を有効にします。" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL を使用する" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5954,11 +5974,11 @@ msgstr "" "PDF スキーマを使用しない場合は空欄にします。[kbd]pma_table_coords[/kbd] とし" "ておくのがいいでしょう。" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF スキーマ:テーブルの座標" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -5967,14 +5987,14 @@ msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -"表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。[kbd]" -"pma_table_info[/kbd] としておくのがいいでしょう。" +"表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。" +"[kbd]pma_table_info[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "表示するカラムためのテーブル" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5986,11 +6006,11 @@ msgstr "" "テーブルに対する環境設定をセッションを跨いで「永続的に」記憶しない場合は空欄" "にします。[kbd]pma_table_uiprefs[/kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "テーブルに対する環境設定を保管するテーブル" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5998,11 +6018,11 @@ msgstr "" "データベースを作成するときにログの最初の行に DROP DATABASE IF EXISTS 文を追加" "するかどうか。" -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE を追加する" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -6010,11 +6030,11 @@ msgstr "" "テーブルを作成するときにログの最初の行に DROP TABLE IF EXISTS 文を追加するか" "どうか。" -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE を追加する" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -6022,35 +6042,35 @@ msgstr "" "ビューを作成するときにログの最初の行に DROP VIEW IF EXISTS 文を追加するかどう" "か。" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW を追加する" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "新しい世代に対して自動生成使用するコマンドのリストを定義します。" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "追跡するコマンド" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "SQL コマンドの追跡機能を使わない場合は空欄にします。[kbd]pma_tracking[/kbd] " "としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL コマンド追跡テーブル" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6058,31 +6078,31 @@ msgstr "" "SQL コマンドの追跡機能が、テーブルやビューに対して自動的に世代を作成するかど" "うか。" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "世代の自動作成" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "データベースにユーザ設定の保存しない場合は空欄にします。[kbd]pma_userconfig[/" "kbd] としておくのがいいでしょう。" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "ユーザ環境保管テーブル" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "config 認証用のユーザ" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6090,19 +6110,19 @@ msgstr "" "このサーバのわかりやすい説明。ホスト名をそのまま表示させる場合には、空欄のま" "まにします。" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "このサーバの詳細な名前" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "「(行を) すべて表示」ボタンを表示するかどうか。" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "すべての行の表示を許可する" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6113,41 +6133,41 @@ msgstr "" "れはパスワード変更コマンドに対して直接実行する機能を制限するものではありませ" "ん。" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "パスワード変更フォームを表示する" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "「データベースを作成する」の部分を表示する" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "テーブル一覧において作成日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "作成日時を表示する" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "テーブル一覧において最終更新日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "最終更新日時を表示する" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "テーブル一覧において最終検査日時の列を表示させるかどうか" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "最終検査日時を表示する" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6155,37 +6175,37 @@ msgstr "" "テーブルを閲覧するときに、表示方向のオプションが表示されるかどうかを定義しま" "す。" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "表示方向を表示する" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "編集/挿入モードでデータ型項目を表示するかどうか定義します。" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "データ型項目を表示する" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "編集/挿入モードで関数項目を表示します。" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "関数項目を表示する" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "操作ヒントを表示するかどうか。" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "操作ヒントを表示する" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6193,60 +6213,60 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリンク" "を表示します。" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo() リンクを表示する" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "詳細な MySQL サーバ情報を表示する" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "phpMyAdmin によって生成される SQL クエリを表示するかどうかを定義します。" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL クエリを表示する" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "送信後もクエリボックスを画面上に残しておくかどうかを定義します。" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "クエリボックスを保持する" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "データベースやテーブルの状態(領域の使用状況など)の表示を許可します。" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "統計を表示する" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "ツールチップにテーブルのコメントを表示する" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "使われているテーブルには印をして、テーブルがロックされていても可能であれば" "データベースを閲覧します。" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "ロックされているテーブルをスキップする" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "SQL 検証を有効にするには必要です。" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6254,7 +6274,7 @@ msgstr "SQL 検証を有効にするには必要です。" msgid "Password" msgstr "パスワード" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6262,11 +6282,11 @@ msgstr "" "[strong]注意:[/strong] PHP SOAP 拡張か PEAR SOAP がインストールされている必" "要があります。" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL 検証を有効にする" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6274,22 +6294,22 @@ msgstr "" "ユーザ名を所持している場合は、ここに記述します(デフォルトは [kbd]anonymous[/" "kbd])。" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "ユーザ名" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Suhosin が検出された場合、警告をメインページに表示します。チェックを入れると" "このメッセージは表示されません。" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin 警告" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6297,11 +6317,11 @@ msgstr "" "編集モードでの textarea の 1 行の文字数。SQL クエリ用のでは 2 倍、クエリウィ" "ンドウに対しては 1.25 倍になります。" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "textarea の 1 行の文字数" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6309,31 +6329,31 @@ msgstr "" "編集モードでの textarea の行数。SQL クエリ用のでは 2 倍、クエリウィンドウに対" "しては 1.25 倍になります。" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "textarea の行数" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "データベース選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "何も選択していないときのブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "デフォルトタイトル" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "サーバ選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "テーブル選択時のブラウザのウィンドウタイトル" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6345,27 +6365,27 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) ヘッダを信頼するように指定することにな" "ります。[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "信頼されたプロキシのリスト(IP アドレスの許可/拒否)" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "インポート用ファイルをアップロードできるサーバ上のディレクトリ" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "アップロードディレクトリ" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "全てのデータベース内を検索することを許可します。" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "データベース検索を使用する" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6373,19 +6393,19 @@ msgstr "" "無効にすると、右端のチェックボックスに関係なく、ユーザが以下のオプションを設" "定することはできません。" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "設定に開発者向けタブを追加する" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "バージョンアップの確認" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "phpMyAdmin のメインページ上で最終バージョンチェックを有効にします。" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6393,7 +6413,7 @@ msgstr "phpMyAdmin のメインページ上で最終バージョンチェック msgid "Version check" msgstr "バージョンの確認" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6401,36 +6421,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "バージョンの確認" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "バージョンの確認" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "バージョンの確認" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6439,32 +6459,48 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config 認証" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "クッキー認証" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP 認証" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "サインオン認証" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "LOAD DATA 文を使用した CSV の読み込み" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6472,32 +6508,32 @@ msgstr "LOAD DATA 文を使用した CSV の読み込み" msgid "OpenDocument Spreadsheet" msgstr "Open Document スプレッドシート" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "簡易" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "詳細" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "データベースエクスポートオプション" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel 用の CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7369,8 +7405,8 @@ msgstr "%s つのカラムにインデックスを作成する" msgid "Hide" msgstr "隠す" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "バイナリ" @@ -7495,189 +7531,189 @@ msgstr "以下のクエリを本当に実行しますか?" msgid "No change" msgstr "変更なし" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "文字セット" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "ブルガリア語" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "簡体字中国語" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "繁体字中国語" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "大文字小文字を区別しない" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "大文字小文字を区別する" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "クロアチア語" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "チェコ語" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "デンマーク語" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "英語" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "エスペラント語" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "エストニア語" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "ドイツ語" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "辞書" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "電話帳" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "ハンガリー語" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "アイスランド語" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "日本語" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "ラトビア語" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "リトアニア語" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "韓国語" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "ペルシア語" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "ポーランド語" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "西ヨーロッパ諸語" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "ルーマニア語" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "スロバキア語" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "スロベニア語" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "スペイン語" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "スペイン語 (伝統表記)" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "スウェーデン語" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "タイ語" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "トルコ語" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "ウクライナ語" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "UNICODE" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "多言語" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "中央ヨーロッパ諸語" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "ロシア語" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "バルト諸語" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "アルメニア語" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "キリル諸語" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "アラビア語" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "ヘブライ語" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "グルジア語" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "ギリシア語" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "チェコのスロバキア語" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "不明" @@ -7897,7 +7933,7 @@ msgstr "変更後のテーブル名称" msgid "Table comments" msgstr "テーブルのコメント" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "ストレージエンジン" @@ -8060,21 +8096,29 @@ msgstr "ユーザ名:" msgid "Server Choice:" msgstr "サーバの選択" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "パスワードなしログインは設定 (AllowNoPassword 参照) によって禁止されています" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s 秒以上操作をしませんでした。ログインし直してください。" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL サーバにログインできません" @@ -8141,7 +8185,7 @@ msgstr "NULL の代替文字列:" msgid "Remove carriage return/line feed characters within columns" msgstr "カラム内の改行/復帰文字を削除する" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel のエディション:" @@ -8565,6 +8609,12 @@ msgstr "" "指定された XML ファイルは、不完全もしくはフォーマットが正しくありません。問題" "を修正して再度試してみてください。" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document スプレッドシート" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI シェープファイル" @@ -8753,80 +8803,80 @@ msgstr "" "は \"http://www.example.com/\" のような URL の先頭部分、2 つ目のオプションは" "リンクのタイトルです。" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "NG" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "有効" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "一般的なリレーション機能" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "表示機能" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF の作成" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "カラムコメント表示機能" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "ブラウザ変換機能" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "column_comments テーブルの更新方法についてはドキュメントをご覧ください" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "ブックマークされている SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL 履歴" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "永続的な『最近使用したテーブル』" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "永続的な『テーブルに対する環境設定』" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "ユーザ環境設定" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "高度な機能の設定する簡単な方法:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "examples/create_tables.sql で必要なテーブルを作成します。" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "作ったテーブルにアクセスできる pma ユーザを作成します。" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8834,11 +8884,11 @@ msgstr "" "設定ファイル (config.inc.php) で高度な機能を有効にします。" "config.sample.inc.php にある設定例をコピーするといいでしょう。" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "更新した設定ファイルを読み込むために phpMyAdmin にログインし直します。" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "説明がありません" @@ -8895,7 +8945,7 @@ msgstr "スレーブステータス" msgid "Variable" msgstr "変数" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "サーバ ID" @@ -9032,7 +9082,7 @@ msgstr "詳細" msgid "Event name" msgstr "イベント名" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "イベント種別" @@ -9372,37 +9422,34 @@ msgstr "データベース %2$s に %1$s という名前のイベントはあり msgid "There are no events to display." msgstr "表示できるイベントがありません。" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "%s テーブルは存在しません!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "テーブル %s の座標を設定してください" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "データベース %s のスキーマ - ページ %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "このページにはテーブルがありません!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "スキーマエラー: " @@ -9468,51 +9515,51 @@ msgstr "カラム名" msgid "Display relational schema" msgstr "リレーショナルスキーマを表示する" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "エクスポートするリレーショナルタイプを選択してください" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "グリッドを表示" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "色表示" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "テーブルの大きさを表示する" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "すべてのテーブルを同じ幅で表示しますか?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "データ辞書" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "キーの表示のみ" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "横向き" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "縦向き" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "向き" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "用紙サイズ" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9520,12 +9567,12 @@ msgstr "" "このページには存在しないテーブルへの参照があります。これらの参照を削除します" "か?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "スクラッチボードを切り替える" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "言語ファイルが登録されていません: %1$s。" @@ -9536,6 +9583,75 @@ msgstr "言語ファイルが登録されていません: %1$s。" msgid "Current Server:" msgstr "カレントサーバ" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "表示するバイナリログを選択してください" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "ログ名" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "位置" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "元の位置" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "情報" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "クエリの表示を切り詰める" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "クエリ全体を表示" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "文字セットと照合順序" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "モジュール" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "先頭" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "プラグイン" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "モジュール" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "ライブラリ" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "バージョン" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "作者" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "ライセンス" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "無効" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "特権はありません。" @@ -10353,10 +10469,6 @@ msgstr "空間インデックスを追加する" msgid "Add FULLTEXT index" msgstr "全文インデックスを追加する" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "情報" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "ディスク使用量" @@ -10365,7 +10477,7 @@ msgstr "ディスク使用量" msgid "Effective" msgstr "有効" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "テーブル %1$s は正常に変更されました" @@ -10810,34 +10922,6 @@ msgstr "" msgid "File doesn't exist" msgstr "ファイルが存在しません" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "表示するバイナリログを選択してください" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "クエリの表示を切り詰める" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "クエリ全体を表示" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "ログ名" - -#: server_binlog.php:187 -msgid "Position" -msgstr "位置" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "元の位置" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "文字セットと照合順序" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10873,7 +10957,7 @@ msgstr "" msgid "No databases" msgstr "データベースが存在しません" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "ストレージエンジン" @@ -10881,42 +10965,6 @@ msgstr "ストレージエンジン" msgid "View dump (schema) of databases" msgstr "データベースのダンプ (スキーマ) 表示" -#: server_plugins.php:66 -msgid "Modules" -msgstr "モジュール" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "先頭" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "プラグイン" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "モジュール" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "ライブラリ" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "バージョン" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "作者" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "ライセンス" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "無効" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12454,8 +12502,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "[kbd]config[/kbd] 認証タイプを設定し、自動ログインのためにユーザ名とパスワー" "ドを含めています。このことは、実働しているホストにとって望ましい方法とはいえ" @@ -12920,23 +12968,23 @@ msgstr "追跡するデータ操作コマンド:" msgid "Create version" msgstr "世代を作成する" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "テーマ" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "他のテーマを入手する!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "利用できる MIME タイプ" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "利用できる変換機能" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "説明" @@ -12953,7 +13001,7 @@ msgstr "プロファイルを更新しました。" msgid "VIEW name" msgstr "ビューの名前" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "変更後のビュー名称" @@ -14572,14 +14620,14 @@ msgstr "concurrent_insert は 0 に設定されています。" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" -#~ "[kbd]nested[/kbd] に設定した場合、テーブル名のエイリアスは、$cfg" -#~ "['LeftFrameTableSeparator'] の指示に応じてテーブルを分割/入れ子するために" -#~ "使用されます。そのフォルダはエイリアスのように呼び出されるだけで、テーブル" -#~ "名自体はそのまま変わることありません。" +#~ "[kbd]nested[/kbd] に設定した場合、テーブル名のエイリアス" +#~ "は、$cfg['LeftFrameTableSeparator'] の指示に応じてテーブルを分割/入れ子す" +#~ "るために使用されます。そのフォルダはエイリアスのように呼び出されるだけで、" +#~ "テーブル名自体はそのまま変わることありません。" #~ msgid "Display table comment instead of its name" #~ msgstr "テーブルの名前の代わりにコメントを表示する" @@ -15129,8 +15177,8 @@ msgstr "concurrent_insert は 0 に設定されています。" #~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ " #~ "6.29[/doc]" #~ msgstr "" -#~ "このクエリの結果は、グラフに使用することができませんでした。[doc@faq6-29]" -#~ "FAQ 6.29[/doc] を参照してください。" +#~ "このクエリの結果は、グラフに使用することができませんでした。" +#~ "[doc@faq6-29]FAQ 6.29[/doc] を参照してください。" #~ msgid "Title" #~ msgstr "タイトル" diff --git a/po/ka.po b/po/ka.po index 5a800c58eb..bbcf75acd9 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-12-13 13:04+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Georgian %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "მოთხოვნის გაგზავნა" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2597,17 +2597,17 @@ msgid "" "configured)." msgstr "(or the local MySQL server's socket is not correctly configured)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "სერვერი არ პასუხობს" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "დეტალები…" @@ -2649,8 +2649,8 @@ msgstr[0] "%s match(es) inside table %s" msgstr[1] "%s match(es) inside table %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "არჩევა" @@ -2710,32 +2710,34 @@ msgstr "დირექტორიის შენახვა" msgid "Restore column order" msgstr "CHAR textarea columns" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "დასაწყისი" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "წინა" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "შემდეგი" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2867,7 +2869,7 @@ msgid "The row has been deleted" msgstr "სტრიქონი წაიშალა" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Kill" @@ -2923,8 +2925,8 @@ msgstr "ყველას შემოწმება" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3025,7 +3027,7 @@ msgstr "phpMyAdmin-ის ახალი ფანჯრის გახსნ msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -3056,12 +3058,13 @@ msgid "Cardinality" msgstr "Cardinality" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "კოლაცია" @@ -3088,7 +3091,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "სერვერი" @@ -3099,9 +3102,9 @@ msgid "View" msgstr "ხედო" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3112,32 +3115,32 @@ msgid "Structure" msgstr "სტრუქტურა" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "ძებნა" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "ჩასმა" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "მოქმედებები" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3178,53 +3181,54 @@ msgstr "Routines" msgid "Events" msgstr "მოვლენები" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "შემქნელი" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "მონაცემთა ბაზები" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "მომხმარებელი" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "ბინარული ჟურნალი" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "რეპლიკაცია" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "ცვლადები" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "სიმბოლოთა ნაკრებები" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "ძრავები" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "შეცდომა" @@ -3324,7 +3328,8 @@ msgstr "ცხრილები" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "ფაილები" @@ -3897,137 +3902,137 @@ msgstr "SQL მოთხოვნა" msgid "MySQL said: " msgstr "MySQL-მა თქვა: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Failed to connect to SQL validator!" msgstr "MySQL სერვერთან დაკავშირება ვერ მოხერხდა" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL-ის ახსნა" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP კოდის გარეშე" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP კოდის შექმნა" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "განახლება" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validate SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "ძრავები" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiling" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "კვი" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y, %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s დღე, %s საათი, %s წუთი და %s წამი" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Routines" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web server upload directory" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "ცარიელი" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "დაბეჭდვა" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "შეიქმნა" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "უკანასკნელი განახლება" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Last check" @@ -4036,9 +4041,9 @@ msgstr "Last check" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4188,8 +4193,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "გათიშულია" @@ -4355,8 +4360,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "დაბრუნება" @@ -4435,8 +4444,8 @@ msgstr "CHAR fields editing" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4635,8 +4644,8 @@ msgstr "შეკუმშვა" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4885,8 +4894,8 @@ msgstr "" msgid "Customize default options" msgstr "Customize default export options" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5006,8 +5015,9 @@ msgstr "გვერდის ნომერი:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5832,8 +5842,8 @@ msgstr "ცხრილის ჩანიშვნა" #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" @@ -5986,6 +5996,16 @@ msgid "Connect without password" msgstr "პაროლის გარეშე დაკავშირება" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "ძებნა" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -5998,19 +6018,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6020,32 +6040,32 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "მონაცემთა ბაზა" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "სერვერის პორტი" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6056,66 +6076,66 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Recall user name" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "SSL კავშირის ჩართვა MySQL სერვერზე" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL-ის გამოყენება" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6126,11 +6146,11 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -6142,13 +6162,13 @@ msgstr "" "Table to describe the display fields, leave blank for no support; suggested: " "[kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Display fields table" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6159,109 +6179,109 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "UI პარამეტრების მაგიდა" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Statements" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL query history table" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Automatic recovery mode" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma_history[/" "kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 #, fuzzy #| msgid "" #| "ther a user should be displayed a "show all (records)" button" @@ -6269,155 +6289,155 @@ 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "პაროლის შეცვლის ფორმის ჩვენება" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "მონაცემთა ბაზის შექმნის ფორმის ჩვენება" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP-ის ინფორმაციის ჩვენება" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Show slave status" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Databases display options" msgid "Show display direction" msgstr "მონაცემთა ბაზის ჩვენების პარამეტრები" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Show open tables" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "ფუნქციების ველების ჩვენება" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Show grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo() ბმულის ჩვენება" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL მოთხოვნების ჩვენება" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL Query box" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "სტატისტიკის ჩევნება" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "დაბლოკილი ცხრილების გამოტოვება" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6425,83 +6445,83 @@ msgstr "" msgid "Password" msgstr "პაროლი" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "მომხმარებელი:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR textarea columns" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR textarea rows" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Default table tab" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6509,45 +6529,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "ატვირთვის დირექტორია" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "უკანასკნელ ვერსიაზე შემოწმება" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6555,7 +6575,7 @@ msgstr "" msgid "Version check" msgstr "ვერსიის შემოწმება" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6563,73 +6583,89 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "ვერსიის შემოწმება" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "ვერსიის შემოწმება" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "ვერსიის შემოწმება" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Host authentication order" msgid "Config authentication" msgstr "Host authentication order" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Host authentication order" msgid "Cookie authentication" msgstr "Host authentication order" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP ავტორიზაცია" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Host authentication order" msgid "Signon authentication" msgstr "Host authentication order" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6637,34 +6673,34 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Custom color" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "მონაცემთა ბაზის ექსპორტის პარამეტრები" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV MS Excel-თვის" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7538,8 +7574,8 @@ msgstr "Create an index on %s columns" msgid "Hide" msgstr "დამალვა" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "ბინარული" @@ -7674,189 +7710,189 @@ msgstr "ნამდვილად გსურთ " msgid "No change" msgstr "ცვლილების გარეშე" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "სიმბოლოთა ნაკრები" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "ბულგარული" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "ტრადიციული ჩინური" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "case-insensitive" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "case-sensitive" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "ხორვატული" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "ჩეხური" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "დანიური" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "ინგლისური" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "ესპერანტო" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "ესტონური" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "გერმანული" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "ლექსიკონი" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "სატელეფონო წიგნი" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "უნგრული" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "ისლანდიური" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "იაპონური" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "ლატვიური" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "ლიტვური" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "კორეული" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "სპარსული" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "პოლონური" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "რუმინული" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "სლოვაკური" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "სლოვენური" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "ესპანური" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "ტრადიციული ესპანური" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "შვედური" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "თურქული" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "უკრაინული" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "უნიკოდი" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "მრავალენოვანი" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "რუსული" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "ბალტიური" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "სომხური" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "კირილიცა" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "არაბული" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "ებრაული" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "ქართული" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "ბერძნული" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "ჩეხოსლოვალური" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "უცნობი" @@ -8064,7 +8100,7 @@ msgstr "" msgid "Table comments" msgstr "ცხრილის კომენტარები" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Storage Engine" @@ -8227,20 +8263,28 @@ msgstr "მომხმარებელი:" msgid "Server Choice:" msgstr "სერვერის არჩევა" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL სერვერზე შესვლა შეუძლებელია" @@ -8318,7 +8362,7 @@ msgstr "Replace NULL by" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8751,6 +8795,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8963,94 +9013,94 @@ msgstr "" "prefix like \"http://www.example.com/\". The second option is a title for " "the link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "not OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "ჩართულია" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-ების შექმნა" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "ინფორმაცია ბრაუზერის შესახებ" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL history" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Persistent connections" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -9107,7 +9157,7 @@ msgstr "Show slave status" msgid "Variable" msgstr "ცვლადი" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "სერვერის ID" @@ -9248,7 +9298,7 @@ msgstr "დეტალები…" msgid "Event name" msgstr "მოვლენის ტიპი" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "მოვლენის ტიპი" @@ -9654,41 +9704,38 @@ msgstr "No tables found in database." msgid "There are no events to display." msgstr "There are no configured servers" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "ცხრილი \"%s\" არ არსებობს!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Schema of the \"%s\" database - Page %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "File %s does not contain any key id" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9762,64 +9809,64 @@ msgstr "სვეტების სახელები" msgid "Display relational schema" msgstr "Relational schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Show grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "ფერის ჩვენება" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "მონაცემების ლექსიკონი" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "ლანდშაფტური" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "პორტრეტული" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "შეიქმნა" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "გვერდის ზომა" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "უცნობი ენა: %1$s." @@ -9830,6 +9877,78 @@ msgstr "უცნობი ენა: %1$s." msgid "Current Server:" msgstr "სერვერი" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "აირჩიეთ საჩვენებელი ორობითი ჟურნალი" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "ჟურნალის სახელი" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "მდებარეობა" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "საწყისი მდებარეობა" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "ინფორმაცია" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "სიმბოლოთა ნაკრებები და კოლაციები" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "დასაწყისი" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "სპარსული" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "გათიშულია" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "პრივილეგიები არაა." @@ -10645,10 +10764,6 @@ msgstr "სივრცით ინდექსის დამატება" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "ინფორმაცია" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "ადგილის გამოყენება" @@ -10657,7 +10772,7 @@ msgstr "ადგილის გამოყენება" msgid "Effective" msgstr "ეფექტური" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -11138,34 +11253,6 @@ msgstr "" msgid "File doesn't exist" msgstr "ცხრილი \"%s\" არ არსებობს!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "აირჩიეთ საჩვენებელი ორობითი ჟურნალი" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "ჟურნალის სახელი" - -#: server_binlog.php:187 -msgid "Position" -msgstr "მდებარეობა" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "საწყისი მდებარეობა" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "სიმბოლოთა ნაკრებები და კოლაციები" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11202,7 +11289,7 @@ msgstr "" msgid "No databases" msgstr "მონაცემთა ბაზები არაა" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Storage Engines" @@ -11210,45 +11297,6 @@ msgstr "Storage Engines" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "დასაწყისი" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "სპარსული" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "გათიშულია" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12410,16 +12458,18 @@ msgstr "კონფიგურაციის შენახვა ან ჩ #, fuzzy #| msgid "" #| "ase create web server writable folder [em]config[/em] in phpMyAdmin " -#| "level directory as described in [a@../Documentation.html#setup_script]" -#| "umentation[/a]. Otherwise you will be only able to download or display " +#| "level directory as described in [a@../Documentation." +#| "html#setup_script]umentation[/a]. Otherwise you will be only able to " +#| "download or display " msgid "" "Please create web server writable folder [em]config[/em] in phpMyAdmin top " "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" "Please create web server writable folder [em]config[/em] in phpMyAdmin top " -"level directory as described in [a@../Documentation.html#setup_script]" -"documentation[/a]. Otherwise you will be only able to download or display it." +"level directory as described in [a@../Documentation." +"html#setup_script]documentation[/a]. Otherwise you will be only able to " +"download or display it." #: setup/frames/index.inc.php:60 msgid "" @@ -12574,10 +12624,10 @@ msgstr "" #| msgid "" #| "s [a@?page=form&formset=features#tab_Security]option[/a] should be " #| "abled as it allows attackers to bruteforce login to any MySQL server. you " -#| "feel this is necessary, use [a@?page=form&mset=features#tab_Security]" -#| "trusted proxies list[/a]. However, IP-based tection may not be reliable " -#| "if your IP belongs to an ISP where usands of users, including you, are " -#| "connected to." +#| "feel this is necessary, use [a@?page=form&" +#| "mset=features#tab_Security]trusted proxies list[/a]. However, IP-based " +#| "tection may not be reliable if your IP belongs to an ISP where usands of " +#| "users, including you, are connected to." msgid "" "This %soption%s should be disabled as it allows attackers to bruteforce " "login to any MySQL server. If you feel this is necessary, use %strusted " @@ -12682,11 +12732,11 @@ msgid "" "of users, including you, are connected to." msgstr "" "If you feel this is necessary, use additional protection settings - [a@?" -"page=servers&mode=edit&id=%1$d#tab_Server_config]host authentication" -"[/a] settings and [a@?page=form&formset=features#tab_Security]trusted " -"proxies list[/a]. However, IP-based protection may not be reliable if your " -"IP belongs to an ISP where thousands of users, including you, are connected " -"to." +"page=servers&mode=edit&id=%1$d#tab_Server_config]host " +"authentication[/a] settings and [a@?page=form&" +"formset=features#tab_Security]trusted proxies list[/a]. However, IP-based " +"protection may not be reliable if your IP belongs to an ISP where thousands " +"of users, including you, are connected to." #: setup/lib/index.lib.php:316 #, fuzzy, php-format @@ -12694,20 +12744,22 @@ msgstr "" #| " set the [kbd]config[/kbd] authentication type and included username " #| "password for auto-login, which is not a desirable option for live ts. " #| "Anyone who knows or guesses your phpMyAdmin URL can directly ess your " -#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=d#tab_Server]" -#| "authentication type[/a] to [kbd]cookie[/kbd] or [kbd]httpbd]." +#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&" +#| "id=d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or " +#| "[kbd]httpbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=%1$d#tab_Server]" -"authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd]." +"phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=" +"%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/" +"kbd]." #: setup/lib/index.lib.php:318 #, fuzzy, php-format @@ -13205,23 +13257,23 @@ msgstr "" msgid "Create version" msgstr "Create relation" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIME-ის ხელმისაწვდომი ტიპები" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "ხელმისაწვდომი გარდაქმნები" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13240,7 +13292,7 @@ msgstr "პროფილი განახლდა." msgid "VIEW name" msgstr "VIEW name" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Rename table to" diff --git a/po/kk.po b/po/kk.po index 3da05d4586..310abd6460 100644 --- a/po/kk.po +++ b/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:20+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Kazakh %s:" msgstr "%s дерекқорына SQL сұранысы" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Сұранысты жіберу" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2403,8 +2403,8 @@ msgstr[0] "%1$s кестедегi сәйкестiк %2$s" msgstr[1] "%1$s кестедегi сәйкестiктер %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Шолу" @@ -2456,26 +2456,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2592,7 +2594,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2648,8 +2650,8 @@ msgstr "Барлығын белгілеу" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2747,7 +2749,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2778,12 +2780,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Салыстыру" @@ -2810,7 +2813,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2821,9 +2824,9 @@ msgid "View" msgstr "Түр" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2834,32 +2837,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Іздеу" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2900,51 +2903,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Дерекқоры" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Репликация" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Қате" @@ -3033,7 +3037,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3578,130 +3583,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Тазарту" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Құру" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Соңғы жаңартылым" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Соңғы тексерім" @@ -3710,9 +3715,9 @@ msgstr "Соңғы тексерім" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3854,8 +3859,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -4009,8 +4014,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4077,8 +4086,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4263,8 +4272,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4490,8 +4499,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4603,8 +4612,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5341,8 +5351,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5477,364 +5487,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5842,76 +5860,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5919,45 +5937,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5965,7 +5983,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5973,92 +5991,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6848,8 +6882,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6970,189 +7004,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "белгісіз" @@ -7351,7 +7385,7 @@ msgstr "" msgid "Table comments" msgstr "Кестеге түсініктеме:" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7508,20 +7542,28 @@ msgstr "Қолданушы:" msgid "Server Choice:" msgstr "Сервер:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7587,7 +7629,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7976,6 +8018,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8112,90 +8158,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8248,7 +8294,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8377,7 +8423,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8712,37 +8758,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8808,62 +8851,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Мәлiметтердiң сөздiгi" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8874,6 +8917,75 @@ msgstr "" msgid "Current Server:" msgstr "Ағымдағы баптау" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9660,10 +9772,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9672,7 +9780,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10081,34 +10189,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10143,7 +10223,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10151,42 +10231,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11517,8 +11561,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11957,23 +12001,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11990,7 +12034,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Қойылымның атын өзгерту" diff --git a/po/kn.po b/po/kn.po index 61f9312d03..d22a83d9c7 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-04 15:25+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Kannada %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2327,8 +2327,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2380,26 +2380,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2514,7 +2516,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2570,8 +2572,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2669,7 +2671,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2700,12 +2702,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2732,7 +2735,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2743,9 +2746,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2756,32 +2759,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2822,51 +2825,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2955,7 +2959,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3494,130 +3499,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "" @@ -3626,9 +3631,9 @@ msgstr "" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3765,8 +3770,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3920,8 +3925,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -3988,8 +3997,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4172,8 +4181,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4399,8 +4408,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4510,8 +4519,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5244,8 +5254,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5380,364 +5390,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5745,76 +5763,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5822,45 +5840,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5868,7 +5886,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5876,92 +5894,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6745,8 +6779,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6861,189 +6895,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7238,7 +7272,7 @@ msgstr "" msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7393,20 +7427,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7472,7 +7514,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7847,6 +7889,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -7983,90 +8029,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8117,7 +8163,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8244,7 +8290,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8579,37 +8625,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8675,62 +8718,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8739,6 +8782,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9504,10 +9616,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9516,7 +9624,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9922,34 +10030,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -9984,7 +10064,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -9992,42 +10072,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11352,8 +11396,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11774,23 +11818,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11807,7 +11851,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/ko.po b/po/ko.po index 654e04dc0e..89821fcfe9 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,10 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-08 14:42+0200\n" "Last-Translator: Yungu Kim \n" -"Language-Team: Korean \n" +"Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +22,11 @@ msgid "Show all" msgstr "모두 보기" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "페이지 번호:" @@ -55,7 +56,7 @@ msgstr "검색:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -63,9 +64,9 @@ msgstr "검색:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -73,10 +74,9 @@ msgstr "검색:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "실행" @@ -86,8 +86,9 @@ msgid "Keyname" msgstr "키 이름" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "설명" @@ -267,7 +268,7 @@ msgstr "예" msgid "View dump (schema) of database" msgstr "데이터베이스의 덤프(스키마) 데이터 보기" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "데이터베이스에 테이블이 없습니다." @@ -304,7 +305,7 @@ msgstr "" "를 클릭%s하십시오." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -364,7 +365,7 @@ msgstr "%s비주얼 쿼리 빌더%s로 전환" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -379,7 +380,7 @@ msgid "Tracked tables" msgstr "추적된 테이블" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -402,7 +403,7 @@ msgstr "생성됨" msgid "Updated" msgstr "수정됨" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -426,7 +427,7 @@ msgid "Delete tracking data for this table" msgstr "이 테이블에 대한 추적 데이터를 제거" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -461,28 +462,28 @@ msgstr "추적되지 않은 테이블" msgid "Track table" msgstr "테이블 추적" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "데이터베이스 로그" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "잘못된 타입!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "선택한 내보내기가 파일에 저장되었습니다!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "잘못된 인자!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "파일 %s를 저장하기에 공간이 부족합니다." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -490,12 +491,12 @@ msgstr "" "%s 라는 이름의 파일이 이미 서버에 존재합니다. 파일명을 변경하거나 덮어쓰기 옵" "션을 설정해주세요." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "웹 서버에 파일 %s를 저장할 권한이 없습니다." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "덤프 파일이 %s에 저장되었습니다." @@ -679,115 +680,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "질의가 성공적으로 실행되었습니다." -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "뒤로" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "일반 설정" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "암호 변경" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "서버 연결 콜레이션(언어)" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "외관 설정" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "자세한 설정" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "데이터베이스 서버" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "서버:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "서버 타입:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "서버 버전:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "제품 버전:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "사용자:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "서버 문자셋:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "웹서버" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "데이터베이스 클라이언트 버전:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "PHP 확장:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP 정보 보기" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "버전 정보:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "문서" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "위키" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "phpMyAdmin 공식 홈" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "기여" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "지원 받기" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "변경 목록" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -798,7 +799,7 @@ msgstr "" "가 작동한다면 누구나 침입할 수 있으므로, 'root'유저에 암호를 설정하여 이 보" "안 취약점을 수정하시기 바랍니다." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -807,7 +808,7 @@ msgstr "" "PHP 설정에서 mbstring.func_overload를 활성화해야합니다. 이 옵션은 phpMyAdmin" "와 호환되지 않고 일부 데이터가 손상될 수 있습니다!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -817,7 +818,7 @@ msgstr "" "니다. mbstring PHP extension 이 없다면 phpMyAdmin 에서 문자열을 정확하게 나" "눌 수 없으며 이로 인해 예상하지 못한 결과가 발생 할 수 있습니다." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -829,7 +830,7 @@ msgstr "" "cookie 유효기간보다 작게 설정되어 있어, 로그인이 phpMyAdmin 설정값보다 빨리 " "만료됩니다." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -837,11 +838,11 @@ msgstr "" "로그인 쿠키의 저장 시간이 phpMyAdmin에서 설정한 쿠키 유효 시간보다 짧게 설정" "되어 있어, 로그인이 설정한 것보다 일찍 만료됩니다." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "이제 설정 파일은 암호화 문자열(blowfish_scret) 을 필요로 합니다." -#: index.php:476 +#: index.php:479 #, fuzzy #| msgid "" #| "Directory [code]config[/code], which is used by the setup script, still " @@ -856,7 +857,7 @@ msgstr "" "[code]config[/code] 에 phpMyAdmin 설치시 사용한 설정 스크립트가 여전히 존재합" "니다. phpMyAdmin 설정을 완료하면 삭제하십시오." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -865,7 +866,7 @@ msgstr "" "phpMyAdmin 설정 스토리지가 완전히 설정되지 않아, 일부 확장 기능들이 비활성화 " "된 상태입니다. 원인을 확인하려면 %s여기%s를 클릭하세요." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -874,7 +875,7 @@ msgstr "" "PHP MySQL 라이브버리 버전(%s) 과 MySQL server version(%s) 이 다릅니다. 이것" "은 예상하지 못한 문제를 야기할 수 있습니다." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -988,12 +989,12 @@ msgid "Other" msgstr "기타" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1092,44 +1093,44 @@ msgstr "바이트 받음" msgid "Connections" msgstr "연결 수" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "프로세스" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1147,7 +1148,7 @@ msgstr "질의" msgid "Traffic" msgstr "소통량" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "설정" @@ -1174,7 +1175,7 @@ msgstr "최소 한개이상의 변수를 시리즈에 추가하십시오" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "없음" @@ -1450,7 +1451,7 @@ msgid "" msgstr "가져온 설정과 차트 격자를 그리는데 실패했습니다. 기본 설정으로 적용중…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1659,8 +1660,8 @@ msgstr "질의 상자 보이기" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1686,8 +1687,8 @@ msgstr "질의 실행 시간" msgid "%d is not valid row number." msgstr "%d는 올바른 행번호가 아닙니다." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1997,63 +1998,63 @@ msgid "December" msgstr "12월" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "1월" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "2월" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "3월" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "4월" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "5월" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "6월" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "7월" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "8월" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "9월" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "10월" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "11월" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "12월" @@ -2091,32 +2092,32 @@ msgid "Sun" msgstr "일" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "월" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "화" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "수" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "목" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "금" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "토" @@ -2268,7 +2269,7 @@ msgstr "글꼴 크기" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "오름차순" @@ -2277,7 +2278,7 @@ msgstr "오름차순" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "내림차순" @@ -2348,25 +2349,25 @@ msgstr "삭제:" msgid "SQL query on database %s:" msgstr "데이터베이스 %s에 SQL 질의:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "질의 실행" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2404,8 +2405,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%2$s 에서 %1$s 건 일치" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "보기" @@ -2457,26 +2458,28 @@ msgstr "수정한 데이터 저장" msgid "Restore column order" msgstr "컬럼(열) 순서 복구" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "처음" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "이전" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "다음" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "마지막" @@ -2591,7 +2594,7 @@ msgid "The row has been deleted" msgstr "선택한 줄(레코드)을 삭제 하였습니다." #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Kill" @@ -2648,8 +2651,8 @@ msgstr "모두 체크" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2750,7 +2753,7 @@ msgstr "새 창으로 phpMyAdmin 열기" msgid "Click on the bar to scroll to top of page" msgstr "클릭하여 페이지 상단으로 이동" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "이 페이지를 넘기려면 Javascript 사용을 허용해야 합니다" @@ -2781,12 +2784,13 @@ msgid "Cardinality" msgstr "관계성" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "데이터정렬방식" @@ -2814,7 +2818,7 @@ msgstr "" "인덱스 %1$s와 %2$s는 동일한 것으로, 두 가지 중 하나는 제거해도 상관없습니다." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "서버" @@ -2825,9 +2829,9 @@ msgid "View" msgstr "뷰" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2838,32 +2842,32 @@ msgid "Structure" msgstr "구조" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "검색" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "삽입" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "테이블 작업" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "SQL 명령어 트래킹" @@ -2904,51 +2908,52 @@ msgstr "루틴" msgid "Events" msgstr "이벤트" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "디자이너" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "데이터베이스" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "사용자" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "바이너리 로그" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "복제" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "환경설정값" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "문자셋" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "플러그인" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "엔진" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "오류" @@ -3034,7 +3039,8 @@ msgstr "테이블" msgid "Transaction coordinator" msgstr "트랜잭션 코디네이터" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "파일들" @@ -3606,130 +3612,130 @@ msgstr "SQL 질의" msgid "MySQL said: " msgstr "MySQL 메시지: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL 검증을 하기 위한 연결이 실패했습니다." -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL 해석" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL 해석 생략" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP 코드 없이 보기" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP 코드 보기" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "다시 보기" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL 검사 생략" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL 검사" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "이 쿼리 인라인 수정" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "인라인" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "프로파일링" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "일" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%y-%m-%d %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s일 %s시간 %s분 %s초" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "매개 변수 누락:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "데이터베이스 "%s" 로 이동." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 기능은 알려진 버그가 있습니다. %s 문서를 참조하십시오" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "토글하려면 클릭" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "업로드 파일:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "웹 서버 업로드 디렉토리중 %s에서 선택:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "업로드 디렉토리에 접근할 수 없습니다" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "업로드할 파일이 없습니다." -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "비우기" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "실행하기" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "인쇄" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "생성" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "마지막 업데이트" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "마지막 검사" @@ -3738,9 +3744,9 @@ msgstr "마지막 검사" msgid "shared" msgstr "공유" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3885,8 +3891,8 @@ msgid "Double click" msgstr "더블 클릭" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "사용불가" @@ -4046,8 +4052,12 @@ msgstr "기본값으로 복원" msgid "Allow users to customize this value" msgstr "이 값을 사용자화하기 위한 사용자 허용" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "리세트" @@ -4120,8 +4130,8 @@ msgstr "CHAR 컬럼 편집" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "사용하기 쉬운 편집기([a@http://codemirror.net/]CodeMirror[/a], 문법 강조 및 " "줄 번호 지원)로 SQL 쿼리를 편집" @@ -4312,8 +4322,8 @@ msgstr "압축" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4543,8 +4553,8 @@ msgstr "" msgid "Customize default options" msgstr "기본옵션 사용자화" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4654,8 +4664,9 @@ msgstr "페이지 제목" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5106,7 +5117,8 @@ msgstr "" msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." -msgstr "필터 박스에 표시할 아이템(테이블, 뷰, 루틴, 이벤트)의 최소 개수를 정의." +msgstr "" +"필터 박스에 표시할 아이템(테이블, 뷰, 루틴, 이벤트)의 최소 개수를 정의." #: libraries/config/messages.inc.php:307 msgid "Minimum number of items to display the filter box" @@ -5131,7 +5143,6 @@ msgid "String that separates databases into different tree levels" msgstr "데이터베이스를 서로 다른 트리 레벨로 구분하기 위한 문자열" #: libraries/config/messages.inc.php:312 -#| msgid "Database server" msgid "Database tree separator" msgstr "데이터베이스 트리 구분자" @@ -5405,8 +5416,8 @@ msgstr "테이블 즐겨찾기" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5549,6 +5560,16 @@ msgid "Connect without password" msgstr "암호없이 연결" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "테이블 검색" + +#: libraries/config/messages.inc.php:410 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 " @@ -5557,29 +5578,29 @@ msgstr "" "MySQL 와일드카드 문자 (%와 _)를 쓸 수 있습니다. 원래 의미로 쓰기 위해서는 이" "스케이프 하세요([kbd]'my_db'[/kbd]로 하지 말고 [kbd]'my\\_db'[/kbd])." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "리스트에 있는 데이터베이스만 보여주기" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "config 인증을 사용하지 않을 경우 비워두세요" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "config 인증용 패스워드" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF 스키마: 페이지 테이블" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5589,342 +5610,342 @@ msgstr "" "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]를 참고하세요. 이 기능들을 " "제공하지 않으려면 비워두세요. 권장값: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "데이터베이스명" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "MySQL 서버의 네트워크 포트. 기본값을 쓰려면 비워두세요" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "서버 포트" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "최근에 사용한 테이블" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "연관된 테이블" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "사용 가능한 데이터베이스를 조회하는 SQL 명령" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "서버 소켓" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "MySQL 서버 연결시 SSL 활성화" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL 사용" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Copy column name" msgid "Display columns table" msgstr "열(컬럼) 이름 복사" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE 추가" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE 추가" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW 추가" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: [kbd]" -"pma__tracking[/kbd]" +"SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL 쿼리 추적 테이블" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "SQL 쿼리 추적 기능이 테이블과 뷰에 대한 버전을 자동으로 생성할지 여부." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "버전 자동생성" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "데이터베이스 생성 폼 보이기" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "생성 시간 보이기" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "모든 테이블에 대해 최종 업데이트 시간을 표시하는 컬럼을 보이기/숨기기" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "최종 업데이트 시간 표시" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "마스터 상태 보기" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "편집/삽입 모드에서 타입 필드가 기본적으로 보일지 여부 정의" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "필드 타입 출력" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "편집/삽입 모드에서 함수 필드 보이기" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "함수 필드 보이기" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "힌트 보여주기 여부" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "힌트 보여주기" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 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:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo()링크 표시" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "MYSQL 서버 정보 자세하게 표시" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "phpMyAdmin이 생성한 SQL 쿼리를 표시할지 여부를 정의" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL 쿼리 보기" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "질의 상자 숨기기" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "통계보기" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy #| msgid "Tracked tables" msgid "Skip locked tables" msgstr "추적된 테이블" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5932,80 +5953,80 @@ msgstr "" msgid "Password" msgstr "암호" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL 검사기 활성화" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "사용자명" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "수호신 경고" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "컬럼 추가/삭제" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "Start row:" msgid "Textarea rows" msgstr "시작 행:" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "기본 제목" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "테이블이 선택되었을 때 브라우저 윈도우의 제목" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6013,46 +6034,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "수입할 파일을 업로드 할 수 있는 (서버상 의)(on server) 디렉토리" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "업로드 디렉토리" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "\"전체 데이타베이스\" 안에서 찾기 허락해" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "데이터베이스 찾기 사용" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" "사용불가일때, 아래의 선택을 할수 없습니다, 오른쪽에 체크박스에 관계없이." -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "설정화면에서 개발자 탭을 가능하게 함" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "마지막 버전을 확인" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "주 phpMyAdmin 면(쪽)에서 마지막 버전확인 하는것을 가능하게함" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6060,7 +6081,7 @@ msgstr "주 phpMyAdmin 면(쪽)에서 마지막 버전확인 하는것을 가능 msgid "Version check" msgstr "버전 확인" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6068,100 +6089,116 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "버전 확인" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "버전 확인" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "버전 확인" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"가져오기와 내보내기 작업들에 대해 [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a] compression 가능하게 함" +"가져오기와 내보내기 작업들에 대해 [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] compression 가능하게 함" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "환경설정 입증(인증)" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "쿠키 인증" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP 인증" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon 인증" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Open Document 스프레드시트 형식" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "사용자 지정" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "데이터베이스 내보내기 옵션" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS엑셀 CSV 데이터" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -6974,8 +7011,8 @@ msgstr "" msgid "Hide" msgstr "숨기기" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "바이너리" @@ -7100,195 +7137,195 @@ msgstr "정말로 다음 쿼리를 실행하시겠습니까?" msgid "No change" msgstr "변화 없음" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 #, fuzzy #| msgid "Charsets" msgid "Charset" msgstr "문자셋" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "불가리아어" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "한문 (간자체)" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "한문 (번자체)" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "대소문자 구분안함" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "대소문자 구분" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "크로아티아어" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "체코어" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "영어" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "에스페란토어" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "독일어" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 #, fuzzy #| msgid "Action" msgid "dictionary" msgstr "실행" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 #, fuzzy #| msgid "Showing bookmark" msgid "phone book" msgstr "북마크 보이기" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "헝가리어" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "일본어" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "한국어" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "페르시아어" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "폴란드어" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "서유럽어" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "스웨덴어" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "타이어" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "터키어" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "우크라이나어" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "유니코드" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "다국어" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "중부유럽어" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "러시아어" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "발트어" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "아르메니아어" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "키릴어" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "아라비아어" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "히브리어" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "조지아어" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "그리스어" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "체코슬로바키아어" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "알수없음" @@ -7488,7 +7525,7 @@ msgstr "테이블 이름 바꾸기" msgid "Table comments" msgstr "테이블 설명" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "스토리지 엔진" @@ -7650,7 +7687,15 @@ msgstr "사용자명:" msgid "Server Choice:" msgstr "서버 타입:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7658,15 +7703,15 @@ msgstr "" "암호가 없는 로그인이 설정으로 차단되어 있습니다 (AllowNoLogin 항목을 참조하세" "요)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "최근 %s초 동안 아무 동작이 없어 로그아웃 되었습니다. 다시 로그인해주세요." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL 서버에 로그인할 수 없습니다" @@ -7734,7 +7779,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8131,6 +8176,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document 스프레드시트 형식" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Shapefile" @@ -8268,101 +8319,101 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "확인" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "사용가능" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 #, fuzzy #| msgid "General Settings" msgid "General relation features" msgstr "일반 설정" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 #, fuzzy #| msgid "Display chart" msgid "Display Features" msgstr "차트 표시" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 #, fuzzy #| msgid "Creation:" msgid "Creation of PDFs" msgstr "생성:" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "열(칼럼) 설명(코멘트) 출력하기" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 #, fuzzy #| msgid "Version information" msgid "Browser transformation" msgstr "버전 정보" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "도큐먼트에서 column_comments 테이블을 업데이트하는 방법을 참고하세요" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "북마크된 SQL 질의" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL 내력(히스토리)" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "영속적인 최근 사용한 테이블" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "영속적인 테이블의 UI 환경설정" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "사용자 환경설정" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "고급 기능을 설정을 쉽게 설정하기:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "examples/create_tables.sql에서 필요한 테이블을 생성하세요." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "생성한 테이블에 접근할 수 있는 pma 사용자를 생성하세요." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "수정된 설정 파일을 적용하기 위해 phpMyAdmin에 다시 로그인해야 합니다." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "설명이 없습니다" @@ -8419,7 +8470,7 @@ msgstr "슬레이브 스테이터스" msgid "Variable" msgstr "변수" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "서버 아이디" @@ -8552,7 +8603,7 @@ msgstr "자세한 내용" msgid "Event name" msgstr "이벤트 이름" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "이벤트 종류" @@ -8907,37 +8958,34 @@ msgstr "데이터베이스 %2$s에 %1$s라는 이름의 이벤트가 없음" msgid "There are no events to display." msgstr "표시할 이벤트가 없습니다." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "%s 테이블이 존재하지 않습니다!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "이 페이지에는 테이블이 없습니다!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9009,68 +9057,68 @@ msgstr "열(칼럼) 이름" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "grid 보기" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "색깔 보기" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 #, fuzzy #| msgid "Show open tables" msgid "Show dimension of tables" msgstr "열려있는 테이블 보기" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "모든 테이블을 같은 너비로 출력합니다." -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "데이터 사전 (전체 구조보기)" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation:" msgid "Orientation" msgstr "생성:" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 #, fuzzy #| msgid "per second" msgid "Paper size" msgstr "초당" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9081,6 +9129,77 @@ msgstr "" msgid "Current Server:" msgstr "서버:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "표시할 바이너리 로그를 선택하세요" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "로그 이름" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "위치" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "원본 위치" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +#| msgid "Show PHP information" +msgid "Information" +msgstr "PHP 정보 보기" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "보여줄 쿼리 중략하기" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "전체 쿼리 보기" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "문자셋과 정렬" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "모듈" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "처음" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "플러그인" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "모듈" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "버전" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "저자" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "라이선스" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "사용불가" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "권한 없음." @@ -9893,12 +10012,6 @@ msgstr "인덱스 추가" msgid "Add FULLTEXT index" msgstr "FULLTEXT 인덱스 추가" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -#| msgid "Show PHP information" -msgid "Information" -msgstr "PHP 정보 보기" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "공간 사용량" @@ -9907,7 +10020,7 @@ msgstr "공간 사용량" msgid "Effective" msgstr "실제량" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "테이블 %1$s 가 성공적으로 수정되었습니다" @@ -10292,7 +10405,6 @@ msgid "Settings will be imported from your browser's local storage." msgstr "웹 브라우저의 로컬 스토리지로부터 설정을 불러옵니다." #: prefs_manage.php:261 -#| msgid "Change settings" msgid "You have no saved settings!" msgstr "저장된 설정이 없습니다!" @@ -10301,7 +10413,6 @@ msgid "This feature is not supported by your web browser" msgstr "현재 웹 브라우저에서 이 기능을 지원하지 않음" #: prefs_manage.php:270 -#| msgid "Import monitor configuration" msgid "Merge with current configuration" msgstr "현재 설정과 합치기" @@ -10310,7 +10421,9 @@ msgstr "현재 설정과 합치기" msgid "" "You can set more settings by modifying config.inc.php, eg. by using %sSetup " "script%s." -msgstr "%s셋업 스크립트%s를 사용하는 등의 방법으로 config.inc.php를 수정하여 더 많은 설정을 조정할 수 있습니다." +msgstr "" +"%s셋업 스크립트%s를 사용하는 등의 방법으로 config.inc.php를 수정하여 더 많은 " +"설정을 조정할 수 있습니다." #: prefs_manage.php:308 msgid "Save to browser's storage" @@ -10349,34 +10462,6 @@ msgstr "테이블 %s를 찾을 수 없음 (또는 %s에 정의되어있 msgid "File doesn't exist" msgstr "파일이 없음" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "표시할 바이너리 로그를 선택하세요" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "보여줄 쿼리 중략하기" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "전체 쿼리 보기" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "로그 이름" - -#: server_binlog.php:187 -msgid "Position" -msgstr "위치" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "원본 위치" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "문자셋과 정렬" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10389,12 +10474,10 @@ msgstr "데이터베이스 사용량 통계" #: server_databases.php:227 server_replication.php:167 #: server_replication.php:198 -#| msgid "Replication" msgid "Master replication" msgstr "마스터 리플리케이션" #: server_databases.php:229 server_replication.php:236 -#| msgid "Replication" msgid "Slave replication" msgstr "슬레이브 리플리케이션" @@ -10413,53 +10496,14 @@ msgstr "" msgid "No databases" msgstr "데이터베이스가 없습니다" -#: server_engines.php:67 -#| msgid "Engines" +#: server_engines.php:63 msgid "Storage Engines" msgstr "스토리지 엔진" #: server_export.php:20 -#| msgid "View dump (schema) of database" msgid "View dump (schema) of databases" msgstr "데이터베이스의 덤프(스키마) 데이터 보기" -#: server_plugins.php:66 -msgid "Modules" -msgstr "모듈" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "처음" - -#: server_plugins.php:94 -#| msgid "Plugins" -msgid "Plugin" -msgstr "플러그인" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "모듈" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "버전" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "저자" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "라이선스" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "사용불가" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -10486,7 +10530,8 @@ msgstr "마스터 %s에 접속할 수 없음." #: server_replication.php:98 msgid "" "Unable to read master log position. Possible privilege problem on master." -msgstr "마스터의 로그 위치를 읽어올 수 없습니다. 마스터 쪽의 권한 문제일 수 있습니다." +msgstr "" +"마스터의 로그 위치를 읽어올 수 없습니다. 마스터 쪽의 권한 문제일 수 있습니다." #: server_replication.php:104 msgid "Unable to change master" @@ -11837,8 +11882,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12293,25 +12338,25 @@ msgstr "" msgid "Create version" msgstr "최근 버전" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "테마" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "더 많은 테마들!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "사용가능한 MIME 형식" -#: transformation_overview.php:34 +#: transformation_overview.php:35 #, fuzzy #| msgid "Version information" msgid "Available transformations" msgstr "버전 정보" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "설명" @@ -12328,7 +12373,7 @@ msgstr "프로파일을 업데이트했습니다." msgid "VIEW name" msgstr "뷰 이름" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "뷰 이름 변경" diff --git a/po/lt.po b/po/lt.po index ab09c88543..bf7fc67e54 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-16 14:41+0200\n" "Last-Translator: Rytis Slatkevičius \n" "Language-Team: Lithuanian %s:" msgstr "SQL-užklausa duomenų bazėje %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Vykdyti užklausą" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid " the local MySQL server's socket is not correctly configured)" msgid "" @@ -2431,17 +2431,17 @@ msgid "" "configured)." msgstr "(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Serveris neatsako" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalės…" @@ -2485,8 +2485,8 @@ msgstr[1] "%s atitikmenys lentelėse %s" msgstr[2] "%s atitikmenų lentelėse %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Peržiūrėti" @@ -2540,32 +2540,34 @@ msgstr "Išsaugoti katalogą" msgid "Restore column order" msgstr "Atstatyti stulpelių rikiavimą" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Pradžia" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Ankstesnis" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Kitas" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2688,7 +2690,7 @@ msgid "The row has been deleted" msgstr "Eilutė buvo ištrinta" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Stabdyti procesą" @@ -2746,8 +2748,8 @@ msgstr "Pažymėti visas" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2847,7 +2849,7 @@ msgstr "Atverti naują phpMyAdmin langą" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2880,12 +2882,13 @@ msgid "Cardinality" msgstr "Elementų skaičius" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Palyginimas" @@ -2913,7 +2916,7 @@ msgstr "" "Žurnalai %1$s ir %2$s atrodo vienodi ir vienas iš jų gali būti pašalintas." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Serveris" @@ -2924,9 +2927,9 @@ msgid "View" msgstr "Rodinys" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2937,32 +2940,32 @@ msgid "Structure" msgstr "Struktūra" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Paieška" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Įterpti" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Veiksmai" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Sekimas" @@ -3003,51 +3006,52 @@ msgstr "" msgid "Events" msgstr "Įvykiai" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Projektavimas" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Duomenų bazės" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Naudotojai" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Dvejetainis log'as" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikavimas" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Kintamieji" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Koduotės" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Varikliai" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Klaida" @@ -3140,7 +3144,8 @@ msgstr "Lentelės" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Failai" @@ -3712,130 +3717,130 @@ msgstr "SQL užklausa" msgid "MySQL said: " msgstr "MySQL atsakymas: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Nepavyko prisijungti prie SQL tikrintuvo!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Paaiškinti SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Praleisti SQL užklausos aiškinimą" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "be PHP kodo" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP kodas" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Atnaujinti" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Praleisti SQL užklausos tikrinimą" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Patikrinti SQL užklausą" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Greitas užklausos redagavimas" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Redaguoti čia" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiliavimas" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sek" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y m. %B %d d. %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s d., %s val., %s min. ir %s s" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Trūkstamas parametras:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Pereiti į „%s“ duomenų bazę." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s funkcionalumas paveiktas žinomos klaidos, žiūrėti %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Spustelėkite suskleidimui/atskleidimui" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Naršyti savo kompiuteryje:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Pasirinkti iš saityno serverio atsisiuntimų katalogą %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Aplankas, kuris nurodytas įkeliamiems failams, nepasiekiamas" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nėra failų išsiuntimui" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Išvalyti" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Vykdyti" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Spausdinti" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Sukurta" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Paskutinis atnaujinimas" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Paskutinis patikrinimas" @@ -3844,9 +3849,9 @@ msgstr "Paskutinis patikrinimas" msgid "shared" msgstr "padalintas" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3995,8 +4000,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Išjungta" @@ -4153,8 +4158,12 @@ msgstr "Atstatyti numatytąsias reikšmes" msgid "Allow users to customize this value" msgstr "Leisti naudotojams adaptuoti šią reikšmę" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Atstatyti į pradinę būseną" @@ -4221,8 +4230,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Nustato kokio tipo redagavimo laukelis turėtų būti naudojamas CHAR ir " -"VARCHAR laukeliams; [kbd]input[/kbd] - leidžia riboti įvedimo ilgį, [kbd]" -"textarea[/kbd] - leidžia naujas eilutes laukelyje" +"VARCHAR laukeliams; [kbd]input[/kbd] - leidžia riboti įvedimo ilgį, " +"[kbd]textarea[/kbd] - leidžia naujas eilutes laukelyje" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4230,8 +4239,8 @@ msgstr "CHAR stulpelių redagavimas" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4422,8 +4431,8 @@ msgstr "Glaudinimas" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4659,8 +4668,8 @@ msgstr "Adaptuoti naršymo režimą" msgid "Customize default options" msgstr "Pasirinkti numatytuosius nustatymus" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4776,8 +4785,9 @@ msgstr "Puslapių pavadinimai" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Nurodykite naršyklės pavadinimo juostos tekstą. Pasinaudokite " "[doc@cfg_TitleTable]dokumentacija[/doc] magiškiesiems tekstams, kurie bus " @@ -5607,11 +5617,11 @@ msgstr "Pažymėti lentelę" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" #| "kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]" -"pma_table_coords[/kbd]" +"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " +"[kbd]pma_table_coords[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5684,8 +5694,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: [kbd]" -"pma_designer_coords[/kbd]" +"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5723,14 +5733,14 @@ msgstr "Slėpti duomenų bazes" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: [kbd]pma_history" -"[/kbd]" +"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " +"[kbd]pma_history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5767,6 +5777,16 @@ msgid "Connect without password" msgstr "Prisijungti be slaptažodžio" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Paieška" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5786,33 +5806,33 @@ msgstr "" "ir pabaigoje nurodykite [kbd]*[/kbd], kad parodytumėte likusias abėcėlės " "tvarka." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Rodyti tik šias duomenų bazes" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Palikite tuščią, jei nenaudojate autentifikacijos pagal nustatymus" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: [kbd]" -"pma_pdf_pages[/kbd]" +"Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schema: puslapių lentelė" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5822,21 +5842,21 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Duomenų bazės vardas" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Jungtis per kurią MySQL serveris laukia atsakymo, palikite tuščią numatytam " "nustatymui" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Serverio jungtis" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -5847,67 +5867,67 @@ msgstr "" "Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp " "seansų, siūlome: [kbd]pma_recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Paskiausiai naudota lentelė" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Sąryšių lentelė" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL komanda išgauti prieinamas duombazes" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES komanda" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Žiūrėkite [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"autentifikacijos tipus[/a] dėl pavyzdžių" +"Žiūrėkite [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]autentifikacijos tipus[/a] dėl pavyzdžių" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Prisijungimo sesijos vardas" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Prisijungimo adresas" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Serverio prievadas (socket)" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Įjungti SSL susijungimams prie MySQL serverio" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Naudoti SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5916,14 +5936,14 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]" -"pma_table_coords[/kbd]" +"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schema: lentelės koordinatės" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5932,214 +5952,214 @@ msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]" -"pma_table_coords[/kbd]" +"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Rodyti lentelės stulpelius" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"Jei tuščias nebus „įkyrių“ UI nustatymų tarp seansų, siūlome: [kbd]" -"pma_table_uiprefs[/kbd]" +"Jei tuščias nebus „įkyrių“ UI nustatymų tarp seansų, siūlome: " +"[kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Naudotojo sąsajos nustatymų lentelė" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Pridėti DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Pridėti DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Pridėti DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Sekamos užklausos" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: [kbd]pma_history" -"[/kbd]" +"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " +"[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL užklausų sekimo lentelė" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatiškai sukurti versijas" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: [kbd]" -"pma_designer_coords[/kbd]" +"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " +"[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Leisti rodyti visas eilutes (įrašus)" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Rodyti slaptažodžio keitimo formą" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Rodyti duomenų bazės sukūrimo formą" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "Rodyti daugiau veiksmų" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Rodyti pagrindinio serverio būklę" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Default display direction" msgid "Show display direction" msgstr "Numatytoji rodymo kryptis" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Rodyti laukelių tipus" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Rodyti funkcijų laukelius redagavimo/įterpimo režime" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Rodyti funkcijų laukelius" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Rodyti indeksus" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6147,62 +6167,62 @@ msgstr "" "Rodyti nuorodą į [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "išvedimą" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Rodyti phpinfo() nuorodą" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Rodyti išsamią MySQL serverio informaciją" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Nustato kada turi būti rodomos SQL užklausos kurias sugeneravo phpMyAdmin" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Rodyti SQL užklausas" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Slėpti užklausos laukelį" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Leisti rodyti duomenų bazių ir lentelių statistiką (pavyzdžiui vietos " "naudojimą)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Rodyti statistika" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Praleisti užrakintas lenteles" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Reikalaujama, kad SQL Validator būtų įjungtas" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6210,7 +6230,7 @@ msgstr "Reikalaujama, kad SQL Validator būtų įjungtas" msgid "Password" msgstr "Slaptažodis" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6218,11 +6238,11 @@ msgstr "" "[strong]Įspėjimas:[/strong] reikalauja PHP SOAP įskiepio arba PEAR SOAP, kad " "būtų įdiegtas" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Įjungti SQL Validator (tikrintoją)" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6230,60 +6250,60 @@ msgstr "" "Jeigu Jūs turite individualizuotą slapyvardį, parašykite jį čia (numatytasis " "yra [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Vartotojo vardas" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Įspėjimas rodomas pagrindiniame puslapyje jeigu Suhosin yra aptinkamas" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin įspėjimas" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Textarea stulpeliai" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Textarea eilutės" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Naršyklės lango pavadinimas kai niekas nepasirinkta" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Numatytasis pavadinimas" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Naršyklės lango pavadinimas, kai pasirinkta lentelė" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6291,27 +6311,27 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Sąrašas patikimų proxy serverių IP leidimui/atmetimui" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Įkelties katalogas" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Leisti paiešką visos duomenų bazės viduje" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Naudoti duomenų bazės paiešką" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6319,20 +6339,20 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Patikrinti ar naujausia versija" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Įjungia naujausios versijos patikrinimą pagrindiniame phpMyAdmin puslapyje" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6340,7 +6360,7 @@ msgstr "" msgid "Version check" msgstr "Versijos patikrinimas" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6348,36 +6368,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Versijos patikrinimas" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Versijos patikrinimas" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Versijos patikrinimas" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6385,32 +6405,48 @@ msgstr "" "Įjungia [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] glaudinimą " "importo ir eksporto operacijoms" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autentifikavimas slapukais" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP autentifikacija" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Prisijungimo tapatybės nustatymas" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV naudojant LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6418,32 +6454,32 @@ msgstr "CSV naudojant LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document skaičiuoklė" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Greitas" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Pritaikytas" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Duomenų bazės eksportavimo nustatymai" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV formatas MS Excel programai" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7287,8 +7323,8 @@ msgstr "Sukurti indeksą  %s stulpeliams" msgid "Hide" msgstr "Paslėpti" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Dvejetainis" @@ -7414,189 +7450,189 @@ msgstr "Ar tikrai norite " msgid "No change" msgstr "Nėra pakeitimų" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Koduotė" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarų" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "simbolių dydis nesvarbus" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "simbolių dydis svarbus" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatų" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Čekų" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danų" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anglų" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estų" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Vokiečių" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "žodynas" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonų knyga" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Vengrų" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandų" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonų" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvių" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lietuvių" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korėjiečių" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persų" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Lenkų" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Vakarų Europos" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumunų" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakų" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovėnų" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Ispanų" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradicinė ispanų" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedų" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailando" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkų" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainiečių" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicodas" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "daugiakalbis" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centrinės Europos" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rusų" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltų" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armėnų" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kirylica" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabų" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Žydų" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzinų" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Graikų" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Čekų-slovakų" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nežinoma" @@ -7800,7 +7836,7 @@ msgstr "Pervadinti lentelę į" msgid "Table comments" msgstr "Lentelės komentarai" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Saugojimo variklis" @@ -7964,14 +8000,22 @@ msgstr "Naudotojo vardas:" msgid "Server Choice:" msgstr "Pasirinkti serverį" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Prisijungimą be slaptažodžio draudžia nustatymai (žiūrėti AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -7979,8 +8023,8 @@ msgstr "" "Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų, prašome prisijungti " "iš naujo" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nepavyksta prisijungti prie MySQL darbinės stoties" @@ -8046,7 +8090,7 @@ msgstr "Pakeisti NULL į:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel variantas:" @@ -8477,6 +8521,12 @@ msgstr "" "XML failo specifikacija yra neteisinga arba neišbaigta. Prašome pataisyti " "klaidas ir bandyti dar kartą." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document skaičiuoklė" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8595,8 +8645,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8676,87 +8726,87 @@ msgstr "" "nustatymas nuorodos prefiksas (pvz \"http://domain.com/\"), o antras " "nuorodos pavadinimas." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Negerai" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Gerai" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Įjungta" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Pagrindinės sąryšių sąvybės" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Išvedimo sąvybės" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF failo generavimas" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Išvesti stulpelių komentarus" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Naršyklės transformacija" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Informaciją, kaip atnaujinti column_comments lentelę, galite rasti " "dokumentacijoje" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Sukurti nuoroda SQL-užklausai" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL užklausų istorija" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Ilgalaikiai sujungimai" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Naudotojo nuostatos" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Greiti žingsneliai nustatyti išplėstines galimybes:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Sukurti reikalaujamas lenteles su examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8764,13 +8814,13 @@ 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:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Aprašymo nėra" @@ -8828,7 +8878,7 @@ msgstr "Pavaldžiojo serverio būklė (Slave status)" msgid "Variable" msgstr "Kintamasis" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Serverio ID" @@ -8963,7 +9013,7 @@ msgstr "Detalės" msgid "Event name" msgstr "Įvykio tipas" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Įvykio tipas" @@ -9312,37 +9362,34 @@ msgstr "Nėra įvykio su vardu %1$s duomenų bazėje %2$s" msgid "There are no events to display." msgstr "Nėra įvykių rodymui." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Lentelė %s neegzistuoja!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Nustatykite lentelės %s koordinates" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Duomenų bazės %s schema - %s puslapis" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Šis puslapis neturi jokių lentelių!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMOS KLAIDA: " @@ -9408,51 +9455,51 @@ msgstr "Stulpelių vardai" msgid "Display relational schema" msgstr "Rodyti sąryšių schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Pasirinkti eksportavimo sąryšinį tipą" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Rodyti tinklelį" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Rodyti spalvą" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Rodyti lentelių dydžius" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Rodyti visas lenteles vienodo pločio" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Duomenų žodynas" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Rodyti tik raktus" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Peizažinis" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portretinis" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientacija" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Lapo dydis" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9460,12 +9507,12 @@ msgstr "" "Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite " "pašalinti šias nuorodas?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "įjungti scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Nežinoma kalba: %1$s." @@ -9476,6 +9523,77 @@ msgstr "Nežinoma kalba: %1$s." msgid "Current Server:" msgstr "Dabartinis serveris" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Pasirinkti dvejetainį žurnalą (log) peržiūrai" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Logo pavadinimas" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Padėtis" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Pirminė padėtis" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informacija" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Trumpinti rodomas užklausas" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Rodyti pilnas užklausas" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Simbolių rinkiniai ir Palyginimai" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Pradžia" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versija" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Išjungta" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Be teisių." @@ -10306,10 +10424,6 @@ msgstr "Pridėti SPATIAL indeksą" msgid "Add FULLTEXT index" msgstr "Pridėti FULLTEXT indeksą" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informacija" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Vietos naudojimas" @@ -10318,7 +10432,7 @@ msgstr "Vietos naudojimas" msgid "Effective" msgstr "Efektyvus" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Lentelė %1$s sėkmingai pakeista" @@ -10771,34 +10885,6 @@ msgstr "Lentelė %s nerasta arba nenurodyta %s faile" msgid "File doesn't exist" msgstr "Failo nėra" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Pasirinkti dvejetainį žurnalą (log) peržiūrai" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Trumpinti rodomas užklausas" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Rodyti pilnas užklausas" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Logo pavadinimas" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Padėtis" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Pirminė padėtis" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Simbolių rinkiniai ir Palyginimai" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10837,7 +10923,7 @@ msgstr "" msgid "No databases" msgstr "Nėra duomenų bazių" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Saugojimo varikliai" @@ -10845,44 +10931,6 @@ msgstr "Saugojimo varikliai" msgid "View dump (schema) of databases" msgstr "Peržiūrėti duomenų bazių atvaizdį (schemą)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Pradžia" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versija" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Išjungta" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12039,8 +12087,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Prašome interneto serveryje phpMyAdmin pagrindiniame kataloge sukurti " -"įrašomą [em]config[/em] katalogą kaip parašyta [doc@setup_script]" -"dokumentacijoje[/doc]. Kitaip Jūs galėsite jį tik parsisiųsti ir peržiūrėti." +"įrašomą [em]config[/em] katalogą kaip parašyta " +"[doc@setup_script]dokumentacijoje[/doc]. Kitaip Jūs galėsite jį tik " +"parsisiųsti ir peržiūrėti." #: setup/frames/index.inc.php:60 msgid "" @@ -12057,8 +12106,8 @@ msgid "" "If your server is also configured to accept HTTPS requests follow [a@%s]this " "link[/a] to use a secure connection." msgstr "" -"Jeigu Jūsų serveris sukonfigūruotas priimti HTTPS užklausas eikite [a@%s]čia" -"[/a] tam, kad naudoti saugų susijungimą." +"Jeigu Jūsų serveris sukonfigūruotas priimti HTTPS užklausas eikite [a@" +"%s]čia[/a] tam, kad naudoti saugų susijungimą." #: setup/frames/index.inc.php:68 msgid "Insecure connection" @@ -12293,8 +12342,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Jūs nustatėte [kbd]config[/kbd] identifikacijos tipą ir įtraukėte naudotojo " "vardą ir slaptažodį automatiniam prisijungimui, tai nėra pageidaujama " @@ -12779,23 +12828,23 @@ msgstr "" msgid "Create version" msgstr "Sukurti versiją" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Išvaizda" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Gauti daugiau išvaizdų!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Galimi MIME-tipai" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Galimos transformacijos" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Paaiškinimas" @@ -12812,7 +12861,7 @@ msgstr "Profilis papildytas." msgid "VIEW name" msgstr "VIEW pavadinimas" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Pervadinti rodinį į" @@ -14237,8 +14286,8 @@ msgstr "MyISAM concurrent įterpimai" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Tai įjungus, puslapis patalpintas skirtingame domene gali iškviesti " -#~ "phpMyAdmin vidiniame rėmelyje, o tai yra potenciali [strong]saugumo spraga" -#~ "[/strong], leidžianti tarprėmelinius scenarijų išpuolius" +#~ "phpMyAdmin vidiniame rėmelyje, o tai yra potenciali [strong]saugumo " +#~ "spraga[/strong], leidžianti tarprėmelinius scenarijų išpuolius" #~ msgid "Allow third party framing" #~ msgstr "Leisti trečių šalių rėmelius" diff --git a/po/lv.po b/po/lv.po index 525792cd2b..caaeffb9d2 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:18+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Latvian %s:" msgstr "SQL vaicājums uz datubāzes %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Izpildīt vaicājumu" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Serveris neatbild" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2533,8 +2533,8 @@ msgstr[0] "%s rezultāti tabulā %s" msgstr[1] "%s rezultāti tabulā %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Apskatīt" @@ -2595,32 +2595,34 @@ msgstr "" msgid "Restore column order" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Sākums" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Iepriekšējie" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Nākamie" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2754,7 +2756,7 @@ msgid "The row has been deleted" msgstr "Ieraksts tika dzēsts" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Nogalināt" @@ -2810,8 +2812,8 @@ msgstr "Iezīmēt visu" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2913,7 +2915,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2946,12 +2948,13 @@ msgid "Cardinality" msgstr "Kardinalitāte" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Izkārtojumi" @@ -2979,7 +2982,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Serveris" @@ -2990,9 +2993,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3003,32 +3006,32 @@ msgid "Structure" msgstr "Struktūra" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Meklēt" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Pievienot" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Darbības" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3069,54 +3072,55 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Datubāzes" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Lietotājs" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binārais log-fails" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 #, fuzzy msgid "Replication" msgstr "Relācijas" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Mainīgie" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Rakstzīmju kodējumi" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Kļūda" @@ -3212,7 +3216,8 @@ msgstr "Tabulas" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Lauki" @@ -3778,133 +3783,133 @@ msgstr "SQL vaicājums" msgid "MySQL said: " msgstr "MySQL teica: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Izskaidrot SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Neizskaidrot SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Bez PHP koda" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Izveidot PHP kodu" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Atjaunot" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Nepārbaudīt SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Pārbaudīt SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sv" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d.%m.%Y %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dienas, %s stundas, %s minūtes un %s sekundes" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "Pievienot jaunu lauku" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "pāriet pie datubāzes "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web servera augšupielādes direktorija" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Direktoija, kuru norādijāt augšupielādei, nav pieejama" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Iztukšot" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Drukāt" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Izveidošana" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Pēdējā atjaunošana" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Pēdējā pārbaude" @@ -3913,9 +3918,9 @@ msgstr "Pēdējā pārbaude" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4065,8 +4070,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Izslēgts" @@ -4233,8 +4238,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Atcelt" @@ -4302,8 +4311,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4497,8 +4506,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4751,8 +4760,8 @@ msgstr "" msgid "Customize default options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4870,8 +4879,9 @@ msgstr "Lapas numurs:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5640,8 +5650,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5784,387 +5794,397 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Meklēt" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Datubāze" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Servera ID" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizēt tabulu" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Restaurēt tabulu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Servera izvēle" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Rādu kolonnu komentārus" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmentēt tabulu" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Parametrs" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Servera versija" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Parādīt PHP informāciju" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Rādīt tabulas" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Rādīt režģi" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Rādīt pilnos vaicājumus" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL vaicājums" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Rindas statistika" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6172,81 +6192,81 @@ msgstr "" msgid "Password" msgstr "Parole" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Lietotājvārds:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Noklusēts" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6254,45 +6274,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6300,7 +6320,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6308,61 +6328,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6370,32 +6406,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentācija" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Datubāzu eksporta opcijas" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV dati MS Excel formātā" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7243,8 +7279,8 @@ msgstr "Izveidot indeksu uz %s laukiem" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binārais" @@ -7379,189 +7415,189 @@ msgstr "Vai Jūs tiešām gribat " msgid "No change" msgstr "Netika labots" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Kodējums" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgāru" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Vienkāršota ķīniešu" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradicionāla ķīniešu" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "reģistrnejūtīgs" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "reģistrjūtīgs" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Horvātu" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Čehu" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dāņu" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Angļu" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Igauņu" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Vācu" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "vārdnīca" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonu grāmata" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungāru" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandiešu" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japāņu" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latviešu" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lietuviešu" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejiešu" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persiešu" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poļu" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Rietumeiropas" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumāņu" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovāku" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovēņu" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spāņu" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradicionālā spāņu" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Zviedru" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Taizemiešu" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turku" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraiņu" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unikods" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "daudzvalodu" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centrāleiropas" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Krievu" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltijas" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armēņu" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kirilisks" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arābu" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Ebreju" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzīnu" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grieķu" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Čehu-Slovāku" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nazināma" @@ -7774,7 +7810,7 @@ msgstr "Pārsaukt tabulu uz" msgid "Table comments" msgstr "Komentārs tabulai" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7945,21 +7981,29 @@ msgstr "Lietotājvārds:" msgid "Server Choice:" msgstr "Servera izvēle" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nevar pieslēgties MySQL serverim" @@ -8035,7 +8079,7 @@ msgstr "Aizvietot NULL ar" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8468,6 +8512,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentācija" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8663,93 +8713,93 @@ msgstr "" "Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir " "prefikss, piemēram, \"http://domens.lv/\", otrā opcija ir linka nosaukums." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nav OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Labi" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Ieslēgts" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Galvenās relāciju īpašības" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Rādīt iespējas" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF failu izveide" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Rādu kolonnu komentārus" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Pārlūkprogrammas transformācija" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Lūdzu skatieties dokumentāciju par to, kā atjaunot 'Column_comments' tabulu" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Saglabātie SQL vaicājumi" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL vēsture" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Bez apraksta" @@ -8803,7 +8853,7 @@ msgstr "" msgid "Variable" msgstr "Mainīgais" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Servera ID" @@ -8940,7 +8990,7 @@ msgstr "" msgid "Event name" msgstr "Notikuma tips" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Notikuma tips" @@ -9324,39 +9374,36 @@ msgstr "Tabulas nav atrastas šajā datubāzē." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tabula \"%s\" neeksistē!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Lūdzu konfigurējiet koordinātes tabulai %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Datubāzes \"%s\" shēma, %s. lapa" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9430,53 +9477,53 @@ msgstr "Kolonnu nosaukumi" msgid "Display relational schema" msgstr "Relāciju shēma" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Rādīt režģi" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Rādīt krāsas" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Rādit tabulu izmērus" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "rādīt visas tabulas vienadā platumā?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Datu vārdnīca" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Ainava" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portrets" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Izveidošana" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papīra izmērs" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9484,12 +9531,12 @@ msgstr "" "Tekošajā lapā ir atsauces uz tabulām, kas vairs neeksistē. Vai Jūs gribat " "dzēst šīs atsauces?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "parādīt/noslēpt piezīmju tafeli" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9500,6 +9547,78 @@ msgstr "" msgid "Current Server:" msgstr "Serveris" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Izvēlieties bināro log-failu apskatei" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Log-faila nosaukums" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozīcija" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Oriģinālā pozīcija" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informācija" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Ierobežot parādīto vaicājumu garumu" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Rādīt pilnos vaicājumus" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Rakstzīmju kodējumi un izkārtojumi" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Sākums" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Persiešu" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Izslēgts" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Nav privilēģiju." @@ -10356,10 +10475,6 @@ msgstr "Pievienot jaunu lauku" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informācija" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Diska vietas lietošana" @@ -10368,7 +10483,7 @@ msgstr "Diska vietas lietošana" msgid "Effective" msgstr "Efektīvs" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti." @@ -10847,34 +10962,6 @@ msgstr "Tabula %s nav atrasta vai nav atzīmeta iekš %s" msgid "File doesn't exist" msgstr "Tabula \"%s\" neeksistē!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Izvēlieties bināro log-failu apskatei" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Ierobežot parādīto vaicājumu garumu" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Rādīt pilnos vaicājumus" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Log-faila nosaukums" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozīcija" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Oriģinālā pozīcija" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Rakstzīmju kodējumi un izkārtojumi" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10912,7 +10999,7 @@ msgstr "" msgid "No databases" msgstr "Nav datubāzu" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10920,45 +11007,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Apskatīt datubāzu dampu (shēmu)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Sākums" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Persiešu" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Izslēgts" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12336,8 +12384,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12809,23 +12857,23 @@ msgstr "" msgid "Create version" msgstr "Servera versija" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Pieejamie MIME tipi" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Pieejamās transformācijas" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12844,7 +12892,7 @@ msgstr "Profils tika modificēts." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Pārsaukt tabulu uz" diff --git a/po/mk.po b/po/mk.po index 50df928469..ccedd86d9c 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-25 15:32+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Macedonian %s:" msgstr "SQL упит на базата на податоци %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Изврши SQL" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2588,17 +2588,17 @@ msgid "" "configured)." msgstr "(или приклучокот со локалниот MySQL сервер не е исправно подесен)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Серверот не одговара" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2640,8 +2640,8 @@ msgstr[0] "%s погодоци во табелата %s" msgstr[1] "%s погодоци во табелата %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Преглед" @@ -2703,32 +2703,34 @@ msgstr "Основен директориум на податоците" msgid "Restore column order" msgstr "Додади/избриши колона" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Почеток" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Следен" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2862,7 +2864,7 @@ msgid "The row has been deleted" msgstr "Записот е избришан" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Прекини" @@ -2920,8 +2922,8 @@ msgstr "обележи ги сите" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3025,7 +3027,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3058,12 +3060,13 @@ msgid "Cardinality" msgstr "Кардиналност" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Подредување" @@ -3091,7 +3094,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервер" @@ -3102,9 +3105,9 @@ msgid "View" msgstr "Поглед" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3115,32 +3118,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Пребарување" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Нов запис" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операции" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3181,54 +3184,55 @@ msgstr "Рутини" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "База на податоци" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Корисник" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Бинарен дневник" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 #, fuzzy msgid "Replication" msgstr "Релации" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Променливи" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодни страници" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Складишта" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Грешка" @@ -3324,7 +3328,8 @@ msgstr "Табели" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Полиња" @@ -3891,135 +3896,135 @@ msgstr "SQL упит" msgid "MySQL said: " msgstr "MySQL порака: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Објасни SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Прескокни ги објаснувањата на SQL-от" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "без PHP код" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Направи PHP код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Освежи" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Прескокни ја проверката на SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Провери SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Складишта" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Нед" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y. во %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s денови, %s часови, %s минути и %s секунди" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Рутини" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Премин на базата "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "директориум за праќање на веб серверот " -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Директориумот кој го избравте за праќање не е достапен" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Испразни" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Печати" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Направено" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Последна измена" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Последна проверка" @@ -4028,9 +4033,9 @@ msgstr "Последна проверка" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4181,8 +4186,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Оневозможено" @@ -4349,8 +4354,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Поништи" @@ -4418,8 +4427,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4616,8 +4625,8 @@ msgstr "Компресија" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4870,8 +4879,8 @@ msgstr "" msgid "Customize default options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4992,8 +5001,9 @@ msgstr "Број на страници:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5765,8 +5775,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5909,388 +5919,398 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Пребарување" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "База на податоци" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "ID на серверот" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Анализа на табелата" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Поправка на табелата" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Избор на сервер" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Прикажувам коментари на колоните" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дефрагментирај ја табелата" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Име" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Режим на автоматско опоравување" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Прикажи информации за PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Прикажи табели" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Прикажи мрежа" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетни упити" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Статистики за записите" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6298,81 +6318,81 @@ msgstr "" msgid "Password" msgstr "Лозинка" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Корисничко име:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Додади/избриши колона" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Default" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6380,45 +6400,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6426,7 +6446,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6434,61 +6454,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6496,32 +6532,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Документација" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Опции за извоз на бази на податоци" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV за MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7387,8 +7423,8 @@ msgstr "Направи клуч на %s колони" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Бинарен" @@ -7525,189 +7561,189 @@ msgstr "Дали навистина сакате да " msgid "No change" msgstr "Нема измени" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Кодна страна" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Бугарски" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Поедноставен кинески" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Традиционален кинески" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Не разликува мали и големи букви" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Разликува мали и големи букви" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хрватски" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чешки" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Дански" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Англиски" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Естонски" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Германски" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "речник" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонски именик" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Унгарски" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исландски" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Јапонски" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Летонски" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литвански" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корејски" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Персиски" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Полски" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Западноевропски" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Романски" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словачки" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словенечки" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Шпански" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Традиционален шпански" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведски" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тајски" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турски" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украински" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Уникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "мултијазичен" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Централноевропски" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Руски" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтички" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Ерменски" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кириличен" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арапски" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Хебрејски" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузиски" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грчки" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословачки" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "непознат" @@ -7918,7 +7954,7 @@ msgstr "Промени го името на табелата во" msgid "Table comments" msgstr "Коментар на табелата" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Вид на складиште" @@ -8089,13 +8125,21 @@ msgstr "Корисничко име:" msgid "Server Choice:" msgstr "Избор на сервер" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8103,8 +8147,8 @@ msgstr "" "Немаше никаква активност %s или повеќе секунди, ве молиме најавете се " "повторно" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Не можам да се пријавам на MySQL серверот" @@ -8180,7 +8224,7 @@ msgstr "Замени NULL со" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8613,6 +8657,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Документација" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8824,94 +8874,94 @@ msgstr "" "Прикажува линк, полето го содржи називот на податотеката; првата опција е " "префикс како \"http://domain.com/\", другата опција е наслов за линкот." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "не е како што треба" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "ОК" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Овозможено" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Општи особини на релациите" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Прикажи својства" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Креирање на PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Прикажувам коментари на колоните" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Транформации на веб прелистувачот" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Ве молиме погледнете во документацијата за тоа како се ажурира табелата " "Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Запамтен SQL упит" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL историја" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "нема опис" @@ -8965,7 +9015,7 @@ msgstr "" msgid "Variable" msgstr "Променлива" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID на серверот" @@ -9101,7 +9151,7 @@ msgstr "" msgid "Event name" msgstr "Вид на настан" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Вид на настан" @@ -9490,39 +9540,36 @@ msgstr "Табелите не се пронајдени во базата на msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Табелата \"%s\" не постои!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Подесете ги координатите за табелата %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Шема на базата \"%s\" - Страница %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9596,53 +9643,53 @@ msgstr "Имиња на колони" msgid "Display relational schema" msgstr "Релациона шема" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Прикажи мрежа" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Прикажи боја" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Прикажи ги димензиите на табелите" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Приказ на сите табели со иста ширина?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Речник на податоци" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Легнато" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Вертикално" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Направено" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Димензија на хартијата" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9650,12 +9697,12 @@ msgstr "" "Актуелната страница има референци кон табели кои не постојат. Сакате ли да " "ги избиршете тие референци?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Вклучи/исклучи работна табела" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9666,6 +9713,78 @@ msgstr "" msgid "Current Server:" msgstr "Сервер" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Изберете бинарен дневник за преглед" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Назив на дневникот" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Позиција" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Оргинална позиција" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Информации" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Прикажи скратени упити" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Прикажи комплетни упити" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Кодни страници и подредување" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Почеток" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Персиски" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Оневозможено" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Нема привилегии." @@ -10519,10 +10638,6 @@ msgstr "Додади ново поле" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Информации" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Големина" @@ -10531,7 +10646,7 @@ msgstr "Големина" msgid "Effective" msgstr "Ефективни" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Изабраните корисници успешно се избришани." @@ -11011,34 +11126,6 @@ msgstr "%s табелата не е пронајдена или не е msgid "File doesn't exist" msgstr "Табелата \"%s\" не постои!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Изберете бинарен дневник за преглед" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Прикажи скратени упити" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Прикажи комплетни упити" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Назив на дневникот" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Позиција" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Оргинална позиција" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Кодни страници и подредување" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11076,7 +11163,7 @@ msgstr "" msgid "No databases" msgstr "Базата на податоци не постои" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Видови на складишта" @@ -11084,45 +11171,6 @@ msgstr "Видови на складишта" msgid "View dump (schema) of databases" msgstr "Прикажи содржина (шема) на базите" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Почеток" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Персиски" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Оневозможено" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12500,8 +12548,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12974,23 +13022,23 @@ msgstr "" msgid "Create version" msgstr "Верзија на серверот" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Достапни MIME-типови" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Достапни трансформации" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13009,7 +13057,7 @@ msgstr "Профилот е променет." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Промени го името на табелата во " diff --git a/po/ml.po b/po/ml.po index 7f315a1969..14332db211 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2011-09-27 08:42+0200\n" "Last-Translator: \n" "Language-Team: Malayalam \n" @@ -23,11 +23,11 @@ msgid "Show all" msgstr "എല്ലാം കാണിക്കൂ" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "താൾ:" @@ -57,7 +57,7 @@ msgstr "തിരയൂ" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "തിരയൂ" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "തിരയൂ" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "പോകൂ" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "കീനാമം" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "വിവരണം" @@ -269,7 +269,7 @@ msgstr "അതേ" msgid "View dump (schema) of database" msgstr "" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "വിവരശേഖരത്തിൽ ഒരു പട്ടികയും കണ്ടെത്താനായില്ല." @@ -306,7 +306,7 @@ msgid "" msgstr "" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -373,7 +373,7 @@ msgstr "" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -388,7 +388,7 @@ msgid "Tracked tables" msgstr "" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -411,7 +411,7 @@ msgstr "" msgid "Updated" msgstr "" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -435,7 +435,7 @@ msgid "Delete tracking data for this table" msgstr "" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -470,39 +470,39 @@ msgstr "" msgid "Track table" msgstr "" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "" -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "" -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "" @@ -668,117 +668,117 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database comment: " msgid "Database client version:" msgstr "വിവരശേഖര അഭിപ്രായം: " -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -786,21 +786,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -808,17 +808,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -826,21 +826,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -952,12 +952,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "" @@ -1053,44 +1053,44 @@ msgstr "" msgid "Connections" msgstr "" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "" @@ -1110,7 +1110,7 @@ msgstr "" msgid "Traffic" msgstr "" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "" @@ -1137,7 +1137,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "" @@ -1401,7 +1401,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1610,8 +1610,8 @@ msgstr "" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1637,8 +1637,8 @@ msgstr "" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1941,63 +1941,63 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "" @@ -2035,32 +2035,32 @@ msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "" @@ -2208,7 +2208,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "ആരോഹണം" @@ -2217,7 +2217,7 @@ msgstr "ആരോഹണം" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "അവരോഹണം" @@ -2298,25 +2298,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "അഭ്യർത്ഥന സമർപ്പിക്കുക" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2356,8 +2356,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2409,26 +2409,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2545,7 +2547,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2601,8 +2603,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2700,7 +2702,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2731,12 +2733,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "നിബന്ധന" @@ -2763,7 +2766,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2774,9 +2777,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2787,32 +2790,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "തിരയൂ" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2853,51 +2856,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2986,7 +2990,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3528,130 +3533,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "അച്ചടിക്കുക" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "സൃഷ്‌ടി" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "അവസാനം നവീകരിച്ചത്" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "അന്തിമ പരിശോധന" @@ -3660,9 +3665,9 @@ msgstr "അന്തിമ പരിശോധന" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3801,8 +3806,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3956,8 +3961,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4024,8 +4033,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4210,8 +4219,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4437,8 +4446,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4548,8 +4557,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5286,8 +5296,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5422,364 +5432,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5787,76 +5805,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5864,45 +5882,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5910,7 +5928,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5918,92 +5936,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6792,8 +6826,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6910,189 +6944,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7291,7 +7325,7 @@ msgstr "" msgid "Table comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7446,20 +7480,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7525,7 +7567,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7908,6 +7950,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8044,90 +8090,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8178,7 +8224,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8305,7 +8351,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8640,37 +8686,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8736,62 +8779,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8800,6 +8843,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9569,10 +9681,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9581,7 +9689,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9991,34 +10099,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10054,7 +10134,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10062,42 +10142,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11422,8 +11466,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11848,23 +11892,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "വിവരണം" @@ -11881,7 +11925,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/mn.po b/po/mn.po index 987c8e9fe4..b710fee9d2 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-25 15:34+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Mongolian %s:" msgstr "ӨС %s дахь SQL-асуулт:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Асуултыг илгээх" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid " the local MySQL server's socket is not correctly configured)" msgid "" @@ -2606,17 +2606,17 @@ msgid "" "configured)." msgstr "(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Сервэрээс хариу алга" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2658,8 +2658,8 @@ msgstr[0] "%s олдоц(ууд) хүснэгт %s-д" msgstr[1] "%s олдоц(ууд) хүснэгт %s-д" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Хөтлөх" @@ -2720,32 +2720,34 @@ msgstr "" msgid "Restore column order" msgstr "Багана нэмэх/устгах" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Эхлэл" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Өмнөх" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Цааш" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2877,7 +2879,7 @@ msgid "The row has been deleted" msgstr "Мөр устгагдсан" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Алах" @@ -2933,8 +2935,8 @@ msgstr "Бүгдийг чагтлах" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3036,7 +3038,7 @@ msgstr "Шинэ phpMyAdmin цонх нээх" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3069,12 +3071,13 @@ msgid "Cardinality" msgstr "Ерөнхий" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Жишилт" @@ -3101,7 +3104,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервэр" @@ -3112,9 +3115,9 @@ msgid "View" msgstr "Харц" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3125,32 +3128,32 @@ msgid "Structure" msgstr "Бүтэц" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Хайх" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Оруулах" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Үйлдлүүд" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3191,53 +3194,54 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дизайнч" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Өгөгдлийн сангууд" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Хэрэглэгч" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Хоёртын log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Олшруулалт" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Утгууд" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодлолууд" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Хөдөлгүүрүүд" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Алдаа" @@ -3334,7 +3338,8 @@ msgstr "Хүснэгт" msgid "Transaction coordinator" msgstr "Хэлэлцээр зохицуулагч" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файлууд" @@ -3907,135 +3912,135 @@ msgstr "SQL-асуулт" msgid "MySQL said: " msgstr "MySQL хэлэх нь: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL тайлбар" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL тайлбарлахыг орхих" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP-кодгүй" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-код үүсгэх" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Да.дуудах" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL шалгалтыг алгасах" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL-ийг батлах" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Хөдөлгүүрүүд" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ня" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y оны %B сарын %d., %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s өдөр, %s цаг, %s минут, %s секунд" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "Шинэ талбар нэмэх" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" өгөгдлийн сан руу үсрэх." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-сервэр түлхэх хавтас" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Таны сонгосон хавтас \"upload\" хийгдэхгүй байна" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Хоосон" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Хэвлэх" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Үүсгэлт" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Сүүлийн шинэчлэл" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Сүүлийн шалгалт" @@ -4044,9 +4049,9 @@ msgstr "Сүүлийн шалгалт" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4201,8 +4206,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Хаагдсан" @@ -4368,8 +4373,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Да.эхлэх" @@ -4436,8 +4445,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4634,8 +4643,8 @@ msgstr "Шахалт" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4885,8 +4894,8 @@ msgstr "" msgid "Customize default options" msgstr "Асуудлын үр дүнгийн үйлдэл" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5004,8 +5013,9 @@ msgstr "Хуудасны дугаар:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5774,8 +5784,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5914,386 +5924,396 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Хайх" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "өгөгдлийн сангийн нэр" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Хүснэгтийг задлах" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Баганын тайлбарыг харуулж байна" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Хүснэгт янзлах" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Баримтжуулал" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Авто сэргээх горим" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP -ийн мэдээлэл харах" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Relational schema" msgid "Show display direction" msgstr "Хамааралтай схем" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Нээлттэй хүснэгтүүдийг харуулах" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тор харуулах" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "in query" msgid "Retain query box" msgstr "асуултад" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6301,80 +6321,80 @@ msgstr "" msgid "Password" msgstr "Нууц үг" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Багана нэмэх/устгах" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Анхдагч" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6382,45 +6402,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6428,7 +6448,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6436,61 +6456,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV хэрэглэх нь LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6498,34 +6534,34 @@ msgstr "CSV хэрэглэх нь LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Баримт" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy #| msgid "Database export options" msgid "Database export options" msgstr "ӨС гаргах сонголтууд" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV өгөгдлийг MS Excel-ээр" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7409,8 +7445,8 @@ msgstr " %s багануудад индекс үүсгэх" msgid "Hide" msgstr "Нуух" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Хоёртын" @@ -7545,189 +7581,189 @@ msgstr "Та үнэхээр " msgid "No change" msgstr "Солигдохгүй" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Кодлол" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Болгар" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Энгийн хятад" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Уламжлалт хятд" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Том жижиг хамаагүй" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Том жижиг хамаатай" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хорват" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чех" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Дани" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Англи" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Есперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Эстони" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Немец" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "толь" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "Утасны лавлах" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Унгар" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исланд" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Япон" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латви" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Латви" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Солонгос" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Перс" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Польш" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Баруун-Европ" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румын" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словак" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словени" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Испани" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Уламжлалт Испани" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Швед" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Таи" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турк" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украин" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "олонхэлийн" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Төв-Европ" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Орос" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балти" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Армян" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кирилл" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Араб" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Иврей" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Гүрж" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грек" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословак" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "үлмэдэх" @@ -7940,7 +7976,7 @@ msgstr "Хүснэгтийг да.нэрлэх" msgid "Table comments" msgstr "Хүснэгтийн тайлбар" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Агуулах хөдөлгүүр" @@ -8109,20 +8145,28 @@ msgstr "Нэвтрэгч:" msgid "Server Choice:" msgstr "Сервэр сонго" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL руу нэвтэрч чадсангүй" @@ -8198,7 +8242,7 @@ msgstr "NULL-ыг орлуулах нь" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8632,6 +8676,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Баримт" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8748,8 +8798,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8828,93 +8878,93 @@ msgstr "" "Холбоос харуулж байна, талбар нь файлнэр агуулна; эхний сонголт - энэ нь " "өмнө нь тавигдах \"http://domain.com/\", хоёр дахь - холбоосын гарчгийг авна." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Бэлэн биш" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "Бэлэн" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Нээлттэй" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Ерөнхий хамаатай онцлог" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Онцлог харуулах" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-схемийн үүсгэлт" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Баганын тайлбарыг харуулж байна" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Хөтчийн өөрчлөл" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Тэмдэглэгдсэн SQL-асуулт" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL түүх" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "тайлбаргүй" @@ -8969,7 +9019,7 @@ msgstr "" msgid "Variable" msgstr "Хувьсагч" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server ID" @@ -9108,7 +9158,7 @@ msgstr "" msgid "Event name" msgstr "Хэрэг явдлын төрөл" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Хэрэг явдлын төрөл" @@ -9502,39 +9552,36 @@ msgstr "ӨС-д хүснэгт олдсонгүй." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Хүснэгт \"%s\" байхгүй байна!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "%s хүснэгтийн координатыг тохируулна уу" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" өгөгдлийн сангийн схем - Хуудас %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9608,53 +9655,53 @@ msgstr "Баганын нэрс" msgid "Display relational schema" msgstr "Хамааралтай схем" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Тор харуулах" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Өнгө харах" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Хүснэгтийн харьцаа харуулах" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "бүх хүснэгтийг ижил өргөнөөр харуулах уу?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Өгөгдлийн толь" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Ландшафт" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Дүрслэл" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Үүсгэлт" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Цаасны хэмжээ" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9662,12 +9709,12 @@ msgstr "" "Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах " "уу?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "toggle scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Үл мэдэгдэх хэл: %1$s." @@ -9678,6 +9725,77 @@ msgstr "Үл мэдэгдэх хэл: %1$s." msgid "Current Server:" msgstr "Сервэр" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Харах хоёртын log сонго" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Log нэр" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Байрлал" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Жинхэнэ байрлал" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Мэдээлэл" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Бүтэн асуулт харуулах" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Кодлол ба жишилт" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Эхлэл" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Хаагдсан" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Онцгой эрхгүй." @@ -10510,10 +10628,6 @@ msgstr "Шинэ талбар нэмэх" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Мэдээлэл" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Ашиглалтын зай" @@ -10522,7 +10636,7 @@ msgstr "Ашиглалтын зай" msgid "Effective" msgstr "Эффекттэй" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -11004,34 +11118,6 @@ msgstr "%s хүснэгт олдсонгүй эсвэл %s-д сонго msgid "File doesn't exist" msgstr "Хүснэгт \"%s\" байхгүй байна!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Харах хоёртын log сонго" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Бүтэн асуулт харуулах" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Log нэр" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Байрлал" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Жинхэнэ байрлал" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Кодлол ба жишилт" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11068,7 +11154,7 @@ msgstr "" msgid "No databases" msgstr "ӨС байхгүй" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Агуулах хөдөлгүүрүүд" @@ -11076,44 +11162,6 @@ msgstr "Агуулах хөдөлгүүрүүд" msgid "View dump (schema) of databases" msgstr "ӨС-ийн схем харах" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Эхлэл" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Хаагдсан" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12537,8 +12585,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13010,23 +13058,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Идэвхтэй MIME-төрлүүд" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Идэвхтэй өөрчлөлт" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13045,7 +13093,7 @@ msgstr "Профиль шинэчлэгдлээ." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/ms.po b/po/ms.po index a7af7cae33..2e87f9665a 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:19+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Malay \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "Papar semua" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Muka Surat:" @@ -58,7 +58,7 @@ msgstr "Cari" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +66,9 @@ msgstr "Cari" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +76,9 @@ msgstr "Cari" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Pergi" @@ -89,8 +88,9 @@ msgid "Keyname" msgstr "Nama Kekunci" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Keterangan" @@ -273,7 +273,7 @@ msgstr "Ya" msgid "View dump (schema) of database" msgstr "Lihat longgokan (skema) pangkalan data" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Tiada jadual dijumpai pada pangkalan data." @@ -310,7 +310,7 @@ msgstr "" "klik %shere%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -376,7 +376,7 @@ msgstr "Tukar kepada %svisual builder%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -392,7 +392,7 @@ msgid "Tracked tables" msgstr "Jadual dikesan" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -415,7 +415,7 @@ msgstr "Dibina" msgid "Updated" msgstr "dikemaskini" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -440,7 +440,7 @@ msgid "Delete tracking data for this table" msgstr "Padam mengesan data untuk jadual ini" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -476,28 +476,28 @@ msgstr "Jadual terlacak" msgid "Track table" msgstr "Kesan jadual" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Log Pangkalan Data" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Jenis tidak sesuai!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Pilihan jenis eksport haruslah disimpan di dalam fail!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Parameter tidak sesuai!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Kekurangan ruang untuk menyimpan fail %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -505,12 +505,12 @@ msgstr "" "Fail %s telah wujud di pelayan, sila tukar nama fail atau menyemak pilihan " "menulis semula." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Pelayan web tidak mempunyai kebenaran untuk menyipan fail %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Longgokan telah disimpan ke fail %s." @@ -692,57 +692,57 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Kueri-SQL anda telah dilaksanakan dengan jaya" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Undur" -#: index.php:115 +#: index.php:114 #, fuzzy #| msgid "General relation features" msgid "General Settings" msgstr "Ciri-ciri hubungan am" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Ubah Katalaluan" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 #, fuzzy #| msgid "General relation features" msgid "More settings" msgstr "Ciri-ciri hubungan am" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Databases" msgid "Database server" msgstr "pangkalan data" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 #, fuzzy msgid "Server:" msgstr "Pelayan" -#: index.php:241 +#: index.php:244 #, fuzzy msgid "Server type:" msgstr "Pilihan Pelayan" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -750,78 +750,78 @@ msgstr "Pilihan Pelayan" msgid "Server version:" msgstr "Versi Pelayan" -#: index.php:249 +#: index.php:252 #, fuzzy msgid "Protocol version:" msgstr "Versi Pelayan" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Pengguna" -#: index.php:258 +#: index.php:261 #, fuzzy msgid "Server charset:" msgstr "Pilihan Pelayan" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 #, fuzzy msgid "Database client version:" msgstr "Komen jadual" -#: index.php:287 +#: index.php:290 #, fuzzy msgid "PHP extension:" msgstr "Versi PHP" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Papar maklumat PHP" -#: index.php:324 +#: index.php:327 #, fuzzy msgid "Version information:" msgstr "Informasi MasaJana" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentasi" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Laman Rasmi phpMyAdmin" -#: index.php:356 +#: index.php:359 #, fuzzy #| msgid "Attributes" msgid "Contribute" msgstr "Atribut" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 #, fuzzy #| msgid "No change" msgid "List of changes" msgstr "Tiada perubahan" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -833,21 +833,21 @@ msgstr "" "dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, " "dan anda hendaklah membetulkan lubang keselamatan ini." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -855,17 +855,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -873,7 +873,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " @@ -885,14 +885,14 @@ msgstr "" "Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah " "tidak diaktifkan. Untuk mengetahuinya klik %shere%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1014,12 +1014,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1126,44 +1126,44 @@ msgstr "DiTerima" msgid "Connections" msgstr "Hubungan" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Proses-proses" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1183,7 +1183,7 @@ msgstr "Operasi" msgid "Traffic" msgstr "Kesibukan" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 #, fuzzy #| msgid "General relation features" @@ -1213,7 +1213,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Tiada" @@ -1505,7 +1505,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1750,8 +1750,8 @@ msgstr "kueri-SQL" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1777,8 +1777,8 @@ msgstr "" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2130,27 +2130,27 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mac" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2158,37 +2158,37 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Ogos" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dis" @@ -2237,32 +2237,32 @@ msgid "Sun" msgstr "Aha" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Isn" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Kha" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sab" @@ -2430,7 +2430,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Menaik" @@ -2439,7 +2439,7 @@ msgstr "Menaik" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Menurun" @@ -2520,25 +2520,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "SQL- kueri pada pangkalan data %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Hantar Kueri" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2578,8 +2578,8 @@ msgstr[0] "%s padanan di dalam jadual %s" msgstr[1] "%s padanan di dalam jadual %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Lungsur" @@ -2633,32 +2633,34 @@ msgstr "" msgid "Restore column order" msgstr "Tambah/Padam Kolum Medan" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Mula" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Terdahulu" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Berikut" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2790,7 +2792,7 @@ msgid "The row has been deleted" msgstr "Baris telah dipadam" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Bunuh" @@ -2846,8 +2848,8 @@ msgstr "Tanda Semua" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2948,7 +2950,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2981,12 +2983,13 @@ msgid "Cardinality" msgstr "Kardinaliti" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Pengumpulan" @@ -3014,7 +3017,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Pelayan" @@ -3025,9 +3028,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3038,32 +3041,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Cari" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Selit" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operasi" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3104,54 +3107,55 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "pangkalan data" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Pengguna" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Binari" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikasi" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Pemboleh-pembolehubah" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Ralat" @@ -3243,7 +3247,8 @@ msgstr "Jadual-jadual" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Medan" @@ -3810,131 +3815,131 @@ msgstr "kueri-SQL" msgid "MySQL said: " msgstr "MySQL berkata: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Terangkan Kod SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Tanpa Kod PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Cipta Kod PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Melangkau Pengesahan SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Mengesahkan SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Aha" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s hari, %s jam, %s minit dan %s saat" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "direktori muatnaik pelayan-web" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Direktori muatnaik yang telah ditetapkan tidak dapat dicapai" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Kosong" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Cetak" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Mewujudkan" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Kemaskini terakhir" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Semakan Terakhir" @@ -3943,9 +3948,9 @@ msgstr "Semakan Terakhir" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4094,8 +4099,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Tidak Membenarkan" @@ -4262,8 +4267,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Ulangtetap" @@ -4331,8 +4340,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4523,8 +4532,8 @@ msgstr "Mampatan" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4772,8 +4781,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4890,8 +4899,9 @@ msgstr "Muka Surat:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5647,8 +5657,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5790,384 +5800,394 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Cari" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Pangkalan Data" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analyze table" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Baiki jadual" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Pilihan Pelayan" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Memaparkan Komen Kolum" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Penyataan" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Versi Pelayan" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Papar maklumat PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Statistik pangkalan data" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Papar jadual" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Papar grid" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "kueri-SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Statistik Baris" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6175,81 +6195,81 @@ msgstr "" msgid "Password" msgstr "Katalaluan" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Namapengguna:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Tambah/Padam Kolum Medan" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Asal" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6257,45 +6277,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6303,7 +6323,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6311,61 +6331,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6373,33 +6409,33 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentasi" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy msgid "Database export options" msgstr "Statistik pangkalan data" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV untuk sata MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7237,8 +7273,8 @@ msgstr "Cipta indeks pada  %s " msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binari" @@ -7370,190 +7406,190 @@ msgstr "Adakah anda ingin " msgid "No change" msgstr "Tiada perubahan" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 #, fuzzy msgid "dictionary" msgstr "Kamus Data" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "tidak diketahui" @@ -7759,7 +7795,7 @@ msgstr "Tukarnama jadual ke" msgid "Table comments" msgstr "Komen jadual" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7923,20 +7959,28 @@ msgstr "Namapengguna:" msgid "Server Choice:" msgstr "Pilihan Pelayan" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Tidak boleh log-masuk ke server MySQL" @@ -8010,7 +8054,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8429,6 +8473,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentasi" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8565,92 +8615,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "tidak OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Membenarkan" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Ciri-ciri hubungan am" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Paparkan Ciri-ciri" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Ciptaan bagi PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Memaparkan Komen Kolum" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Tandabuku kueri-SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "tiada keterangan" @@ -8704,7 +8754,7 @@ msgstr "" msgid "Variable" msgstr "Pembolehubah" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Pelayan" @@ -8841,7 +8891,7 @@ msgstr "" msgid "Event name" msgstr "Jenis Kueri" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Jenis Kueri" @@ -9215,39 +9265,36 @@ msgstr "Tiada jadual dijumpai pada pangkalan data." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Jadual \"%s\" tidak wujud!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Sila konfigurasikan kordinat bagi jadual %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Skema bagi pangkalan data \"%s\" database - Laman %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9320,63 +9367,63 @@ msgstr "Nama Kolum" msgid "Display relational schema" msgstr "Skema Hubungan" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Papar grid" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Papar warna" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Papar dimensi jadual" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "paparkan semua Jadual dengan kelebaran yang sama?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Kamus Data" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Menegak" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Melintang" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy msgid "Orientation" msgstr "Cipta" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9387,6 +9434,78 @@ msgstr "" msgid "Current Server:" msgstr "Pelayan" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Mula" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Versi PHP" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Tidak Membenarkan" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 #, fuzzy msgid "No privileges." @@ -10208,10 +10327,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Penggunaan ruang" @@ -10220,7 +10335,7 @@ msgstr "Penggunaan ruang" msgid "Effective" msgstr "Berkesan" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10685,34 +10800,6 @@ msgstr "Jadual %s tidak dijumpai atau ditetapkan pada %s" msgid "File doesn't exist" msgstr "Jadual \"%s\" tidak wujud!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10749,7 +10836,7 @@ msgstr "" msgid "No databases" msgstr "Tiada pangkalan data" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10758,45 +10845,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Lihat longgokan (skema) pangkalan data" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Mula" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Versi PHP" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Tidak Membenarkan" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12169,8 +12217,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12634,23 +12682,23 @@ msgstr "" msgid "Create version" msgstr "Versi Pelayan" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy msgctxt "for MIME transformation" msgid "Description" @@ -12668,7 +12716,7 @@ msgstr "Profil telah dikemaskini." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Tukarnama jadual ke" diff --git a/po/nb.po b/po/nb.po index bbf88b5d0f..a4a5aa75ea 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-03-26 11:59+0200\n" "Last-Translator: Stian Berg \n" "Language-Team: Norwegian Bokmål %s:" msgstr "SQL-spørring i database %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Kjør spørring" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2418,15 +2418,15 @@ msgstr "" "Tjeneren svarer ikke (eller den lokale MySQL tjenerens sokkel er ikke " "korrekt konfigurert)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Tjeneren svarer ikke." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detaljer…" @@ -2466,8 +2466,8 @@ msgstr[0] "%1$s treff i %2$s" msgstr[1] "%1$s treff i %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Se på" @@ -2519,26 +2519,28 @@ msgstr "Lagre redigerte data" msgid "Restore column order" msgstr "Tilbakestill kolonnerekkefølge" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Start" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Forrige" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Neste" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Siste" @@ -2661,7 +2663,7 @@ msgid "The row has been deleted" msgstr "Raden er slettet" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Avslutt" @@ -2717,8 +2719,8 @@ msgstr "Merk alle" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2822,7 +2824,7 @@ msgstr "Åpne nytt phpMyAdmin vindu" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "JavaScript må være slått på forbi dette punktet" @@ -2853,12 +2855,13 @@ msgid "Cardinality" msgstr "Kardinalitet" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Sammenligning" @@ -2887,7 +2890,7 @@ msgstr "" "fjernes." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Tjener" @@ -2898,9 +2901,9 @@ msgid "View" msgstr "Vis" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2911,32 +2914,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Søk" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Sett inn" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operasjoner" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Overvåkning" @@ -2977,51 +2980,52 @@ msgstr "Rutiner" msgid "Events" msgstr "Hendelser" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Brukere" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binærlogg" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikering" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabler" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Tegnsett" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Programtillegg" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motorer" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Feil" @@ -3111,7 +3115,8 @@ msgstr "Tabeller" msgid "Transaction coordinator" msgstr "Transaksjonskoordinator" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Filer" @@ -3673,130 +3678,130 @@ msgstr "SQL-spørring" msgid "MySQL said: " msgstr "MySQL sa: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Kunne ikke koble til SQL validerer!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Forklar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Ikke forklar SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "uten PHP kode" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Lag PHP kode" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Oppdater" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Ikke teste SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Test SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Inline redigering av denne spørringa" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Innebygd" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilering" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Søn" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B, %Y %H:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dager, %s timer, %s minutter og %s sekunder" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Mangler parametere:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Hopp til databasen "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funksjonaliteten %s er påvirket av en kjent feil, se %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klikk for å endre" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Bla gjennom datamaskinen:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Merk fra opplastingskatalogen på vevtjeneren %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Katalogen du anga for opplasting kan ikke nåes" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Det er ingen filer å laste opp" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Tøm" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Utfør" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Skriv ut" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Opprettet" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Sist oppdatert" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Sist kontrollert" @@ -3805,9 +3810,9 @@ msgstr "Sist kontrollert" msgid "shared" msgstr "delt" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3953,8 +3958,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Avslått" @@ -4111,8 +4116,12 @@ msgstr "Gjennopprett standard verdi" msgid "Allow users to customize this value" msgstr "Tillat brukere å endre denne verdien" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Tilbakestill" @@ -4179,8 +4188,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Definerer hvilken type redigeringskontroll som skal brukes for CHAR og " -"VARCHAR kolonner; [kbd]input[/kbd] - tillater begrensning av lengde, [kbd]" -"textarea[/kbd] - tillater linjeskift i kolonner" +"VARCHAR kolonner; [kbd]input[/kbd] - tillater begrensning av lengde, " +"[kbd]textarea[/kbd] - tillater linjeskift i kolonner" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4188,8 +4197,8 @@ msgstr "CHAR kolonneredigering" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4386,8 +4395,8 @@ msgstr "Kompresjon" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4595,8 +4604,8 @@ 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 "" -"Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; [kbd]" -"content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien" +"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:149 msgid "Foreign key dropdown order" @@ -4625,8 +4634,8 @@ msgstr "Endre visningsmodus" msgid "Customize default options" msgstr "Tilpass standardinstillinger" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4742,12 +4751,13 @@ msgstr "Sidetitler" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Spesifiser vindustittelen til nettleseren. Se forøvrig [doc@cfg_TitleTable]" -"dokumentasjon[/doc] for spesielle strenger som kan tas i bruk for å tilgang " -"til spesialverdier." +"Spesifiser vindustittelen til nettleseren. Se forøvrig " +"[doc@cfg_TitleTable]dokumentasjon[/doc] for spesielle strenger som kan tas i " +"bruk for å tilgang til spesialverdier." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -5183,8 +5193,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] ([kbd]0" -"[/kbd] for ingen begrensning)" +"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:296 msgid "Memory limit" @@ -5545,8 +5555,9 @@ msgid "" "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)" msgstr "" -"Stien til konfigfila for [a@http://swekey.com]SweKey hardware authentication" -"[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/swekey.conf)" +"Stien til konfigfila for [a@http://swekey.com]SweKey hardware " +"authentication[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/" +"swekey.conf)" #: libraries/config/messages.inc.php:373 msgid "SweKey config file" @@ -5569,8 +5580,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/a]" -"støtte, anbefalt: [kbd]pma_bookmark[/kbd]" +"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/" +"a]støtte, anbefalt: [kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:377 msgid "Bookmark table" @@ -5579,14 +5590,14 @@ msgstr "Bokmerketabell" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: [kbd]" -"pma_column_info[/kbd]" +"La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: " +"[kbd]pma_column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5618,8 +5629,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer " -"informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/controluser]" -"wiki[/a]" +"informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wiki[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5702,8 +5713,8 @@ msgstr "Skul databaser" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5747,6 +5758,16 @@ msgid "Connect without password" msgstr "Koble til uten passord" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabellsøk" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5765,19 +5786,19 @@ 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Vis kun opplistede databaser" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "La stå tom om du ikke skal bruke config autentisering" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Passord for config autentisering" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5786,11 +5807,11 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5800,19 +5821,19 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Ddatabasenavn" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Tjenerport" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -5822,67 +5843,67 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Nylig brukt tabell" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/relation]relasjonslink" -"[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relasjonstabell" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL kommando for å hente liste over databaser" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES kommando" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] for et eksempel" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon sesjonsnavn" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Innloggingslink" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Tjenersokkel" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Slå på SSL for tilkobling til MySQL tjener" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Bruk SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5893,11 +5914,11 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schema: tabellkoordinater" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -5909,11 +5930,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Visningskolonnetabell" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -5923,11 +5944,11 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabell for UI preferanser" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5935,11 +5956,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Legg til DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5947,11 +5968,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Legg til DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5959,35 +5980,35 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Legg til DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Spørringer som skal spores" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL spørringssporingstabell" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5995,29 +6016,29 @@ msgstr "" "Om sporingsmekanismen oppretter versjoner for tabeller og visninger " "automatisk." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatisk opprette versjoner" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabell for lagring av brukerpreferanser" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Bruker for config autentisering" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6025,19 +6046,19 @@ msgstr "" "En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av " "vertsnavn istedet." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Fult navn for denne tjeneren" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Tillat visning av alle rader" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6047,83 +6068,83 @@ msgstr "" "autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette " "begrenser ikke muligheten til å utføre samme kommando direkte" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Vis passordendringsskjema" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Vis opprett database skjema" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Vis versjoner" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Vis masterstatus" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Default display direction" msgid "Show display direction" msgstr "Standard visningsretning" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Vis felttyper" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Vis funksjonsfelter i rediger/sett inn modus" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Vis funksjonsfelter" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Om hint skal vises eller ikke" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Vis hint" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6131,60 +6152,60 @@ msgstr "" "Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "resultat" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Vis detaljert MySQL tjenerinformasjon" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Vis SQL spørringer" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Skjul spørringsboks" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Vis statistikk" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Vis tabellkommentarer i verktøytips" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Ignorer låste tabeller" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Krever at SQL Validator er aktivert" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6192,82 +6213,82 @@ msgstr "Krever at SQL Validator er aktivert" msgid "Password" msgstr "Passord" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Aktiver SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Hvis du har et egendefinert brukernavn, angi det her (standard: [kbd]" -"anonymous[/kbd])" +"Hvis du har et egendefinert brukernavn, angi det her (standard: " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Brukernavn" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "En advarsel vises på hovedsiden dersom Suhosin er oppdaget" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR textarea kolonner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR textarea rader" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Forvalgt tittel" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6279,45 +6300,45 @@ 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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste over godkjente mellomlager for IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Opplastingsmappe" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Gjør det mulig å søke i hele databasen" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Bruk databasesøk" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Sjekk for siste versjon" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6325,7 +6346,7 @@ msgstr "" msgid "Version check" msgstr "Versjonskontroll" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6333,36 +6354,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Versjonskontroll" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Versjonskontroll" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Versjonskontroll" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6370,34 +6391,50 @@ msgstr "" "Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-" "komprimering for import og eksportoperasjoner" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Konfigurer vertsautentisering" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autentisering informasjonskapsler" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP autentisering" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Host authentication order" msgid "Signon authentication" msgstr "Rekkefølge for vertsautentisering" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6405,32 +6442,32 @@ msgstr "CSV med LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document regneark" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rask" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Egendefinert" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Databaseeksportinnstillinger" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV for MS Excel data" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7321,8 +7358,8 @@ msgstr "Lag en indeks på %s kolonner" msgid "Hide" msgstr "Skjul" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binær" @@ -7456,189 +7493,189 @@ msgstr "Vil du virkelig " msgid "No change" msgstr "Ingen endring" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Tegnsett" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "bulgarsk" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "forenklet kinesisk" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradisjonell kinesisk" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "uavhengig av bokstavstørrelse" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "avhengig av bokstavstørrelse" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "kroatisk" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "tjekkisk" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "dansk" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "engelsk" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "estisk" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "tysk" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "ordbok" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonkatalog" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "ungarsk" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandsk" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "japansk" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvisk" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "lithauisk" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "koreansk" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persisk" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polsk" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "vesteuropeisk" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumensk" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakisk" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovensk" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spansk" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradisjonell spansk" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "svensk" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "thai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "tyrkisk" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "ukrainsk" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "flerspråkelig" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "sentraleuropeisk" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "russisk" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "baltisk" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "armensk" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "kyrillisk" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "arabisk" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "hebraisk" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgisk" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "gresk" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tjekkoslovakisk" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ukjent" @@ -7841,7 +7878,7 @@ msgstr "Endre tabellens navn" msgid "Table comments" msgstr "Tabellkommentarer" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Lagringsmotor" @@ -8010,21 +8047,29 @@ msgstr "Brukernavn:" msgid "Server Choice:" msgstr "Tjenervalg" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Innlogging uten passord er forbudt av konfigurasjonen (see AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Kan ikke logge inn til MySQL tjeneren" @@ -8096,7 +8141,7 @@ msgstr "Erstatt NULL med:" msgid "Remove carriage return/line feed characters within columns" msgstr "Fjern CRLF tegn i kolonner" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8525,6 +8570,12 @@ msgstr "" "Den spesifiserte XML-fila var enten skadet eller ufulstendig. Korriger " "problemet og prøv igjen." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document regneark" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8719,85 +8770,85 @@ msgstr "" "Viser en link, kolonnen inneholder filnavnet, ; første verdi er et prefiks " "slik som \"http://www.example.com/\", andre verdien er en tittel for linken." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ikke OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Påslått" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Generelle relasjonsegenskaper" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Vis egenskaper" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Lag PDF-dokumenter" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Vis kolonnekommentarer" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Nettvisertransformasjon" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Lagret SQL-spørring" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-historie" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Vedvarende forbindelser" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Raske steg for å sette opp avansert funksjonalitet:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Opprett nødvendige tabeller med examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8805,12 +8856,12 @@ msgstr "" "Slå på avansert funksjonalitet i konfigurasjonsfila (config.inc.php), f.eks. med eksempel fra config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ingen beskrivelse" @@ -8867,7 +8918,7 @@ msgstr "Slavestatus" msgid "Variable" msgstr "Variabler" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Tjener ID" @@ -9013,7 +9064,7 @@ msgstr "Detaljer…" msgid "Event name" msgstr "Hendelsestype" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Hendelsestype" @@ -9419,39 +9470,36 @@ msgstr "Ingen tabeller funnet i databasen" msgid "There are no events to display." msgstr "Det er ingen filer å laste opp" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabellen %s eksisterer ikke!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Vennligst konfigurer koordinatene for tabell %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Skjema for %s databasen - Side %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "Fila %s inneholder ingen nøkkel id" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9519,53 +9567,53 @@ msgstr "Kolonnenavn" msgid "Display relational schema" msgstr "Relasjonsskjema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Vis rutenett" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Vis farger" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Vis tabelldimensjoner" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Vis alle tabeller med samme lengde" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dataordbok" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Bare vis nøkler" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landskapsformat" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portrettformat" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Opprettet" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papirstørrelse" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9573,12 +9621,12 @@ msgstr "" "Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. " "Vil du slette disse referansene?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "slå av/på kladdevindu" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Ukjent språk: %1$s." @@ -9589,6 +9637,77 @@ msgstr "Ukjent språk: %1$s." msgid "Current Server:" msgstr "Gjeldende tjener" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Velg binærlogg for visning" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Loggnavn" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posisjon" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Original posisjon" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informasjon" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Forkort vist spørring" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Vis hele spørringen" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Tegnsett og sammenligninger" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Start" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versjon" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Avslått" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Ingen privilegier." @@ -10424,10 +10543,6 @@ msgstr "Utfør indeks(er)" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informasjon" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Plassbruk" @@ -10436,7 +10551,7 @@ msgstr "Plassbruk" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabellen %1$s har blitt endret" @@ -10918,34 +11033,6 @@ msgstr "%s tabellen ble ikke funnet eller ikke konfigurert i %s" msgid "File doesn't exist" msgstr "Tabellen %s eksisterer ikke!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Velg binærlogg for visning" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Forkort vist spørring" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Vis hele spørringen" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Loggnavn" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posisjon" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Original posisjon" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Tegnsett og sammenligninger" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10983,7 +11070,7 @@ msgstr "" msgid "No databases" msgstr "Ingen databaser" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Lagringsmotorer" @@ -10991,44 +11078,6 @@ msgstr "Lagringsmotorer" msgid "View dump (schema) of databases" msgstr "Vis dumpet skjema av databaser" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Start" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versjon" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Avslått" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12342,9 +12391,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Opprett en mappe [em]config[/em] som er skrivbar for webtjener i phpMyAdmin " -"øverste mappe som beskrevet i [a@../Documentation.html#setup_script]" -"documentation[/a]. Hvis ikke så vil du kun være i stand til å laste ned " -"eller fremvise den." +"øverste mappe som beskrevet i [a@../Documentation." +"html#setup_script]documentation[/a]. Hvis ikke så vil du kun være i stand " +"til å laste ned eller fremvise den." #: setup/frames/index.inc.php:60 msgid "" @@ -12634,14 +12683,15 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Du valgte [kbd]config[/kbd] autentisering og inkluderte brukernavn og " "passord for autmatisk innlogging, noe som ikke anbefales for aktive tjenere. " "Hvem som helst som kjenner phpMyAdmin URL kan direkte få adgang til ditt " -"phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=%1$d#tab_Server]" -"autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/kbd]." +"phpMyAdmin panel. Velg [a@?page=servers&mode=edit&id=" +"%1$d#tab_Server]autentiseringstype[/a] [kbd]cookie[/kbd] eller [kbd]http[/" +"kbd]." #: setup/lib/index.lib.php:318 #, fuzzy, php-format @@ -12664,8 +12714,8 @@ msgid "" "%sZip decompression%s requires functions (%s) which are unavailable on this " "system." msgstr "" -"[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/a]" -"trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet." +"[a@?page=form&formset=features#tab_Import_export]Zip dekomprimering[/" +"a]trenger funksjoner (%s) som ikke er tilgjengelig på dette systemet." #: setup/lib/index.lib.php:348 #, fuzzy @@ -13150,23 +13200,23 @@ msgstr "Spor disse datamanipulasjonsspørringene:" msgid "Create version" msgstr "Opprett versjon" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Få flere temaer!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tilgjengelige MIME-typer" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Tilgjengelige transformationer" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Beskrivelse" @@ -13183,7 +13233,7 @@ msgstr "Profilen har blitt oppdatert." msgid "VIEW name" msgstr "VIEW navn" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Endre tabellens navn" @@ -14681,9 +14731,9 @@ msgstr "maks. samtidige tilkoblinger" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Når du setter denne til [kbd]nested[/kbd] så blir tabellnavnaliaset kun " #~ "brukt til å splitte/neste tabellene etter $cfg['LeftFrameTableSeparator'] " diff --git a/po/nl.po b/po/nl.po index a40fba342a..0b95035d22 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 13:42+0200\n" "Last-Translator: Dieter Adriaenssens \n" "Language-Team: Dutch \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "Toon alles" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Paginanummer:" @@ -55,7 +55,7 @@ msgstr "Zoeken:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -63,9 +63,9 @@ msgstr "Zoeken:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -73,10 +73,9 @@ msgstr "Zoeken:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Start" @@ -86,8 +85,9 @@ msgid "Keyname" msgstr "Sleutelnaam" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Beschrijving" @@ -267,7 +267,7 @@ msgstr "Ja" msgid "View dump (schema) of database" msgstr "Bekijk een dump (schema) van databank" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Geen tabellen gevonden in de databank." @@ -304,7 +304,7 @@ msgstr "" "waarom klik %shier%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -365,7 +365,7 @@ msgstr "Overschakelen op %svisuele builder%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -380,7 +380,7 @@ msgid "Tracked tables" msgstr "Tabellen met tracker" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -403,7 +403,7 @@ msgstr "Aangemaakt" msgid "Updated" msgstr "Bijgewerkt" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -427,7 +427,7 @@ msgid "Delete tracking data for this table" msgstr "Verwijder tracking data voor deze tabel" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -462,29 +462,29 @@ msgstr "Tabellen zonder tracker" msgid "Track table" msgstr "Tabel tracken" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Databank-log" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Verkeerd type!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "" "Het geselecteerde export type dient als een bestand te worden opgeslagen!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Verkeerde parameters!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Onvoldoende ruimte om het bestand %s op te slaan." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -492,12 +492,12 @@ msgstr "" "Bestand %s bestaat al op de server, verander de bestandsnaam of activeer de " "optie overschrijven." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "De webserver heeft geen rechten om het bestand %s op te slaan." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dump is bewaard als %s." @@ -685,115 +685,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Uw SQL-query is succesvol uitgevoerd" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Terug" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Algemene instellingen" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Wachtwoord wijzigen" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Collatie van de serververbinding" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Opmaakinstellingen" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Overige instellingen" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Databankserver" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Servertype:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Serverversie:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Protocolversie:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Gebruiker:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Karakterset van server:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Webserver" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Client-versie van databank:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "PHP-uitbreiding:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Informatie over PHP weergeven" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Versie-informatie:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Documentatie" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Officiële phpMyAdmin-website" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Bijdragen" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Ondersteuning krijgen" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Lijst met wijzigingen" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -805,7 +805,7 @@ msgstr "" "met deze standaard waardes, en is open voor ongewilde toegang. Het wordt dus " "aangeraden dit op te lossen." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -815,7 +815,7 @@ msgstr "" "optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige " "gegevens corrupt raken!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -825,7 +825,7 @@ msgstr "" "karakterset te gebruiken. Zonder de uitbreiding mbstring kan phpMyAdmin " "strings niet correct splitsen, wat tot onverwachte resultaten kan leiden." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -837,7 +837,7 @@ msgstr "" "ingestelde cookiegeldigheid in phpMyAdmin. Hierdoor verloopt uw sessie " "eerder dan in phpMyAdmin is ingesteld." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -846,13 +846,13 @@ msgstr "" "ingestelde cookiegeldigheid in phpMyAdmin. Hierdoor verloopt uw sessie " "eerder dan in phpMyAdmin is ingesteld." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Het configuratiebestand heeft nu een geheime wachtwoordzin nodig " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -865,7 +865,7 @@ msgstr "" "van uw server aangetast worden omdat ongepriviligeerde personen uw " "configuratie kunnen downloaden." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -875,7 +875,7 @@ msgstr "" "uitgebreide mogelijkheden zijn uitgeschakeld. Om te weten te komen waarom " "klik %shier%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -884,7 +884,7 @@ msgstr "" "Uw MySQL-bibliotheekversie %s in PHP verschilt van uw MySQL-serverversie %s. " "Dit kan onvoorspelbaar gedrag veroorzaken." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -997,12 +997,12 @@ msgid "Other" msgstr "Andere" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1103,44 +1103,44 @@ msgstr "Ontvangen bytes" msgid "Connections" msgstr "Verbindingen" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Processen" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1158,7 +1158,7 @@ msgstr "Questions" msgid "Traffic" msgstr "Verkeer" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Instellingen" @@ -1185,7 +1185,7 @@ msgstr "Gelieve tenminste één variabele toe te voegen aan de reeks" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Geen" @@ -1471,7 +1471,7 @@ msgstr "" "configuratie is mislukt. Standaard configuratie wordt gebruikt in de plaats…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1683,8 +1683,8 @@ msgstr "SQL-queryveld tonen" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1710,8 +1710,8 @@ msgstr "Query-uitvoertijd" msgid "%d is not valid row number." msgstr "%d is geen geldig rijnummer." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2031,63 +2031,63 @@ msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "mei" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "dec" @@ -2125,32 +2125,32 @@ msgid "Sun" msgstr "zo" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "ma" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "di" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "wo" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "do" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "vr" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "za" @@ -2302,7 +2302,7 @@ msgstr "Lettertypegrootte" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Oplopend" @@ -2311,7 +2311,7 @@ msgstr "Oplopend" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Aflopend" @@ -2380,26 +2380,26 @@ msgstr "Verwijderen:" msgid "SQL query on database %s:" msgstr "SQL-query op databank %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Query uitvoeren" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" "De server reageert niet (of de socket van de server is niet juist ingesteld)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "De server reageert niet." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Gelieve de rechten op de folder met de databank na te kijken." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Details…" @@ -2439,8 +2439,8 @@ msgstr[0] "%1$s overeenkomst in %2$s" msgstr[1] "%1$s overeenkomsten in %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Verkennen" @@ -2492,26 +2492,28 @@ msgstr "Sla aangepaste gegevens op" msgid "Restore column order" msgstr "Kolomvolgorde herstellen" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Begin" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Vorige" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Volgende" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Einde" @@ -2626,7 +2628,7 @@ msgid "The row has been deleted" msgstr "De regel werd verwijderd" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "stop proces" @@ -2683,8 +2685,8 @@ msgstr "Selecteer alles" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2768,8 +2770,8 @@ msgstr "Onbekende fout bij het uploaden." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Fout bij het verplaatsen van het geüploade bestand, zie [doc@faq1-11]FAQ 1.11" -"[/doc]" +"Fout bij het verplaatsen van het geüploade bestand, zie [doc@faq1-11]FAQ " +"1.11[/doc]" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -2788,7 +2790,7 @@ msgstr "Nieuw phpMyAdmin-scherm openen" msgid "Click on the bar to scroll to top of page" msgstr "Klik op de balk om te scrollen naar het begin van de pagina" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript moet ingeschakeld zijn voorbij dit punt" @@ -2819,12 +2821,13 @@ msgid "Cardinality" msgstr "Kardinaliteit" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Collatie" @@ -2853,7 +2856,7 @@ msgstr "" "verwijderd." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2864,9 +2867,9 @@ msgid "View" msgstr "View" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2877,32 +2880,32 @@ msgid "Structure" msgstr "Structuur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Zoeken" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Invoegen" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Handelingen" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Traceren" @@ -2943,51 +2946,52 @@ msgstr "Routines" msgid "Events" msgstr "Gebeurtenissen" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Ontwerper" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databanken" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Gebruikers" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binaire log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicatie" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabelen" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Karaktersets" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plug-ins" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Engines" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fout" @@ -3076,7 +3080,8 @@ msgstr "Tabellen" msgid "Transaction coordinator" msgstr "Transactiecoördinator" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Bestanden" @@ -3694,132 +3699,132 @@ msgstr "SQL-query:" msgid "MySQL said: " msgstr "MySQL meldt: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Er kan geen verbinding worden gemaakt met de SQL-validator!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Verklaar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Uitleg SQL overslaan" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "zonder PHP-code" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Genereer PHP-code" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Ververs" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL-validatie overslaan" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Valideer SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Rechtstreekse bewerking van deze query" # "Inline" vertaalt naar "rechtstreeks in het document", als het ware binnen # iets anders. -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Rechtstreeks" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiling" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "zo" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y om %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dagen, %s uren, %s minuten en %s seconden" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Ontbrekende parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Ga naar databank "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "De %s functionaliteit heeft last van een bekend probleem, zie %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klik om te wisselen" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Blader op uw eigen pc:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selecteer uit de web-server upload directory %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "De folder die u heeft ingesteld om te uploaden kan niet worden bereikt" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Er zijn geen bestanden om te uploaden" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Legen" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Uitvoeren" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Afdrukken" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Gecreëerd" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Laatst bijgewerkt" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Laatst gecontroleerd" @@ -3828,9 +3833,9 @@ msgstr "Laatst gecontroleerd" msgid "shared" msgstr "gedeeld" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3972,8 +3977,8 @@ msgid "Double click" msgstr "Dubbelklik" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Uitgeschakeld" @@ -4088,13 +4093,11 @@ msgstr "\"%s\" vereist de extensie %s" #: libraries/config/FormDisplay.class.php:792 #, php-format -#| msgid "import will not work, missing function (%s)" msgid "Compressed import will not work due to missing function %s." msgstr "Gecomprimeerd importeren is niet mogelijk omdat functie %s ontbreekt." #: libraries/config/FormDisplay.class.php:798 #, php-format -#| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "Gecomprimeerd exporteren is niet mogelijk omdat functie %s ontbreekt." @@ -4131,8 +4134,12 @@ msgstr "Standaard waarde herstellen" msgid "Allow users to customize this value" msgstr "Gebruikers toestaan deze waarde aan te passen" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Herstellen" @@ -4157,8 +4164,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Geheime sleutelzin gebruikt voor de versleuteling van cookies in [kbd]cookie" -"[/kbd]-authenticatie" +"Geheime sleutelzin gebruikt voor de versleuteling van cookies in " +"[kbd]cookie[/kbd]-authenticatie" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4209,8 +4216,8 @@ msgstr "CHAR-kolommen bewerken" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Gebruik de gebruiksvriendelijk editor voor SQL queries ([a@http://codemirror." "net/]CodeMirror[/a]) met syntaxmarkering en lijnnummers" @@ -4408,8 +4415,8 @@ msgstr "Compressie" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4608,8 +4615,8 @@ 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 "" -"Sorteer volgorde van elementen in een vreemdesleutel-afrolmenu; [kbd]content" -"[/kbd] is de gerefereerde data, [kbd]id[/kbd] is de sleutelwaarde" +"Sorteer volgorde van elementen in een vreemdesleutel-afrolmenu; " +"[kbd]content[/kbd] is de gerefereerde data, [kbd]id[/kbd] is de sleutelwaarde" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4638,8 +4645,8 @@ msgstr "Aanpassen verkennen-mode" msgid "Customize default options" msgstr "Aanpassen standaard opties" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4749,8 +4756,9 @@ msgstr "Paginatitels" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Browser titel balk tekst. Zie [doc@cfg_TitleTable]documentatie[/doc] voor " "bruikbare codes." @@ -4815,8 +4823,8 @@ msgid "" "documentation" msgstr "" "Configureer de phpMyAdmin-configuratie-opslag om toegang te krijgen tot " -"extra functionaliteit, zie [doc@linked-tables]phpMyAdmin-configuratie-opslag" -"[/doc] in de documentatie" +"extra functionaliteit, zie [doc@linked-tables]phpMyAdmin-configuratie-" +"opslag[/doc] in de documentatie" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" @@ -5214,8 +5222,8 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])" msgstr "" -"Open de pagina in het hoofdvenster ([kbd]main[/kbd]) of in een nieuwe ([kbd]" -"new[/kbd])" +"Open de pagina in het hoofdvenster ([kbd]main[/kbd]) of in een nieuwe " +"([kbd]new[/kbd])" #: libraries/config/messages.inc.php:302 msgid "Logo link target" @@ -5551,8 +5559,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"bladwijzers[/a] te gebruiken, suggestie: [kbd]pma__bookmark[/kbd]" +"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/" +"bookmark]bladwijzers[/a] te gebruiken, suggestie: [kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:377 msgid "Bookmark table" @@ -5560,8 +5568,8 @@ msgstr "Bladwijzertabel" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Laat dit veld leeg om geen kolomopmerkingen en mimetypes te ondersteunen, " "suggestie: [kbd]pma__column_info[/kbd]" @@ -5633,8 +5641,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Laat dit veld leeg om de Designer niet te gebruiken, suggestie: [kbd]" -"pma__designer_coords[/kbd]" +"Laat dit veld leeg om de Designer niet te gebruiken, suggestie: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5645,8 +5653,9 @@ 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 "" -"Zie voor meer informatie: [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA-bugtracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Zie voor meer informatie: [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA-bugtracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/" +"a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5676,8 +5685,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Laat dit veld leeg om geen SQL-geschiedenis te ondersteunen, suggestie: [kbd]" -"pma__history[/kbd]" +"Laat dit veld leeg om geen SQL-geschiedenis te ondersteunen, suggestie: " +"[kbd]pma__history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5716,6 +5725,16 @@ msgid "Connect without password" msgstr "Verbinden zonder wachtwoord" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "In de tabel zoeken" + +#: libraries/config/messages.inc.php:410 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 " @@ -5725,31 +5744,31 @@ msgstr "" "een \\ indien u ze letterlijk wil gebruiken. Gebruik bijvoorbeeld [kbd]'mijn" "\\_db'[/kbd] en niet [kbd]'mijn_db'[/kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Toon enkel de opgesomde databanken" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" "Laat dit veld leeg indien u geen gebruik maakt van 'config'-authenticatie" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Wachtwoord voor 'config'-authenticatie" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" "Laat dit veld leeg om PDF-schemaondersteuning uit te schakelen, suggestie: " "[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-schema: pagina's tabel" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5757,24 +5776,24 @@ msgid "" msgstr "" "Databank die wordt gebruikt om relaties, bladwijzers en PDF-eigenschappen op " "te slaan. Zie [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] voor meer " -"informatie. Laat dit veld leeg om dit uit te schakelen, suggestie: [kbd]" -"phpmyadmin[/kbd]" +"informatie. Laat dit veld leeg om dit uit te schakelen, suggestie: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Databanknaam" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Het TCP-poortnummer waarop MySQL luistert, laat dit veld leeg om de " "standaard waarde te gebruiken" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Serverpoort" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5782,77 +5801,78 @@ msgstr "" "Laat dit veld leeg om geen recent gebruikte tabellen op te slaan over " "sessies heen, voorstel: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Recent gebruikte tabel" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/relation]" -"relation-links[/a] te ondersteunen, suggestie: [kbd]pma__relation[/kbd]" +"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/" +"relation]relation-links[/a] te ondersteunen, suggestie: [kbd]pma__relation[/" +"kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relatietabel" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL-opdracht om de beschikbare databanken op te vragen" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Opdracht SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatietypes[/" "a] voor een voorbeeld" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon-sessienaam" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon-URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Het socket waarop de MySQL-server luistert, laat dit leeg voor de standaard " "waarde" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Serversocket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "SSL toepassen voor de verbinding naar de MySQL-server" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL gebruiken" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Laat dit veld leeg om geen PDF-schema te ondersteunen, suggestie: [kbd]" -"pma__table_coords[/kbd]" +"Laat dit veld leeg om geen PDF-schema te ondersteunen, suggestie: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-schema: tabelcoördinaten" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5860,11 +5880,11 @@ msgstr "" "De tabel om kolomomschrijvingen te definiëren, laat dit veld leeg om dit " "niet te gebruiken; suggestie: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Tabel met kolomomschrijvingen" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5872,11 +5892,11 @@ msgstr "" "Laat dit veld leeg om interfacevoorkeuren niet \"persistent\" op te slaan, " "voorstel: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabel voor interfacevoorkeuren" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5884,11 +5904,11 @@ msgstr "" "Of de opdracht DROP DATABASE IF EXISTS toegevoegd wordt als eerste regel van " "de log als een databank aangemaakt wordt." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE toevoegen" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5896,12 +5916,12 @@ msgstr "" "Of een opdracht DROP TABLE IF EXISTS toegevoegd wordt als eerste regel van " "de log als een tabel aangemaakt wordt." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE toevoegen" # "statement" hier vertalen is geen goed idee. -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5909,33 +5929,33 @@ msgstr "" "Of een opdracht DROP VIEW IF EXISTS als de eerste lijn toegevoegd zal worden " "bij het aanmaken van een weergave of niet." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW toevoegen" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definieert de lijst van opdrachten die gebruikt worden bij het automatisch " "aanmaken bij nieuwe versies." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Bij te houden opdrachten" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Laat dit veld leeg om het opvolgen van SQL queries niet te ondersteunen, " "suggestie: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL-query-opvolgingstabel" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5943,27 +5963,27 @@ msgstr "" "Of het opvolgsysteem versies voor tabellen en weergaven automatisch aanmaakt " "of niet." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatisch versies aanmaken" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Laat dit veld leeg om geen gebruikersvoorkeuren op te slaan in de databank, " "suggestie: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Opslagtabel voor gebruikersvoorkeuren" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Gebruiker voor 'config'-authenticatie" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5971,19 +5991,19 @@ msgstr "" "Een gebruiksvriendelijke naam voor deze server. Laat dit veld leeg om de " "machinenaam te tonen." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Uitgebreide naam voor deze server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "Of er een knop "Toon alle (rijen)" moet worden getoond" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Toon alle rijen" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5994,46 +6014,46 @@ msgstr "" "configuratiebestand staat opgeslagen; dit beperkt echter niet de " "mogelijkheid om de bijbehorende SQL-opdracht handmatig uit te voeren" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Toon formulier voor wachtwoord wijzigen" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Toon formulier om een nieuwe databank aan te maken" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Toon of verberg een kolom met het tijdstip van aanmaken voor alle tabellen" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Toon het tijdstip van aanmaken" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Toon of verberg een kolom met het tijdstip van laatste aanpassing voor alle " "tabellen" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Toon het tijdstip van laatste aanpassing" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Toon of verberg een kolom met het tijdstip van laatste controle voor alle " "tabellen" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Toon het tijdstip van laatste controle" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6041,11 +6061,11 @@ msgstr "" "Bepaalt of de optie weergaverichting getoond wordt bij het bekijken van een " "tabel" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Toon weergaverichting" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6053,91 +6073,91 @@ msgstr "" "Definieert of type velden initieel getoond worden in de modus bewerken/" "toevoegen" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Toon veldtypes" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Toon de functievelden tijdens het wijzigen/invoegen" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Toon functievelden" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Of een hint getoond wordt of niet" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Toon hint" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Toon link naar de uitvoer van [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Toon link naar de uitvoer van [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Toon link naar phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Toon gedetailleerde MySQL-serverinformatie" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Geeft aan of SQL-queries die door phpMyAdmin werden gegenereerd moeten " "worden getoond" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Toon SQL-queries" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "Bepaalt of het queryveld op het scherm moet blijven na invoer" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Queryveld behouden" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Maakt het mogelijk om statistieken van databanken en tabellen te tonen (over " "o.a. het schijfgebruik)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Toon statistieken" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Toon tabelopmerking in een tooltip" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Markeer in gebruik zijnde tabellen, waardoor het mogelijk om een databanken " "die deze tabellen bevat te tonen" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Herken vergrendelde tabellen" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Vereist dat SQL-Validator geactiveerd is" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6145,7 +6165,7 @@ msgstr "Vereist dat SQL-Validator geactiveerd is" msgid "Password" msgstr "Wachtwoord" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6153,33 +6173,33 @@ msgstr "" "[strong]Waarschuwing:[/strong] Vereist dat de extensie PHP SOAP of PEAR SOAP " "geïnstalleerd is" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL-Validator activeren" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" "Geef eventueel aangepaste gebruikersnaam op (standaard [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Gebruikersnaam" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Een waarschuwing wordt getoond op de hoofdpagina als Suhosin gedetecteerd " "wordt" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin-waarschuwing" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6187,11 +6207,11 @@ msgstr "" "Tekstveldgrootte (kolommen) in bewerkmodus, deze waarde wordt benadrukt " "weergegeven voor SQL-querytekstvelden (*2) en voor het queryscherm (*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Tekstveldkolommen" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6199,31 +6219,31 @@ msgstr "" "Tekstveldgrootte (rijen) in bewerkmodus, deze waarde wordt benadrukt " "weergegeven voor SQL-querytekstvelden (*2) en voor het queryscherm (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Tekstveldregels" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Titel van het browserscherm wanneer een databank is geselecteerd" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Titel van het browserscherm wanneer niets geselecteerd is" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Standaard titel" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Titel van het browserscherm wanneer een server is geselecteerd" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Titel van het browserscherm wanneer een tabel is geselecteerd" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6235,28 +6255,28 @@ msgstr "" "For) header moet vertrouwen wanneer deze afkomstig is van het IP 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Lijst van vertrouwde proxyservers" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Directory op de server waar te importeren bestanden kunnen worden geüpload" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Uploadfolder" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Maak het mogelijk om te zoeken binnen de gehele databank" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Databankzoekfunctie gebruiken" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6264,20 +6284,20 @@ msgstr "" "Wanneer uitgeschakeld, kunnen gebruikers geen van de opties onderaan " "wijzigen, onafhankelijk van het aanvinkveld aan de rechterkant" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Schakel het ontwikkelaarstabblad in bij instellingen" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Controleren op de meest recente versie" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Schakel de controle op de nieuwste versie in op de hoofdpagina van phpMyAdmin" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6285,7 +6305,7 @@ msgstr "" msgid "Version check" msgstr "Versiecontrole" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6297,11 +6317,11 @@ msgstr "" "als de server waarop phpMyAdmin geïnstalleerd is geen directe toegang tot " "het internet heeft. Het formaat is: \"servernaam:poortnummer\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "Versiecontrole proxy url" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6312,19 +6332,19 @@ msgstr "" "basisverificatie uitgevoerd. Andere types verificatie worden momenteel niet " "ondersteund." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Versiecontrole proxy gebruikersnaam" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Het wachtwoord voor de authenticatie met de proxy" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Versiecontrole proxy wachtwoord" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6332,63 +6352,79 @@ msgstr "" "Gebruik [a@http://nl.wikipedia.org/wiki/ZIP_(bestandstype)]ZIP[/a]-" "compressie voor import- en exportoperaties" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Configuratie-authenticatie" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie-authenticatie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP-authenticatie" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon-authenticatie" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV met behulp van LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-rekenblad" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Snel" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Aangepast" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Databankexportopties" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV voor MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "OpenDocument Tekst" @@ -7258,8 +7294,8 @@ msgstr "Een index aanmaken op kolommen %s " msgid "Hide" msgstr "Verbergen" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binair" @@ -7378,189 +7414,189 @@ msgstr "Weet u zeker dat u de volgende SQL-query wil uitvoeren?" msgid "No change" msgstr "Geen verandering" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karakterset" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgaars" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Vereenvoudigd Chinees" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditioneel Chinees" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "ongevoelig voor hoofdletters" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "hoofdlettergevoelig" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatisch" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tsjechisch" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Deens" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engels" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estlands" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Duits" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "Woordenboek" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "Telefoonboek" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hongaars" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "IJslands" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japans" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lets" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litouws" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreaans" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perzisch" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Pools" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "West-Europees" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Roemeens" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slowaaks" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Sloveens" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spaans" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditioneel Spaans" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Zweeds" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thais" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turks" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Oekraïens" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "meertalig" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centraal Europees" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russisch" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltisch" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armeens" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrillisch" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabisch" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreeuws" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgisch" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grieks" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tsjecho-Slowaaks" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "onbekend" @@ -7757,7 +7793,7 @@ msgstr "Tabel hernoemen naar" msgid "Table comments" msgstr "Tabelopmerkingen" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Opslag-engine" @@ -7920,7 +7956,15 @@ msgstr "Gebruikersnaam:" msgid "Server Choice:" msgstr "Serverkeuze:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7928,14 +7972,14 @@ msgstr "" "Aanmelden zonder wachtwoord is niet toegestaan door de instellingen (zie " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Geen activiteit voor %s seconden of meer, meld a.u.b. opnieuw aan" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Kan niet aanmelden op de MySQL-server" @@ -8001,7 +8045,7 @@ msgstr "Vervang NULL door:" msgid "Remove carriage return/line feed characters within columns" msgstr "Verwijder CRLF-tekens uit kolommen" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel-editie:" @@ -8409,6 +8453,12 @@ msgstr "" "Het XML-bestand was beschadigd of onvolledig. Repareer het bestand en " "probeer opnieuw." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument-rekenblad" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI-vormbestand" @@ -8595,72 +8645,72 @@ msgstr "" "voorvoegsel zoals \"http://www.example.com/\", de tweede optie is de titel " "voor de link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Niet goed" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Ingeschakeld" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Algemene relatie-opties" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Toon Opties" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Aanmaken van PDF-bestanden" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Toon kolomopmerkingen" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browsertransformaties" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Raadpleeg de documentatie over hoe u de tabel column_comments kunt bijwerkt" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Opgeslagen SQL-query" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-geschiedenis" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Persistente recent gebruikte tabellen" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Persistente interfacevoorkeuren voor tabellen" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Gebruikersvoorkeuren" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Snelle stappen voor het instellen van geavanceerde functies:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" @@ -8668,11 +8718,11 @@ msgstr "" # hem/haar/het past beter maar het geslacht van de gebruiker is # onvoorspelbaar. -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "Maak een pma-gebruiker aan en verleen die toegang tot deze tabellen." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8681,13 +8731,13 @@ msgstr "" "inc.php) ingeschakeld worden, als voorbeeld kunt u gebruik maken van " "config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Meld opnieuw aan bij phpMyAdmin om het bijgewerkte configuratiebestand te " "laden." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Geen beschrijving aanwezig" @@ -8741,7 +8791,7 @@ msgstr "Slave-status" msgid "Variable" msgstr "Variabelen" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server-ID" @@ -8874,7 +8924,7 @@ msgstr "Details" msgid "Event name" msgstr "Gebeurtenisnaam" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Gebeurtenistype" @@ -9217,37 +9267,34 @@ msgstr "Geen gebeurtenis met naam %1$s gevonden in databank %2$s" msgid "There are no events to display." msgstr "Er zijn geen gebeurtenissen om weer te geven." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "De tabel %s bestaat niet!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configureer de coördinaten voor de tabel %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schema van de databank %s - Pagina %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Deze pagina bevat geen tabellen!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA ERROR: " @@ -9313,51 +9360,51 @@ msgstr "Kolomnamen" msgid "Display relational schema" msgstr "Toon relationeel schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Selecteer uitvoer relationeel type" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Toon raster" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Toon kleur" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Tabelafmetingen weergeven" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Alle tabellen weergeven met dezelfde breedte" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Data Woordenboek" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Alleen sleutels tonen" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landschap" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portret" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Oriëntatie" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Papierformaat" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9365,12 +9412,12 @@ msgstr "" "De huidige pagina heeft referenties naar tabellen die niet meer bestaan. " "Wilt u deze referenties verwijderen?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Voorbeeldkader aan/uit" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Onbekende taal: %1$s." @@ -9379,6 +9426,75 @@ msgstr "Onbekende taal: %1$s." msgid "Current Server:" msgstr "Huidige server:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Selecteer de te bekijken binaire log" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Lognaam" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Positie" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Oorspronkelijke positie" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informatie" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Getoonde queries afkappen" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Toon volledige queries" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karaktersets en collaties" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modules" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Begin" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plug-in" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Module" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Bibliotheek" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versie" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Auteur" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licentie" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "uitgeschakeld" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Geen rechten." @@ -9858,18 +9974,14 @@ msgid "Generated by:" msgstr "Gegenereerd door:" #: libraries/sql.lib.php:495 -#| msgid "Data file grow size" msgid "Detailed profile" msgstr "Gedetailleerd profiel" #: libraries/sql.lib.php:498 -#| msgid "Other" msgid "Order" msgstr "Volgorde" #: libraries/sql.lib.php:500 libraries/sql.lib.php:546 -#| msgctxt "Start of recurring event" -#| msgid "Start" msgid "State" msgstr "Toestand" @@ -9878,22 +9990,18 @@ msgid "Summary by state" msgstr "Samenvatting per toestand" #: libraries/sql.lib.php:551 -#| msgid "Total time:" msgid "Total Time" msgstr "Totale tijd" #: libraries/sql.lib.php:553 -#| msgid "Time" msgid "% Time" msgstr "% Tijd" #: libraries/sql.lib.php:555 -#| msgid "Close" msgid "Calls" msgstr "Oproepen" #: libraries/sql.lib.php:557 -#| msgid "Time" msgid "ø Time" msgstr "Gemiddelde tijd" @@ -10142,7 +10250,6 @@ msgid "After %s" msgstr "Na %s" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "Rijstatistieken" @@ -10201,10 +10308,6 @@ msgstr "Een SPATIAL-index toevoegen" msgid "Add FULLTEXT index" msgstr "Een FULLTEXT-index toevoegen" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informatie" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Ruimtegebruik" @@ -10213,7 +10316,7 @@ msgstr "Ruimtegebruik" msgid "Effective" msgstr "Effectief" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabel %1$s is bijgewerkt" @@ -10645,34 +10748,6 @@ msgstr "Tabel %s niet gevonden of niet ingesteld in %s" msgid "File doesn't exist" msgstr "Bestand bestaat niet" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Selecteer de te bekijken binaire log" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Getoonde queries afkappen" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Toon volledige queries" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Lognaam" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Positie" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Oorspronkelijke positie" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karaktersets en collaties" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10709,7 +10784,7 @@ msgstr "" msgid "No databases" msgstr "Geen databanken" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Opslag-engines" @@ -10717,42 +10792,6 @@ msgstr "Opslag-engines" msgid "View dump (schema) of databases" msgstr "Dump (schema) van de databanken bekijken" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modules" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Begin" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plug-in" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Module" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Bibliotheek" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versie" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Auteur" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licentie" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "uitgeschakeld" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12333,8 +12372,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "U gebruikt het [kbd]config[/kbd]-authenticatietype en heeft de te gebruiken " "gebruikersnaam en wachtwoord hierbij opgegeven voor automatisch aanmelden. " @@ -12404,9 +12443,6 @@ msgstr "Gevalideerde SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12780,23 +12816,23 @@ msgstr "Deze manipulatie-statements tracken:" msgid "Create version" msgstr "Versie aanmaken" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Thema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Bekijk meer thema's!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Beschikbare MIME-types" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Beschikbare transformaties" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Omschrijving" @@ -12813,7 +12849,7 @@ msgstr "Het profiel is aangepast." msgid "VIEW name" msgstr "VIEW-naam" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "View hernoemen naar" @@ -14405,9 +14441,9 @@ msgstr "concurrent_insert is ingesteld op 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Indien ingesteld op [kbd]nested[/kbd] wordt de opmerking enkel op basis " #~ "van $cfg['LeftFrameTableSeparator'] gesplitst. Hierdoor krijgt enkel de " diff --git a/po/pa.po b/po/pa.po index c51bcbb7fd..a37edc1409 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-09-01 12:11+0200\n" "Last-Translator: gurjit dhillon \n" "Language-Team: Punjabi %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2333,8 +2333,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2386,26 +2386,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2520,7 +2522,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2576,8 +2578,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2675,7 +2677,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2706,12 +2708,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2738,7 +2741,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2749,9 +2752,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2762,32 +2765,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "ਲੱਭੋ" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2828,51 +2831,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2961,7 +2965,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3500,130 +3505,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "" @@ -3632,9 +3637,9 @@ msgstr "" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3771,8 +3776,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3926,8 +3931,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -3994,8 +4003,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4178,8 +4187,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4405,8 +4414,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4516,8 +4525,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5250,8 +5260,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5386,364 +5396,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5751,76 +5769,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5828,45 +5846,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5874,7 +5892,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5882,92 +5900,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6751,8 +6785,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6867,189 +6901,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7244,7 +7278,7 @@ msgstr "" msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7399,20 +7433,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7478,7 +7520,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7853,6 +7895,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -7989,90 +8035,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8123,7 +8169,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8250,7 +8296,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8585,37 +8631,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8681,62 +8724,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8745,6 +8788,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9510,10 +9622,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9522,7 +9630,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9928,34 +10036,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -9990,7 +10070,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -9998,42 +10078,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11358,8 +11402,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11782,23 +11826,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11815,7 +11859,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 28ce78aa73..765412c099 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,11 +25,11 @@ msgid "Show all" msgstr "" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "" @@ -57,7 +57,7 @@ msgstr "" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "" @@ -267,7 +267,7 @@ msgstr "" msgid "View dump (schema) of database" msgstr "" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "" @@ -302,7 +302,7 @@ msgid "" msgstr "" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -363,7 +363,7 @@ msgstr "" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -378,7 +378,7 @@ msgid "Tracked tables" msgstr "" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -401,7 +401,7 @@ msgstr "" msgid "Updated" msgstr "" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -425,7 +425,7 @@ msgid "Delete tracking data for this table" msgstr "" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -460,39 +460,39 @@ msgstr "" msgid "Track table" msgstr "" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, possible-php-format msgid "Insufficient space to save the file %s." msgstr "" -#: export.php:504 +#: export.php:506 #, possible-php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, possible-php-format msgid "The web server does not have permission to save the file %s." msgstr "" -#: export.php:932 +#: export.php:934 #, possible-php-format msgid "Dump has been saved to file %s." msgstr "" @@ -658,115 +658,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -774,21 +774,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -796,17 +796,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -814,21 +814,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, possible-php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -#: index.php:518 +#: index.php:521 #, possible-php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, possible-php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -940,12 +940,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "" @@ -1041,44 +1041,44 @@ msgstr "" msgid "Connections" msgstr "" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "" @@ -1096,7 +1096,7 @@ msgstr "" msgid "Traffic" msgstr "" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "" @@ -1123,7 +1123,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "" @@ -1385,7 +1385,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1594,8 +1594,8 @@ msgstr "" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1621,8 +1621,8 @@ msgstr "" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1923,63 +1923,63 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "" @@ -2017,32 +2017,32 @@ msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "" @@ -2190,7 +2190,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "" @@ -2199,7 +2199,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "" @@ -2268,25 +2268,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2326,8 +2326,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2379,26 +2379,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2513,7 +2515,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2569,8 +2571,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2668,7 +2670,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2699,12 +2701,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2731,7 +2734,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2742,9 +2745,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2755,32 +2758,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2821,51 +2824,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2954,7 +2958,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3493,130 +3498,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, possible-php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, possible-php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, possible-php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, possible-php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "" @@ -3625,9 +3630,9 @@ msgstr "" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3764,8 +3769,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3919,8 +3924,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -3987,8 +3996,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4171,8 +4180,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4398,8 +4407,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4509,8 +4518,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5243,8 +5253,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5379,364 +5389,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5744,76 +5762,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5821,45 +5839,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5867,7 +5885,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5875,92 +5893,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6744,8 +6778,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6860,189 +6894,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7237,7 +7271,7 @@ msgstr "" msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7392,20 +7426,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, possible-php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7471,7 +7513,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7846,6 +7888,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -7982,90 +8028,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8116,7 +8162,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8243,7 +8289,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8578,37 +8624,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, possible-php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, possible-php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, possible-php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8674,62 +8717,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, possible-php-format msgid "Unknown language: %1$s." msgstr "" @@ -8738,6 +8781,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9503,10 +9615,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9515,7 +9623,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, possible-php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9921,34 +10029,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, possible-php-format msgid "%1$d database has been dropped successfully." @@ -9983,7 +10063,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -9991,42 +10071,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, possible-php-format msgid "The user %s already exists!" @@ -11351,8 +11395,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11773,23 +11817,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11806,7 +11850,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/pl.po b/po/pl.po index 8ad3c9ba3d..1d075cf86f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-30 13:29+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Polish %s:" msgstr "Zapytanie SQL do bazy danych %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Wyślij zapytanie" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2434,15 +2434,15 @@ msgstr "" "Serwer nie odpowiada (lub gniazdo lokalnego serwera nie jest prawidłowo " "skonfigurowane)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Serwer nie odpowiada." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Proszę sprawdzić uprawnienia katalogu zawierającej bazę danych." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Szczegóły…" @@ -2484,8 +2484,8 @@ msgstr[1] "%1$s dopasowania w %2$s" msgstr[2] "%1$s dopasowań w %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Przeglądaj" @@ -2537,26 +2537,28 @@ msgstr "Zapisz edytowane dane" msgid "Restore column order" msgstr "Przywrócić porządek w kolumnie" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Początek" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Poprzednie" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Następne" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Koniec" @@ -2675,7 +2677,7 @@ msgid "The row has been deleted" msgstr "Wiersz został usunięty" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Zabij" @@ -2733,8 +2735,8 @@ msgstr "Zaznacz wszystkie" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2837,7 +2839,7 @@ msgstr "Otwórz nowe okno phpMyAdmina" msgid "Click on the bar to scroll to top of page" msgstr "Kliknij na pasku, aby przewinąć do góry strony" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript musi być włączona obok tego punktu" @@ -2868,12 +2870,13 @@ msgid "Cardinality" msgstr "Moc" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Metoda porównywania napisów" @@ -2902,7 +2905,7 @@ msgstr "" "usunięty." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Serwer" @@ -2913,9 +2916,9 @@ msgid "View" msgstr "Widok" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2926,32 +2929,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Szukaj" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Wstaw" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacje" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Śledzenie" @@ -2992,51 +2995,52 @@ msgstr "Procedury i funkcje" msgid "Events" msgstr "Zdarzenia" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Widok projektu" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bazy danych" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Użytkownicy" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Dziennik binarny" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikacja" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Zmienne" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Kodowania znaków" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Wtyczki" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Mechanizmy" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Błąd" @@ -3128,7 +3132,8 @@ msgstr "Tabele" msgid "Transaction coordinator" msgstr "Koordynator transakcji" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Pliki" @@ -3745,130 +3750,130 @@ msgstr "Zapytanie SQL" msgid "MySQL said: " msgstr "MySQL zwrócił komunikat: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Nie udało się połączyć z walidatorem SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Wyjaśnij SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Pomiń wyjaśnienie SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Bez kodu PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Utwórz kod PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Odśwież" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Pomiń sprawdzanie poprawności SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Weryfikacja SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Szybka edycja tego zapytania" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "W linii" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilowanie" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Nie" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dni, %s godzin, %s minut i %s sekund" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Brakuje parametru:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Przejście do bazy danych "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkcja %s jest dotknięta przez znany błąd, zobacz %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Kliknij, aby przełączać" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Wyszukaj w komputerze:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Wybierz katalog serwera WWW dla uploadu %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Nie można znaleźć katalogu do zapisu przesyłanych plików" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Brak plików do wysłania" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Opróżnij" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Wykonaj" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Drukuj" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Data utworzenia" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Ostatnia aktualizacja" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Ostatnie sprawdzanie" @@ -3877,9 +3882,9 @@ msgstr "Ostatnie sprawdzanie" msgid "shared" msgstr "współdzielone" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4026,8 +4031,8 @@ msgid "Double click" msgstr "Podwójnie kliknij" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Wyłączone" @@ -4183,8 +4188,12 @@ msgstr "Przywróć wartość domyślną" msgid "Allow users to customize this value" msgstr "Zezwól użytkownikom na zmianę tej wartości" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Resetuj" @@ -4260,8 +4269,8 @@ msgstr "Edycja kolumny typu CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Użyj przyjaznego dla użytkownika edytora do edycji zapytań SQL ([a@http://" "codemirror.net/]CodeMirror[/a]) z kolorowaniem składni i numerami linii" @@ -4459,8 +4468,8 @@ msgstr "Typ kompresji" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4698,8 +4707,8 @@ msgstr "Dostosuj tryb przeglądania" msgid "Customize default options" msgstr "Dostosuj domyślne opcje" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4809,8 +4818,9 @@ msgstr "Tytuły stron" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Określ tytuł. Przeczytaj szczegóły w [doc@cfg_TitleTable]dokumentacji[/doc], " "żeby dowiedzieć się więcej." @@ -5278,8 +5288,8 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])" msgstr "" -"Otwieraj stronę w tym samym oknie ([kbd]main[/kbd]) lub w nowym oknie ([kbd]" -"new[/kbd])" +"Otwieraj stronę w tym samym oknie ([kbd]main[/kbd]) lub w nowym oknie " +"([kbd]new[/kbd])" #: libraries/config/messages.inc.php:302 msgid "Logo link target" @@ -5626,8 +5636,8 @@ msgstr "Tabela zakładek" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Pozostaw puste bez uwag typu kolumn/mime, zasugerował: [kbd]pma_column_info[/" "kbd]" @@ -5647,8 +5657,8 @@ msgstr "Kompresja połączenia" #: libraries/config/messages.inc.php:382 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" msgstr "" -"Sposób połączenia z serwerem; w razie niepewności, należy pozostawić [kbd]tcp" -"[/kbd]" +"Sposób połączenia z serwerem; w razie niepewności, należy pozostawić " +"[kbd]tcp[/kbd]" #: libraries/config/messages.inc.php:383 msgid "Connection type" @@ -5664,8 +5674,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Specjalny użytkownik MySQL z ograniczonymi uprawnieniami. Więcej informacji " -"jest dostępnych pod adresem: [a@http://wiki.phpmyadmin.net/pma/controluser]" -"wiki[/a]" +"jest dostępnych pod adresem: [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wiki[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5707,8 +5717,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Pozostaw puste, bez żadnego wsparcia projektantów, zaproponował: [kbd]" -"pma_designer_coords[/kbd]" +"Pozostaw puste, bez żadnego wsparcia projektantów, zaproponował: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5720,8 +5730,8 @@ msgid "" "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" "Więcej informacji jest dostępnych pod adresem: [a@https://sourceforge.net/p/" -"phpmyadmin/bugs/2606/]PMA bug tracker[/a] i [a@http://bugs.mysql.com/19588]" -"MySQL Bugs[/a]" +"phpmyadmin/bugs/2606/]PMA bug tracker[/a] i [a@http://bugs.mysql." +"com/19588]MySQL Bugs[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5749,8 +5759,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Pozostaw puste, bez zapytania poparcie historii SQL, zasugerował: [kbd]" -"pma_history[/kbd]" +"Pozostaw puste, bez zapytania poparcie historii SQL, zasugerował: " +"[kbd]pma_history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5789,6 +5799,16 @@ msgid "Connect without password" msgstr "Łącz się bez hasła" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabela szukania" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5807,30 +5827,30 @@ msgstr "" "wystarczy wpisać ich nazwiska w porządku i użyć [kbd]*[/kbd] na końcu by " "pokazać resztę w porządku alfabetycznym." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Pokaż tylko wymienione bazy danych" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Pozostaw puste w przypadku innego niż config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Hasło dla uwierzytelniania konfiguracji" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: [kbd]" -"pma_pdf_pages[/kbd]" +"Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Schemat PDF: strony tabeli" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5838,23 +5858,23 @@ msgid "" msgstr "" "Baza danych używana prze funkcje związków, zakładek i generowania PDF-ów. " "Pełna informacja znajduje się na stronie [a@http://wiki.phpmyadmin.net/pma/" -"pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]" -"phpmyadmin[/kbd]" +"pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nazwa bazy danych" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port serwera" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5862,77 +5882,77 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Ostatnio używane tabele" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Pozostaw puste, by nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/relation]" -"relation-links[/a]. Sugerowana nazwa: [kbd]pma_relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabela relacji" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Polecenie SQL do pobrania dostępnych baz danych" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Polecenie SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nazwa sesji usługi pojedynczego logowania (Signon)" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL usługi pojedynczego logowania (Signon)" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Gniazdko, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość " "domyślną" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Gniazdo serwera" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Aktywuj SSL do połączeń z serwerem MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Użyj SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: [kbd]" -"pma_table_coords[/kbd]" +"Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Schemat PDF: współrzędne tabeli" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5940,11 +5960,11 @@ msgstr "" "Tabela do opisu wyświetlania kolumn, pozostaw puste bez wsparcia; " "zasugerował: [kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Wyświetlanie tabeli kolumn" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5953,14 +5973,14 @@ msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"Pozostaw puste, by nie obsługiwać schematu PDF. Sugerowana nazwa: [kbd]" -"pma_table_coords[/kbd]" +"Pozostaw puste, by nie obsługiwać schematu PDF. Sugerowana nazwa: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Preferencje UI tabeli" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5968,11 +5988,11 @@ msgstr "" "Czy podczas tworzenia bazy danych polecenie DROP DATABASE IF EXISTS zostanie " "dodane jako pierwsza linia w dzienniku." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5980,11 +6000,11 @@ msgstr "" "Czy polecenie DROP TABLE IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia tabeli." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Dodaj DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5992,59 +6012,59 @@ msgstr "" "Czy polecenie DROP VIEW IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia widoku." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Instrukcje do śledzenia" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Puste pole oznacza brak wsparcia śledzenia zapytań SQL, zaproponował: [kbd]" -"pma_tracking[/kbd]" +"Puste pole oznacza brak wsparcia śledzenia zapytań SQL, zaproponował: " +"[kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabela śledzenia zapytań SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatyczne tworzenie wersji" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Pozostaw puste, dla braku preferencji użytkownika magazynu w bazie. " "Zasugerowano: [kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabela przechowująca preferencje użytkowników" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Użytkownik dla konfiguracji uwierzytelniania" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6052,21 +6072,21 @@ msgstr "" "Przyjazny opis serwera dla użytkownika. Pozostaw puste, aby wyświetlić nazwę " "hosta." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Szczegółowa nazwa serwera" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" "Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie " "(wiersze)\";" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Pozwól wyświetlać wszystkie wiersze" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6077,47 +6097,47 @@ msgstr "" "pliku konfiguracyjnym. To nie ogranicza możliwości wykonania tego samego " "polecenia bezpośrednio" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Pokaż formularz zmiany hasła" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Pokaż formularz tworzenia bazy danych" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Pokaż lub ukryj kolumny wyświetlające 'Znacznik czasu tworzenia' dla " "wszystkich tabel" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Pokaż Znacznik czasu tworzenia" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Pokaż lub ukryj kolumny wyświetlające znaczniki czasu ostatniej aktualizacji " "dla wszystkich tabel" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Pokaż ostatni znacznik czasu aktualizacji" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Pokaż lub ukryj kolumny wyświetlające Ostatni znacznik czasu sprawdzania dla " "wszystkich tabel" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Pokaż Ostatni znacznik czasu sprawdzania" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6125,11 +6145,11 @@ msgstr "" "Określa, czy typ opcji kierunku wyświetlania jest pokazywany podczas " "przeglądania tabeli" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Pokaż kierunek wyświetlenia" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6137,27 +6157,27 @@ msgstr "" "Określa, czy typ pola powinny być początkowo wyświetlany w trybie edycji/" "wstawiania" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Pokaż typy pól" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Wyświetla pola z funkcjami w trybie edycji/dodawania" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Pokaż pola z funkcjami" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Czy pokazywać podpowiedzi lub nie" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Pokaż podpowiedź" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6165,62 +6185,62 @@ msgstr "" "Pokazuje odnośnik do [a@http://php.net/manual/function.phpinfo.php]phpinfo()" "[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Pokaż odnośnik phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Pokaż szczegółowe informacje o serwerze MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "Czy mają być pokazywane zapytania SQL generowane przez phpMyAdmina" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Pokaż zapytania SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Określa, czy pole zapytania, powinny pozostać na ekranie po jego złożeniu" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Zachowaj pole zapytania" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Pokaż statystyki" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Wyświetla komentarz do tabeli w postaci podpowiedzi" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Zaznacza używane tabele i umożliwia pokazanie baz danych z zablokowanymi " "tabelami" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Pomiń zablokowane tabele" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Wymaga włączenia walidatora SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6228,7 +6248,7 @@ msgstr "Wymaga włączenia walidatora SQL" msgid "Password" msgstr "Hasło" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6236,34 +6256,34 @@ msgstr "" "[strong]Ostrzeżenie:[/strong] wymaga zainstalowanego rozszerzenia PHP SOAP " "lub PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Włącz walidator SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Jeśli masz swoją nazwa użytkownika, ustaw ją tutaj (domyślnie [kbd]anonymous" -"[/kbd])" +"Jeśli masz swoją nazwa użytkownika, ustaw ją tutaj (domyślnie " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Użytkownik" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Ostrzeżenie jest wyświetlane na stronie głównej, jeśli wykryte jest " "rozszerzenie Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Ostrzeżenie Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6271,11 +6291,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Pole tekstu kolumn" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6283,31 +6303,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:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Wierszy w polu textarea" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Tytuł okna przeglądarki, gdy nic nie jest zaznaczone" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Domyślny tytuł" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Tytuł okna przeglądarki, gdy serwer jest wybrany" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Tytuł okna przeglądarki, gdy tabela jest zaznaczona" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6319,30 +6339,30 @@ 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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Katalog na serwerze, do którego można przesyłać pliki w celu importowania" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Dodaj katalog" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Pozwól na przeszukiwanie całej bazy danych" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Użyj szukania bazy danych" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6350,19 +6370,19 @@ msgstr "" "Gdy jest wyłączona, użytkownicy nie mogą ustawić jakichkolwiek opocji z " "poniższych, niezależnie od wyboru po prawej stronie" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Włącz zakładkę deweloperską w ustawieniach" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Sprawdź, czy jest nowsza wersja" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "Włącza sprawdzanie, czy są aktualizacje phpMyAdmin" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6370,7 +6390,7 @@ msgstr "Włącza sprawdzanie, czy są aktualizacje phpMyAdmin" msgid "Version check" msgstr "Sprawdzenie wersji" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6378,69 +6398,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Sprawdzenie wersji" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Sprawdzenie wersji" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Sprawdzenie wersji" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Włącza format kompresji [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP" -"[/a] dla operacji importu i eksportu" +"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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Uwierzytelnianie w pliku konfiguracyjnym" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Uwierzytelnianie ciasteczkami" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Uwierzytelnianie HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Zarejestruj się na uwierzytelnianiu" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV przy użyciu LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6448,32 +6484,32 @@ msgstr "CSV przy użyciu LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Otwórz dokument arkusza kalkulacyjnego" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Szybko" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Dostosuj" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcje eksportu bazy danych" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV dla MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7347,8 +7383,8 @@ msgstr "Utwórz indeks na kolumnach %s" msgid "Hide" msgstr "Ukryj" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binarne" @@ -7473,189 +7509,189 @@ msgstr "Czy na pewno chcesz wykonać następującą kwerendę?" msgid "No change" msgstr "Bez zmian" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Kodowanie znaków" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bułgarski" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chiński tradycyjny" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "bez uwzględniania wielkości liter" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "uwzględniana wielkość liter" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Chorwacki" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Czeski" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Duński" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Angielski" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoński" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Niemiecki" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "słownik" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "książka telefoniczna" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Węgierski" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandzki" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japoński" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Łotewski" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litewski" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreański" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perski" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polski" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zachodnioeuropejski" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumuński" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Słowacki" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Słoweński" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Hiszpański" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradycyjny hiszpański" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Szwedzki" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tajski" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turecki" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraiński" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "wielojęzyczny" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Środkowoeuropejski" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rosyjski" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Bałtycki" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Ormiański" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrylica" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabski" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrajski" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruziński" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grecki" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Czesko-słowacki" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nieznany" @@ -7855,7 +7891,7 @@ msgstr "Zmień nazwę tabeli na" msgid "Table comments" msgstr "Komentarze tabeli" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Mechanizm składowania" @@ -8018,21 +8054,29 @@ msgstr "Użytkownik:" msgid "Server Choice:" msgstr "Wybór serwera" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "Konfiguracja zabrania logowania bez hasła (zobacz AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nie udało się zalogować na serwer MySQL" @@ -8098,7 +8142,7 @@ msgstr "Zamiana NULL na:" msgid "Remove carriage return/line feed characters within columns" msgstr "Usuń znaki nowej lini z kolumn" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Wydanie Excela:" @@ -8527,6 +8571,12 @@ msgstr "" "Plik XML ma nieprawidłową strukturę lub jest niekompletny. Proszę skorygować " "problem i spróbować ponownie." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Otwórz dokument arkusza kalkulacyjnego" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Plik kształtu ESRI" @@ -8706,83 +8756,83 @@ msgstr "" "Wyświetla link; kolumna zawiera nazwę pliku. Pierwsza opcja to prefiks URL " "jak \"http://www.example.com/\". Druga opcja to tytuł linku." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nie OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Włączone" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Ogólne funkcje relacyjne" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Funkcje wyświetlania" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Tworzenie PDF-ów" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Wyświetl komentarze dla kolumn" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Sposób prezentacji danych" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Informacje o tym, jak zaktualizować tabelę Column_comments znajdują się w " "dokumentacji" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Zapamiętane zapytanie SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Historia SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Stale ostatnio używane tabele" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Preferencje trwałych tabel UI" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferencje użytkownika" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Szybkie kroki w celu konfiguracji zaawansowanych funkcji:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Utwórz wymagane tabele używając examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8790,13 +8840,13 @@ 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:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "brak opisu" @@ -8853,7 +8903,7 @@ msgstr "Stan serwera podrzędnego" msgid "Variable" msgstr "Zmienna" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID serwera" @@ -8991,7 +9041,7 @@ msgstr "Szczegóły" msgid "Event name" msgstr "Nazwa zdarzenia" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Typ zdarzenia" @@ -9333,37 +9383,34 @@ msgstr "Nie znaleziono zdarzenia %1$s w bazie danych %2$s" msgid "There are no events to display." msgstr "Nie ma żadnych zdarzeń do wyświetlenia." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabela '%s' nie istnieje!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Proszę skonfigurować współrzędne dla tabeli %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schemat bazy danych %s - Strona %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Ta strona nie zawiera żadnych tabel!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "Błąd SCHEMA: " @@ -9429,51 +9476,51 @@ msgstr "Nazwy kolumn" msgid "Display relational schema" msgstr "Wyświetl schemat relacyjny" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Wybierz typ eksportu relacyjnych" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Pokaż siatkę" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Pokaż kolor" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Pokaż wymiary tabel" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Wyświetl wszystkie tabele z taką samą szerokością" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Słownik danych" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Pokaż tylko klucze" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Orientacja pozioma" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Orientacja pionowa" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientacja" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Rozmiar papieru" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9481,12 +9528,12 @@ msgstr "" "Bieżąca strona ma odniesienia do tabel, które już nie istnieją. Czy chcesz " "usunąć te powiązania?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Przełączanie scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Nieznany język: %1$s." @@ -9497,6 +9544,75 @@ msgstr "Nieznany język: %1$s." msgid "Current Server:" msgstr "Bieżący serwer" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Wybierz dziennik binarny do podglądu" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nazwa dziennika" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozycja" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Oryginalna pozycja" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informacje" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Ucinaj wyświetlane zapytania" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Pokaż pełne zapytania" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Kodowania znaków i metody porównywania" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduły" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Początek" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Wtyczka" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Moduł" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Biblioteka" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Wersja" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licencja" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "wyłączone" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Brak uprawnień." @@ -10325,10 +10441,6 @@ msgstr "Dodaj indeks przestrzenny" msgid "Add FULLTEXT index" msgstr "Dodaj FULLTEXT indeksu" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informacje" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Wykorzystanie przestrzeni" @@ -10337,7 +10449,7 @@ msgstr "Wykorzystanie przestrzeni" msgid "Effective" msgstr "Efektywne" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabela %1$s została pomyślnie zmodyfikowana" @@ -10780,34 +10892,6 @@ msgstr "Tabela %s nie została znaleziona lub nie jest ustawiona w %s" msgid "File doesn't exist" msgstr "Plik nie istnieje" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Wybierz dziennik binarny do podglądu" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Ucinaj wyświetlane zapytania" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Pokaż pełne zapytania" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nazwa dziennika" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozycja" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Oryginalna pozycja" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Kodowania znaków i metody porównywania" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10845,7 +10929,7 @@ msgstr "" msgid "No databases" msgstr "Brak baz danych" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Mechanizmy składowania" @@ -10853,42 +10937,6 @@ msgstr "Mechanizmy składowania" msgid "View dump (schema) of databases" msgstr "Pokaż zrzut (schemat) bazy danych" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduły" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Początek" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Wtyczka" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Moduł" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Biblioteka" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Wersja" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licencja" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "wyłączone" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12196,9 +12244,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Proszę stworzyć serwer zapisu internetowej folderze [em]koniguracji[/em] w " -"głównym katalogu phpMyAdmina w sposób opisany w [doc@setup_script]" -"dokumentacji (po angielsku)[/doc]. W przeciwnym razie będzie tylko mogli " -"pobrać lub wyświetlić to." +"głównym katalogu phpMyAdmina w sposób opisany w " +"[doc@setup_script]dokumentacji (po angielsku)[/doc]. W przeciwnym razie " +"będzie tylko mogli pobrać lub wyświetlić to." #: setup/frames/index.inc.php:60 msgid "" @@ -12458,8 +12506,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Ustaw [kbd]konfigurację[/kbd] typu uwierzytelniania i zawiera nazwę " "użytkownika i hasło automatycznego logowania, która nie jest pożądanym " @@ -12916,23 +12964,23 @@ msgstr "Śledź te instrukcje manipulowania danymi:" msgid "Create version" msgstr "Utwórz wersję" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Motyw" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Pobierz więcej motywów!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dostępne typy MIME" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dostępne transformacje" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Opis" @@ -12949,7 +12997,7 @@ msgstr "Profil został zaktualizowany." msgid "VIEW name" msgstr "Nazwa widoku" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Zmień nazwę widoku na" @@ -14533,13 +14581,13 @@ msgstr "concurrent_insert jest ustawiony na 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Gdy jest ustawione na [kbd]nested[/kbd], alias nazwy tabeli jest używany " -#~ "tylko do rozdzielania/zagnieżdżania tabel zgodnie z dyrektywą $cfg" -#~ "['LeftFrameTableSeparator']. A więc tylko katalog jest nazywany jako " +#~ "tylko do rozdzielania/zagnieżdżania tabel zgodnie z dyrektywą " +#~ "$cfg['LeftFrameTableSeparator']. A więc tylko katalog jest nazywany jako " #~ "alias, a nazwa tabeli pozostaje niezmieniona" #~ msgid "Display table comment instead of its name" diff --git a/po/pt.po b/po/pt.po index 87b1d7906e..dbeffffb29 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-11 00:09+0200\n" "Last-Translator: JP KAN \n" "Language-Team: Portuguese %s:" msgstr "Consulta SQL na base de dados %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Executar Consulta" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2468,8 +2468,8 @@ msgstr[0] "%1$s resultado em %2$s" msgstr[1] "%1$s resultados em %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Procurar" @@ -2521,26 +2521,28 @@ msgstr "Guardar dados editados" msgid "Restore column order" msgstr "Restaurar ordem da coluna" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Início" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Seguinte" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fim" @@ -2661,7 +2663,7 @@ msgid "The row has been deleted" msgstr "Registo eliminado" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Termina" @@ -2719,8 +2721,8 @@ msgstr "Todos" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2822,7 +2824,7 @@ msgstr "Abrir nova janela do phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Clique na barra para deslizar para o topo da página" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "O Javascript tem de estar activo a partir deste ponto" @@ -2853,12 +2855,13 @@ msgid "Cardinality" msgstr "Quantidade" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Agrupamento (Collation)" @@ -2886,7 +2889,7 @@ msgstr "" "Os Índices %1$s e %2$s parecem ser iguais ou um deles pode ter sido removido." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servidor" @@ -2897,9 +2900,9 @@ msgid "View" msgstr "Vista" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2910,32 +2913,32 @@ msgid "Structure" msgstr "Estrutura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Pesquisar" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Insere" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operações" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Rastreando" @@ -2976,51 +2979,52 @@ msgstr "Rotinas" msgid "Events" msgstr "Eventos" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Desenhador" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Base de Dados" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Utilizadores" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Registo binário" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicação" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variáveis" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Mapas de Caracteres" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plugins" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motores" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Erro" @@ -3112,7 +3116,8 @@ msgstr "Tabelas" msgid "Transaction coordinator" msgstr "Coordenador de Transacção" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Ficheiros" @@ -3234,8 +3239,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Falha ao limpar as preferências de interface da tabela (consulte $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Falha ao limpar as preferências de interface da tabela (consulte " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3699,130 +3704,130 @@ msgstr "Comando SQL" msgid "MySQL said: " msgstr "Mensagens do MySQL : " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Falha ao ligar ao validador SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explicar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Saltar Explicar SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "sem código PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Criar código PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Actualizar" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Saltar a validação SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validar SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Na linha de edição desta consulta" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "na linha" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Perfil" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dom" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d-%B-%Y às %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dias, %s horas, %s minutos e %s segundos" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parâmetros em falta:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Saltar para a Base de Dados "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A funcionalidade %s é afectada por um bug conhecido, veja %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Clique para alternar" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Procurar no seu computador:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selecionar a partir da directoria de upload do servidor %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Não é possivel alcançar a directoria que configurou para fazer upload" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Não existem arquivos para fazer upload" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Limpa" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Executar" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimir" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Criação" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Última actualização" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Última Verificação" @@ -3831,9 +3836,9 @@ msgstr "Última Verificação" msgid "shared" msgstr "compartilhado" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3985,8 +3990,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Desactidado" @@ -4143,8 +4148,12 @@ msgstr "Restaurar valor padrão" msgid "Allow users to customize this value" msgstr "Permitir a todos os utilizadores alterarem este valor" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Limpa" @@ -4170,8 +4179,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Frase secreta utilizada para encriptar cookies na autenticação por [kbd]" -"cookie[/kbd]" +"Frase secreta utilizada para encriptar cookies na autenticação por " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4212,8 +4221,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Define que tipo de controles de edição devem ser utilizados pelas colunas " -"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo, [kbd]" -"textarea[/kbd] - permite quebra de linhas em colunas" +"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo, " +"[kbd]textarea[/kbd] - permite quebra de linhas em colunas" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4221,8 +4230,8 @@ msgstr "Edição de colunas CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4421,8 +4430,8 @@ msgstr "Compressão" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4662,8 +4671,8 @@ msgstr "Personalizar modo de navegação" msgid "Customize default options" msgstr "Personalizar as opções padrão" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4779,8 +4788,9 @@ msgstr "Títulos das páginas" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5609,8 +5619,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"bookmark[/a] suporte, sugerido: [kbd]pma_bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5619,11 +5629,11 @@ msgstr "Tabela de favoritos" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Deixe em branco quando não houver colunas de comentário/mime type, " "sugeridas: [kbd]pma_column_info[/kbd]" @@ -5658,8 +5668,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Um utilizador especial MySQL será configurado com permissões limitadas, mais " -"informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/controluser]wiki" -"[/a]" +"informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wiki[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5743,8 +5753,8 @@ msgstr "Ocultar bases de dados" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5789,6 +5799,16 @@ msgid "Connect without password" msgstr "Ligar sem palavra-passe" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Pesquisa de tabela" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5807,33 +5827,33 @@ msgstr "" "banco de dados, basta digitar seus nomes em ordem e uso [kbd]*[/ kbd] no " "final para mostrar o resto em ordem alfabética." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Mostrar apenas bases de dados listadas" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Deixar vazio se não utilizar config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Palavra-passe para config-auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Deixe em branco se não há suporte de esquema PDF, sugerido: [kbd]" -"pma_pdf_pages[/kbd]" +"Deixe em branco se não há suporte de esquema PDF, sugerido: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5844,24 +5864,24 @@ msgstr "" "informações. Deixe em branco para nenhum apoio. Sugerido: [kbd]phpmyadmin[/" "kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nome da base de dados" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Porta do servidor" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5869,68 +5889,68 @@ msgstr "" "Deixe em branco quando não houver colunas de comentário/mime type, " "sugeridas: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabela utilizada recentemente" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"bookmark[/a] suporte, sugerido: [kbd]pma_bookmark[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabela de relações" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Comando SQL para procurar bases de dados disponíveis" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "MOSTRAR comandos DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nome da sessão" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL de Signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "O socket no qual MySQL server está escutando, deixe em branco para o padrão" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Active o SSL para as ligações para o servidor de MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Usar SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5938,14 +5958,14 @@ msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Deixe em branco se não há suporte de esquema PDF, sugerido: [kbd]" -"pma_pdf_pages[/kbd]" +"Deixe em branco se não há suporte de esquema PDF, sugerido: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Esquema PDF: Coordenadas de tabela" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5953,14 +5973,14 @@ msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -"Deixe em branco se não há suporte de esquema PDF, sugerido: [kbd]" -"pma_pdf_pages[/kbd]" +"Deixe em branco se não há suporte de esquema PDF, sugerido: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Mostrando comentários das colunas" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5968,14 +5988,14 @@ msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"Deixe em branco se não há suporte de esquema PDF, sugerido: [kbd]" -"pma_pdf_pages[/kbd]" +"Deixe em branco se não há suporte de esquema PDF, sugerido: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Preferencias UI de tabela" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5983,11 +6003,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5995,240 +6015,240 @@ msgstr "" "Se será acrescentada uma instrução DROP tabela IF EXISTS como primeira linha " "para o log ao criar uma tabela." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Adicionar DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Itens" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Deixe em branco se não há suporte a histórico de consulta SQL, sugerido: " "[kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Versão do servidor" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" #| "kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Deixe em branco sem suporte de Designer, sugerido: [kbd]pma_designer_coords[/" "kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Mostra informação do PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Opções de exportação da Base de Dados" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Mostra tabelas" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Mostrar grelha" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Mostrar queries completos" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "Esconder Caixa do query" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Estatísticas dos registos" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Mostra tabelas" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6236,81 +6256,81 @@ msgstr "" msgid "Password" msgstr "Palavra-passe" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Utilizador :" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Adicionar/Remover Campos" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Defeito" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6318,45 +6338,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6364,7 +6384,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6372,61 +6392,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6434,32 +6470,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Abrir Documento" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opções de exportação da Base de Dados" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "dados CSV para MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7308,8 +7344,8 @@ msgstr "Criar um índice com %s coluna(s)" msgid "Hide" msgstr "Esconder" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binário" @@ -7442,193 +7478,193 @@ msgstr "Confirma : " msgid "No change" msgstr "Sem alterações" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Mapa de Caractere" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Búlgaro" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Sensível a maiúsculas/minúculas" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Não-sensível a a maiúsculas/minúculas" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croata" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Checo" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dinamarquês" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglês" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoniano" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemão" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dicionário" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "lista telefónica" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Húngaro" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonês" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituano" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreano" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 #, fuzzy msgid "Persian" msgstr "Georgiano" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europeu de Oeste" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 #, fuzzy msgid "Romanian" msgstr "Arménio" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 #, fuzzy msgid "Spanish" msgstr "Dinamarquês" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 #, fuzzy msgid "Traditional Spanish" msgstr "Chinês Tradicional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Sueco" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandês" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turco" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraniano" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multilingua" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europeu Central" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russo" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Báltico" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Arménio" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Árabe" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebráico" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgiano" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grego" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Checo-Eslovaco" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "desconhecido" @@ -7835,7 +7871,7 @@ msgstr "Renomeia a tabela para" msgid "Table comments" msgstr "Comentários da tabela" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -8008,7 +8044,15 @@ msgstr "Utilizador :" msgid "Server Choice:" msgstr "Escolha do Servidor" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -8016,15 +8060,15 @@ msgstr "" "A autenticação sem uma palavra-passe é proibida pela configuração (consulte " "'AllowNoPassword')" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Sem actividade há %s segundos ou mais; Por favor, faça o login novamente" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Não é possível fazer login no servidor MySQL" @@ -8100,7 +8144,7 @@ msgstr "Substituir NULL por" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8526,6 +8570,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Abrir Documento" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8610,8 +8660,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8668,93 +8718,93 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "não está OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Activado" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Características gerais de Relação" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mostrar Características" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Criação de PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Mostrando comentários das Colunas" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformação do navegador" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Consulte a Documentação sobre como actualizar a Tabela Column_comments Table" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Comandos SQL marcados" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Histórico SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "sem Descrição" @@ -8808,7 +8858,7 @@ msgstr "" msgid "Variable" msgstr "Variável" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Servidor" @@ -8945,7 +8995,7 @@ msgstr "" msgid "Event name" msgstr "Tipo de Exportação" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Tipo de Exportação" @@ -9329,39 +9379,36 @@ msgstr "Não foram encontradas tabelas na base de dados" msgid "There are no events to display." msgstr "Tabelas em tracking" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "A tabela \"%s\" não existe!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configure as cordenadas para a tabela %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Esquema da base de dados \"%s\" - Página %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9435,51 +9482,51 @@ msgstr "Nome dos Campos" msgid "Display relational schema" msgstr "Esquema relacional" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostrar grelha" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostrar côr" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostrar dimensão das tabelas" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostrar todas as tabelas com a mesma largura" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dicionario de dados" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Paisagem/ao baixo" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Retrato/Ao alto" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientação" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Tamanho do papel" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9487,12 +9534,12 @@ msgstr "" "A página atual tem referências para tabelas que já não existem. Deseja " "eliminar essas referências?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Língua desconhecida: %1$s." @@ -9503,6 +9550,79 @@ msgstr "Língua desconhecida: %1$s." msgid "Current Server:" msgstr "Servidor atual" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +msgid "Information" +msgstr "Informação de Login " + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Truncar os Queries mostrados" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostrar queries completos" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Inicio" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "versão do PHP" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Desactidado" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Sem privilégios." @@ -10341,11 +10461,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -msgid "Information" -msgstr "Informação de Login " - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Espaço ocupado" @@ -10354,7 +10469,7 @@ msgstr "Espaço ocupado" msgid "Effective" msgstr "Em uso" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Os utilizadores selecionado foram apagados com sucesso." @@ -10831,34 +10946,6 @@ msgstr "A Tabela %s não foi encontrada ou não foi definida em %s" msgid "File doesn't exist" msgstr "A tabela \"%s\" não existe!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Truncar os Queries mostrados" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostrar queries completos" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10896,7 +10983,7 @@ msgstr "" msgid "No databases" msgstr "Sem bases de dados" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10905,45 +10992,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Ver o esquema da base de dados" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Inicio" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "versão do PHP" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Desactidado" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12323,8 +12371,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12804,24 +12852,24 @@ msgstr "" msgid "Create version" msgstr "Criar versão" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Obter mais temas!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 #, fuzzy msgid "Available MIME types" msgstr "MIME-types disponíveis" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformações disponíveis" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12840,7 +12888,7 @@ msgstr "O prefil foi actualizado." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Renomeia a vista para " diff --git a/po/pt_BR.po b/po/pt_BR.po index 9c4b274863..6182a2a2cb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-09 06:05+0200\n" "Last-Translator: Rodrigo Souza \n" -"Language-Team: Portuguese (Brazil) " -"\n" +"Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "Mostrar tudo" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Número da página:" @@ -57,7 +57,7 @@ msgstr "Procurar:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Procurar:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Procurar:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Executar" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Nome da chave" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Descrição" @@ -269,7 +269,7 @@ msgstr "Sim" msgid "View dump (schema) of database" msgstr "Ver despejo (estrutura) do banco de dados" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Nenhuma tabela encontrada no banco de dados." @@ -306,7 +306,7 @@ msgstr "" "o motivo clique %saqui%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -367,7 +367,7 @@ msgstr "Alterar para %sconstrutor visual%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -382,7 +382,7 @@ msgid "Tracked tables" msgstr "Tabelas rastreadas" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -405,7 +405,7 @@ msgstr "Criado" msgid "Updated" msgstr "Atualizado" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -429,7 +429,7 @@ msgid "Delete tracking data for this table" msgstr "Excluir dados de monitoramento desta tabela" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -464,28 +464,28 @@ msgstr "Tabelas não monitoradas" msgid "Track table" msgstr "Monitorar tabela" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Registro de log do banco de dados" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Tipo incorreto!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Tipo de exportação selecionado tem que ser salvo em arquivo!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Parâmetros incorretos!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Espaço insuficiente para salvar o arquivo %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -493,12 +493,12 @@ msgstr "" "O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua " "opção de sobrescrever." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "O servidor web não tem permissão para salvar o arquivo %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dump foi salvo no arquivo %s." @@ -681,115 +681,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Seu comando SQL foi executado com sucesso" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Voltar" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Configurações gerais" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Alterar a senha" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Collation de conexão do servidor MySQL" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Configurações de aparência" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Mais configurações" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Servidor de banco de dados" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Servidor:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Tipo de servidor:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Versão do servidor:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Versão de protocolo:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Usuário:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Charset do servidor:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Servidor web" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Versão do cliente de banco de dados:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Extensão do PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Mostrar informações do PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Informações da versão:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Documentação" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Página Oficial do phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Contribuir" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Obter suporte" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Lista de mudanças" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -801,7 +801,7 @@ msgstr "" "com esse padrão estará aberto a invasões, você realmente deveria corrigir " "esta brecha de segurança." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -810,7 +810,7 @@ msgstr "" "Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é " "incompatível com o phpMyAdmin e certamente causará a perda de algum dado!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -821,7 +821,7 @@ msgstr "" "será capaz de dividir as strings corretamente e isso pode causar resultados " "inesperados." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -833,7 +833,7 @@ msgstr "" "validade de cookies configurada no phpMyAdmin, por isso, o seu login " "expirará mais cedo do que o configurado no phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -842,13 +842,13 @@ msgstr "" "phpMyAdmin, por isso, o seu login expirará mais cedo do que o configurado no " "phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "O arquivo de configuração agora precisa de uma frase secreta com senha " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -861,7 +861,7 @@ msgstr "" "servidor pode ser comprometida por indivíduos não autorizados realizando " "downloads de suas configurações." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -871,7 +871,7 @@ msgstr "" "configurado, algumas funções avançadas foram desativadas. Para descobrir " "porque, clique %saqui%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -880,7 +880,7 @@ msgstr "" "Sua versão %s da biblioteca MySQL do PHP é diferente da versão %s do seu " "servidor MySQL. Isso pode causar comportamentos imprevistos." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -994,12 +994,12 @@ msgid "Other" msgstr "Outro" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1099,44 +1099,44 @@ msgstr "Bytes recebidos" msgid "Connections" msgstr "Conexões" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Processos" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1154,7 +1154,7 @@ msgstr "Requisições" msgid "Traffic" msgstr "Tráfego" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Configurações" @@ -1187,7 +1187,7 @@ msgstr "Por favor adicione no mínimo uma variável à série" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Nenhum" @@ -1476,7 +1476,7 @@ msgstr "" "Resetando para a configuração padrão…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1687,8 +1687,8 @@ msgstr "Mostrar caixa de consulta" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1714,8 +1714,8 @@ msgstr "Tempo de execução de query" msgid "%d is not valid row number." msgstr "%d não é um número de linha válido." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2035,63 +2035,63 @@ msgid "December" msgstr "Dezembro" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dez" @@ -2129,32 +2129,32 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sab" @@ -2308,7 +2308,7 @@ msgstr "Tamanho da fonte" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Ascendente" @@ -2317,7 +2317,7 @@ msgstr "Ascendente" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Descendente" @@ -2386,11 +2386,11 @@ msgstr "Deletar:" msgid "SQL query on database %s:" msgstr "Consulta SQL ao banco de dados %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Enviar query" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2398,16 +2398,16 @@ msgstr "" "O servidor não está respondendo (ou o soquete do servidor local não está " "configurado corretamente)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "O servidor não está respondendo." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "Por favor verifique os privilégios do diretório que contém o banco de dados." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalhes…" @@ -2447,8 +2447,8 @@ msgstr[0] "%1$s resultado em %2$s" msgstr[1] "%1$s resultados em %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Visualizar" @@ -2500,26 +2500,28 @@ msgstr "Salvar dados editados" msgid "Restore column order" msgstr "Restaurar ordem da coluna" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Início" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Próximo" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fim" @@ -2634,7 +2636,7 @@ msgid "The row has been deleted" msgstr "Registro eliminado" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Finalizar" @@ -2692,8 +2694,8 @@ msgstr "Marcar todos" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2795,7 +2797,7 @@ msgstr "Abrir nova janela do phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Clique na barra para rolar até o topo da página" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "O JavaScript deve estar ativo após este ponto" @@ -2826,12 +2828,13 @@ msgid "Cardinality" msgstr "Cardinalidade" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Colação" @@ -2860,7 +2863,7 @@ msgstr "" "removida." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Servidor" @@ -2871,9 +2874,9 @@ msgid "View" msgstr "Visualizar" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2884,32 +2887,32 @@ msgid "Structure" msgstr "Estrutura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Procurar" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Inserir" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operações" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Monitoramento" @@ -2950,51 +2953,52 @@ msgstr "Rotinas" msgid "Events" msgstr "Eventos" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Bancos de dados" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Usuários" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Log binário" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicação" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variáveis" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Charsets" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Plugins" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motores" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Erro" @@ -3083,7 +3087,8 @@ msgstr "Tabelas" msgid "Transaction coordinator" msgstr "Coordenador de transações" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Arquivos" @@ -3701,131 +3706,131 @@ msgstr "Query SQL:" msgid "MySQL said: " msgstr "Mensagem do MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Falha ao conectar ao validador SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Demonstrar SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Pular demonstração do SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Sem código PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Criar código PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Atualizar" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Pular validação do SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validar SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Edição em linha desta consulta" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Em linha" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Perfil" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dom" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d/%m/%Y às %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dias, %s horas, %s minutos e %s segundos" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Parâmetro ausente:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Ir para o banco de dados '%s'." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "A funcionalidade %s é afetada por um bug conhecido, veja %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Clique para alternar" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Procurar no seu computador:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Selecionar a partir do diretório de upload do servidor %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" "O diretório que você especificou para subir arquivos não foi encontrado" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Não existem arquivos para fazer upload" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Limpar" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Executar" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Imprimir" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Criação" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Última atualização" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Última verificação" @@ -3834,9 +3839,9 @@ msgstr "Última verificação" msgid "shared" msgstr "compartilhado" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3978,8 +3983,8 @@ msgid "Double click" msgstr "Clique duplo" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Desabilitado" @@ -4136,8 +4141,12 @@ msgstr "Restaurar valor padrão" msgid "Allow users to customize this value" msgstr "Permitir usuários customizar esse valor" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Resetar" @@ -4162,8 +4171,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Frase secreta utilizada para encriptar cookies na autenticação por [kbd]" -"cookie[/kbd]" +"Frase secreta utilizada para encriptar cookies na autenticação por " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4204,8 +4213,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Define quais tipo de controles de edição devem ser utilizados pelas colunas " -"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo [kbd]" -"textarea[/kbd] - permite quebras de linha em colunas" +"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo " +"[kbd]textarea[/kbd] - permite quebras de linha em colunas" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4213,11 +4222,11 @@ msgstr "Edição de colunas CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" -"Um editor amigável para editar consultas SQL ([a@http://codemirror.net/]" -"CodeMirror[/a]) com destaque de sintaxe e número de linhas" +"Um editor amigável para editar consultas SQL ([a@http://codemirror." +"net/]CodeMirror[/a]) com destaque de sintaxe e número de linhas" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" @@ -4412,8 +4421,8 @@ msgstr "Compressão" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4642,8 +4651,8 @@ msgstr "Personalizar modo de navegação" msgid "Customize default options" msgstr "Personalizar opções padrão" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4753,12 +4762,13 @@ msgstr "Títulos de páginas" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Especifica o texto da barra de título do browser. Veja a [doc@cfg_TitleTable]" -"documentação[/doc] para strings mágicas que podem ser usadas para conseguir " -"valores especiais." +"Especifica o texto da barra de título do browser. Veja a " +"[doc@cfg_TitleTable]documentação[/doc] para strings mágicas que podem ser " +"usadas para conseguir valores especiais." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -4879,8 +4889,8 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Se você quiser usar o Validador SQL, você deve estar ciente de que [strong]" -"todas as instruções SQL são armazenadas de forma anônima para fins " +"Se você quiser usar o Validador SQL, você deve estar ciente de que " +"[strong]todas as instruções SQL são armazenadas de forma anônima para fins " "estatísticos[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL " "Validator[/a], Copyright 2002 Upright Database Technology. Todos os direitos " "reservados.[/em]" @@ -5558,8 +5568,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Deixe em branco para não permitir [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"marcações[/a], sugerido: [kbd]pma_bookmark[/kbd]" +"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:377 msgid "Bookmark table" @@ -5567,11 +5577,11 @@ msgstr "Tabela de favoritos" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Deixe em branco quando não houver comentários/tipos mime, sugestão: [kbd]" -"pma_column_info[/kbd]" +"Deixe em branco quando não houver comentários/tipos mime, sugestão: " +"[kbd]pma_column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5641,8 +5651,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Deixe em branco quando não houver suporte ao Designer, sugestão: [kbd]" -"pma_designer_coords[/kbd]" +"Deixe em branco quando não houver suporte ao Designer, sugestão: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5722,6 +5732,16 @@ msgid "Connect without password" msgstr "Conectar sem senha" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Pesquisa de tabela" + +#: libraries/config/messages.inc.php:410 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 " @@ -5730,30 +5750,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Exibir apenas bancos de dados listados" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 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:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Senha para a autenticação por configuração" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5763,20 +5783,20 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Nome do banco de dados" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Porta do servidor" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5784,77 +5804,77 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabelas recentemente usadas" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Tabela de relacionamentos" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Comando SQL para ver os bancos de dados disponíveis" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Comando SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Nome da sessão de Signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL de Signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket do servidor" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Habilitar SSL para conexões no servidor MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Utilizar SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Deixe em branco se não houver suporte a esquema PDF, sugestão: [kbd]" -"pma__table_coords[/kbd]" +"Deixe em branco se não houver suporte a esquema PDF, sugestão: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "Esquema PDF: coordenadas de tabela" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5862,24 +5882,24 @@ 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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Exibir tabela de colunas" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" "Deixe em branco para não usar tabelas' \"persistentes\" com preferências de " -"interfaces de usuário em todas as sessões, sugestão: [kbd]pma__table_uiprefs" -"[/kbd]" +"interfaces de usuário em todas as sessões, sugestão: " +"[kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabela de preferências visuais" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5887,11 +5907,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5899,11 +5919,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Adicionar DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5911,31 +5931,31 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Comandos a rastrear" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" 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:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabela de rastreamento de consultas SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5943,27 +5963,27 @@ msgstr "" "Quando o mecanismo de rastreamento cria versões de tabelas e visões " "automaticamente." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Criar versões automaticamente" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabela de armazenamento de preferências de usuário" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Usuário para autenticação de configuração" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5971,19 +5991,19 @@ msgstr "" "Uma descrição transparente deste servidor. Deixe em branco para exibir o " "nome do computador." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Nome completo deste servidor" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permitir mostrar todas as linhas" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5993,58 +6013,58 @@ 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Mostrar formulário de mudança de senha" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Mostrar formulário de criação de banco de dados" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Mostrar data e hora da criação" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Mostrar data e hora da última atualização" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Mostrar data e hora da última verificação" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" "Define se mostra ou não a opção de direção quando navegar em uma tabela" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Mostrar direção da tela" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6052,90 +6072,90 @@ msgstr "" "Define se os tipos dos campos serão ou não exibidos inicialmente no modo " "editar/inserir" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Exibir o tipo dos campos" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 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:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Mostra campos de função" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Se uma dica será exibida ou não" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Exibir dica" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Exibe link para saída de [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Exibe link para saída de [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Exibir link para o phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Exibir informações detalhadas do servidor MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Mostrar consultas SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Manter caixa de consulta" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Mostrar estatísticas" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Mostrar comentários das tabelas nas dicas" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Exibir tabelas bloqueadas" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Requer o Validador SQL para ser habilitado" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6143,7 +6163,7 @@ msgstr "Requer o Validador SQL para ser habilitado" msgid "Password" msgstr "Senha" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6151,11 +6171,11 @@ msgstr "" "[strong]Aviso:[/strong] exige a extensão PHP SOAP ou PEAR SOAP para ser " "instalado(a)" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Habilitar Validador SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6163,20 +6183,20 @@ msgstr "" "Se você tiver um nome de usuário personalizado, especifique-o aqui (o padrão " "é [kbd]anônimo[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Nome de usuário" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Um aviso é mostrado na página principal se o Suhosin for detectado" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Aviso do Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6184,11 +6204,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Colunas da caixa de texto" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6197,32 +6217,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:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Linhas da caixa de texto" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Título padrão" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6231,31 +6251,31 @@ msgid "" msgstr "" "Insira os proxies como [kbd]IP: Cabeçalho HTTP de confiança[/kbd]. O exemplo " "seguinte especifica que o phpMyAdmin deve confiar no cabeçalho " -"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]" +"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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Diretório de upload" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Permitir pesquisa no banco de dados inteiro" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Usar a pesquisa de banco de dados" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6263,20 +6283,20 @@ msgstr "" "Quando desabilitado, usuários não podem selecionar nenhuma das opções " "abaixo, independentemente da checkbox a direita." -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Habilitar aba Desenvolvedor nas configurações" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Verificar a última versão" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6284,7 +6304,7 @@ msgstr "" msgid "Version check" msgstr "Verificação de versão" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6296,11 +6316,11 @@ msgstr "" "instalado não tiver acesso direto à internet. O formato é: \"hostname:" "portnumber\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "URL do proxy da verificação de versão" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6310,19 +6330,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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Nome de usuário do proxy da verificação de versão" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "A senha para autenticação com o proxy" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Senha do proxy da verificação de versão" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6330,63 +6350,79 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Configurar autenticação" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autenticação por cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autenticação por HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autenticação Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Planilha Open-Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rápido" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Personalizado" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opções de exportação do banco de dados" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV para dados MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Texto Open-Document" @@ -6765,8 +6801,8 @@ msgid "" "A compressed file's name must end in .[format].[compression]. " "Example: .sql.zip" msgstr "" -"O nome de um arquivo compactado deve terminar em .[formato].[compactação]" -". Exemplo: .sql.zip" +"O nome de um arquivo compactado deve terminar em .[formato]." +"[compactação]. Exemplo: .sql.zip" #: libraries/display_import.lib.php:245 msgid "File uploads are not allowed on this server." @@ -7248,8 +7284,8 @@ msgstr "Criar um índice nas colunas %s" msgid "Hide" msgstr "Ocultar" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binário" @@ -7366,189 +7402,189 @@ msgstr "Você realmente deseja executar a query SQL a seguir?" msgid "No change" msgstr "Nenhuma alteração" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Conjunto de caracteres" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Búlgaro" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chinês simplificado" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chinês tradicional" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Não diferencia maiúsculas/minúsculas" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Diferencia maiúsculas/minúsculas" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croata" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tcheco" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dinamarquês" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglês" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoniano" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Alemão" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dicionário" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "agenda de telefones" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Húngaro" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandês" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonês" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letonês" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituânio" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreano" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persa" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polonês" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Oeste Europeu" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romeno" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Eslováquio" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Eslovênio" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Espanhol" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Espanhol Tradicional" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Sueco" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandês" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turco" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucraniano" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "multi-linguagem" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europeu Central" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Russo" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Báltico" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armênio" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirílico" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Árabe" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreu" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgiano" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grego" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tcheco-Eslováquio" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "desconhecido" @@ -7745,7 +7781,7 @@ msgstr "Renomear a tabela para" msgid "Table comments" msgstr "Comentários da tabela" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Mecanismo de armazenamento" @@ -7908,7 +7944,15 @@ msgstr "Usuário:" msgid "Server Choice:" msgstr "Escolha de servidor:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7916,14 +7960,14 @@ msgstr "" "Autenticação sem uma senha é proibida pela configuração (veja " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Sem atividade por %s segundos ou mais, faça o login novamente" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Não foi possível fazer login no servidor MySQL" @@ -7990,7 +8034,7 @@ msgid "Remove carriage return/line feed characters within columns" msgstr "" "Remover caracteres de retorno ou alimentação de linha dentro de colunas" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Edição do Excel:" @@ -8397,6 +8441,12 @@ msgstr "" "O arquivo XML especificado foi mal feito ou está incompleto. Por favor, " "corrija o problema e tente novamente." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Planilha Open-Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Arquivo de formas ESRI" @@ -8580,82 +8630,82 @@ msgstr "" "prefixo URL como \"http://www.exemplo.com/\". A segunda opção é um título " "para o link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "não está OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Habilitado" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Funcionalidades gerais de relações" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Exibir funcionalidades" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Criação de PDFs" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Exibindo comentários da coluna" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformações do navegador" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Consulte a documentação sobre como atualizar sua tabela Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Consulta SQL marcada" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Histórico SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Tabelas persistentes recentemente usadas" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Persistir tabelas de preferências de UI" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Preferências do usuário" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Passos rápidos para a instalação de funcionalidades avançadas:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Criar tabelas necessárias com o examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8663,13 +8713,13 @@ 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:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "sem descrição" @@ -8723,7 +8773,7 @@ msgstr "Status do(s) slave(s)" msgid "Variable" msgstr "Variável" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID do servidor" @@ -8855,7 +8905,7 @@ msgstr "Detalhes" msgid "Event name" msgstr "Nome do evento" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tipo de evento" @@ -9196,37 +9246,34 @@ msgstr "Nenhum evento com o nome %1$s foi encontrado no banco de dados %2$s" msgid "There are no events to display." msgstr "Não existem eventos para serem mostrados." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "A tabela \"%s\" não existe!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configure as coordenadas para a tabela %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Esquema do banco de dados \"%s\" - Página %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Esta página não contem todas tabelas!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ERRO DE ESQUEMA: " @@ -9292,51 +9339,51 @@ msgstr "Nome das colunas" msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Selecione o tipo de exportação relacional" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Mostrar grade" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Mostrar cor" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Mostrar dimensão das tabelas" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Mostrar todas as tabelas com a mesma largura" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dicionário de dados" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Mostrar apenas chaves" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Paisagem" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Retrato" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientação" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Tamanho do papel" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9344,12 +9391,12 @@ msgstr "" "A página atual contêm referências para tabelas que não existem. Gostaria de " "eliminar estas referências?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Alternar o estado do Scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Linguagem desconhecida: %1$s." @@ -9358,6 +9405,75 @@ msgstr "Linguagem desconhecida: %1$s." msgid "Current Server:" msgstr "Servidor atual:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Selecionar log binário para exibir" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Nome do log" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Posição" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Posição original" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informação" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Truncar as consultas SQL exibidas" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Mostrar consultas completas" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Conjuntos de caracteres e Collations" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Módulos" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Início" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Plugin" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Módulo" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Biblioteca" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Versão" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Autor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licença" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "desabilitado" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Sem privilégios." @@ -10098,7 +10214,6 @@ msgid "After %s" msgstr "Depois %s" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "Estatísticas do registro" @@ -10157,10 +10272,6 @@ msgstr "Adicionar índice SPATIAL" msgid "Add FULLTEXT index" msgstr "Adicionar índice FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informação" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Uso do espaço" @@ -10169,7 +10280,7 @@ msgstr "Uso do espaço" msgid "Effective" msgstr "Efetivo" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "A tabela %1$s foi alterada com sucesso" @@ -10596,34 +10707,6 @@ msgstr "%s tabela não encontrada ou não configurada em %s" msgid "File doesn't exist" msgstr "Arquivo não existe" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Selecionar log binário para exibir" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Truncar as consultas SQL exibidas" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Mostrar consultas completas" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Nome do log" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Posição" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Posição original" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Conjuntos de caracteres e Collations" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10660,7 +10743,7 @@ msgstr "" msgid "No databases" msgstr "Nenhum banco de dados" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motores de armazenamento" @@ -10668,42 +10751,6 @@ msgstr "Motores de armazenamento" msgid "View dump (schema) of databases" msgstr "Ver dump (esquema) dos bancos de dados" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Módulos" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Início" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Plugin" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Módulo" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Biblioteca" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Versão" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Autor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licença" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "desabilitado" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12008,8 +12055,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Por favor, crie a pasta [em]config[/em] com permissão de escrita no servidor " -"web, no diretório raiz do phpMyAdmin conforme descrito na [doc@setup_script]" -"documentação[/doc]. Caso contrário, você somente poderá baixá-la ou exibi-la." +"web, no diretório raiz do phpMyAdmin conforme descrito na " +"[doc@setup_script]documentação[/doc]. Caso contrário, você somente poderá " +"baixá-la ou exibi-la." #: setup/frames/index.inc.php:60 msgid "" @@ -12275,14 +12323,14 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Você [kbd]configurou[/kbd] o tipo de autenticação e incluiu o usuário e " "senha para auto-login, o que não é uma opção desejável para live hosts. " "Qualquer um que souber ou descobrir sua URL do phpMyAdmin pode ter acesso " -"direto ao painel de controle. Configure o %stipo de autenticação%s para [kbd]" -"cookie[/kbd] ou [kbd]http[/kbd]." +"direto ao painel de controle. Configure o %stipo de autenticação%s para " +"[kbd]cookie[/kbd] ou [kbd]http[/kbd]." #: setup/lib/index.lib.php:318 #, php-format @@ -12345,9 +12393,6 @@ msgstr "SQL validado" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12715,23 +12760,23 @@ msgstr "Rastrear essas instruções de manipulação de dados:" msgid "Create version" msgstr "Criar versão" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Obter mais temas!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tipos de MIME disponíveis" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformações disponíveis" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descrição" @@ -12748,7 +12793,7 @@ msgstr "O perfil foi atualizado." msgid "VIEW name" msgstr "Nome da VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Renomear view para" @@ -14328,13 +14373,13 @@ msgstr "concurrent_insert está com valor 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Ao definir este [kbd]aninhamento[/kbd], o alias da tabela é apenas usado " -#~ "para dividir/aninhar as tabelas de acordo com a $cfg" -#~ "['LeftFrameTableSeparator'] diretiva, somente a pasta é chamada pelo " +#~ "para dividir/aninhar as tabelas de acordo com a " +#~ "$cfg['LeftFrameTableSeparator'] diretiva, somente a pasta é chamada pelo " #~ "alias, o nome da tabela continua inalterado" #~ msgid "Display table comment instead of its name" diff --git a/po/ro.po b/po/ro.po index dac7c58f77..84bfbd32af 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-03 09:45+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Romanian %s:" msgstr "Comandă SQL pe baza de date %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Trimite comanda" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2547,19 +2547,19 @@ msgstr "" "Server-ul nu răspunde (sau soclul serverului MySQL local nu este configurat " "corect)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Serverul nu răspunde" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" "Vă rugăm să verificați drepturile de acces ale directorului ce conține baza " "de date." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detalii…" @@ -2602,8 +2602,8 @@ msgstr[1] "%s rezultat(e) în interiorul tabelului %s" msgstr[2] "%s rezultat(e) în interiorul tabelului %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Navigare" @@ -2658,32 +2658,34 @@ msgstr "Directorul de bază pentru date" msgid "Restore column order" msgstr "Adaugă/șterge coloane" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Începe" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Anterior" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Următorul" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2812,7 +2814,7 @@ msgid "The row has been deleted" msgstr "Linia a fost ștearsă" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Oprește" @@ -2869,8 +2871,8 @@ msgstr "Marchează toate" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2975,7 +2977,7 @@ msgstr "Deschide fereastră phpMyAdmin nouă" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3008,12 +3010,13 @@ msgid "Cardinality" msgstr "Cardinalitate" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Interclasare" @@ -3040,7 +3043,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:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3051,9 +3054,9 @@ msgid "View" msgstr "Vizualizare" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3064,32 +3067,32 @@ msgid "Structure" msgstr "Structură" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Caută" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Inserare" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operații" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 #, fuzzy msgid "Tracking" msgstr "Urmărire" @@ -3131,51 +3134,52 @@ msgstr "Rutine" msgid "Events" msgstr "Evenimente" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Baze de date" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Utilizatori" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Jurnal binar" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replicare" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabile" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Seturi de caractere" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motoare" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Eroare" @@ -3267,7 +3271,8 @@ msgstr "Tabele" msgid "Transaction coordinator" msgstr "Coordonator tranzacție" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Fișiere" @@ -3843,138 +3848,138 @@ msgstr "Comanda SQL" msgid "MySQL said: " msgstr "MySQL zice: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 #, fuzzy msgid "Failed to connect to SQL validator!" msgstr "Comprimă conexiunea la serverul MySQL" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Explică SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Sari peste explicarea SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "fără cod PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Creează cod PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Reîncarcă" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Sari peste validarea SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validează SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Motoare" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Creare profil" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Dum" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y la %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s zile, %s ore, %s minute și %s secunde" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Rutine" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Sari la baza de date "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funcționalitatea %s este afectată de o eroare cunoscută, vedeți %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Click pentru a selecta" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Caută în calculatorul tău:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "director de încărcare al serverului Web" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Directorul stabilit pentru încărcare nu poate fi găsit" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nu sunt fișiere pentru încărcare" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Golește" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Execută" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Listare" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Creare" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Ultima actualizare" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Ultima verficare" @@ -3983,9 +3988,9 @@ msgstr "Ultima verficare" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4141,8 +4146,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Dezactivat" @@ -4309,8 +4314,12 @@ msgstr "Restaurează valoarea implicită" msgid "Allow users to customize this value" msgstr "Permite utilizatorilor să customizeze această valoare" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Resetare" @@ -4385,8 +4394,8 @@ msgstr "Editare coloane CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4587,8 +4596,8 @@ msgstr "Compresie" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4835,8 +4844,8 @@ msgstr "Personalizează regimul de navigare" msgid "Customize default options" msgstr "Opțiuni de exportare a bazei de date" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4961,8 +4970,9 @@ msgstr "Titluri de pagini" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Specificaţi textul din bara de titlu a browser-ului. Consultaţi " "[doc@cfg_TitleTable] documentaţia [/doc] pentru siruri de caractere magice " @@ -5810,9 +5820,9 @@ msgid "" "authentication[/a] (not located in your document root; suggested: /etc/" "swekey.conf)" msgstr "" -"Calea către fișierul de configurare pentru [a@http://swekey.com]" -"autentificarea hardware SweKey [/a] (ce nu se află în rădăcină; sugestie: /" -"etc/swekey.conf)" +"Calea către fișierul de configurare pentru [a@http://swekey." +"com]autentificarea hardware SweKey [/a] (ce nu se află în rădăcină; " +"sugestie: /etc/swekey.conf)" #: libraries/config/messages.inc.php:373 msgid "SweKey config file" @@ -5845,11 +5855,11 @@ msgstr "Tabelul de bookmark-uri" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Lăsați necompletat dacă nu doriți comentarii pentru coloane/mime types, " "sugestie: [kbd]pma_column_info[/kbd]" @@ -5939,8 +5949,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Lăsați necompletat dacă nu doriți suport pentru Designeri, sugestie: [kbd]" -"pma_designer_coords[/kbd]" +"Lăsați necompletat dacă nu doriți suport pentru Designeri, sugestie: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5951,8 +5961,9 @@ 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 "" -"Mai multe informații pe [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA bug tracker[/a] și pe [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Mai multe informații pe [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA bug tracker[/a] și pe [a@http://bugs.mysql.com/19588]MySQL " +"Bugs[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5979,8 +5990,8 @@ msgstr "Ascunde baze de date" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -6026,6 +6037,16 @@ msgid "Connect without password" msgstr "Conectează fără parolă" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Caută" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -6044,32 +6065,32 @@ 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Afișează doar bazele de date listate" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Lăsați gol dacă nu utilizați „config auth”" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Parola pentru „config auth”" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: [kbd]" -"pma_pdf_pages[/kbd]" +"Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: " +"[kbd]pma_pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 #, fuzzy msgid "PDF schema: pages table" msgstr "PDF schema: tabela de pagini" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -6077,24 +6098,24 @@ msgid "" msgstr "" "Bază de date folosită pentru relații, bookmarks și proprietăți PDF. Vedeți " "[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] pentru informații " -"complete. Lăsați necompletat dacă nu doriți suport. Sugestie: [kbd]phpmyadmin" -"[/kbd]" +"complete. Lăsați necompletat dacă nu doriți suport. Sugestie: " +"[kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "nume bază de date" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Portul serverului" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -6106,86 +6127,86 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Tabel folosit recent" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Tabel relațional" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Comanda SQL pentru a obține bazele de date disponibile" # comanda ARATĂ BAZELE DE DATE -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "comanda SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Vezi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] pentru un exemplu" +"Vezi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] pentru un exemplu" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 #, fuzzy msgid "Signon session name" msgstr "Numele sesiunii signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 #, fuzzy msgid "Signon URL" msgstr "ULR-ul signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 #, 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Soclul serverului" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 #, fuzzy msgid "Enable SSL for connection to MySQL server" msgstr "Comprimă conexiunea la serverul MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Utilizează SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: [kbd]" -"pma_table_coords[/kbd]" +"Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: " +"[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schema: coordonatele tabelului" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -6197,13 +6218,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:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Afișează tabelul de coloane" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -6213,14 +6234,14 @@ msgid "" "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" "Lăsați necompletat dacă nu doriți suport \"persistent\" pentru preferințele " -"Interfeței cu Utilizatorul ale tabelului peste sesiuni, sugestie: [kbd]" -"pma_table_uiprefs[/kbd]" +"Interfeței cu Utilizatorul ale tabelului peste sesiuni, sugestie: " +"[kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Preferințele Interfeței cu Utilizatorul ale tabelului" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -6228,11 +6249,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Adaugă DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -6240,11 +6261,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Adaugă DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -6252,38 +6273,38 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Adaugă DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Declarații de urmărit" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Lăsați necompletat dacă nu doriți suport pentru urmărirea interogărilor SQL, " "sugestie: [kbd]pma_tracking[/kbd]" # Tabelul de urmărire interogări SQL -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabelul de tracking interogări SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -6291,33 +6312,33 @@ msgstr "" "Dacă mecanismul de urmărire creează versiuni pentru tabele şi vizualizări în " "mod automat." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Regim de recuperare automată" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#| "Leave blank for no user preferences storage in database, suggested: " +#| "[kbd]pma_userconfig[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabelul de stocare a preferințelor utilizatorului" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Utilizator pentru „config auth”" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6326,21 +6347,21 @@ msgstr "" "afişa numele de gazdă în loc." # Numele "pe larg" al acestui server -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Numele \"verbose\" al acestui server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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"" +"Dacă unui utilizator să i se afișeze un buton "arata-le pe " +"toate(randurile"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Permite afișarea tuturor rândurilor" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6351,44 +6372,44 @@ msgstr "" "de configurare; nu se limitează capacitatea de a executa aceeaşi comandă " "direct" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Arată formularul de schimbare a parolei" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Arată formularul de creare bază de date" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Arată informația PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Afișează stare sclav" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 #, fuzzy msgid "" "Defines whether or not type display direction option is shown when browsing " @@ -6397,13 +6418,13 @@ msgstr "" "Stabilește dacă opțiunea de afișare a direcției este afișată sau nu la " "vizualizarea unui tabel" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Databases display options" msgid "Show display direction" msgstr "Opțiuni de afișare a bazelor de date" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6411,29 +6432,29 @@ 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:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Afișează tipurile câmpurilor" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 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:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Afișează câmpurile de funcții" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Dacă să se afișeze indiciul sau nu" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Arată indiciul" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6441,65 +6462,65 @@ msgstr "" "Afișează link-ul către output-ul [a@http://php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Afișează link-ul phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Afișează informații detaliate despre serverul MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "Defineşte dacă interogările SQL generate de phpMyAdmin ar trebui să fie " "afişate" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Afișează interogările SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Defineşte dacă după submit, casuța de interogare ar trebui să rămână pe ecran" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Reține căsuța de interogare" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Permite afișarea statisticilor pentru baze de date și tabeluri (utilizarea " "spaţiului de exemplu)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Afișează statistici" # Afișează comentariile tabelurilor în ponturi -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Afișează comentariile tabelurilor în tooltip-uri" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Marchează tabelele folosite și fă posibilă afișarea bazelor de date cu " "tabele zăvorâte" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Sari peste tabelele zăvorâte" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Are nevoie de SQL Validator pentru a fi activată" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6507,7 +6528,7 @@ msgstr "Are nevoie de SQL Validator pentru a fi activată" msgid "Password" msgstr "Parola" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6515,36 +6536,36 @@ msgstr "" "[strong]Atentie:[/strong] este necesara extensia PHP SOAP, sau PEAR SOAP " "instalat" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Activati Validatorul SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Dacă aveți un nume de utilizator, specificați-l aici ( default este [kbd]" -"anonymous[/kbd] )" +"Dacă aveți un nume de utilizator, specificați-l aici ( default este " +"[kbd]anonymous[/kbd] )" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Nume utilizator:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 #, fuzzy msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Un avertisment este afișat pe prima pagina dacă Suhosin este descoperit" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 #, fuzzy msgid "Suhosin warning" msgstr "Avertizare Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6553,11 +6574,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Coloane textarea" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6566,31 +6587,31 @@ msgstr "" "fi marită pentru textarea-urile de interogări SQL (*2) și pentru ferestrele " "de interogări (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Rânduri textarea" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Titlu implicit" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6602,28 +6623,28 @@ 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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista proxy-urilor de încredere pentru IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Directorul de bază pentru date" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Permiteți căutarea în întreaga bază de date" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Folosiți căutarea în baza de date" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6631,20 +6652,20 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Activați tab-ul Developer în setări" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Verificați pentru ultima versiune" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6652,7 +6673,7 @@ msgstr "" msgid "Version check" msgstr "Verificarea versiunii" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6660,69 +6681,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Verificarea versiunii" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Verificarea versiunii" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Verificarea versiunii" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Activați compresia în format [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a] pentru operațiile de import și export" +"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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Autentificare Config" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Autentificare Cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Autentificare HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Autentificare Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV folosind LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6730,34 +6767,34 @@ msgstr "CSV folosind LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Foaie de calcul Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rapid" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Culoare personalizată" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opțiuni de exportare a bazei de date" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "Date CSV pentru MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7657,8 +7694,8 @@ msgstr "Creează un index pe %s coloană" msgid "Hide" msgstr "Ascunde" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binar" @@ -7794,189 +7831,189 @@ msgstr "Sigur doriți să " msgid "No change" msgstr "Nici o schimbare" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Set de caractere" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgar" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Chineză simplificată" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Chineza Traditionala" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "insensibil la registru" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "sensibil la registru" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Croat" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Ceh" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danez" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Englez" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoniană" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Germană" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "dicționar" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "carte de telefoane" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Maghiar" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandez" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonez" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Leton" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituanian" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Coreean" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persană" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polononez" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "European de vest" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Român" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovacă" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenă" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spaniolă" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Spaniola traditionala" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Suedez" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tailandez" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turc" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ucrainean" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "Poliglot" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "European de est" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rus" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltic" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armean" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Chirilic" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arab" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Ebraică" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgiană" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grec" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Cehoslovac" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "necunoscut" @@ -8201,7 +8238,7 @@ msgstr "Redenumire tabel la" msgid "Table comments" msgstr "Comentarii tabel" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Motor de stocare" @@ -8371,13 +8408,21 @@ msgstr "Nume utilizator:" msgid "Server Choice:" msgstr "Alegerea serverului" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8385,8 +8430,8 @@ msgstr "" "Nu ați avut activitate de mai mult de %s secunde, vă rugăm să vă " "autentificați din nou" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nu pot face conexiunea catre serverul MySQL" @@ -8463,7 +8508,7 @@ msgstr "Înlocuire NULL cu" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8891,6 +8936,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Foaie de calcul Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -9109,93 +9160,93 @@ msgstr "" "un prefix cum ar fi \"http://domain.com/\", a doua optiune este un titlu " "pentru link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Nu este bine" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "E bine" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Activat" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Facilități generale" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Arată facilitățile" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Creare PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Arată comentariile coloanei" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformare navigator" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Parcurgeti documentatia pentru modul de updatare a Column_comments Table" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Comandă SQL salvată" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Istoric SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Nu există descriere" @@ -9216,9 +9267,9 @@ msgid "" "Make sure, you have unique server-id in your configuration file (my.cnf). If " "not, please add the following line into [mysqld] section:" msgstr "" -"Asigurați-vă că aveți un id al server-ului unic în fișierul de configurare" -"(my.cnf). Dacă nu, vă rugăm să adăugați următoarea linie în secțiunea " -"[mysqld]:" +"Asigurați-vă că aveți un id al server-ului unic în fișierul de " +"configurare(my.cnf). Dacă nu, vă rugăm să adăugați următoarea linie în " +"secțiunea [mysqld]:" #: libraries/replication_gui.lib.php:60 libraries/replication_gui.lib.php:273 #: libraries/server_privileges.lib.php:1024 @@ -9253,7 +9304,7 @@ msgstr "Stare sclav" msgid "Variable" msgstr "Variabil" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID server" @@ -9392,7 +9443,7 @@ msgstr "Detalii" msgid "Event name" msgstr "Tip eveniment" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Tip eveniment" @@ -9779,39 +9830,36 @@ msgstr "Nu s-a găsit nici un tabel în baza de date." msgid "There are no events to display." msgstr "Nu există evenimente de afișat." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tabelul „%s” nu există!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Configureaza coordonatelepentru tabelul %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Schema bazei de date \"%s\" - Pagina %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Această pagină nu conține nicio tabelă!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9885,53 +9933,53 @@ msgstr "Denumirile coloanelor" msgid "Display relational schema" msgstr "Schema relațională" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Arată grila" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Arată culoarea" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Arată dimensiunile tabelei" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Afișează toate tabelele cu aceeași lățime" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dicționar de date" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Vezi numai cheile" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Portret" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portret" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Creare" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Mărime hîrtie" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9939,12 +9987,12 @@ msgstr "" "Pagina curentă se leagă de tabele care nu mai există. Doriți ștergerea " "acestor legături?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "dezactivare scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Limbă necunoscută: %1$s." @@ -9955,6 +10003,78 @@ msgstr "Limbă necunoscută: %1$s." msgid "Current Server:" msgstr "Server Curent" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Selectați jurnalul binar pentru vizualizare" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Denumire jurnal" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Poziție" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Pozitie originală" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informație" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Truncare comenzi afișate" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Afișare comandă întreagă" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Set de caractere și gestiunea acestora" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Începe" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Persană" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Dezactivat" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Fără drepturi." @@ -10809,10 +10929,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informație" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Utilizare spațiu" @@ -10821,7 +10937,7 @@ msgstr "Utilizare spațiu" msgid "Effective" msgstr "Efectiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabelul %1$s a fost alterat cu succes" @@ -11295,34 +11411,6 @@ msgstr "%s tabelul nu a fost găsit sau nu este stabilit în %s" msgid "File doesn't exist" msgstr "Tabelul „%s” nu există!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Selectați jurnalul binar pentru vizualizare" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Truncare comenzi afișate" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Afișare comandă întreagă" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Denumire jurnal" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Poziție" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Pozitie originală" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Set de caractere și gestiunea acestora" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11361,7 +11449,7 @@ msgstr "" msgid "No databases" msgstr "Nu sînt baze de date" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Motoare de stocare" @@ -11369,45 +11457,6 @@ msgstr "Motoare de stocare" msgid "View dump (schema) of databases" msgstr "Vizualizarea schemei bazei de date" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Începe" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Persană" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Dezactivat" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12825,8 +12874,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13312,23 +13361,23 @@ msgstr "" msgid "Create version" msgstr "Creare relație" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Temă" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tipuri MIME disponibile" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Informații disponibile" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Descriere" @@ -13345,7 +13394,7 @@ msgstr "Profilul a fost actualizat." msgid "VIEW name" msgstr "Denumire VIZIUNE" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Redenumire tabel la" @@ -14844,14 +14893,14 @@ msgstr "concurrent_insert este setat cu 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Când setați [kbd]nested[/kbd], alias-ul numelui tabelului este folosit " -#~ "doar pentru a împărți/grupa tabelele conform directivei $cfg" -#~ "['LeftFrameTableSeparator'], astfel încât doar numele folder-ului va fi " -#~ "ca alias-ul, numele tabelului rămânând neschimbat" +#~ "doar pentru a împărți/grupa tabelele conform directivei " +#~ "$cfg['LeftFrameTableSeparator'], astfel încât doar numele folder-ului va " +#~ "fi ca alias-ul, numele tabelului rămânând neschimbat" #~ msgid "Display table comment instead of its name" #~ msgstr "Afișează comentariul tabelului în loc de numele acestuia" diff --git a/po/ru.po b/po/ru.po index 9ad8cba888..0a66987e41 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-11 21:28+0200\n" "Last-Translator: Victor Volkov \n" "Language-Team: Russian %s:" msgstr "SQL-запрос к базе данных %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Выполнить запрос" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" "Сервер не отвечает (либо локальный сокет сервера MySQL неверно настроен)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Сервер не отвечает." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Пожалуйста, проверьте привилегии каталога содержащего базу данных." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Детали…" @@ -2440,8 +2440,8 @@ msgstr[1] "%1$s соответствия в таблице %2$s msgstr[2] "%1$s соответствий в таблице %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Обзор" @@ -2493,26 +2493,28 @@ msgstr "Сохранить отредактированные данные" msgid "Restore column order" msgstr "Восстановить порядок столбцов" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Начало" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Предыдущая" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Следующая" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Конец" @@ -2627,7 +2629,7 @@ msgid "The row has been deleted" msgstr "Запись была удалена" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Завершить" @@ -2685,8 +2687,8 @@ msgstr "Отметить все" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2792,7 +2794,7 @@ msgstr "Открыть phpMyAdmin в новом окне" msgid "Click on the bar to scroll to top of page" msgstr "Кликните на строку, чтобы перейти вверх страницы" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Для полноценной работы необходима поддержка Javascript браузером" @@ -2823,12 +2825,13 @@ msgid "Cardinality" msgstr "Уникальных элементов" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Сравнение" @@ -2855,7 +2858,7 @@ msgid "" msgstr "Индексы %1$s и %2$s равнозначны и один из них может быть удалён." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервер" @@ -2866,9 +2869,9 @@ msgid "View" msgstr "Представление" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2879,32 +2882,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Поиск" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Вставить" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операции" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Слежение" @@ -2945,51 +2948,52 @@ msgstr "Процедуры" msgid "Events" msgstr "События" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дизайнер" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Базы данных" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Пользователи" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Бинарный журнал" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Репликация" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Переменные" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодировки" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Расширения" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Типы таблиц" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Ошибка" @@ -3081,7 +3085,8 @@ msgstr "Таблицы" msgid "Transaction coordinator" msgstr "Координатор транзакций" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файлов" @@ -3693,131 +3698,131 @@ msgstr "SQL запрос:" msgid "MySQL said: " msgstr "Ответ MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Невозможно соединиться с SQL валидатором!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Анализ SQL запроса" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Убрать анализ SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Убрать PHP-код" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Обновить" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Убрать проверку синтаксиса SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Проверка синтаксиса" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Быстрое редактирование запроса" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Быстрая правка" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Профилирование" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Вс" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d %Y г., %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s дней, %s часов, %s минут и %s секунд" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Отсутствующий параметр:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Перейти к базе данных "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "Работа параметра "%s" подвержена ошибке, описание смотрите на %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Кликните для переключения" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Обзор вашего компьютера:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Выберите из каталога загрузки сервера %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Установленный каталог загрузки не доступен" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Файлы для загрузки отсутствуют" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Очистить" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Выполнить" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Печать" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Создание" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Последнее обновление" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Последняя проверка" @@ -3826,9 +3831,9 @@ msgstr "Последняя проверка" msgid "shared" msgstr "общий" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3976,8 +3981,8 @@ msgid "Double click" msgstr "Двойной клик" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Недоступно" @@ -4133,8 +4138,12 @@ msgstr "Восстановить изначальное значение" msgid "Allow users to customize this value" msgstr "Разрешить пользователям изменять данное значение" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Сбросить" @@ -4211,11 +4220,11 @@ msgstr "Редактирование полей типа CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" -"Использовать визуальный редактор SQL запросов ([a@http://codemirror.net/]" -"CodeMirror[/a]) с подсветкой синтаксиса и нумерацией строк" +"Использовать визуальный редактор SQL запросов ([a@http://codemirror." +"net/]CodeMirror[/a]) с подсветкой синтаксиса и нумерацией строк" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" @@ -4410,8 +4419,8 @@ msgstr "Упаковать" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4643,8 +4652,8 @@ msgstr "Настройка режима обзора данных" msgid "Customize default options" msgstr "Настройте параметры экспорта используемые по умолчанию" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4754,8 +4763,9 @@ msgstr "Заголовки страниц" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Определите текст заголовка браузера. Для ввода особых значений используйте " "подставные строки, которые описаны в [doc@cfg_TitleTable]документации[/doc]." @@ -5556,8 +5566,9 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/bookmark]закладок" -"[/a] оставьте поле пустым, рекомендуется: [kbd]pma__bookmark[/kbd]" +"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/" +"bookmark]закладок[/a] оставьте поле пустым, рекомендуется: " +"[kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:377 msgid "Bookmark table" @@ -5565,8 +5576,8 @@ msgstr "Таблица закладок" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Для отключения поддержки комментариев/mime-типов полей оставьте поле пустым, " "рекомендуется: [kbd]pma__column_info[/kbd]" @@ -5722,6 +5733,16 @@ msgid "Connect without password" msgstr "Соединять без пароля" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Поиск в таблице" + +#: libraries/config/messages.inc.php:410 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 " @@ -5731,55 +5752,55 @@ msgstr "" "хотите использовать, как обычные литературные символы, т.е. используйте " "[kbd]'my\\_db'[/kbd], а не [kbd]'my_db'[/kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Показывать только базы данных из списка" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Если не используется идентификация config, оставьте поле пустым" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Прописанный пароль" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: [kbd]" -"pma__pdf_pages[/kbd]" +"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF схема: страницы таблицы" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 "" "База данных используемая для расширенных функций: связей, закладок, и PDF. " -"Для более полной информации смотрите [a@http://wiki.phpmyadmin.net/pma/pmadb]" -"pmadb[/a]. Для отключения поддержки, оставьте поле пустым. Рекомендуется: " -"[kbd]phpmyadmin[/kbd]" +"Для более полной информации смотрите [a@http://wiki.phpmyadmin.net/pma/" +"pmadb]pmadb[/a]. Для отключения поддержки, оставьте поле пустым. " +"Рекомендуется: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Имя базы данных" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Порт на котором работает сервер MySQL. Для значения по умолчанию, оставьте " "пустым." -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Порт сервера" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5787,78 +5808,78 @@ msgstr "" "Для отключения возможности просмотра недавно использованных таблиц, оставьте " "поле пустым, рекомендуется: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Недавно использованная таблица" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/relation]" -"связанных таблиц[/a] оставьте поле пустым, рекомендуется: [kbd]pma__relation" -"[/kbd]" +"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/" +"relation]связанных таблиц[/a] оставьте поле пустым, рекомендуется: " +"[kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Таблица связей" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL команда для выборки доступных баз данных" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Команда SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/" "auth_types#signon]типы идентификации[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Имя сессии для Signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Сокет на котором работает сервер MySQL. Для значения по умолчанию, оставьте " "пустым." -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Сокет сервера" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Использовать SSL для соединения с MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Использовать SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: [kbd]" -"pma__table_coords[/kbd]" +"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF схема: координаты таблиц" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5866,11 +5887,11 @@ msgstr "" "Таблица для описания отображаемых полей. Для отключения поддержки данной " "функции оставьте поле пустым, рекомендуется: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Таблица с описаниями полей" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5878,11 +5899,11 @@ msgstr "" "Для отключения возможности хранения настроек интерфейса таблиц через сессии, " "оставьте поле пустым, рекомендуется: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Таблица хранения настроек интерфейса" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5890,11 +5911,11 @@ msgstr "" "Будет ли при создании базы данных, в журнал первой строкой добавлено " "выражение DROP DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Добавить DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5902,11 +5923,11 @@ msgstr "" "Будет ли при создании таблицы, в журнал первой строкой добавлено выражение " "DROP TABLE IF EXISTS." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Добавить DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5914,33 +5935,33 @@ msgstr "" "Будет ли при создании представления, в журнал первой строкой добавлено " "выражение DROP VIEW IF EXISTS." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Добавить DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Определить список выражений используемых для автоматического создания новых " "версий." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Слежение за выражениями" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Для отключения поддержки слежения за SQL запросами оставьте поле пустым, " "рекомендуется: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Таблица слежения за SQL запросами" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5948,27 +5969,27 @@ msgstr "" "Должен ли механизм слежения создавать версии таблиц и представлений " "автоматически." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Автоматическое создание версий" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Для отключения возможности хранения пользовательских настроек в базе данных " "оставьте поле пустым, рекомендуется: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Таблица хранения настроек пользователя" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Прописанный пользователь" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5976,20 +5997,20 @@ msgstr "" "Пользовательское описание сервера. Оставьте пустым, чтобы вывести название " "хоста." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Пользовательское имя сервера" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" "Позволяет вывести пользователю кнопку "показать все (записи)"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Разрешать вывод всех строк" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6000,55 +6021,55 @@ msgstr "" "прописанного пароля. Смена пароля в конфигурационном файле напрямую никак не " "ограничена." -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Вывести форму изменения пароля" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Вывести форму создания базы данных" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "Выводить или прятать столбец отображающий время создания всех таблиц" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Показать время создания" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Выводить или прятать столбец отображающий последнее время обновления для " "всех таблиц" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Показать последнее время обновления" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Выводить или прятать столбец отображающий последнее время проверки для всех " "таблиц" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Показать последнее время проверки" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "Определяет направление отображения при просмотре данных таблицы" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Показать направление отображения" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6056,90 +6077,90 @@ msgstr "" "Определяет изначальное отображение типа полей в режиме редакции или вставки " "данных" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Отображение типа полей" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Выводить поля функций в режиме редактирования или вставки" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Выводить поля функций" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Показать или скрыть подсказки" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Показать подсказку" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 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]" +"Вывести ссылку для отображения [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Вывести ссылку на phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Вывести подробную информацию по MySQL серверу" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "Определяет вывод SQL запросов генерируемых phpMyAdmin" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Показывать SQL запросы" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Определяет будет ли форма запроса оставаться на экране после его отправки" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Оставить поле запроса" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Разрешить вывод статистики по базам данных и таблицам (например, объем " "занятого пространства)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Показывать статистику" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Комментарии таблицы во всплывающих подсказках" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Отмечать использованные таблицы и делать возможным отображение баз данных с " "заблокированными таблицами" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Пропускать заблокированные таблицы" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Требуется подключенный SQL валидатор" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6147,7 +6168,7 @@ msgstr "Требуется подключенный SQL валидатор" msgid "Password" msgstr "Пароль" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6155,11 +6176,11 @@ msgstr "" "[strong]Внимание:[/strong] требуется расширение PHP SOAP, либо установленный " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Включение SQL валидатора" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6167,20 +6188,20 @@ msgstr "" "При наличии выделенного имени пользователя, пропишите его здесь (изначально " "используется [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Пользователь" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "При определении Suhosin, на главной странице выводится предупреждение" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Предупреждение о Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6189,11 +6210,11 @@ msgstr "" "будет приоритетным для текстовых полей SQL запроса (*2) и для окна запроса " "(*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Столбцов в текстовом поле" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6202,31 +6223,31 @@ msgstr "" "будет приоритетным для текстовых полей SQL запроса (*2) и для окна запроса " "(*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Строк в текстовом поле" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Заголовок окна браузера при выборе базы данных" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Заголовок окна браузера по умолчанию" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Заголовок по умолчанию" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Заголовок окна браузера при выборе сервера" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Заголовок окна браузера при выборе таблицы" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6238,29 +6259,29 @@ msgstr "" "Forwarded-For) заголовку пришедшему с прокси 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Список доверенных прокси для IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Каталог на сервере, в который вы можете загружать файлы для последующего " "импорта" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Каталог загрузки" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Разрешить поиск по всей базе данных" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Использовать поиск по базе данных" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6268,20 +6289,20 @@ msgstr "" "При отключении, пользователи не смогут установить никакие из указанных ниже " "параметров, вне зависимости от галочки справа от них" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Включение вкладки разработчика в настройках" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Проверить обновление" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Включает возможность проверки последней версии phpMyAdmin на главной странице" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6289,7 +6310,7 @@ msgstr "" msgid "Version check" msgstr "Проверка версии" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6297,36 +6318,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Проверка версии" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Проверка версии" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Проверка версии" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6334,32 +6355,48 @@ msgstr "" "Включить [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "архивирование для операций импорта и экспорта" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Авторизация через конфигурационный файл" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Авторизация с помощью cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Авторизация с помощью HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Авторизация с помощью Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV, используя LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6367,32 +6404,32 @@ msgstr "CSV, используя LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Быстро" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Обычно" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Параметры экспорта базы данных" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV для MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7255,8 +7292,8 @@ msgstr "Создать индекс для  %s столбца/ов" msgid "Hide" msgstr "Скрыть" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Двоичный" @@ -7379,189 +7416,189 @@ msgstr "Вы действительно хотите выполнить данн msgid "No change" msgstr "Нет изменений" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Кодировка" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Болгарский" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Китайский упрощенный" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Китайский традиционный" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "регистронезависимый" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "регистрозависымый" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хорватский" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чешский" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Датский" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Английский" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Эсперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Эстонский" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Немецкий" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "словарь" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонная книга" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Венгерский" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исландский" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Японский" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латвийский" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литовский" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корейский" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Персидский" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Польский" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Западно-Европейский" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румынский" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словацкий" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словенский" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Испанский" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Испанский традиционный" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведский" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Таи" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турецкий" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украинский" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "многоязычный" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Центрально-Европейский" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Русский" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтийский" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Армянский" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кириллический" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арабский" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Иврит" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузинский" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Греческий" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословацкий" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "неизвестно" @@ -7757,7 +7794,7 @@ msgstr "Переименовать таблицу в" msgid "Table comments" msgstr "Комментарии к таблице" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Тип таблиц" @@ -7918,21 +7955,29 @@ msgstr "Пользователь:" msgid "Server Choice:" msgstr "Выбор сервера:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "Вход без пароля запрещен при конфигурации (смотрите AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" "Отсутствие активности более %s секунд, пожалуйста, авторизуйтесь заново" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Невозможно подключиться к серверу MySQL" @@ -7998,7 +8043,7 @@ msgstr "Заменить NULL на:" msgid "Remove carriage return/line feed characters within columns" msgstr "Удалить из полей символы разрыва строк" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Версия Excel:" @@ -8408,6 +8453,12 @@ msgstr "" "Выбранный XML файл некорректен, либо неполон. Проверьте возможные ошибки и " "попробуйте ещё раз." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Файл ESRI" @@ -8591,83 +8642,83 @@ msgstr "" "Отображает ссылку; поле содержит имя файла. Первый параметр - URL-префикс, " "например \"http://www.example.com/\". Второй параметр - заголовок ссылки." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Не готово" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Доступно" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Основные возможности связей" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Показать возможности" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Создание PDF-схемы" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Отображать комментарии столбцов" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Преобразование" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Необходимо обновить таблицу column_comments. Детали смотрите в документации." -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Созданные закладки" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "История SQL-запросов" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Недавно использованные таблицы" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Настройки интерфейса часто используемых таблиц" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Пользовательские настройки" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Шаги необходимые для установки дополнительных функций:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Создайте необходимые таблицы с помощью скрипта examples/create_tables." "sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "Создайте пользователя pma и предоставьте доступ к этим таблицам." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8675,12 +8726,12 @@ msgstr "" "Подключите дополнительные функции в конфигурационном файле (config.inc." "php), начните с примера в config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Перезайдите в phpMyAdmin, чтобы загрузить обновленный конфигурационный файл." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "нет описания" @@ -8733,7 +8784,7 @@ msgstr "Статус Slave" msgid "Variable" msgstr "Переменная" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID сервера" @@ -8864,7 +8915,7 @@ msgstr "Детали" msgid "Event name" msgstr "Название события" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Тип события" @@ -9206,37 +9257,34 @@ msgstr "В базе данных %2$s не найдено событие с им msgid "There are no events to display." msgstr "Отсутствуют события для отображения." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Таблица %s не существует!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Измените координаты таблицы %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Схема базы данных %s - Страница %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Данная страница не содержит таблиц!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "Ошибка при создании схемы: " @@ -9302,51 +9350,51 @@ msgstr "Названия столбцов" msgid "Display relational schema" msgstr "Отобразить схему связей" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Выберите тип экспорта связей" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Отображать сетку" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Отображать в цвете" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Отображать размерность таблиц" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Показать все таблицы одинаковой ширины" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Словарь данных" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Показывать только ключи" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Альбомная" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Книжная" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Ориентация" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Размер бумаги" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9354,12 +9402,12 @@ msgstr "" "На текущей странице присутствуют ссылки на таблицы, которые больше не " "существуют. Удалить эти ссылки?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Отображение" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Неизвестный язык: %1$s." @@ -9368,6 +9416,75 @@ msgstr "Неизвестный язык: %1$s." msgid "Current Server:" msgstr "Текущий сервер:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Выберите бинарный журнал для просмотра" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Файл журнала" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Позиция" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Исходная позиция" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Информация" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Сокращенное отображение запросов" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Развернутое отображение запросов" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Кодировки и сравнения" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Модули" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Начало" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Расширение" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Модуль" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Библиотека" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Версия" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Автор" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Лицензия" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "отключено" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Нет привилегий." @@ -10191,10 +10308,6 @@ msgstr "Добавить пространственный индекс" msgid "Add FULLTEXT index" msgstr "Добавить полнотекстовый индекс" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Информация" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Используемое пространство" @@ -10203,7 +10316,7 @@ msgstr "Используемое пространство" msgid "Effective" msgstr "Эффективность" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Таблица %1$s была успешно изменена" @@ -10631,34 +10744,6 @@ msgstr "Таблица %s не найдена или не установ msgid "File doesn't exist" msgstr "Файл не существует" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Выберите бинарный журнал для просмотра" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Сокращенное отображение запросов" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Развернутое отображение запросов" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Файл журнала" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Позиция" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Исходная позиция" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Кодировки и сравнения" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10696,7 +10781,7 @@ msgstr "" msgid "No databases" msgstr "Базы данных отсутствуют" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Типы таблиц" @@ -10704,42 +10789,6 @@ msgstr "Типы таблиц" msgid "View dump (schema) of databases" msgstr "Отобразить дамп (схему) баз данных" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Модули" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Начало" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Расширение" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Модуль" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Библиотека" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Версия" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Автор" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Лицензия" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "отключено" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12056,8 +12105,8 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Пожалуйста, создайте на сервере в корневой директории phpMyAdmin каталог [em]" -"config[/em] и установите у него разрешение на запись, как описано в " +"Пожалуйста, создайте на сервере в корневой директории phpMyAdmin каталог " +"[em]config[/em] и установите у него разрешение на запись, как описано в " "[doc@setup_script]документации[/doc]. В противном случае вы сможете только " "скачать, или просмотреть его." @@ -12076,8 +12125,8 @@ msgid "" "If your server is also configured to accept HTTPS requests follow [a@%s]this " "link[/a] to use a secure connection." msgstr "" -"Если ваш сервер настроен также и на приём HTTPS запросов, перейдите по [a@%s]" -"данной ссылке[/a] для использования безопасного соединения." +"Если ваш сервер настроен также и на приём HTTPS запросов, перейдите по [a@" +"%s]данной ссылке[/a] для использования безопасного соединения." #: setup/frames/index.inc.php:68 msgid "Insecure connection" @@ -12326,8 +12375,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Вы установили [kbd]config[/kbd] идентификацию и ввели имя пользователя с " "паролем для автоматического входа, что крайне не рекомендуется для рабочего " @@ -12772,23 +12821,23 @@ msgstr "Отслеживать выражения изменяющие данн msgid "Create version" msgstr "Создать версию" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Тема" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Другие темы!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Доступные MIME-типы" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Доступные преобразования" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Описание" @@ -12805,7 +12854,7 @@ msgstr "Профиль был обновлен." msgid "VIEW name" msgstr "VIEW название" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Переименовать представление в" @@ -14403,13 +14452,13 @@ msgstr "concurrent_insert установлен в 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "При выборе [kbd]nested[/kbd], комментарий таблицы будет выведен только у " -#~ "корневого значения, разделенных указанной в директиве $cfg" -#~ "['LeftFrameTableSeparator'] строкой, таблиц" +#~ "корневого значения, разделенных указанной в директиве " +#~ "$cfg['LeftFrameTableSeparator'] строкой, таблиц" #~ msgid "Display table comment instead of its name" #~ msgstr "Комментарий таблицы вместо имени" diff --git a/po/si.po b/po/si.po index 7f5b6a11b0..01f9798220 100644 --- a/po/si.po +++ b/po/si.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-11 14:58+0200\n" "Last-Translator: Madhura Jayaratne \n" -"Language-Team: Sinhala " -"\n" +"Language-Team: Sinhala \n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "සියල්ල පෙන්වන්න" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "පිටු අංකය:" @@ -40,7 +40,6 @@ msgstr "" "ආරක්ෂක සැකසුම් අන්තර් කවුළු යාවත්කාලීන කිරීම් අවහිර කරන ලෙස සකසා තිබීම මීට හේතු විය හැක." #: browse_foreigners.php:182 -#| msgid "Search" msgid "Search:" msgstr "සෙවීම:" @@ -57,7 +56,7 @@ msgstr "සෙවීම:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +64,9 @@ msgstr "සෙවීම:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +74,9 @@ msgstr "සෙවීම:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "යන්න" @@ -88,8 +86,9 @@ msgid "Keyname" msgstr "යතුරු නම" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "විස්තරය" @@ -116,7 +115,6 @@ msgstr "දත්තගබඩා විස්තර: " #: db_datadict.php:157 libraries/schema/Pdf_Relation_Schema.class.php:1336 #: libraries/tbl_columns_definition_form.inc.php:836 tbl_printview.php:120 -#| msgid "Table comments" msgid "Table comments:" msgstr "වගු විස්තර:" @@ -268,7 +266,7 @@ msgstr "ඔව්" msgid "View dump (schema) of database" msgstr "දත්තගබඩාවේ නික්ෂේපනය (ක්‍රමානුරූපය) දර්ශනය කරන්න" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "දත්තගබඩාවේ වගු කිසිවක් සොයා ගැනීමට නොමැත." @@ -305,7 +303,7 @@ msgstr "" "කරන්න." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -335,19 +333,16 @@ msgstr "භාවිතා වෙමින් පවතී" #: db_printview.php:117 libraries/plugins/export/ExportSql.class.php:947 #: libraries/schema/Pdf_Relation_Schema.class.php:1341 -#| msgid "Creation" msgid "Creation:" msgstr "සෑදීම:" #: db_printview.php:126 libraries/plugins/export/ExportSql.class.php:960 #: libraries/schema/Pdf_Relation_Schema.class.php:1346 -#| msgid "Last update" msgid "Last update:" msgstr "අවසන් යාවත්කාලීන කිරීම:" #: db_printview.php:135 libraries/plugins/export/ExportSql.class.php:973 #: libraries/schema/Pdf_Relation_Schema.class.php:1351 -#| msgid "Last check" msgid "Last check:" msgstr "අවසන් පරීක්ෂාව:" @@ -369,7 +364,7 @@ msgstr "%sදෘශ්‍ය ගොඩනංවනය%s වෙත යන්න" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -384,7 +379,7 @@ msgid "Tracked tables" msgstr "අවධානය සක්‍රීය වගු" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -407,7 +402,7 @@ msgstr "සාදන ලදි" msgid "Updated" msgstr "යාවත්කාලීන කරන ලදි" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -431,7 +426,7 @@ msgid "Delete tracking data for this table" msgstr "මෙම වගුවේ අවධානය පිළිබඳ දත්ත ඉවත් කරන්න" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -467,28 +462,28 @@ msgstr "අවධානය අක්‍රීය වගු" msgid "Track table" msgstr "වගුව අවධානයට ලක් කරන්න" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "දත්තගබඩා ලොගය" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "වැරදි වර්ගය!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "තෝරාගත් අපනයන වර්ගය ගොනුව තුල සුරැකිය යුතුයි!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "වැරදි පරාමිතියන්!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "%s ගොනුව සුරැකීමට ප්‍රමාණවත් ඉඩ අවකාශ නොමැත." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -496,12 +491,12 @@ msgstr "" "%s ගොනුව මේ වන විටත් සේවාදායකයෙහි පවතී, ගොනු නාමය වෙනස් කරන්න නැතහොත් උඩින් ලිවීමේ හැකියාව " "සලකා බලන්න." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "වෙබ් සේවාදායකයට %s ගොනුව සුරැකීමට අවසර නොමැත." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "%s ගොනුවට නික්ෂේප දත්ත සුරකින ලදි." @@ -520,18 +515,15 @@ msgid "Use OpenStreetMaps as Base Layer" msgstr "මූලික ස්ථරය ලෙස OpenStreetMaps භාවිතා කරන්න" #: gis_data_editor.php:161 -#| msgid "SRID" msgid "SRID:" msgstr "SRID:" #: gis_data_editor.php:184 #, php-format -#| msgid "Geometry" msgid "Geometry %d:" msgstr "%dවන ජ්‍යාමිතිය:" #: gis_data_editor.php:206 -#| msgid "Point" msgid "Point:" msgstr "ලක්ෂ්‍යය:" @@ -558,18 +550,15 @@ msgstr "ලක්ෂ්‍යයක් එක් කරන්න" #: gis_data_editor.php:262 #, php-format -#| msgid "Linestring" msgid "Linestring %d:" msgstr "%dවන රේඛාව:" #: gis_data_editor.php:265 gis_data_editor.php:341 -#| msgid "Outer Ring" msgid "Outer ring:" msgstr "පිටත කවය:" #: gis_data_editor.php:267 gis_data_editor.php:343 #, php-format -#| msgid "Inner Ring" msgid "Inner ring %d:" msgstr "%dවන ඇතුලත කවය:" @@ -583,7 +572,6 @@ msgstr "ඇතුල් කවයක් එක් කරන්න" #: gis_data_editor.php:325 #, php-format -#| msgid "Polygon" msgid "Polygon %d:" msgstr "%dවන බහු අස්‍රය:" @@ -643,8 +631,8 @@ msgid "" "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "ආනයනය සඳහා දත්ත කිසිවක් නොලැබුණි. ගොනුව ආනයනය සඳහා යොමු නොකිරීම හෝ යොමු කල ගොනුවේ " -"විශාලත්වය PHP වින්‍යාසයන්හි අනුමත ප්‍රමාණයට වැඩ විශාල වීම මීට හේතු විය හැකිය. [doc@faq1-16]" -"FAQ 1.16[/doc] බලන්න." +"විශාලත්වය PHP වින්‍යාසයන්හි අනුමත ප්‍රමාණයට වැඩ විශාල වීම මීට හේතු විය හැකිය. " +"[doc@faq1-16]FAQ 1.16[/doc] බලන්න." #: import.php:447 msgid "" @@ -684,124 +672,116 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "ඔබගේ SQL විමසුම සාර්ථකව ක්‍රියාවට නංවන ලදි" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "ආපසු" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "සාමාන්‍ය සිටුවම්" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "මුරපදය වෙනස් කරන්න" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "සේවාදායක සමඟ සම්බන්ධතාවේ පරිතුලනය" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "මුහුණුවර සම්බන්ධ සිටුවම්" # සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "තවත් සිටුවම්" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "දත්තගබඩා සේවාදායකය" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "සේවාදායකය:" -#: index.php:241 -#| msgid "Server port" +#: index.php:244 msgid "Server type:" msgstr "සේවාදායකයේ වර්ගය:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 -#| msgid "Server version" msgid "Server version:" msgstr "සේවාදායකයේ අනුවාදය:" -#: index.php:249 -#| msgid "Protocol version" +#: index.php:252 msgid "Protocol version:" msgstr "ප්‍රෝටකෝල අනුවාදය:" -#: index.php:253 -#| msgid "User" +#: index.php:256 msgid "User:" msgstr "භාවිතා කරන්නා:" -#: index.php:258 -#| msgid "Server charset" +#: index.php:261 msgid "Server charset:" msgstr "සේවාදායකයේ අක්ෂර කට්ටලය:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "වෙබ් සේවාදායකය" -#: index.php:283 -#| msgid "Database client version" +#: index.php:286 msgid "Database client version:" msgstr "දත්තගබඩා සේවාලාභියාගේ අනුවාදය:" -#: index.php:287 -#| msgid "PHP extension" +#: index.php:290 msgid "PHP extension:" msgstr "PHP දිගුව:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP තොරතුරු පෙන්වන්න" -#: index.php:324 -#| msgid "Version information" +#: index.php:327 msgid "Version information:" msgstr "අනුවාදය පිළිබඳ තොරතුරු:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "ලියකියවිලි" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "විකි" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "නිල phpMyAdmin මුල් පිටුව" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "දායක වන්න" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "සහාය ලබා ගන්න" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "වෙනස්කම් ලැයිස්තුව" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -812,7 +792,7 @@ msgstr "" "වරප්‍රසාදැති MySQL ගිණුමට අදාළ වේ. මෙම පෙරනිමි අගයන් භාවිතා කිරීම අනවසර ඇතුල්වීම් වලට හේතු " "විය හැකි බැවින් ඔබ 'root' භාවිතා කරන්නා සඳහා වෙනත් මුරපදයක් ලබා දිය යුතුය." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -821,7 +801,7 @@ msgstr "" "ඔබගේ PHP වින්‍යාසයන් හි mbstring.func_overload සක්‍රීය කර ඇත. මෙම විකල්පය phpMyAdmin " "සමඟ නොගැළපෙන අතර යම් දත්ත විනාශ වීමට හේතු විය හැකිය!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -831,7 +811,7 @@ msgstr "" "mbstring දිගුව නොමැති ව phpMyAdmin හට නිවැරදිව පෙළ බෙදීමට නොහැකි අතර මෙය බලාපොරොත්තු " "නොවන ප්‍රතිඵල ගෙන දිය හැක." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -843,7 +823,7 @@ msgstr "" "ඇති කුකී වලංගු කාලය ට වඩා අඩු අගයක් ගනී. මේ හේතුවෙන් ඔබගේ සැසිය phpMyAdmin හි සිටුවා ඇති " "කාලයට පෙර කල් ඉකුත් විය හැක." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -851,11 +831,11 @@ msgstr "" "ලොගින් කුකියේ වලංගු කාලය phpMyAdmin හි සිටුවා ඇති කුකී වලංගු කාලය ට වඩා අඩු අගයක් ගනී. මේ " "හේතුවෙන් ඔබගේ සැසිය phpMyAdmin හි සිටුවා ඇති කාලයට පෙර කල් ඉකුත් විය හැක." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "වින්‍යාස ගොනුවට දැන් රහස්‍ය වාක්‍ය ඛණ්ඩයක් (blowfish_secret) අවශ්‍යය." -#: index.php:476 +#: index.php:479 #, fuzzy #| msgid "" #| "Directory [code]config[/code], which is used by the setup script, still " @@ -870,7 +850,7 @@ msgstr "" "පිහිටුවීමේ විධානාවලිය විසින් භාවිතා කරන [code]config[/code] ඩිරෙක්ටරිය තවමත් ඔබගේ " "phpMyAdmin ඩිරෙක්ටරිය තුල ඇත. phpMyAdmin වින්‍යාස සකසා අවසන් වූ පසු ඔබ එය ඉවත් කල යුතුය." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -879,7 +859,7 @@ msgstr "" "phpMyAdmin හි configuration storage සම්පූර්ණයෙන් සකසා නැති බැවින් යම් විස්තෘත විශේෂාංග " "අක්‍රිය වී ඇත. ඇයිදැයි සොයා බැලීමට %sමෙතන%s ක්ලික් කරන්න." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -888,7 +868,7 @@ msgstr "" "ඔබගේ PHP MySQL පුස්තකාල අනුවාදය වන %s සේවාදායකයේ MySQL අනුවාදය වන %s න් වෙනස් වේ. " "මෙය අනපේක්ෂිත හැසිරීම් ගෙන දිය හැක." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1002,12 +982,12 @@ msgid "Other" msgstr "අනෙකුත්" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1103,44 +1083,44 @@ msgstr "ලැබුණු බයිට ගණන" msgid "Connections" msgstr "සම්බන්ධතා" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "ක්‍රියාවලි" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1158,7 +1138,7 @@ msgstr "ප්‍රශ්න" msgid "Traffic" msgstr "තදබදය" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "සිටුවම්" @@ -1185,7 +1165,7 @@ msgstr "කරුණාකර ශ්‍රේණියට අවම වශයෙ #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "කිසිවක් නැත" @@ -1459,7 +1439,7 @@ msgstr "" "අනයනිත වින්‍යාස සමඟින් ප්‍රස්ථාර ජාලය ගොඩනැගීම අසමත් විය. පෙරනිමි වින්‍යාස වෙත මාරු වෙමින්…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1670,8 +1650,8 @@ msgstr "විමසුම් කවුළුව පෙන්වන්න" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1697,8 +1677,8 @@ msgstr "විමසුම ක්‍රියාත්මක කිරීමේ msgid "%d is not valid row number." msgstr "%d වලංගු පේළි අංකයක් නොවේ." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2008,63 +1988,63 @@ msgid "December" msgstr "දෙසැම්බර්" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "ජනවාරි" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "පෙබරවාරි" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "මාර්තු" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "අ‍ප්‍රේල්" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "මැයි" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "ජුනි" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "ජූලි" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "අගෝස්තු" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "සැප්තැම්බර්" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "ඔක්තෝම්බර්" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "නොවැම්බර්" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "දෙසැම්බර්" @@ -2102,32 +2082,32 @@ msgid "Sun" msgstr "ඉරිදා" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "සඳුදා" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "අඟහ" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "බදාදා" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "බ්‍රහස්" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "සිකුරා" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "සෙනසු" @@ -2237,10 +2217,8 @@ msgstr "%s වන පේළියේ අනපේක්ෂිත අනුලක #: libraries/Advisor.class.php:434 #, php-format -#| msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"" msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"." -msgstr "" -"%1$s වන පේළියේ අනපේක්ෂිත අනුලකුණකි. ටැබයක් අපේක්ෂිත නමුත් \"%2$s\" හමුවිය." +msgstr "%1$s වන පේළියේ අනපේක්ෂිත අනුලකුණකි. ටැබයක් අපේක්ෂිත නමුත් \"%2$s\" හමුවිය." #: libraries/Advisor.class.php:467 msgid "per second" @@ -2277,7 +2255,7 @@ msgstr "ෆොන්ටයෙහි ප්‍රමාණය" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "ආරෝහන" @@ -2286,27 +2264,23 @@ msgstr "ආරෝහන" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "අවරෝහන" #: libraries/DBQbe.class.php:364 -#| msgid "Column" msgid "Column:" msgstr "තීර:" #: libraries/DBQbe.class.php:406 -#| msgid "Sort" msgid "Sort:" msgstr "සුබෙදන්න:" #: libraries/DBQbe.class.php:468 libraries/DisplayResults.class.php:903 -#| msgid "Show" msgid "Show:" msgstr "පෙන්වන්න:" #: libraries/DBQbe.class.php:513 -#| msgid "Criteria" msgid "Criteria:" msgstr "නිර්ණායක:" @@ -2327,7 +2301,6 @@ msgid "Use Tables" msgstr "වගු භාවිතා කරන්න" #: libraries/DBQbe.class.php:653 libraries/DBQbe.class.php:757 -#| msgid "Or" msgid "Or:" msgstr "හෝ:" @@ -2344,7 +2317,6 @@ msgid "Del" msgstr "ඉවත්" #: libraries/DBQbe.class.php:680 -#| msgid "Modify" msgid "Modify:" msgstr "වෙනස් කිරීම:" @@ -2361,25 +2333,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "%s දත්තගබඩාව මත SQL විමසුම:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "විමසුම ඉදිරිපත් කරන්න" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "සේවාදායකය ප්‍රතිචාර නොදක්වයි (හෝ සේවාදායකයේ සොකට් නිවැරදිව සකසා නැත)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "සේවාදායකය ප්‍රතිචාර නොදක්වයි." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "කරුණාකර දත්තගබඩාව අඩංගු ඩිරෙක්ටරිය සඳහා වරප්‍රසාද පරීක්ෂා කරන්න." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "තොරතුරු…" @@ -2419,8 +2391,8 @@ msgstr[0] "%2$s තුල ගැලපීම් %1$s කි" msgstr[1] "%2$s තුල ගැලපීම් %1$s කි" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "පිරික්සන්න" @@ -2472,32 +2444,33 @@ msgstr "සංස්කරණය කල දත්ත සුරකින්න" msgid "Restore column order" msgstr "තීර අනුපිලිවල ප්‍රතිෂ්ඨාපනය කරන්න" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "ඇරඹුම" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "පෙර" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "මීලඟ" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "අවසන" #: libraries/DisplayResults.class.php:904 tbl_chart.php:241 -#| msgid "Start row" msgid "Start row:" msgstr "ආරම්භක පේළිය:" @@ -2507,7 +2480,6 @@ msgid "Number of rows:" msgstr "පේළි ගණන:" #: libraries/DisplayResults.class.php:917 -#| msgid "Mode" msgid "Mode:" msgstr "ප්‍රකාරය:" @@ -2608,7 +2580,7 @@ msgid "The row has been deleted" msgstr "පේළිය ඉවත් කරන ලදි" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "නවතා දමන්න" @@ -2665,8 +2637,8 @@ msgstr "සියල්ල කතිර කොටුගත කරන්න" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2764,7 +2736,7 @@ msgstr "නව phpMyAdmin කවුළුවක් විවෘත කරන් msgid "Click on the bar to scroll to top of page" msgstr "පිටුව මුලට යාමට මෙය මත ක්ලික් කරන්න" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "මෙම ස්ථානයයෙන් පසු JavaScript සක්‍රිය කර තිබීම අවශ්‍යය" @@ -2795,12 +2767,13 @@ msgid "Cardinality" msgstr "අනේකත්වය" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "පරිතුලනය" @@ -2827,7 +2800,7 @@ msgid "" msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එකක් ඉවත් කල හැක." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "සේවාදායකය" @@ -2838,9 +2811,9 @@ msgid "View" msgstr "දසුන" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2851,32 +2824,32 @@ msgid "Structure" msgstr "සැකිල්ල" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "සෙවීම" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "ඇතුල් කරන්න" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "මෙහෙයුම්" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "අවධානය" @@ -2917,51 +2890,52 @@ msgstr "නෛත්‍යක" msgid "Events" msgstr "සිද්ධි" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "සැලසුම්කරණය" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "දත්තගබඩා" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "භාවිතා කරන්නන්" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "ද්වීමය ලොගය" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "අනුරූකරණය" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "විචල්‍යනයන්" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "අක්ෂර කට්ටලය" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "පේණු" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "යන්ත්‍රයන්" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "දෝෂය" @@ -3050,7 +3024,8 @@ msgstr "වගු" msgid "Transaction coordinator" msgstr "ගනුදෙනු සම්බන්ධීකාරක" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "ගොනු" @@ -3140,12 +3115,10 @@ msgid "Target database `%s` was not found!" msgstr "`%s` ඉලක්කගත දත්තගබඩාව හමු නොවිණි!" #: libraries/Table.class.php:1232 -#| msgid "Invalid database" msgid "Invalid database:" msgstr "වලංගු නොවන දත්තගබඩාව:" #: libraries/Table.class.php:1246 -#| msgid "Invalid table name" msgid "Invalid table name:" msgstr "වලංගු නොවන වගු නම:" @@ -3296,7 +3269,6 @@ msgid "Theme path not found for theme %s!" msgstr "%s තේමාව සඳහා තේමාව ඇති තැන හමු නොවිණි!" #: libraries/Theme_Manager.class.php:363 -#| msgid "Theme" msgid "Theme:" msgstr "තේමාව:" @@ -3628,7 +3600,6 @@ msgid "Max: %s%s" msgstr "උපරිම: %s%s" #: libraries/Util.class.php:674 libraries/sql.lib.php:465 -#| msgid "SQL query" msgid "SQL query:" msgstr "SQL විමසුම:" @@ -3645,130 +3616,130 @@ msgstr "SQL විමසුම:" msgid "MySQL said: " msgstr "MySQL පවසන ලදි: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL වලංගු කරණයට සම්බන්ද වීම අසමත් විය!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL ය පහදන්න" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL ය පහදා දීමෙන් ඉවත් වන්න" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP කේත නොමැතිව" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP කේත සාදන්න" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "අලුත් කරන්න" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL සත්‍යාපනයෙන් ඉවත් වන්න" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL සත්‍යාපනය" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "මෙම විමසුමේ පේළිගත සංස්කරණය" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "පේළිගත" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "ඉරිදා" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y දින %I:%M %p ට" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "දින %s, පැය %s, මිනිත්තු %s සහ තප්පර %s" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "නොමැති පරාමිතිය:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" දත්තගබඩාව වෙත යන්න." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s විශේෂාංගයෙහි හඳුනාගත් දෝෂයක් ඇත, %s බලන්න" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "මාරු කිරීමට ක්ලික් කරන්න" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "පරිගණකය තුළ පිරික්සන්න:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "වෙබ් සේවාදායකයේ %s උඩුගත කිරීම් ඩිරෙක්ටරියෙන් තෝරන්න:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "අප්ලෝඩ් කිරීම් සඳහා සැකසූ ඩිරෙක්ටරිය වෙත පිවිසිය නොහැක" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "උඩුගත කිරීම සඳහා ගොනු නොමැත" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "හිස් කරන්න" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "ක්‍රියාත්මක කරන්න" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "මුද්‍රණය කරන්න" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "සෑදීම" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "අවසන් යාවත්කාලීන කිරීම" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "අවසන් පරීක්ෂාව" @@ -3777,9 +3748,9 @@ msgstr "අවසන් පරීක්ෂාව" msgid "shared" msgstr "හවුල්" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3856,7 +3827,6 @@ msgstr "" #: libraries/common.inc.php:661 #, php-format -#| msgid "Server" msgid "Server %d" msgstr "%d වන සේවාදායකය" @@ -3886,12 +3856,10 @@ msgid "numeric key detected" msgstr "සංඛ්‍යාත්මක යතුරක් අනාවරණය වුණි" #: libraries/config.values.php:49 libraries/config.values.php:64 -#| msgid "Ins" msgid "Icons" msgstr "අයිකන" #: libraries/config.values.php:50 libraries/config.values.php:65 -#| msgid "Test" msgid "Text" msgstr "පෙළ" @@ -3921,8 +3889,8 @@ msgid "Double click" msgstr "ද්විත්ව ක්ලික් කිරීමෙන්" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "අක්‍රිය" @@ -4037,13 +4005,11 @@ msgstr "\"%s\" සඳහා %s දිගුව අවශ්‍යය" #: libraries/config/FormDisplay.class.php:792 #, 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:798 #, php-format -#| msgid "export will not work, missing function (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "%s ක්‍රියාවලිය නොමැති හෙයින් හකුළුවූ ගොනු අපනයන අකර්මණ්‍යයි." @@ -4078,8 +4044,12 @@ msgstr "පෙරනිමි අගය ප්‍රතිස්ථාපනය msgid "Allow users to customize this value" msgstr "මෙම අගය වෙනස් කිරීමට භවිතා කරන්නන්ට ඉඩ දෙන්න" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "ප්‍රතිසකසන්න" @@ -4154,8 +4124,8 @@ msgstr "CHAR තීරු සංස්කරණය" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "විමසුම් සංස්කරණය සඳහා, පේළි අංක සහිත, වාක්‍ය වින්‍යාස ඉස්මතු කෙරෙන [a@http://codemirror." "net/]CodeMirror[/a] සංස්කාරකය භාවිතා කරන්න" @@ -4348,8 +4318,8 @@ msgstr "හැකිළීම" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4360,14 +4330,12 @@ msgstr "තීර නම් පළමු පේළියේ යොදන්න" #: libraries/config/messages.inc.php:73 libraries/config/messages.inc.php:243 #: libraries/config/messages.inc.php:250 #: libraries/plugins/import/ImportCsv.class.php:150 -#| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "තීර ඇවුරුම් සළකුණ" #: libraries/config/messages.inc.php:74 libraries/config/messages.inc.php:244 #: libraries/config/messages.inc.php:251 #: libraries/plugins/import/ImportCsv.class.php:157 -#| msgid "Columns escaped with:" msgid "Columns escaped with" msgstr "තීර මගහැරීමේ සළකුණ" @@ -4376,7 +4344,6 @@ msgstr "තීර මගහැරීමේ සළකුණ" #: libraries/config/messages.inc.php:105 libraries/config/messages.inc.php:109 #: libraries/config/messages.inc.php:140 libraries/config/messages.inc.php:143 #: libraries/config/messages.inc.php:145 -#| msgid "Replace NULL with:" msgid "Replace NULL with" msgstr "NULL වෙනුවට භාවිතා කරන්න" @@ -4387,13 +4354,11 @@ msgstr "තීර තුල ඇති CRLF අනුලකුණු ඉවත් #: libraries/config/messages.inc.php:77 libraries/config/messages.inc.php:247 #: libraries/config/messages.inc.php:255 #: libraries/plugins/import/ImportCsv.class.php:135 -#| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "තීර වෙන් කිරීමේ සළකුණ" #: libraries/config/messages.inc.php:78 libraries/config/messages.inc.php:242 #: libraries/plugins/import/ImportCsv.class.php:164 -#| msgid "Lines terminated with:" msgid "Lines terminated with" msgstr "පේළි අවසන් කිරීමේ සළකුණ" @@ -4582,8 +4547,8 @@ msgstr "පිරික්සුම් ප්‍රකාරය රිසි ස msgid "Customize default options" msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4693,8 +4658,9 @@ msgstr "පිටු නාම" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "බව්සරයේ මාතෘකා පටියේ දැක්වෙන පෙළ සඳහන් කරයි. මේ සඳහා යොදාගත හැකි විශේෂ අගයන් ගෙනදෙන " "වචන දැනගැනීමට [doc@cfg_TitleTable]ලියකියවිලි[/doc] බලන්න." @@ -5467,8 +5433,8 @@ msgstr "පොත්සලකුණු ගොනුව" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "තීර විස්තර/mime වර්ග විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න. යෝජිත: [kbd]pma__column_info[/" "kbd]" @@ -5535,7 +5501,6 @@ msgstr "" "හිස්ව තබන්න" #: libraries/config/messages.inc.php:390 -#| msgid "Control host" msgid "Control port" msgstr "පාලක පෝර්ටය" @@ -5581,8 +5546,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"SQL විමසුම් ඉතිහාසය රඳවා ගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]" -"pma__history[/kbd]" +"SQL විමසුම් ඉතිහාසය රඳවා ගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " +"[kbd]pma__history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5619,36 +5584,46 @@ msgid "Connect without password" msgstr "මුරපදය නොමැතිව සම්බන්ධ වන්න" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "වගුව තුල සෙවීම" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "සඳහන් දත්තගබඩා පමණක් පෙන්වන්න" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "config සත්‍යාපනය භාවිතා නොකරයි නම් හිස්ව තබන්න" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "config සත්‍යාපනය සඳහා මුරපදය" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]" -"pma__pdf_pages[/kbd]" +"ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF ක්‍රමනුරූපයේ පිටු පිලිබඳ විස්තර අඩංගු වගුව" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5658,19 +5633,19 @@ msgstr "" "සඳහා [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්‍ය " "නම් හිස්ව තබන්න, යෝජිත: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "දත්තගබඩාවේ නම" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "MySQL සේවාදායකය සවන් දෙන පෝර්ටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "සර්වරයේ පොර්ට්" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5678,102 +5653,99 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න, යෝජිත: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "මෑතදී භාවිතා වූ වගුව" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] " "විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "සබැඳුම් දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "දත්තගබඩා ලබාගැනීම සඳහා SQL විධානය" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES විධානය" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "උදාහරණයක් ලෙස [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]සත්‍යාපන ක්‍රම[/" "a] බලන්න" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon සැසි නාමය" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon URLය" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "MySQL සේවාදායකය සවන් දෙන සොකටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "සර්වරයේ සොකට්" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "MySQL සේවාදායකය වෙත සබඳතාවය සඳහා SSL සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL භාවිතා කරන්න" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]" -"pma__table_coords[/kbd]" +"ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF ක්‍රමානුරූපය: වගු ඛණ්ඩාංක" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -"දර්ෂිත තීර පිලිබඳ දත්ත අඩංගු වගුව. විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: [kbd]" -"pma__table_info[/kbd]" +"දර්ෂිත තීර පිලිබඳ දත්ත අඩංගු වගුව. විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " +"[kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "පෙන්විය යුතු තීර පිළිබඳ දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:435 -#| msgid "" -#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " -#| "suggested: [kbd]pma__table_uiprefs[/kbd]" +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"සැසි අතර \"කල් පවත්නා\" ලෙස වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි තබාගැනීමේ " -"විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__table_uiprefs[/kbd]" +"සැසි අතර \"කල් පවත්නා\" ලෙස වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් " +"හිස්ව තබන්න, යෝජිත: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "UI අභිරුචි පිළිබඳ දත්ත ඇතුලත් වගුව" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5781,174 +5753,174 @@ msgstr "" "දත්තගබඩාවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP DATABASE IF EXISTS ප්‍රකාශයක් එක් " "කරන්නේද යන වග." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE එක් කරන්න" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE එක් කරන්න" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW එක් කරන්න" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "නව අනුවාදයක් සඳහා ස්වයංක්‍රීය-සැදුම විසින් භාවිතා කලයුතු ප්‍රකාශන ලැයිස්තුව සඳහන් කරයි." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "අවධානය සක්‍රීය කල යුතු ප්‍රකාශ" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "SQL විමසුම් අවධානය විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL විමසුම් අවධානයට අදාළ වගුව" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "අවධාන ක්‍රියාවලිය විසින් වගු සහ දසුන් සඳහා ස්වයන්ක්‍රීයව අනුවාද සාදන්නේ ද යන වග." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "ස්වයංක්‍රියව අනුවාද සාදන්න" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "භාවිතා කරන්නාගේ අභිරුචි වගුව" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "config සත්‍යාපනය සඳහා භාවිතා කරන්නා" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "සේවාදායකය සඳහා පරිශ්‍රීලක මිත්‍ර විස්තරයක්. එය වෙනුවට දායක නාමය පෙන්වීමට හිස්ව තබන්න." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr ""සියලුම පේළි පෙන්වන්න" සබැඳිය භාවිතා කරන්නාට පෙන්වන්නේද යන වග" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "මුරපදය වෙනස් කිරීමේ පෝරමය පෙන්වන්න" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "දත්තගබඩාවක් සෑදීමේ පෝරමය පෙන්වන්න" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "සෑදූ වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව යාවත්කාලීන කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "අවසන් වරට යාවත්කාලීන කල වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව පරීක්ෂා කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "අවසන් වරට පරීක්ෂා කල වේලාව පෙන්වන්න" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "වගුවක් පිරික්සීමේදී දර්ශන දිශාව තෝරාගැනීමට ඉඩ ලබා දෙන්නේද යන්න සඳහන් කරයි" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "දර්ශන දිශාව තෝරාගැනීම පෙන්වන්න" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී තීර වර්ගය දක්වන ක්ෂේත්‍රය ආරම්භයේදී පෙන්විය යුතුද නැතිද යන වග" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "ක්ෂේත්‍රයේ වර්ගය පෙන්වන්න" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී ශ්‍රිතය ක්ෂේත්‍රයන් පෙන්වයි" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "ශ්‍රිතය තීරුව පෙන්වන්න" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "ඉඟිය පෙන්විය යුතුද නැත්ද යන වග" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "ඉඟිය පෙන්වන්න" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -5956,58 +5928,58 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්‍රතිදානය වෙත " "සබැඳුම පෙන්වන්න" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo() සබැඳුම පෙන්වන්න" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "MySQL සේවාදායකය පිලිබඳ විස්තරාත්මක තොරතුරු පෙන්වන්න" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "phpMyAdmin විසින් සාදන ලද විමසුම් පෙන්විය යුතුදැයි සඳහන් කරයි" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL විමසුම් පෙන්වන්න" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "විමසුම ක්‍රියාත්මක කිරීමෙන් පසුව විමසුම් කවුළුව තිරය මත රඳවා ගත යුතුදැයි සඳහන් කරයි" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "විමසුම් කවුළුව රඳවාගන්න" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "දත්තගබඩා හා වගු වලට අදාල සංඛ්‍යාලේඛන (උදා. භාවිතා වන ඉඩ ප්‍රමාණය) පෙන්වීමට ඉඩ සලසයි" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "සංඛ්‍ය ලේඛන පෙන්වන්න" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "මෙවලම් ඉඟිය ලෙස වගු විස්තරය පෙන්වන්න" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "භාවිතා කරන ලද වගු සලකුණු කර අගුලු ළෑ වගු සහිත දත්තගබඩා පෙන්වීමට ඉඩ සලසන්න" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "අගුලු ළෑ දත්තගබඩා මඟහරින්න" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "SQL වලංගු කරණය සක්‍රීය කිරීම අවශ්‍ය වේ" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6015,38 +5987,38 @@ msgstr "SQL වලංගු කරණය සක්‍රීය කිරීම msgid "Password" msgstr "මුරපදය" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "[strong]අවවාදයයි:[/strong] PHP SOAP ස්ථාපනය කර තිබීම හෝ PHP SOAP දිගුව අවශ්‍යයි" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL සත්‍යාපකය සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"ඔබට සාදා ගත් භාවිත නාමයක් ඇත්නම් එය මෙහි සඳහන් කරන්න (නැත්නම් පෙරනිමි අගය වන [kbd]" -"anonymous[/kbd] භාවිතා කෙරේ)" +"ඔබට සාදා ගත් භාවිත නාමයක් ඇත්නම් එය මෙහි සඳහන් කරන්න (නැත්නම් පෙරනිමි අගය වන " +"[kbd]anonymous[/kbd] භාවිතා කෙරේ)" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "භාවිත නාමය" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Suhosin ඇති බව හඳුනාගතහොත් ප්‍රධාන පිටුවේ අනතුරු ඇඟවීමක් පෙන්වයි" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin අනතුරු ඇඟවීම" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6054,11 +6026,11 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ පළල (තීරු ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) පළල ලබා ගැනේ" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "පෙළ පෙදෙසේ පළල" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6066,31 +6038,31 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ උස (පේලි ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) උස ලබා ගැනේ" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "පෙළ පෙදෙසේ උස" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "දත්තගබඩාවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "කිසිවක් තෝරා නැති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "පෙරනිමි නාමය" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "සේවාදායකයක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "වගුවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6098,45 +6070,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "ආනයනය සඳහා ගොනු උඩුගත කල හැකි සේවාදායකයේ ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "උඩුගත කිරීමේ ඩිරෙක්ටරිය" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "සම්පූර්ණ දත්තගබඩාව තුලම සෙවීම සඳහා ඉඩ ලබා දෙන්න" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "දත්තගබඩා සෙවීම භාවිතා කරන්න" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "සිටුවම් හි ක්‍රමලේඛනය කරන්නන් සදහා වූ ටැබය සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "නවතම අනුවාදය සඳහා පරීක්ෂා කරන්න" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "phpMyAdmin ප්‍රධාන පිටුවේ නවතම අනුවාදය සඳහා පරීක්ෂාව සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6144,7 +6116,7 @@ msgstr "phpMyAdmin ප්‍රධාන පිටුවේ නවතම අන msgid "Version check" msgstr "අනුවාද පරීක්ෂාව" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6152,103 +6124,117 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "අනුවාද පරීක්ෂාව" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "අනුවාද පරීක්ෂාව" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "අනුවාද පරීක්ෂාව" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"ආනයන අපනයන මෙහෙයුම් සඳහා [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP" -"[/a] හැකිළීම යොදාගැනීම සක්‍රීය කරන්න" +"ආනයන අපනයන මෙහෙයුම් සඳහා [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] හැකිළීම යොදාගැනීම සක්‍රීය කරන්න" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config සත්‍යාපනය" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie සත්‍යාපනය" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP සත්‍යාපනය" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon සත්‍යාපනය" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "LOAD DATA භාවිතයෙන් CSV" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 -#| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "OpenDocument පැතුරුම්පත" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "කඩිනම්" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "අභිමත" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "දත්තගබඩා අපනයන විකල්ප" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS එක්සෙල් සඳහා CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "මයික්‍රොසොෆ්ට් වර්ඩ් 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 -#| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "OpenDocument පෙළ" @@ -6285,7 +6271,6 @@ msgid "Empty phpMyAdmin control user password while using pmadb" msgstr "pmadb භාවිතා කිරීමේදී phpMyAdmin පරිපාලක භාවිතා කරන්නාගේ මුරපදය සඳහා හිස් අගයක්" #: libraries/config/validate.lib.php:435 -#| msgid "Incorrect value" msgid "Incorrect value:" msgstr "වැරදි අගයකි:" @@ -6332,12 +6317,10 @@ msgstr "මුරපදය:" #: libraries/display_change_password.lib.php:67 #: libraries/replication_gui.lib.php:379 #: libraries/server_privileges.lib.php:1226 -#| msgid "Re-type" msgid "Re-type:" msgstr "නැවත ටයිප් කරන්න:" #: libraries/display_change_password.lib.php:74 -#| msgid "Password Hashing" msgid "Password Hashing:" msgstr "මුරපදය hash කිරීම:" @@ -6354,7 +6337,6 @@ msgid "Create" msgstr "සාදන්න" #: libraries/display_create_database.lib.php:43 -#| msgid "Create database" msgid "Create database:" msgstr "දත්තගබඩාවක් සාදන්න:" @@ -6541,7 +6523,6 @@ msgid "no branch" msgstr "ශාඛාවක් නොමැත" #: libraries/display_git_revision.lib.php:64 -#| msgid "Git revision" msgid "Git revision:" msgstr "Git සංස්කරණය:" @@ -7052,8 +7033,8 @@ msgstr "පේළි %s මත සුචියක් සාදන් msgid "Hide" msgstr "සඟවන්න" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "ද්වීමය" @@ -7066,7 +7047,6 @@ msgid "Binary - do not edit" msgstr "ද්වීමය - සංස්කරණය නොකරන්න" #: libraries/insert_edit.lib.php:1187 libraries/sql_query_form.lib.php:482 -#| msgid "web server upload directory" msgid "web server upload directory:" msgstr "වෙබ් සේවාදායකයේ උඩුගත ඩිරෙක්ටරිය:" @@ -7133,12 +7113,10 @@ msgid "Convert to Kana" msgstr "Kana වෙත පරිවර්තනය කරන්න" #: libraries/mult_submits.inc.php:288 -#| msgid "Replace table prefix" msgid "Replace table prefix:" msgstr "වගු නාම මූලය ප්‍රතිස්ථාපනය කරන්න:" #: libraries/mult_submits.inc.php:290 -#| msgid "Copy table with prefix" msgid "Copy table with prefix:" msgstr "නාම මූලය සහිත වගු පිටපත් කරන්න:" @@ -7156,7 +7134,6 @@ msgid "Submit" msgstr "ඉදිරිපත් කරන්න" #: libraries/mult_submits.inc.php:317 -#| msgid "Add table prefix" msgid "Add table prefix:" msgstr "වගු නාම මූලයක් එක් කරන්න:" @@ -7172,189 +7149,189 @@ msgstr "පහත විමසුම ක්‍රියාත්මක කිර msgid "No change" msgstr "වෙනස්කම් නැත" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "අක්ෂර කට්ටලය" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "බල්ගේරියානු" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "සරලකරන ලද චීන" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "සාම්ප්‍රධායික චීන" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "පුවරු සංවේදී නොවන" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "පුවරු සංවේදී" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "ක්‍රොයේශියානු" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "චෙකොස්ලෝවැකියානු" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "ඩෙන්මාර්කියානු" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "ඉංග්‍රීසි" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "එස්පෙරන්තෝ" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "එස්තෝනියානු" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "ජර්මානු" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "කෝෂය" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "දුරකථන පොත" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "හංගේරියානු" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "අයිස්ලන්තික" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "ජපන්" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "ලැට්වියානු" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "ලිතුවේනියානු" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "කොරියානු" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "පර්සියානු" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "පෝලන්ත" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "බටහිර යුරෝපීය" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "රුමේනියානු" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "ස්ලෝවැකි" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "ස්ලෝවේනියානු" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "ස්පාඤ්ඤ" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "සාම්ප්‍රධායික ස්පාඤ්ඤ" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "ස්වීඩන" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "තායි" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "තුර්කි" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "යුක්රේනියානු" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "යුනිකෝඩ්" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "බහුභාෂා" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "මධ්‍යම යුරෝපීය" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "රුසියානු" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "බෝල්ටික" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "ඇමෙරිකානු" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "සිරිලික්" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "අරාබියානු" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "හීබෲ" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "ජෝජියානු‍" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "ග්‍රීක්" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "චෙකොස්ලෝවැකියානු-ස්ලෝවැකියානු" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "නොදන්නා" @@ -7474,7 +7451,6 @@ msgid "New" msgstr "නව දසුනක්" #: libraries/operations.lib.php:75 -#| msgid "Rename database to" msgid "Rename database to:" msgstr "බවට දත්තගබඩාවේ නම වෙනස් කරන්න:" @@ -7507,7 +7483,6 @@ msgid "Data only" msgstr "දත්ත පමණයි" #: libraries/operations.lib.php:175 -#| msgid "Copy database to" msgid "Copy database to:" msgstr "වෙත දත්තගබඩාව පිටවත් කරන්න:" @@ -7552,7 +7527,7 @@ msgstr "වගුව බවට නම වෙනස් කරන්න" msgid "Table comments" msgstr "වගු විස්තර" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "ගබඩා යන්ත්‍ර‍" @@ -7711,24 +7686,31 @@ msgid "Username:" msgstr "භාවිත නාමය:" #: libraries/plugins/auth/AuthenticationCookie.class.php:225 -#| msgid "Server Choice" msgid "Server Choice:" msgstr "සේවාදායකයේ තේරීම:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "මුර පදයක් නොමැතිව ඇතුල් වීම ඔබගේ සිටුවම් මගින් වලකා ඇත. (AllowNoPassword බලන්න)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "පසුගිය තත්පර %s තුල අක්‍රීයයි; නැවත ඇතුළු වන්න" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL සේවාදායකයට ලොග් විය නොහැක" @@ -7794,7 +7776,7 @@ msgstr "NULL වෙනුවට භාවිතා කරන්න:" msgid "Remove carriage return/line feed characters within columns" msgstr "තීර තුළ අඩංගු carriage return/line feed අනු ලකුණු ඉවත් කරන්න" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "එක්සෙල් සංස්කරණය:" @@ -7870,19 +7852,16 @@ msgstr "වස්තු නිර්මාණය කිරීමේ විකල #: libraries/plugins/export/ExportLatex.class.php:121 #: libraries/plugins/export/ExportLatex.class.php:166 -#| msgid "Table caption" msgid "Table caption:" msgstr "වගු සිරස් තලය:" #: libraries/plugins/export/ExportLatex.class.php:126 #: libraries/plugins/export/ExportLatex.class.php:171 -#| msgid "Table caption (continued)" msgid "Table caption (continued):" msgstr "වගු සිරස්තලය (සබැඳි):" #: libraries/plugins/export/ExportLatex.class.php:131 #: libraries/plugins/export/ExportLatex.class.php:176 -#| msgid "Label key" msgid "Label key:" msgstr "ලේබල යතුර:" @@ -7904,7 +7883,6 @@ msgid "Display MIME types" msgstr "MIME වර්ග පෙන්වන්න" #: libraries/plugins/export/ExportLatex.class.php:162 -#| msgid "Put columns names in the first row" msgid "Put columns names in the first row:" msgstr "තීර නම් පළමු පේළියේ යොදන්න:" @@ -7913,21 +7891,18 @@ msgstr "තීර නම් පළමු පේළියේ යොදන්න:" #: libraries/plugins/export/ExportXml.class.php:191 #: libraries/replication_gui.lib.php:68 libraries/replication_gui.lib.php:293 #: libraries/server_privileges.lib.php:1081 libraries/sql.lib.php:459 -#| msgid "Host" msgid "Host:" msgstr "දායකයා:" #: libraries/plugins/export/ExportLatex.class.php:223 #: libraries/plugins/export/ExportSql.class.php:608 #: libraries/plugins/export/ExportXml.class.php:196 libraries/sql.lib.php:462 -#| msgid "Generation Time" msgid "Generation Time:" msgstr "උත්පාදන වේලාව:" #: libraries/plugins/export/ExportLatex.class.php:226 #: libraries/plugins/export/ExportSql.class.php:614 #: libraries/plugins/export/ExportXml.class.php:199 -#| msgid "PHP Version" msgid "PHP Version:" msgstr "PHP අනුවාදය:" @@ -7936,18 +7911,15 @@ msgstr "PHP අනුවාදය:" #: libraries/plugins/export/ExportXml.class.php:390 #: libraries/plugins/export/PMA_ExportPdf.class.php:115 #: libraries/sql.lib.php:460 -#| msgid "Database" msgid "Database:" msgstr "දත්තගබඩාව:" #: libraries/plugins/export/ExportLatex.class.php:303 #: libraries/plugins/export/ExportSql.class.php:1546 -#| msgid "Data" msgid "Data:" msgstr "දත්ත:" #: libraries/plugins/export/ExportLatex.class.php:487 -#| msgid "Structure" msgid "Structure:" msgstr "සැකිල්ල:" @@ -8047,8 +8019,8 @@ msgid "" "(1,2,3)" msgstr "" "සියලුම INSERT ප්‍රකාශ වල තීර නම් ඇතුලත් කරන්න
    " -"  උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES (1,2,3)" -"" +"  උදාහරණ: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" #: libraries/plugins/export/ExportSql.class.php:361 msgid "" @@ -8120,7 +8092,6 @@ msgid "Export contents" msgstr "අන්තර්ගතය අපනයනය කරන්න" #: libraries/plugins/export/PMA_ExportPdf.class.php:116 -#| msgid "Table" msgid "Table:" msgstr "වගුව:" @@ -8130,8 +8101,8 @@ msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -"ගොනුවේ පළමු පේළියේ ඇත්තේ වගුවේ තීරවල නම්ය.(මෙය තෝරා නොගතහොත් පළමු පේලිය දත්ත සේ ගැනේ)" -"" +"ගොනුවේ පළමු පේළියේ ඇත්තේ වගුවේ තීරවල නම්ය.(මෙය තෝරා නොගතහොත් පළමු පේලිය දත්ත සේ " +"ගැනේ)" #: libraries/plugins/import/ImportCsv.class.php:72 msgid "" @@ -8205,6 +8176,12 @@ msgid "" msgstr "" "ලබා දුන් XML ගොනුව අසම්පූර්ණ හෝ විකෘතිය. මෙම ගැටලුව නිරාකරණය කිරීමෙන් පසු නැවත උත්සාහ කරන්න." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument පැතුරුම්පත" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Shape ගොනුව" @@ -8375,90 +8352,90 @@ msgstr "" "සබැඳියක් පෙන්වයි; ක්ෂේත්‍රයේ අඩංගු විය යුත්තේ ගොනුවේ නාමයයි. පළවන විකල්පය URLය සඳහා " "\"http://www.example.com/\" වැනි උපසර්ගයකි. දෙවන විකල්පය සබැඳිය සඳහා පෙන්විය යුතු පෙළයි." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "OK නැත" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "සක්‍රිය කරන ලද" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "වගු සබඳතා වලට අදාල සාමාන්‍ය විශේෂාංග" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "දර්ශන ලක්ෂණ" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF සෑදීම" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "තීර විස්තර පෙන්වීම" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "බ්‍රව්සර රූපාන්තරනය" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "ඔබගේ column_comments වගුව යාවත්කාලීන කරන්නේ කෙසේද යන්න පිළිබඳව ලියකියවිලි බලන්න" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "පොත් සලකුණු කරන ලද SQL විමසුම" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL ඉතිහාසය" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "කල්පවතිනා ලෙස සටහන් කෙරෙන මෑතදී භාවිතා කල වගු" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "කල්පවතිනා ලෙස සටහන් කෙරෙන වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "භාවිතා කරන්නාගේ අභිරුචි" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "examples/create_tables.sql භාවිතා කර අවශ්‍ය කරන වගු තනා ගන්න." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "පරිපාලක භාවිතා කරන්නෙක් තනා ඔහුට මෙම වගු සඳහා පරිශීලන වරප්‍රසාද ලබා දෙන්න." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "යාවත්කාලීන කරන ලද වින්‍යාස ගොනුව පූරණය සඳහා phpMyAdmin වෙත නැවත වරක් ඇතුල් වන්න." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "විස්තරයක් නොමැත" @@ -8484,7 +8461,6 @@ msgstr "" #: libraries/replication_gui.lib.php:60 libraries/replication_gui.lib.php:273 #: libraries/server_privileges.lib.php:1024 -#| msgid "User name" msgid "User name:" msgstr "භාවිත නාමය:" @@ -8496,7 +8472,6 @@ msgid "User name" msgstr "භාවිත නාමය" #: libraries/replication_gui.lib.php:72 -#| msgid "Port" msgid "Port:" msgstr "පෝර්ට්:" @@ -8513,7 +8488,7 @@ msgstr "අනුගාමි සේවාදායකයේ තත්වය" msgid "Variable" msgstr "විචල්‍යය" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "සේවාදායකයේ හැඳුනුම් අංකය" @@ -8546,7 +8521,6 @@ msgstr "ඕනෑම භාවිතා කරන්නෙක්" #: libraries/replication_gui.lib.php:372 #: libraries/server_privileges.lib.php:1175 #: libraries/server_privileges.lib.php:2292 -#| msgid "Use text field" msgid "Use text field:" msgstr "පෙළ ක්ෂේත්‍ර භාවිතා කරන්න:" @@ -8584,7 +8558,6 @@ msgid "Re-type" msgstr "නැවත ටයිප් කරන්න" #: libraries/replication_gui.lib.php:386 -#| msgid "Generate Password" msgid "Generate Password:" msgstr "මුරපදය උත්පාදනය කරන්න:" @@ -8632,7 +8605,6 @@ msgstr "සිද්ධිය සංස්කරණය කරන්න" #: libraries/rte/rte_routines.lib.php:1481 #: libraries/rte/rte_routines.lib.php:1521 #: libraries/rte/rte_triggers.lib.php:230 -#| msgid "Error in processing request" msgid "Error in processing request:" msgstr "ඉල්ලීම පිරිසැකසීමේදී දෝශ ඇතිවිය:" @@ -8645,7 +8617,7 @@ msgstr "තොරතුරු" msgid "Event name" msgstr "සිද්ධියේ නම" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "සිද්ධි වර්ගය" @@ -8982,37 +8954,34 @@ msgstr "%2$s දත්තගබඩාවේ %1$s නමින් සිද්ධ msgid "There are no events to display." msgstr "පෙන්වීම සඳහා සිද්ධි නොමැත." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "%s නමින් වගුවක් නොපවතියි!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "කරුණාකර %s වගුව සඳහා ඛණ්ඩාංක අගයන් සිටුවන්න" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "%s දත්තගබඩාවේ ක්‍රමානුරූපය - %sවන පිටුව" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "මෙම පිටුවේ වගු කිසිවක් අඩංගු නොවේ!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ක්‍රමානුරූප දෝෂය: " @@ -9078,71 +9047,139 @@ msgstr "තීර නම්" msgid "Display relational schema" msgstr "ක්‍රමානුරූපය පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "ක්‍රමානුරූපය අපනයනය කල යුතු ආකෘතිය තෝරන්න" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "කොටු සැලැස්ම පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "වර්ණය පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "වගු වල මාන පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "සියලු වගු එකම ප්‍රමාණයෙන් පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "දත්ත කෝෂය" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "මූල පමණක් පෙන්වන්න" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "තිරස් දිශානතිය" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "සිරස් දිශානතිය" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "දිශානතිය" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "පිටුවේ ප්‍රමාණය" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "වත්මන් පිටුවේ තව දුරටත් නොපවතින වගු වෙත යොමු ඇත. එම යොමු ඉවත් කිරීමට ඔබ කැමතිද?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "%1$s නොදන්නා භාෂාවකි." #: libraries/select_server.lib.php:39 libraries/select_server.lib.php:44 -#| msgid "Current Server" msgid "Current Server:" msgstr "වත්මන් සේවාදායකය:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "පෙන්වීම සඳහා ද්වීමය ලොගය තෝරන්න" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "ලොග් නම" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "පිහිටුම" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "මුල් පිහිටුම" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "තොරතුරු" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "අක්ෂර කට්ටල සහ පරිතුලන" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "අරඹන්න" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "අනුවාදය" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "අක්‍රීයයි" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "වරප්‍රසාද නොමැත." @@ -9508,7 +9545,6 @@ msgid "Column-specific privileges" msgstr "තීර-විශේෂී වරප්‍රසාද" #: libraries/server_privileges.lib.php:2288 -#| msgid "Add privileges on the following database" msgid "Add privileges on the following database:" msgstr "පහත දත්තගබඩාවට වරප්‍රසාද එක් කරන්න:" @@ -9517,7 +9553,6 @@ msgid "Wildcards % and _ should be escaped with a \\ to use them literally" msgstr "" #: libraries/server_privileges.lib.php:2327 -#| msgid "Add privileges on the following table" msgid "Add privileges on the following table:" msgstr "පහත වගුවට වරප්‍රසාද එක් කරන්න:" @@ -9558,7 +9593,6 @@ msgid "Privileges for %s" msgstr "%s සඳහා වරප්‍රසාද" #: libraries/server_privileges.lib.php:2861 -#| msgid "Edit Privileges" msgid "Edit Privileges:" msgstr "වරප්‍රසාද සංස්කරණය කරන්න:" @@ -9591,7 +9625,6 @@ msgid "SQL result" msgstr "SQL ප්‍රතිළුල" #: libraries/sql.lib.php:464 -#| msgid "Generated by" msgid "Generated by:" msgstr "උත්පාදනය කරන ලද්දේ:" @@ -9619,12 +9652,10 @@ msgid "Summary by state" msgstr "" #: libraries/sql.lib.php:551 -#| msgid "Total time:" msgid "Total Time" msgstr "මුළු කාලය" #: libraries/sql.lib.php:553 -#| msgid "Time" msgid "% Time" msgstr "% කාලය" @@ -9635,7 +9666,6 @@ msgid "Calls" msgstr "වසන්න" #: libraries/sql.lib.php:557 -#| msgid "Time" msgid "ø Time" msgstr "ø කාලය" @@ -9654,7 +9684,6 @@ msgid "Clear" msgstr "මකන්න" #: libraries/sql_query_form.lib.php:318 -#| msgid "Bookmark this SQL query" msgid "Bookmark this SQL query:" msgstr "මෙම SQL විමසුම පොත් සලකුණුගත කරන්න:" @@ -9870,7 +9899,6 @@ msgid "After %s" msgstr "%s ට පසු" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "පේළි සංඛ්‍ය ලේඛන" @@ -9929,10 +9957,6 @@ msgstr "SPATIAL මූලය එක් කරන්න" msgid "Add FULLTEXT index" msgstr "FULLTEXT මූලය එක් කරන්න" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "තොරතුරු" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "අවකාශ භාවිතය" @@ -9941,7 +9965,7 @@ msgstr "අවකාශ භාවිතය" msgid "Effective" msgstr "එලදායී" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "%1$s වගුව සාර්ථකව වෙනස් කරන ලදි" @@ -10037,12 +10061,10 @@ msgid "Table name" msgstr "වගුවේ නම" #: libraries/tbl_columns_definition_form.inc.php:838 -#| msgid "Storage Engine" msgid "Storage Engine:" msgstr "ගබඩා යන්ත්‍ර‍:" #: libraries/tbl_columns_definition_form.inc.php:842 -#| msgid "Collation" msgid "Collation:" msgstr "පරිතුලනය:" @@ -10172,7 +10194,6 @@ msgid "Hide/Show Tables with no relation" msgstr "" #: pmd_general.php:218 -#| msgid "Number of tables" msgid "Number of tables:" msgstr "වගු ගණන:" @@ -10220,7 +10241,6 @@ msgid "Page creation failed" msgstr "පිටුව සෑදීම අසමත් විය" #: pmd_pdf.php:113 -#| msgid "Page" msgid "Page:" msgstr "පිටුව:" @@ -10356,7 +10376,6 @@ msgid "All" msgstr "සියලු" #: querywindow.php:154 -#| msgid "SQL history" msgid "SQL history:" msgstr "SQL ඉතිහාසය:" @@ -10369,34 +10388,6 @@ msgstr "" msgid "File doesn't exist" msgstr "ගොනුව නොපවතියි" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "පෙන්වීම සඳහා ද්වීමය ලොගය තෝරන්න" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "ලොග් නම" - -#: server_binlog.php:187 -msgid "Position" -msgstr "පිහිටුම" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "මුල් පිහිටුම" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "අක්ෂර කට්ටල සහ පරිතුලන" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10433,7 +10424,7 @@ msgstr "" msgid "No databases" msgstr "දත්තගබඩා නොමැත" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "ගබඩා යන්ත්‍ර" @@ -10441,42 +10432,6 @@ msgstr "ගබඩා යන්ත්‍ර" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "අරඹන්න" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "අනුවාදය" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "අක්‍රීයයි" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -10983,17 +10938,14 @@ msgid "Questions since startup: %s" msgstr "ආරම්භයේ සිට සේවාදායකය වෙත යැවුණු ප්‍රශ්න ගණන: %s" #: server_status_queries.php:79 -#| msgid "per hour" msgid "per hour:" msgstr "පැයකට:" #: server_status_queries.php:82 -#| msgid "per minute" msgid "per minute:" msgstr "මිනිත්තුවකට:" #: server_status_queries.php:86 -#| msgid "per second" msgid "per second:" msgstr "තප්පරයකට:" @@ -11865,8 +11817,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "ඔබ [kbd]config[/kbd] සත්‍යාපනය තෝරා ස්වයංක්‍රීය ඇතුල්වීම සඳහා භාවිත නාමය සහ මුරපදය සඳහන් " "කර ඇත. සජීවී සත්කාරකයන් සඳහා මෙය නුසුදුසුය. ඔබගේ phpMyAdmin URLය දන්නා ඕනෑම අයෙකුට " @@ -11950,7 +11902,6 @@ msgid "Bookmark this SQL query" msgstr "මෙම SQL විමසුම පොත් සලකුණුගත කරන්න" #: sql.php:1191 -#| msgid "Label" msgid "Label:" msgstr "ලේබලය:" @@ -12111,17 +12062,14 @@ msgid "The table name is empty!" msgstr "වගුවෙහි නම හිස්ව ඇත!" #: tbl_printview.php:65 -#| msgid "Showing tables" msgid "Showing tables:" msgstr "වගු පෙන්වමින්:" #: tbl_printview.php:296 -#| msgid "Space usage" msgid "Space usage:" msgstr "අවකාශ භාවිතය:" #: tbl_printview.php:345 -#| msgid "Row Statistics" msgid "Row Statistics:" msgstr "පේළි සංඛ්‍ය ලේඛන:" @@ -12157,7 +12105,6 @@ msgid "No index defined! Create one below" msgstr "සුචියක් අර්ථදක්වා නැත!" #: tbl_relation.php:546 -#| msgid "Choose column to display" msgid "Choose column to display:" msgstr "පෙන්වීම සඳහා තීරය ‍තෝරාගන්න:" @@ -12307,23 +12254,23 @@ msgstr "" msgid "Create version" msgstr "අනුවාදය සාදන්න" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "තේමාව" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "තවත් තේමාවන් ලබා ගන්න!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "විස්තරය" @@ -12340,7 +12287,7 @@ msgstr "පරිශීලක පැතිකඩ යාවත්කාලීන msgid "VIEW name" msgstr "දසුනේ නම" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "දසුනේ නම වෙනස් කරන්න" @@ -13772,13 +13719,13 @@ msgstr "concurrent_insert ශුන්‍යයට සිටුවා ඇත" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" -#~ "මෙය [kbd]nested[/kbd] වෙත සිටවූ විට, වගුවේ අන්වර්ථ නාමය යොදා ගැනෙනුයේ $cfg" -#~ "['LeftFrameTableSeparator'] අගය අනුව වගු වෙන්කිරීමට/කාණ්ඩගත කිරීමට පමණි. එම නිසා " -#~ "කාණ්ඩය පමණක් අන්වර්ථ නාමයෙන් හැඳින්වෙන අතර, වගු නාමයන් නොවෙනස්ව පවතී" +#~ "මෙය [kbd]nested[/kbd] වෙත සිටවූ විට, වගුවේ අන්වර්ථ නාමය යොදා ගැනෙනුයේ " +#~ "$cfg['LeftFrameTableSeparator'] අගය අනුව වගු වෙන්කිරීමට/කාණ්ඩගත කිරීමට පමණි. එම " +#~ "නිසා කාණ්ඩය පමණක් අන්වර්ථ නාමයෙන් හැඳින්වෙන අතර, වගු නාමයන් නොවෙනස්ව පවතී" #~ msgid "Display table comment instead of its name" #~ msgstr "වගුවේ නම වෙනුවට විස්තරය පෙන්වන්න" diff --git a/po/sk.po b/po/sk.po index 0e51eb7530..78a3de9cbc 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,10 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-11 16:36+0200\n" "Last-Translator: Peter Rosa \n" -"Language-Team: Slovak \n" +"Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,11 +22,11 @@ msgid "Show all" msgstr "Zobraziť všetko" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Číslo stránky:" @@ -58,7 +59,7 @@ msgstr "Hľadať" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +67,9 @@ msgstr "Hľadať" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +77,9 @@ msgstr "Hľadať" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Vykonaj" @@ -89,8 +89,9 @@ msgid "Keyname" msgstr "Kľúčový názov" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Popis" @@ -272,7 +273,7 @@ msgstr "Áno" msgid "View dump (schema) of database" msgstr "Zobraziť dump (schému) databázy" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Neboli nájdené žiadne tabuľky v tejto databáze." @@ -309,7 +310,7 @@ msgstr "" "kliknite %ssem%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -377,7 +378,7 @@ msgstr "Prepnúť do %svizuálneho návrhára%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -392,7 +393,7 @@ msgid "Tracked tables" msgstr "Sledované tabuľky" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -415,7 +416,7 @@ msgstr "Vytvorené" msgid "Updated" msgstr "Aktualizované" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -439,7 +440,7 @@ msgid "Delete tracking data for this table" msgstr "Odstrániť všetky informácie o sledovaní tejto tabuľky" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -474,28 +475,28 @@ msgstr "Nesledované tabuľky" msgid "Track table" msgstr "Sledovať tabuľku" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Databázový log" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Nesprávny typ!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Vybraný typ exportu musí byť uložený do súboru!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Chybné parametre!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Nedostatok miesta pre uloženie súboru %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -503,12 +504,12 @@ msgstr "" "Súbor %s už existuje na servery, zmente názov súboru alebo zvolte prepísanie " "súboru." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Web server nemá oprávenia na uloženie do súboru %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Výpis bol uložený do súboru %s." @@ -700,51 +701,51 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "SQL dopyt bol úspešne vykonaný" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Späť" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Všeobecné nastavenia" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Zmeniť heslo" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Znaková sada pre pripojenie k serveru" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Nastavenia vzhľadu" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Ďalšie nastavenia" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Databázový server" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server port" msgid "Server type:" msgstr "Port servera" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -752,79 +753,79 @@ msgstr "Port servera" msgid "Server version:" msgstr "Verzia serveru" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Verzia protokolu" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Používateľ" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server charset" msgid "Server charset:" msgstr "Znaková sada servera" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Webový server" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database client version" msgid "Database client version:" msgstr "Verzia databázového klienta" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "Rozšírenie PHP" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Zobraziť informácie o PHP" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Informácie o verzii" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentácia" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Oficiálne stránky phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Prispejte" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Získať podporu" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Zoznam zmien" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -836,7 +837,7 @@ msgstr "" "nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by " "mala byť urýchlene odstránená nastavením hesla pre užívateľa 'root'." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -845,7 +846,7 @@ msgstr "" "V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je " "kompatibilná s phpMyAdmin-om a môže spôsobiť stratu dát!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -856,21 +857,20 @@ msgstr "" "rozdeľovať reťazce kódované v týchto znakových sadách a môže to viesť k " "nečakaným výsledkom." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " "cookie validity configured in phpMyAdmin, because of this, your login will " "expire sooner than configured in phpMyAdmin." msgstr "" -"Nastavenie v php.ini " -"[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-" -"maxlifetime@_blank]session.gc_maxlifetime[/a] má nižšiu hodnotu ako " -"nastavenie životnosti cookie v phpMyAdmin ($cfg['LoginCookieValidity']). " -"Kvôli tomu vaše prihlásenie vyprší skôr ako je nastavené v konfigurácii " -"phpMyAdmin." +"Nastavenie v php.ini [a@http://php.net/manual/en/session.configuration." +"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] má nižšiu " +"hodnotu ako nastavenie životnosti cookie v phpMyAdmin " +"($cfg['LoginCookieValidity']). Kvôli tomu vaše prihlásenie vyprší skôr ako " +"je nastavené v konfigurácii phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -878,13 +878,13 @@ msgstr "" "Životnosť cookie je nižšia ako je nastavené v phpMyAdmin. Kvôli tomu vaše " "prihlásenie vyprší skôr ako je nastavené v konfigurácii phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Nastavte prosím kľúč pre šifrovanie cookies v konfiguračnom súbore " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 #, fuzzy #| msgid "" #| "Directory [code]config[/code], which is used by the setup script, still " @@ -900,7 +900,7 @@ msgstr "" "vašom phpMyAdmin adresári. Mali by ste ho odstrániť, ak je phpMyAdmin " "nakonfigurovaný." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -909,7 +909,7 @@ msgstr "" "Miesto uloženia phpMyAdmin konfigurácie nie je úplne nastavené, niektoré " "rozšírené vlastnosti boli vypnuté. Ak chcete zistiť prečo, kliknite %ssem%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -918,14 +918,14 @@ msgstr "" "Verzia Vašej PHP MySQL knižnice %s je rozdielna od MySQL server verzie %s. " "Toto môže spôsobiť nepredvídateľné správanie." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " "issues." msgstr "" -"Webový server beží so Suhosin-patchom. Možné dôsledky konzultujte s %" -"sdokumentáciou%s." +"Webový server beží so Suhosin-patchom. Možné dôsledky konzultujte s " +"%sdokumentáciou%s." #: js/messages.php:27 libraries/import.lib.php:118 sql.php:254 msgid "\"DROP DATABASE\" statements are disabled." @@ -1033,12 +1033,12 @@ msgid "Other" msgstr "Ostatné" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1137,44 +1137,44 @@ msgstr "Prijatých bajtov" msgid "Connections" msgstr "Spojenia" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Procesy" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1192,7 +1192,7 @@ msgstr "Dopyty" msgid "Traffic" msgstr "Vyťaženie" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Nastavenia" @@ -1219,7 +1219,7 @@ msgstr "Pridajte prosím aspoň jednu hodnotu do série" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Žiadny" @@ -1504,7 +1504,7 @@ msgstr "" "nastavenia…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1714,8 +1714,8 @@ msgstr "Zobrazit vyhľadávacie pole" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1741,8 +1741,8 @@ msgstr "Čas behu dopytu" msgid "%d is not valid row number." msgstr "%d nie je platné číslo riadku." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1953,17 +1953,14 @@ msgid "More" msgstr "Viac" #: js/messages.php:363 -#| msgid "Show all" msgid "Show Panel" msgstr "Zobraziť panel" #: js/messages.php:364 -#| msgid "Hide indexes" msgid "Hide Panel" msgstr "Skryť panel" #: js/messages.php:367 -#| 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 "Zvolená stránka sa nenašla v histórii, pravdepodobne bola zrušená." @@ -2054,63 +2051,63 @@ msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dec" @@ -2148,32 +2145,32 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Po" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Út" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "St" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Št" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Pi" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "So" @@ -2323,7 +2320,7 @@ msgstr "Veľkosť písma" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Vzostupne" @@ -2332,7 +2329,7 @@ msgstr "Vzostupne" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Zostupne" @@ -2413,11 +2410,11 @@ msgstr "" msgid "SQL query on database %s:" msgstr "SQL dopyt v databáze %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Odošli dopyt" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2425,15 +2422,15 @@ msgstr "" "Server neodpovedá (alebo socket lokálneho MySQL servera nie je správne " "nastavený)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Server neodpovedá." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Podrobnosti…" @@ -2475,8 +2472,8 @@ msgstr[1] "%1$s výskyty v %2$s" msgstr[2] "%1$s výskytov v %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Prechádzať" @@ -2528,26 +2525,28 @@ msgstr "Uložiť zmeny" msgid "Restore column order" msgstr "Obnoviť poradie stĺpcov" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Začiatok" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Predchádzajúci" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Ďalší" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Koniec" @@ -2666,7 +2665,7 @@ msgid "The row has been deleted" msgstr "Riadok bol zmazaný" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Zabiť" @@ -2723,8 +2722,8 @@ msgstr "Označiť všetko" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2826,7 +2825,7 @@ msgstr "Otvoriť nové okno phpMyAdmina" msgid "Click on the bar to scroll to top of page" msgstr "Kliknutím v pruhu prejdete na začiatok stránky" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Pokiaľ chcete pokračovať, Javascript musí byť povolený" @@ -2857,12 +2856,13 @@ msgid "Cardinality" msgstr "Mohutnosť" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Zotriedenie" @@ -2891,7 +2891,7 @@ msgstr "" "odstránený." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2902,9 +2902,9 @@ msgid "View" msgstr "Pohľad" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2915,32 +2915,32 @@ msgid "Structure" msgstr "Štruktúra" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Hľadať" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Vložiť" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operácie" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Sledovanie" @@ -2981,51 +2981,52 @@ msgstr "Rutiny" msgid "Events" msgstr "Udalosti" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dizajnér" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databázy" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Používatelia" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binárny log" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikácia" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Premenné" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Znakové sady" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Rozšírenia" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Systémy" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Chyba" @@ -3117,7 +3118,8 @@ msgstr "Tabuľky" msgid "Transaction coordinator" msgstr "Koordinátor transakcií" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Súbory" @@ -3238,8 +3240,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Nepodarilo sa vyčistiť nastavenia tabuľky (pozri " -"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" +"Nepodarilo sa vyčistiť nastavenia tabuľky (pozri $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3248,8 +3250,8 @@ msgid "" "after you refresh this page. Please check if the table structure has been " "changed." msgstr "" -"Nepodarilo sa uložiť nastavenie \"%s\". Po obnovení stránky sa zmeny stratia. " -"Skontrolujte, či sa zmenila štruktúra tabuľky." +"Nepodarilo sa uložiť nastavenie \"%s\". Po obnovení stránky sa zmeny " +"stratia. Skontrolujte, či sa zmenila štruktúra tabuľky." #: libraries/TableSearch.class.php:179 libraries/insert_edit.lib.php:211 #: libraries/insert_edit.lib.php:217 libraries/rte/rte_routines.lib.php:1582 @@ -3515,16 +3517,16 @@ msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -"Stĺpec typu TEXT, maximálna dĺžka 255 (2^8 - 1) znakov, ukladá sa s " -"1-bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" +"Stĺpec typu TEXT, maximálna dĺžka 255 (2^8 - 1) znakov, ukladá sa s 1-" +"bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" #: libraries/Types.class.php:336 libraries/Types.class.php:733 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -"Stĺpec typu TEXT, maximálna dĺžka 65 535 (2^16 - 1) znakov, ukladá sa s " -"2-bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" +"Stĺpec typu TEXT, maximálna dĺžka 65 535 (2^16 - 1) znakov, ukladá sa s 2-" +"bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" #: libraries/Types.class.php:338 msgid "" @@ -3547,7 +3549,8 @@ msgstr "" msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" -msgstr "Podobné typu CHAR, ale ukladá binárne bajty namiesto nebinárnych znakov" +msgstr "" +"Podobné typu CHAR, ale ukladá binárne bajty namiesto nebinárnych znakov" #: libraries/Types.class.php:344 msgid "" @@ -3648,7 +3651,6 @@ msgid "String" msgstr "Reťazec" #: libraries/Types.class.php:674 -#| msgid "Total" msgctxt "spatial types" msgid "Spatial" msgstr "Priestorový objekt" @@ -3727,130 +3729,130 @@ msgstr "SQL dopyt" msgid "MySQL said: " msgstr "MySQL hlási: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Nepodarilo sa pripojiť k SQL validátoru!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Vysvetliť SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Preskočiť vysvetlenie SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Bez PHP kódu" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Vytvoriť PHP kód" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Obnoviť" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Bez kontroly SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Skontrolovať SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Upraviť dopyt na tejto stránke" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Upraviť tu" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilovanie" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ne" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%a %d.%B %Y, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dní, %s hodín, %s minút a %s sekúnd" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Chýbajúci parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Prejsť na databázu "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funkčnosť %s je ovplyvnená známou chybou, pozri %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Kliknite pre prepnutie" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Prechádzať váš počítač:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Zvoľte súbor z upload adresára %s web servera:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Adresár určený pre upload súborov sa nedá otvoriť" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Žiadny súbor pre nahrávanie" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Vyprázdniť" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Spustiť" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Vytlačiť" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Vytvorenie" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Posledná zmena" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Posledná kontrola" @@ -3859,9 +3861,9 @@ msgstr "Posledná kontrola" msgid "shared" msgstr "zdieľaný" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4007,8 +4009,8 @@ msgid "Double click" msgstr "Dvojklik" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Vypnuté" @@ -4164,8 +4166,12 @@ msgstr "Obnoviť východziu hodnotu" msgid "Allow users to customize this value" msgstr "Povoliť užívateľom prispôsobiť túto hodnotu" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Vynulovať" @@ -4190,8 +4196,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Tajné heslo používané pre šifrovanie cookies pri prihlasovaní pomocou [kbd]" -"cookie[/kbd]" +"Tajné heslo používané pre šifrovanie cookies pri prihlasovaní pomocou " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4232,8 +4238,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Nastavte, ktorý typ ovládacích prvkov sa má použiť pri editácii polí typu " -"CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje obmedziť dĺžku vstupu, [kbd]" -"textová oblasť[/kbd] - umožňuje použitie nových riadkov v poli" +"CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje obmedziť dĺžku vstupu, " +"[kbd]textová oblasť[/kbd] - umožňuje použitie nových riadkov v poli" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4241,12 +4247,11 @@ msgstr "Úprava polí typu CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" -"Použiť užívateľsky príjemný editor na úpravu SQL dozatazov " -"([a@http://codemirror.net/]CodeMirror[/a]) s číslovaním riadkov a " -"zvýrazňovaním syntaxe" +"Použiť užívateľsky príjemný editor na úpravu SQL dozatazov ([a@http://" +"codemirror.net/]CodeMirror[/a]) s číslovaním riadkov a zvýrazňovaním syntaxe" #: libraries/config/messages.inc.php:31 msgid "Enable CodeMirror" @@ -4363,7 +4368,6 @@ msgid "Whether the table structure actions should be hidden" msgstr "Určuje, či akcie štruktúry tabuliek majú byť skryté" #: libraries/config/messages.inc.php:55 -#| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Skryť akcie štruktúry tabuľky" @@ -4440,8 +4444,8 @@ msgstr "Kompresia" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4679,8 +4683,8 @@ msgstr "Prispôsobiť režim prezerania" msgid "Customize default options" msgstr "Prispôsobenie východzích nastavení" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4748,12 +4752,10 @@ msgid "Databases display options" msgstr "Nastavenia zobrazenia databáz" #: libraries/config/messages.inc.php:177 setup/frames/menu.inc.php:19 -#| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigačný panel" #: libraries/config/messages.inc.php:178 -#| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel" msgstr "Prizpôsobiť vzhľad navigačného panela" @@ -4771,7 +4773,6 @@ msgid "Tables display options" msgstr "Nastavenie zobrazenia tabuliek" #: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:20 -#| msgid "Main frame" msgid "Main panel" msgstr "Hlavný panel" @@ -4793,12 +4794,13 @@ msgstr "Mená stránok" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Zadajte titulku, ktorú bude zobrazovať prehliadač. V [doc@cfg_TitleTable]" -"documentácii[/doc] nájdete špeciálne reťazce, ktoré môžete použiť na " -"získanie špeciálnych hodnôt." +"Zadajte titulku, ktorú bude zobrazovať prehliadač. V " +"[doc@cfg_TitleTable]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:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -4884,12 +4886,10 @@ msgid "Customize import defaults" msgstr "Prispôsobebie východzích nastavení importu" #: libraries/config/messages.inc.php:209 -#| msgid "Customize navigation frame" msgid "Customize navigation panel" msgstr "Prispôsobiť navigačný panel" #: libraries/config/messages.inc.php:210 -#| msgid "Customize main frame" msgid "Customize main panel" msgstr "Prispôsobiť hlavný panel" @@ -4921,10 +4921,10 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Ak chcete používať službu SQL validátoru, mali by ste vedieť, že [strong]" -"všetky SQL príkazy sú anonymne ukladané pre štatistické účely[/strong].[br]" -"[em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright " -"2002 Upright Database Technology. All rights reserved.[/em]" +"Ak chcete používať službu SQL validátoru, mali by ste vedieť, že " +"[strong]všetky SQL príkazy sú anonymne ukladané pre štatistické účely[/" +"strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " +"Copyright 2002 Upright Database Technology. All rights reserved.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5175,7 +5175,6 @@ msgid "Users cannot set a higher value" msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu" #: libraries/config/messages.inc.php:284 -#| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list" msgstr "Maximálny počet databáz zobrazených v zozname databáz" @@ -5184,7 +5183,6 @@ msgid "Maximum databases" msgstr "Najvyšší počet databáz" #: libraries/config/messages.inc.php:286 -#| msgid "The number of joins that did a full scan of the first table." 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 strane navigačného panela" @@ -5240,7 +5238,6 @@ msgid "Memory limit" msgstr "Obmedzenie pamäte" #: libraries/config/messages.inc.php:297 -#| msgid "Show logo in left frame" msgid "Show logo in navigation panel" msgstr "Zobraziť logo v navigačnom paneli" @@ -5249,7 +5246,6 @@ msgid "Display logo" msgstr "Zobraziť logo" #: libraries/config/messages.inc.php:299 -#| 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 ktoré bude odkazovať logo v navigačnom paneli" @@ -5262,15 +5258,14 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])" msgstr "" -"Otvoriť nové okno v hlavnej okne ([kbd]hlavná[/kbd]) alebo v novom ([kbd]nové" -"[/kbd])" +"Otvoriť nové okno v hlavnej okne ([kbd]hlavná[/kbd]) alebo v novom " +"([kbd]nové[/kbd])" #: libraries/config/messages.inc.php:302 msgid "Logo link target" msgstr "Cieľ odkazu loga" #: libraries/config/messages.inc.php:303 -#| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel" msgstr "Zobraziť voľbu servera v hornej časti navigačného panela" @@ -5283,7 +5278,6 @@ msgid "Target for quick access icon" msgstr "Cieľ pre ikonu rýchleho prístupu" #: libraries/config/messages.inc.php:306 -#| msgid "Minimum number of tables to display the table filter box" msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -5292,25 +5286,19 @@ msgstr "" "zobrazenie filtra." #: libraries/config/messages.inc.php:307 -#| msgid "Minimum number of tables to display the table filter box" 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:308 -#| msgid "Minimum number of tables to display the table filter box" 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:309 -#| msgid "" -#| "Only light version; display databases in a tree (determined by the " -#| "separator defined below)" msgid "" "Group items in the navigation tree (determined by the separator defined " "below)" msgstr "" -"Zoskupovať položky v navigačnom paneli (určené oddeľovačom nastaveným " -"nižšie)" +"Zoskupovať položky v navigačnom paneli (určené oddeľovačom nastaveným nižšie)" #: libraries/config/messages.inc.php:310 msgid "Group items in the tree" @@ -5421,25 +5409,17 @@ msgid "Missing phpMyAdmin configuration storage tables" msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" #: libraries/config/messages.inc.php:334 -#| msgid "" -#| "Disable the default warning that is displayed if mcrypt is missing for " -#| "cookie authentication" msgid "" "Disable the default warning that is displayed if a difference between the " "MySQL library and server is detected" msgstr "" -"Vypnúť štandardné varovanie o rozdiele medzi verziou knižnice MySQL a " -"servera" +"Vypnúť štandardné varovanie o rozdiele medzi verziou knižnice MySQL a servera" #: libraries/config/messages.inc.php:335 msgid "Server/library difference warning" msgstr "Varovanie o rozdiele medzi verziou knižnice MySQL a servera" #: libraries/config/messages.inc.php:336 -#| 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" msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words" @@ -5605,28 +5585,21 @@ msgid "Authentication type" msgstr "Typ overovania" #: libraries/config/messages.inc.php:376 -#| msgid "" -#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" -#| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" msgstr "" -"Nechajte prázdne pre žiadnu podporu " -"[a@http://wiki.phpmyadmin.net/pma/bookmark]záložiek[/a], navrhované: " -"[kbd]pma__bookmark[/kbd]" +"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:377 msgid "Bookmark table" msgstr "Tabuľka záložiek" #: libraries/config/messages.inc.php:378 -#| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Nechajte prázdne pre žiadne komentáre ci mime typy polí, navrhované: " "[kbd]pma__column_info[/kbd]" @@ -5693,9 +5666,6 @@ msgid "Control port" msgstr "Kontrolný užívateľ" #: libraries/config/messages.inc.php:391 -#| msgid "" -#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" -#| "kbd]" msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" @@ -5736,9 +5706,6 @@ msgid "Hide databases" msgstr "Skryť databázy" #: libraries/config/messages.inc.php:399 -#| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5783,47 +5750,49 @@ msgid "Connect without password" msgstr "Pripojiť sa bez hesla" #: libraries/config/messages.inc.php:408 -#| 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]. Using this option you can sort database list, just " -#| "enter their names in order and use [kbd]*[/kbd] at the end to show the " -#| "rest in alphabetical order." +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Hľadať v tabuľke" + +#: libraries/config/messages.inc.php:410 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 "" "Môžete použiť nahradzujúce znaky (% a _). Pokiaľ ich potrebujete použiť v " -"ich pôvodnom význame, vložte spätné lomítko pred, napríklad " -"[kbd]'moja\\_db'[/kbd] namiesto [kbd]'moja_db'[/kbd]." +"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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Zobraziť len vybrané databázy" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Nechajte prázdne, pokiaľ nepoužívate prihlásenie podľa konfigurácie" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Heslo pre prihlásenie podľa konfigurácie" -#: libraries/config/messages.inc.php:412 -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF schéma: tabuľka stránok" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5833,23 +5802,20 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Meno databázy" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port servera" -#: libraries/config/messages.inc.php:418 -#| msgid "" -#| "Leave blank for no \"persistent\" recently used tables across sessions, " -#| "suggested: [kbd]pma_recent[/kbd]" +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5857,71 +5823,64 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Naposledy použitá tabuľka" -#: libraries/config/messages.inc.php:420 -#| msgid "" -#| "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:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" -"Nechajte prázdne pre vypnutie podpory " -"[a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a]. Odporúčaná " -"hodnota: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relačná tabuľka" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL príkaz pre načítanie dostupných databáz" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES príkaz" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Priklad, viď [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typy " "overovania[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Meno prihlasovacej session/sedenia" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL pri prihlásení" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Socket servera" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Povoliť SSL pre pripojenie k MySQL serveru" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Použiť SSL" -#: libraries/config/messages.inc.php:431 -#| msgid "" -#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" -#| "kbd]" +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" @@ -5929,14 +5888,11 @@ msgstr "" "Nechajte prázdne pro vypnutie podpory pre PDF schému. Odporúčaná hodnota: " "[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF schéma: tabuľka súradníc" -#: libraries/config/messages.inc.php:433 -#| msgid "" -#| "Table to describe the display columns, leave blank for no support; " -#| "suggested: [kbd]pma_table_info[/kbd]" +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5944,11 +5900,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Zobrazenie stĺpcov tabuľky" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5960,11 +5916,11 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory \"trvalého\" ukladania nastavení, " "navrhované: [kbd]pma_table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabuľka pre nastavenie rozhrania" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5972,11 +5928,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Pridať DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5984,11 +5940,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Pridať DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5996,66 +5952,60 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Pridať DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Sledované príkazy" -#: libraries/config/messages.inc.php:445 -#| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Nechajte prázdne pre vypnutie podpory pre sledovanie SQL dopytov. Odporúčaná " "hodnota: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabuľka pre sledovanie SQL dopytov" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automaticky vytvárať verzie" -#: libraries/config/messages.inc.php:449 -#| msgid "" -#| "Leave blank for no user preferences storage in database, suggested: [kbd]" -#| "pma_userconfig[/kbd]" +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabuľka pre užívateľské nastavenia" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Užívateľ pre prihlásenie podľa konfigurácie" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -6063,21 +6013,21 @@ 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Dlhé meno tohto servera" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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)" -""" +"Či sa bude užívateľovi zobrazovať tlačidlo "zobraziť všetky " +"(riadky)"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Povoliť zobraziť všetky riadky" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6088,59 +6038,57 @@ msgstr "" "konfiguračnom súbore; toto nemá vplyv na možnosť vykonať rovnaký príkaz " "priamo" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Zobraziť formulár na zmenu hesla" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Zobraziť formulár na vytvorenie databázy" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 -#| msgid "Show more actions" +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Zobraziť viac časových značiek" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Zobraziť Časovú značku poslednej aktualizácie" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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:465 -#| msgid "Show master status" +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Zobraziť Časovú značku poslednej kontroly" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" "Určuje, či sa má zobraziť voľba smeru vypisovania pri prechádzaní tabuľky" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Zobraziť smer zobrazovania" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6148,88 +6096,88 @@ msgstr "" "Definuje, či sa majú alebo nemajú zobrazovať typové polia v móde úprav/" "vkladania" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Zobraziť typy polí" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Zobraziť zoznam funkcií v móde úprav" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Zobraziť zoznam funkcií" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Či sa má zobrazovať nápoveda alebo nie" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Zobraziť nápovedu" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Zobraziť odkaz na výstup [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a] funkcie" +"Zobraziť odkaz na výstup [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a] funkcie" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Zobraziť odkaz na phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Zobraziť podrobné informácie o MySQL serveri" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Zobraziť SQL dopyty" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Zachovať príkazové okno" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Zobraziť štatistiky" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Zobraziť komentáre tabuľky vo vyskakovacom okne nápovedy" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Preskočiť zamknuté tabuľky" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Vyžaduje povolené kontrolovanie SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6237,7 +6185,7 @@ msgstr "Vyžaduje povolené kontrolovanie SQL" msgid "Password" msgstr "Heslo" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6245,34 +6193,34 @@ msgstr "" "[strong]Varovanie:[/strong] vyžaduje nainštalované rozšírenia PHP SOAP alebo " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Povoliť kontrolovanie SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Pokiaľ máte vlastné užívateľské meno, zadajte ho tu (východzie [kbd]anonymous" -"[/kbd])" +"Pokiaľ máte vlastné užívateľské meno, zadajte ho tu (východzie " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Užívateľ" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" "Na hlavnej stránke je zobrazené varovanie pokiaľ je detekované rozšírenie " "Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Varovanie Suhosin rozšírenia" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6280,11 +6228,11 @@ msgstr "" "Veľkosť editačného okna (počet stĺpcov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2) a pre dopytové okno (*1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Stĺpce s textovou oblasťou" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6292,31 +6240,31 @@ msgstr "" "Veľkosť editačného okna (počet riadkov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2) a pre dopytové okno (*1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Riadkov v textovej oblasti" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Popis okna prehliadača pri výbere databázy" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Popis okna prehliadača keď nie je nič vybrané" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Východzí popis" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Popis okna prehliadača keď je vybraný server" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6324,31 +6272,31 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" "Vložte proxy ako [kbd]IP: dôveryhodná hlavička HTTP[/kbd]. Nasledovný " -"príklad hovorí, že phpMyAdmin má veriť hlavičke HTTP_X_FORWARDED_FOR (X" -"-Forwarded-For) prichádzajúcej z proxy 1.2.3.4:[br][kbd]1.2.3.4: " +"príklad hovorí, že phpMyAdmin má veriť hlavičke HTTP_X_FORWARDED_FOR (X-" +"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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Adresár pre nahrávanie" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Povoliť prehľadávať celú databázu" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Použiť databázové vyhľadávanie" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6356,19 +6304,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Povoliť záložku Pre vývojára v nastaveniach" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Skontrolovať najnovšiu verziu" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6376,7 +6324,7 @@ msgstr "Povoliť kontrolu poslednej verzie na hlavnej stránke phpMyAdmina" msgid "Version check" msgstr "Kontrola verzie" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6384,36 +6332,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Kontrola verzie" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Kontrola verzie" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Kontrola verzie" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6421,66 +6369,80 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Overenie konfigurácie" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Overovanie pomocou cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP overovanie" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Overovanie signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV pomocou LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 -#| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" msgstr "Tabuľkový procesor Open Document" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Rýchle" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Vlastné" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Nastavenia exportu databáz" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV pre MS Excel dáta" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 -#| msgid "Open Document Text" msgid "OpenDocument Text" msgstr "Open Document Text" @@ -6782,13 +6744,11 @@ msgstr "" #: libraries/display_git_revision.lib.php:67 #, php-format -#| msgid "Create version" msgid "committed on %1$s by %2$s" msgstr "uložil %2$s dňa %1$s" #: libraries/display_git_revision.lib.php:75 #, php-format -#| msgid "Create version" msgid "authored on %1$s by %2$s" msgstr "autorizoval %2$s dňa %1$s" @@ -6808,7 +6768,6 @@ msgid "%s of %s" msgstr "" #: libraries/display_import.lib.php:86 -#| msgid "Format of imported file" msgid "Uploading your import file…" msgstr "Nahrávanie vášho súboru s importom…" @@ -6885,10 +6844,6 @@ msgstr "" "bude pokračovať od pozície %d." #: libraries/display_import.lib.php:289 -#| msgid "" -#| "Allow the interruption of an import in case the script detects it is " -#| "close to the PHP timeout limit. (This might be good way to import " -#| "large files, however it can break transactions.)" msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit. (This might be a good way to import large " @@ -6925,7 +6880,6 @@ msgid "" msgstr "(\"PRIMARY\" musí byť iba meno primárneho kľúča!)" #: libraries/display_indexes.lib.php:85 -#| msgid "Comment" msgid "Comment:" msgstr "Komentár:" @@ -7322,8 +7276,8 @@ msgstr "Vytvoriť index na %s stĺpcoch" msgid "Hide" msgstr "Skryť" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binárny" @@ -7441,7 +7395,6 @@ msgid "Add prefix" msgstr "Pridať prefix" #: libraries/mult_submits.inc.php:339 sql.php:416 -#| msgid "Do you really want to " msgid "Do you really want to execute the following query?" msgstr "Skutočne chcete vykonať nasledovný príkaz?" @@ -7449,189 +7402,189 @@ msgstr "Skutočne chcete vykonať nasledovný príkaz?" msgid "No change" msgstr "Žiadna zmena" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Znaková sada" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulharsky" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Zjednodušená Čínština" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradičná Čínština" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "nerozlišovať veľké a malé písmená" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "rozlišovať veľké a malé písmená" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Chorvátsky" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Česky" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dánsky" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anglicky" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estónsky" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Nemecky" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "slovník" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "adresár" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Maďarsky" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandčina" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japončina" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lotyšstina" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litovsky" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Kórejčina" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perština" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poľština" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Západná Európa" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumunština" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovenčina" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovinčina" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Španielsky" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradičná Španielčina" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švédsky" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thajčina" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turecky" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinsky" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "mnohojazyčný" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Stredná Európa" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruština" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltické" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Arménština" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cyrilika" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabština" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrejsky" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzínčina" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Gréčtina" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Čeština/Slovenčina" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "neznámy" @@ -7665,7 +7618,6 @@ msgstr[1] "" msgstr[2] "" #: libraries/navigation/NavigationTree.class.php:1042 -#| msgid "Filter tables by name" msgid "filter databases by name" msgstr "filtrovať databázy podľa mena" @@ -7675,7 +7627,6 @@ msgid "Clear Fast Filter" msgstr "" #: libraries/navigation/NavigationTree.class.php:1075 -#| msgid "Filter tables by name" msgid "filter items by name" msgstr "filtrovať položky podľa mena" @@ -7833,7 +7784,7 @@ msgstr "Premenovať tabuľku na" msgid "Table comments" msgstr "Komentár k tabuľke" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Úložný Systém" @@ -7995,21 +7946,29 @@ msgstr "Používateľ:" msgid "Server Choice:" msgstr "Voľba serveru" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Prihlásenie bez hesla je zakázané v konfigurácií (pozri AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Nedá sa prihlásiť k MySQL serveru" @@ -8075,7 +8034,7 @@ msgstr "Nahradiť NULL hodnoty:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Verzia Excelu:" @@ -8243,12 +8202,10 @@ msgid "Structure:" msgstr "Štruktúra" #: libraries/plugins/export/ExportMediawiki.class.php:84 -#| msgid "or type variable name:" msgid "Export table names" msgstr "Exportovať názvy tabuliek" #: libraries/plugins/export/ExportMediawiki.class.php:90 -#| msgid "horizontal (rotated headers)" msgid "Export table headers" msgstr "Exportovať záhlavia tabuliek" @@ -8299,7 +8256,6 @@ msgid "" msgstr "" #: libraries/plugins/export/ExportSql.class.php:295 -#| msgid "Object creation options" msgid "Data creation options" msgstr "Možnosti vytvárania údajov" @@ -8456,7 +8412,6 @@ msgstr "" #: libraries/plugins/import/ImportMediawiki.class.php:303 #, php-format -#| msgid "Invalid format of CSV input on line %d." msgid "Invalid format of mediawiki input on line:
%s." msgstr "Chybný formát vo vstupe z mediawiki na riadku:
%s." @@ -8478,6 +8433,12 @@ msgstr "" "Zadaný XMl súbor mal zlý formát alebo bol poškodený. Opravte problém a " "skúste to znovu." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Tabuľkový procesor Open Document" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8549,17 +8510,6 @@ msgstr "" "Ak použijete druhú možnosť, prvé pole musí byť prázdne." #: libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php:31 -#| msgid "" -#| "LINUX ONLY: Launches an external application and feeds it the column data " -#| "via standard input. Returns the standard output of the application. The " -#| "default is Tidy, to pretty-print HTML code. For security reasons, you " -#| "have to manually edit the file libraries/transformations/" -#| "text_plain__external.inc.php and list the tools you want to make " -#| "available. The first option is then the number of the program you want to " -#| "use and the second option is the parameters for the program. The third " -#| "option, if set to 1, will convert the output using htmlspecialchars() " -#| "(Default 1). The fourth option, if set to 1, will prevent wrapping and " -#| "ensure that the output appears all on one line (Default 1)." msgid "" "LINUX ONLY: Launches an external application and feeds it the column data " "via standard input. Returns the standard output of the application. The " @@ -8574,10 +8524,10 @@ msgid "" msgstr "" "LEN PRE LINUX: Spustí externú aplikáciu a na štandardný vstup pošle pole a " "zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje " -"HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru " -"libraries/plugins/transformations/Text_Plain_External.class.php a pridať do " -"neho povolené aplikácie. Prvý parameter je číslo aplikácie, ktorú chcete " -"použiť a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter " +"HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru libraries/" +"plugins/transformations/Text_Plain_External.class.php a pridať do neho " +"povolené aplikácie. Prvý parameter je číslo aplikácie, ktorú chcete použiť a " +"druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter " "nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() " "(predvolený je 1). Štvrtý parameter v prípade, že je nastavený na 1 pridá k " "výstupnému textu parameter NOWRAP, čím zabezpečí zachovanie formátovania " @@ -8653,93 +8603,92 @@ msgstr "" "Zobrazí odkaz; pole obsahuje meno súboru. Prvý parameter je prefix URL " "(napr. \"http://www.example.com/\"), druhý parameter je názov odkazu." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "chyba" -#: libraries/relation.lib.php:94 -#| msgid "OK" +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Zapnuté" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Možnosti všeobecných vzťahov" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Zobraziť vlastnosti" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Vytváranie PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Zobrazovať komentáre stĺpcov" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformácia pri prehliadaní" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Prosím prečítajte si dokumentáciu ako aktualizovať tabuľku s informáciami o " "stĺpcoch (column_comments tabuľka)" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Obľúbený SQL dopyt" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL história" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Trvalé naposledy použité tabuľky" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "bez Popisu" @@ -8794,7 +8743,7 @@ msgstr "Stav podriadených hostov" msgid "Variable" msgstr "Premenná" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID servra" @@ -8929,7 +8878,7 @@ msgstr "Podrobnosti" msgid "Event name" msgstr "Meno udalosti" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Typ udalosti" @@ -9009,10 +8958,6 @@ msgid "Returns" msgstr "" #: libraries/rte/rte_routines.lib.php:69 -#| msgid "" -#| "You are using PHP's deprecated 'mysql' extension, which is not capable of " -#| "handling multi queries. The execution of some stored routines may fail!" -#| " Please use the improved 'mysqli' extension to avoid any problems." msgid "" "You are using PHP's deprecated 'mysql' extension, which is not capable of " "handling multi queries. [strong]The execution of some stored routines may " @@ -9020,9 +8965,9 @@ msgid "" "problems." msgstr "" "Používate zastaralé 'mysql' rozšírenie PHP, ktoré nedokáže pracovať so " -"zloženými dopytmi. [strong]Vykonanie niektorých uložených rutín môže " -"zlyhať![/strong] Aby ste sa vyhli týmto problémom, použite prosím nové " -"rozšírenie 'mysqli'." +"zloženými dopytmi. [strong]Vykonanie niektorých uložených rutín môže zlyhať!" +"[/strong] Aby ste sa vyhli týmto problémom, použite prosím nové rozšírenie " +"'mysqli'." #: libraries/rte/rte_routines.lib.php:281 #: libraries/rte/rte_routines.lib.php:1118 @@ -9273,37 +9218,34 @@ msgstr "V databáze %2$s nebola nájdená žiadna udalosť s menom %1$s" msgid "There are no events to display." msgstr "Nie sú žiadne udalosti na zobrazenie." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabuľka %s neexistuje!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Prosím skonfigurujte koordináty pre tabuľku %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schéma databázy %s - Strana %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9369,51 +9311,51 @@ msgstr "Názvy stĺpcov" msgid "Display relational schema" msgstr "Zobraziť relačnú schému" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Zobraziť mriežku" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Zobraziť farbu" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Zobraziť rozmery tabuliek" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Zobraziť všetky tabuľky s rovnakou šírkou" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Dátový slovník" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Na šírku" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Na výšku" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientácia" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Veľkosť stránky" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9421,12 +9363,12 @@ msgstr "" "Aktuálna stránka sa odkazuje na tabuľky, ktoré už neexistujú, želáte si " "odstrániť tieto odkazy?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Zobraziť grafický návrh" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Neznámy jazyk: %1$s." @@ -9437,6 +9379,75 @@ msgstr "Neznámy jazyk: %1$s." msgid "Current Server:" msgstr "Aktuálny server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Vyberte binárny log na zobrazenie" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Názov logu" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozícia" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Pôvodná pozícia" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informácia" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Zobraziť skrátene dopyty" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Zobraziť kompletné dopyty" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Znakové sady a Zotriedenia" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Začiatok" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Verzia" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licencia" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "vypnuté" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Žiadne práva." @@ -9865,7 +9876,6 @@ msgstr "Boli aktualizované oprávnenia pre %s." #: libraries/server_privileges.lib.php:2805 #, php-format -#| msgid "Privileges" msgid "Privileges for %s" msgstr "Oprávnenia pre %s" @@ -10155,7 +10165,6 @@ msgid "Fulltext" msgstr "Celý text" #: libraries/structure.lib.php:1423 libraries/structure.lib.php:1519 -#| msgid "Remove column(s)" msgid "Move columns" msgstr "Presunúť stĺpce" @@ -10204,7 +10213,6 @@ msgid "After %s" msgstr "Po %s" #: libraries/structure.lib.php:1670 -#| msgid "Row Statistics" msgid "Row statistics" msgstr "Štatistika riadku" @@ -10244,7 +10252,6 @@ msgid "A primary key has been added on %s" msgstr "Bol pridaný primárny kľúč pre %s" #: libraries/structure.lib.php:2003 libraries/structure.lib.php:2074 -#| msgid "Browse distinct values" msgid "Distinct values" msgstr "Odlišné hodnoty" @@ -10264,10 +10271,6 @@ msgstr "Pridať SPATIAL index" msgid "Add FULLTEXT index" msgstr "Pridať fulltextový index" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informácia" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Zabrané miesto" @@ -10276,7 +10279,7 @@ msgstr "Zabrané miesto" msgid "Effective" msgstr "Efektívny" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabuľka %1$s bola úspešné upravená" @@ -10286,7 +10289,6 @@ msgid "Query error" msgstr "Chyba dopytu" #: libraries/structure.lib.php:2509 -#| msgid "The selected users have been deleted successfully." msgid "The columns have been moved successfully." msgstr "Stĺpce boli úspešne presunuté." @@ -10316,7 +10318,6 @@ msgstr "" "alebo uvádzacích znakov, napr.: a" #: libraries/tbl_columns_definition_form.inc.php:149 -#| msgid "Remove column(s)" msgid "Move column" msgstr "Presunúť stĺpce" @@ -10368,7 +10369,6 @@ msgstr "" #: libraries/tbl_columns_definition_form.inc.php:644 #, php-format -#| msgid "After %s" msgid "after %s" msgstr "po %s" @@ -10394,7 +10394,6 @@ msgstr "" #: libraries/tbl_common.inc.php:54 #, php-format -#| msgid "Tracking is active." msgid "Tracking of %s is activated." msgstr "Sledovanie %s je aktívne." @@ -10715,37 +10714,8 @@ msgstr "Tabuľka %s nebola nájdená alebo nie je nastavená v %s" msgid "File doesn't exist" msgstr "Súbor neexistuje" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Vyberte binárny log na zobrazenie" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Zobraziť skrátene dopyty" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Zobraziť kompletné dopyty" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Názov logu" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozícia" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Pôvodná pozícia" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Znakové sady a Zotriedenia" - #: server_databases.php:117 #, php-format -#| msgid "%s databases have been dropped successfully." msgid "%1$d database has been dropped successfully." msgid_plural "%1$d databases have been dropped successfully." msgstr[0] "%1$d databáza bola úspešne zrušená." @@ -10781,7 +10751,7 @@ msgstr "" msgid "No databases" msgstr "Žiadne databázy" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Úložné Systémy" @@ -10789,42 +10759,6 @@ msgstr "Úložné Systémy" msgid "View dump (schema) of databases" msgstr "Export databáz" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Začiatok" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Verzia" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licencia" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "vypnuté" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11265,7 +11199,6 @@ msgid "Done dragging (rearranging) charts" msgstr "" #: server_status_monitor.php:704 -#| msgid "Enable highlighting" msgid "Enable charts dragging" msgstr "Povoliť presúvanie grafov" @@ -11761,7 +11694,6 @@ msgstr "" "najväčšie množstvo blokov, ktoré kedy naraz použité." #: server_status_variables.php:596 -#| msgid "Format of imported file" msgid "Percentage of used key cache (calculated value)" msgstr "Percento využitia vyrovnávacej pamäti kľúčov (vypočítaná hodnota)" @@ -12022,7 +11954,6 @@ msgstr "" "však nespôsobí žiadnu citeľnú zmenu ak máte vlákna dobre implementované.)" #: server_status_variables.php:758 -#| msgid "Tracking is not active." msgid "Thread cache hit rate (calculated value)" msgstr "Úspešnosť vyrovnávacej pamäti vlákien (vypočítaná hodnota)" @@ -12285,8 +12216,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12333,7 +12264,6 @@ msgid "Using bookmark \"%s\" as default browse query." msgstr "" #: sql.php:298 -#| msgid "Bookmark %s created" msgid "Bookmark not created" msgstr "Záložka nebola vytvorená" @@ -12374,7 +12304,6 @@ msgid "Label:" msgstr "Názov" #: tbl_chart.php:38 -#| msgid "No data found" msgid "No data to display" msgstr "Žiadne dáta" @@ -12417,7 +12346,6 @@ msgid "Pie" msgstr "Koláčový" #: tbl_chart.php:170 -#| msgid "Time" msgctxt "Chart type" msgid "Timeline" msgstr "Časová os" @@ -12569,12 +12497,10 @@ msgid "Foreign key constraint" msgstr "" #: tbl_relation.php:500 -#| msgid "Constraints for table" msgid "Constraint name" msgstr "Názov obmedzenia" #: tbl_relation.php:531 -#| msgid "No index defined!" msgid "No index defined! Create one below" msgstr "Nebol definovaný žiadny index! Vytvorte ho nižšie" @@ -12585,7 +12511,6 @@ msgid "Choose column to display:" msgstr "Zvoľte, ktoré polia zobraziť" #: tbl_structure.php:125 -#| msgid "No rows selected" msgid "No column selected." msgstr "Nebol vybraný žiadny stĺpec." @@ -12601,13 +12526,11 @@ msgstr "" #: tbl_tracking.php:222 #, php-format -#| msgid "Tracking is active." msgid "Tracking for %1$s was deactivated at version %2$s." msgstr "Sledovanie %1$s bolo deaktivované vo verzii %2$s." #: tbl_tracking.php:239 #, php-format -#| msgid "Tracking is active." msgid "Tracking for %1$s was activated at version %2$s." msgstr "Sledovanie %1$s bolo aktivované vo verzii %2$s." @@ -12698,7 +12621,6 @@ msgstr "" #: tbl_tracking.php:824 #, php-format -#| msgid "Delete tracking data for this table" msgid "Deactivate tracking for %s" msgstr "Deaktivovať sledovanie %s" @@ -12708,7 +12630,6 @@ msgstr "" #: tbl_tracking.php:840 #, php-format -#| msgid "Missing data for %s" msgid "Activate tracking for %s" msgstr "Aktivovať sledovanie %s" @@ -12718,7 +12639,6 @@ msgstr "" #: tbl_tracking.php:859 #, php-format -#| msgid "Create version" msgid "Create version %1$s of %2$s" msgstr "Vytvoriť verziu %1$s z %2$s" @@ -12734,23 +12654,23 @@ msgstr "" msgid "Create version" msgstr "Vytvoriť verziu" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Vzhľad" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Získať viac tém!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dostupné MIME typy" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dostupné transformácie" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Popis" @@ -12767,7 +12687,7 @@ msgstr "Profil bol aktualizovaný." msgid "VIEW name" msgstr "Meno pohľadu" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Premenovať pohľad na" @@ -12865,7 +12785,6 @@ msgstr "" #: libraries/advisory_rules.txt:82 #, php-format -#| msgid "long_query_time is set to %d second(s)." msgid "long_query_time is currently set to %ds." msgstr "long_query_time je nastavený na %d sekúnd." @@ -12884,7 +12803,6 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:89 -#| msgid "long_query_time is set to %d second(s)." msgid "log_slow_queries is set to 'OFF'" msgstr "log_slow_queries je nastavený na 'OFF'" @@ -12895,7 +12813,6 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:96 -#| msgid "long_query_time is set to %d second(s)." msgid "slow_query_log is set to 'OFF'" msgstr "slow_query_log je nastavený na 'OFF'" @@ -13027,7 +12944,6 @@ msgid "Query caching method" msgstr "Caching metóda dopytov" #: libraries/advisory_rules.txt:163 -#| msgid "Query cache" msgid "Suboptimal caching method." msgstr "Optimálny spôsob ukladania do vyrovnávacej pamäte." @@ -13061,7 +12977,6 @@ msgstr "" #: libraries/advisory_rules.txt:172 #, php-format -#| msgid "Sort buffer size" msgid "The current query cache hit rate of %s%% is below 20%%" msgstr "Aktuálna úspešnosť vyrovnávacej pamäte dotazov %s%% je nižšia ako 20%%" @@ -13092,7 +13007,6 @@ msgid "Query cache fragmentation" msgstr "Fragmentácia vyrovnávacej pamäte dopytov" #: libraries/advisory_rules.txt:184 -#| msgid "The server is not responding" msgid "The query cache is considerably fragmented." msgstr "Vyrovnávacia pamäť dotazov je značne fragmentovaná." @@ -13117,7 +13031,6 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:188 -#| msgid "Query cache used" msgid "Query cache low memory prunes" msgstr "" @@ -13159,7 +13072,6 @@ msgstr "" #: libraries/advisory_rules.txt:200 #, php-format -#| msgid "Current version: %s" msgid "Current query cache size: %s" msgstr "Aktuálna veľkosť vyrovnávacej pamäte dotazov: %s" @@ -13215,7 +13127,6 @@ msgstr "Frekvencia triedení, ktoré spôsobujú dočasné tabuľky" #: libraries/advisory_rules.txt:223 #, php-format -#| msgid "Sort buffer size" msgid "" "Temporary tables average: %s, this value should be less than 1 per hour." msgstr "" @@ -13259,19 +13170,16 @@ msgstr "" #: libraries/advisory_rules.txt:238 #, php-format -#| msgid "Sort buffer size" msgid "Table joins average: %s, this value should be less than 1 per hour" msgstr "" "Priemer spájania tabuliek: %s, táto hodnota by mala byť nižšia ako 1 za " "hodinu" #: libraries/advisory_rules.txt:240 -#| msgid "Where to show the table row links" msgid "Rate of reading first index entry" msgstr "Podiel čítania prvej položky indexu" #: libraries/advisory_rules.txt:243 -#| msgid "Where to show the table row links" msgid "The rate of reading the first index entry is high." msgstr "Podiel čítania prvej položky indexu je vysoký." @@ -13287,18 +13195,15 @@ msgstr "" #: libraries/advisory_rules.txt:245 #, php-format -#| msgid "Sort buffer size" msgid "Index scans average: %s, this value should be less than 1 per hour" msgstr "" "Priemer čítania indexov: %s, táto hodnota by mala byť nižšia ako 1 za hodinu" #: libraries/advisory_rules.txt:247 -#| msgid "Where to show the table row links" msgid "Rate of reading fixed position" msgstr "Podiel čítania z pevnej pozície" #: libraries/advisory_rules.txt:250 -#| msgid "Where to show the table row links" msgid "The rate of reading data from a fixed position is high." msgstr "Podiel čítania z pevnej pozície je vysoký." @@ -13332,7 +13237,6 @@ msgstr "" #: libraries/advisory_rules.txt:259 #, php-format -#| msgid "Sort buffer size" msgid "" "Rate of reading next table row: %s, this value should be less than 1 per hour" msgstr "" @@ -13425,7 +13329,6 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:301 -#| msgid "Sort buffer size" msgid "key_buffer_size is 0" msgstr "key_buffer_size je 0" @@ -13460,14 +13363,12 @@ msgstr "Percento využitia vyrovnávacej pamäte MyISAM kľúčov" #: libraries/advisory_rules.txt:316 #, php-format -#| msgid "Sort buffer size" msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%" msgstr "" "%% Využitie vyrovnávacej pamäti MyISAM kľúčov: %s%%, táto hodnota by mala " "byť viac ako 95%%" #: libraries/advisory_rules.txt:318 -#| msgid "Show SQL queries" msgid "Percentage of index reads from memory" msgstr "Percento indexov načítaných z pamäte" @@ -13482,7 +13383,6 @@ msgstr "" #: libraries/advisory_rules.txt:323 #, php-format -#| msgid "Sort buffer size" msgid "Index reads from memory: %s%%, this value should be above 95%%" msgstr "Indexy čítané z pamäte: %s%%, táto hodnota by mala byť viac ako 95%%" @@ -13502,7 +13402,6 @@ msgstr "" #: libraries/advisory_rules.txt:332 #, php-format -#| msgid "Sort buffer size" msgid "Opened table rate: %s, this value should be less than 10 per hour" msgstr "" "Podiel otvárania tabuliek: %s, táto hodnota by mala byť nižšia ako 10 za " @@ -13540,7 +13439,6 @@ msgstr "Frekvencia otvárania súborov je vysoká." #: libraries/advisory_rules.txt:346 #, php-format -#| msgid "Sort buffer size" msgid "Opened files rate: %s, this value should be less than 5 per hour" msgstr "" "Podiel otváraných súborov: %s, táto hodnota by mala byť nižšia ako 5 za " @@ -13561,9 +13459,9 @@ msgstr "" #: libraries/advisory_rules.txt:353 #, php-format -#| msgid "Sort buffer size" msgid "Immediate table locks: %s%%, this value should be above 95%%" -msgstr "Okamžité zámky tabuliek: %s%%, táto hodnota by mala byť vyššia ako 95%%" +msgstr "" +"Okamžité zámky tabuliek: %s%%, táto hodnota by mala byť vyššia ako 95%%" #: libraries/advisory_rules.txt:355 msgid "Table lock wait rate" @@ -13571,7 +13469,6 @@ msgstr "" #: libraries/advisory_rules.txt:360 #, php-format -#| msgid "Sort buffer size" msgid "Table lock wait rate: %s, this value should be less than 1 per hour" msgstr "" "Podiel zamykania tabuliek: %s, táto hodnota by mala byť nižšia ako 1 za " @@ -13592,7 +13489,6 @@ msgid "Enable the thread cache by setting {thread_cache_size} > 0." msgstr "" #: libraries/advisory_rules.txt:367 -#| msgid "Tracking is not active." msgid "The thread cache is set to 0" msgstr "Vyrovnávacia pamäť vlákien je 0" @@ -13602,7 +13498,6 @@ msgid "Thread cache hit rate %%" msgstr "Frekvencia úspešnosti vyrovnávacej pamäte %%" #: libraries/advisory_rules.txt:372 -#| msgid "Tracking is not active." msgid "Thread cache is not efficient." msgstr "Vyrovnávacia pamäť vlákien nepracuje efektívne." @@ -13612,19 +13507,16 @@ msgstr "" #: libraries/advisory_rules.txt:374 #, php-format -#| msgid "Sort buffer size" msgid "Thread cache hitrate: %s%%, this value should be above 80%%" msgstr "" "Úspešnosť vyrovnávacej pamäte vlákien: %s%%, táto hodnota by mala byť vyššia " "ako 80%%" #: libraries/advisory_rules.txt:376 -#| msgid "The number of threads that are not sleeping." msgid "Threads that are slow to launch" msgstr "Vlákna, ktoré sú pomalé na beh" #: libraries/advisory_rules.txt:379 -#| msgid "The number of threads that are not sleeping." msgid "There are too many threads that are slow to launch." msgstr "Je priveľa vlákien pomalých na beh." @@ -13644,12 +13536,10 @@ msgid "Slow launch time" msgstr "" #: libraries/advisory_rules.txt:386 -#| msgid "long_query_time is set to %d second(s)." msgid "Slow_launch_threads is above 2s" msgstr "Slow_launch_threads je viac ako 2s" #: libraries/advisory_rules.txt:387 -#| msgid "The number of threads that are not sleeping." msgid "" "Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " "to launch" @@ -13659,12 +13549,10 @@ msgstr "" #: libraries/advisory_rules.txt:388 #, php-format -#| msgid "long_query_time is set to %d second(s)." msgid "slow_launch_time is set to %s" msgstr "slow_launch_time je nastavený na %s" #: libraries/advisory_rules.txt:392 -#| msgid "Persistent connections" msgid "Percentage of used connections" msgstr "Percento využitých spojení" @@ -13688,12 +13576,10 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:399 -#| msgid "Persistent connections" msgid "Percentage of aborted connections" msgstr "Percento prerušených spojení" #: libraries/advisory_rules.txt:402 libraries/advisory_rules.txt:409 -#| msgid "Allows creating temporary tables." msgid "Too many connections are aborted." msgstr "Priveľa spojení je prerušených." @@ -13711,7 +13597,6 @@ msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "" #: libraries/advisory_rules.txt:406 -#| msgid "Persistent connections" msgid "Rate of aborted connections" msgstr "Podiel prerušených spojení" @@ -13722,12 +13607,10 @@ msgid "" msgstr "" #: libraries/advisory_rules.txt:413 -#| msgid "Format of imported file" msgid "Percentage of aborted clients" msgstr "Percento odpojených klientov" #: libraries/advisory_rules.txt:416 libraries/advisory_rules.txt:423 -#| msgid "Allows creating temporary tables." msgid "Too many clients are aborted." msgstr "Priveľa klientov je odpojených." @@ -13744,13 +13627,11 @@ msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" #: libraries/advisory_rules.txt:420 -#| msgid "Format of imported file" msgid "Rate of aborted clients" msgstr "Podiel odpojených klientov" #: libraries/advisory_rules.txt:425 #, php-format -#| msgid "Sort buffer size" msgid "Aborted client rate is at %s, this value should be less than 1 per hour" msgstr "" "Podiel odpojených klientov je %s, táto hodnota by mala byť nižšia ako 1 za " @@ -13761,7 +13642,6 @@ msgid "Is InnoDB disabled?" msgstr "" #: libraries/advisory_rules.txt:432 -#| msgid "Could not save recent table" msgid "You do not have InnoDB enabled." msgstr "Nemusíte mať povolené InnoDB." @@ -13774,16 +13654,15 @@ msgid "have_innodb is set to 'value'" msgstr "" #: libraries/advisory_rules.txt:436 -#| msgid "Buffer pool size" msgid "InnoDB log size" msgstr "Veľkosť logu InnoDB" #: libraries/advisory_rules.txt:439 -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "The InnoDB log file size is not an appropriate size, in relation to the " "InnoDB buffer pool." -msgstr "Veľkosť logu InnoDB nemá správnu veľkosť v porovnaní s bufferom InnoDB." +msgstr "" +"Veľkosť logu InnoDB nemá správnu veľkosť v porovnaní s bufferom InnoDB." #: libraries/advisory_rules.txt:440 #, php-format @@ -13801,7 +13680,6 @@ msgstr "" #: libraries/advisory_rules.txt:441 #, php-format -#| msgid "The number writes done to the InnoDB buffer pool." msgid "" "Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " "it should not be below 20%%" @@ -13810,7 +13688,6 @@ msgstr "" "menšia ako 20%%" #: libraries/advisory_rules.txt:443 -#| msgid "Buffer pool size" msgid "Max InnoDB log size" msgstr "Maximálna veľkosť logu InnoDB" @@ -13838,12 +13715,10 @@ msgid "Your absolute InnoDB log size is %s MiB" msgstr "" #: libraries/advisory_rules.txt:450 -#| msgid "Buffer pool size" msgid "InnoDB buffer pool size" msgstr "Veľkosť buffera InnoDB" #: libraries/advisory_rules.txt:453 -#| msgid "Buffer pool size" msgid "Your InnoDB buffer pool is fairly small." msgstr "Váš buffer InnoDB je primalý." @@ -13876,7 +13751,6 @@ msgid "MyISAM concurrent inserts" msgstr "Súčasných vkladaní do MyISAM" #: libraries/advisory_rules.txt:462 -#| msgid "concurrent_insert is set to 0" msgid "Enable {concurrent_insert} by setting it to 1" msgstr "Povoľte {concurrent_insert} nastavením na hodnotu 1" @@ -14078,9 +13952,9 @@ msgstr "concurrent_insert je nastavené na 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Povolením tejto možnosti umožníte stránke umiestnenej na inej doméne " -#~ "zavolať phpMyAdmina vo vnútri rámca a je potenciálnou [strong]" -#~ "bezpečnostnou dierou[/strong] dovoľujúcou XFS (cross-frame scripting) " -#~ "útoky" +#~ "zavolať phpMyAdmina vo vnútri rámca a je potenciálnou " +#~ "[strong]bezpečnostnou dierou[/strong] dovoľujúcou XFS (cross-frame " +#~ "scripting) útoky" #~ msgid "Allow third party framing" #~ msgstr "Povoliť vkladanie do cudzieho rámu" diff --git a/po/sl.po b/po/sl.po index 9caf81e4b6..09cb699b64 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-05 21:28+0200\n" "Last-Translator: Domen \n" -"Language-Team: Slovenian " -"\n" +"Language-Team: Slovenian \n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,11 +23,11 @@ msgid "Show all" msgstr "Pokaži vse" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Številka strani:" @@ -57,7 +57,7 @@ msgstr "Iskanje:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Iskanje:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Iskanje:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Izvedi" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Ime ključa" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Opis" @@ -269,7 +269,7 @@ msgstr "Da" msgid "View dump (schema) of database" msgstr "Preglej povzetek stanja zbirke podatkov" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "V zbirki podatkov ni mogoče najti tabel." @@ -306,7 +306,7 @@ msgstr "" "zakaj, kliknite %stukaj%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -369,7 +369,7 @@ msgstr "Preklopi na %svidni graditelj%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -384,7 +384,7 @@ msgid "Tracked tables" msgstr "Sledene tabele" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -407,7 +407,7 @@ msgstr "Ustvarjeno" msgid "Updated" msgstr "Posodobljeno" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -431,7 +431,7 @@ msgid "Delete tracking data for this table" msgstr "Izbriši podatke sledenja te tabele" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -466,28 +466,28 @@ msgstr "Nesledene tabele" msgid "Track table" msgstr "Sledi tabeli" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Dnevnik zbirke podatkov" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Slaba vrsta!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Izbrana vrsta izvoza mora biti shranjena v datoteko!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Slabi parametri!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Ni dovolj prostora za shranjevanje datoteke %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -495,12 +495,12 @@ msgstr "" "Datoteka %s že obstaja na strežniku, spremenite ime novi ali prepišite " "obstoječo datoteko." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Spletni strežnik nima dovoljenja za shranjevanje datoteke %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dump je shranjen v datoteko %s." @@ -683,115 +683,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Poizvedba SQL je bila uspešno izvedena" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Nazaj" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Splošne nastavitve" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Spremeni geslo" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Razvrščanje znakov povezave strežnika" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Prikazne nastavitve" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Več nastavitev" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Strežnik zbirke podatkov" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Strežnik:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Vrsta strežnika:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Različica strežnika:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Različica protokola:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Uporabnik:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Nabor znakov strežnika:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Spletni strežnik" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Različica odjemalca zbirk podatkov:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Razširitev PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Pokaži podatke o PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Podatki o različici:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentacija" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Uradna domača stran phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Prispevaj" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Prosi za podporo" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Seznam sprememb" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -803,7 +803,7 @@ msgstr "" "privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite to " "varnostno luknjo tako, da uporabniku 'root' nastavite geslo." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -812,7 +812,7 @@ msgstr "" "V vaši konfiguraciji PHP ste omogočili mbstring.func_overload. Možnost ni " "združljiva s phpMyAdminom in lahko pokvari nekatere podatke!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -822,7 +822,7 @@ msgstr "" "nabor znakov. Brez razširitve mbstring phpMyAdmin ni sposoben pravilno " "razcepiti nizov, kar lahko vodi v nepričakovane rezultate." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -834,7 +834,7 @@ msgstr "" "veljavnosti piškotkov, določene v phpMyAdminu. Zaradi tega se bo vaša " "prijava iztekla prej, kot je določeno v phpMyAdminu." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -843,13 +843,13 @@ msgstr "" "določene v phpMyAdminu. Zaradi tega se bo vaša prijava iztekla prej, kot je " "določeno v phpMyAdminu." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Konfiguracijski datoteki morate sedaj določiti skrivno geslo " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -862,7 +862,7 @@ msgstr "" "strežnika morda ogrožena, saj bodo nepooblaščene osebe lahko prenesle vašo " "konfiguracijo." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -872,7 +872,7 @@ msgstr "" "nekatere razširjene zmožnosti onemogočene. Če želite izvedeti zakaj, " "kliknite %stukaj%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -881,7 +881,7 @@ msgstr "" "Vaša PHP-knjižnica MySQL različice %s se razlikuje od vašega strežnika MySQL " "različice %s. To lahko povzroči nepredvidljivo vedenje." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -995,12 +995,12 @@ msgid "Other" msgstr "Drugo" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1100,44 +1100,44 @@ msgstr "Prejetih bajtov" msgid "Connections" msgstr "Povezave" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Procesi" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1155,7 +1155,7 @@ msgstr "Vprašanja" msgid "Traffic" msgstr "Promet" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Nastavitve" @@ -1182,7 +1182,7 @@ msgstr "Prosimo, v serijo dodajte vsaj eno spremenljivko" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Brez" @@ -1465,7 +1465,7 @@ msgstr "" "privzeto konfiguracijo…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1674,8 +1674,8 @@ msgstr "Prikaži polje poizvedbe" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1701,8 +1701,8 @@ msgstr "Čas izvajanja poizvedbe" msgid "%d is not valid row number." msgstr "%d ni veljavna številka vrstice." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2016,63 +2016,63 @@ msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "dec" @@ -2110,32 +2110,32 @@ msgid "Sun" msgstr "ned" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "pon" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "sre" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "čet" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "pet" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "sob" @@ -2288,7 +2288,7 @@ msgstr "Velikost pisave" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Naraščajoče" @@ -2297,7 +2297,7 @@ msgstr "Naraščajoče" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Padajoče" @@ -2366,11 +2366,11 @@ msgstr "Izbrisano:" msgid "SQL query on database %s:" msgstr "Poizvedba SQL na zbirki podatkov %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Izvedi poizvedbo" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2378,15 +2378,15 @@ msgstr "" "Strežnik se ne odziva (ali pa lokalna vtičnica strežnika ni pravilno " "konfigurirana)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Strežnik se ne odziva." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Prosimo, preverite pravice mape, v kateri se nahaja zbirka podatkov." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Podrobnosti …" @@ -2430,8 +2430,8 @@ msgstr[2] "%1$s zadetki v %2$s" msgstr[3] "%1$s zadetkov v %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Prebrskaj" @@ -2483,26 +2483,28 @@ msgstr "Shrani urejene podatke" msgid "Restore column order" msgstr "Obnovi vrstni red stolpcev" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Začetek" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Prejšnja" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Naslednja" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Konec" @@ -2617,7 +2619,7 @@ msgid "The row has been deleted" msgstr "Vrstica je izbrisana" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Prekini proces" @@ -2673,8 +2675,8 @@ msgstr "Označi vse" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2775,7 +2777,7 @@ msgstr "Odpri novo okno phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Kliknite na prečko, da se vrnete na vrh strani" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Po tej točki mora biti JavaScript omogočen" @@ -2806,12 +2808,13 @@ msgid "Cardinality" msgstr "Kardinalnost" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Pravilo za razvrščanje znakov" @@ -2840,7 +2843,7 @@ msgstr "" "odstrani." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Strežnik" @@ -2851,9 +2854,9 @@ msgid "View" msgstr "Pogled" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2864,32 +2867,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Iskanje" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Vstavi" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacije" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Sledenje" @@ -2930,51 +2933,52 @@ msgstr "Rutina" msgid "Events" msgstr "Dogodki" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Oblikovalnik" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Zbirke podatkov" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Uporabniki" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Dvojiški dnevnik" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Podvojevanje" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Spremenljivke" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Nabori znakov" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Vtičniki" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Pogoni" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Napaka" @@ -3069,7 +3073,8 @@ msgstr "Tabele" msgid "Transaction coordinator" msgstr "Koordinator transakcij" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Datoteke" @@ -3186,8 +3191,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Čiščenje nastavitev uporabniškega vmesnika tabel je spodletelo (glej $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Čiščenje nastavitev uporabniškega vmesnika tabel je spodletelo (glej " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3677,130 +3682,130 @@ msgstr "Poizvedba SQL:" msgid "MySQL said: " msgstr "MySQL je vrnil: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Ne morem se povezati s preverjalnikom SQL!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Razloži stavek SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Preskoči razlago stavka SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Brez kode PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Ustvari kodo PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Osveži" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Preskoči preverjanje pravilnosti SQL stavka" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Preveri pravilnost stavka SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Urejanje te poizvedbe v vrstici" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "V vrstici" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profiliranje" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "ned" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y ob %H.%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dni, %s ur, %s minut in %s sekund" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Manjkajoč parameter:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Preskoči na zbirko podatkov "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Na funkcionalnost %s vpliva znan hrošč, glej %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Kliknite za preklop" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Prebrskajte svoj računalnik:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Izberite iz mape za nalaganje na spletnem strežniku %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Imenik, ki ste ga določili za nalaganje, je nedosegljiv" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nobene datoteke ni za naložiti" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Izprazni" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Izvedi" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Natisni" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Ustvarjeno" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Zadnjič posodobljeno" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Zadnjič pregledano" @@ -3809,9 +3814,9 @@ msgstr "Zadnjič pregledano" msgid "shared" msgstr "deljeno" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3954,8 +3959,8 @@ msgid "Double click" msgstr "Dvojni klik" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Onemogočeno" @@ -4110,8 +4115,12 @@ msgstr "Povrni privzeto vrednost" msgid "Allow users to customize this value" msgstr "Dovoli uporabnikom prilagajati to vrednost" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Ponastavi" @@ -4137,8 +4146,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Skrivno geslo, ki se uporabi pri šifriranju piškotkov v overovitvi [kbd]" -"cookie[/kbd]" +"Skrivno geslo, ki se uporabi pri šifriranju piškotkov v overovitvi " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:21 msgid "Blowfish secret" @@ -4179,8 +4188,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Določa, katera vrsta urejevalnih kontrolnikov naj se uporablja za stolpce " -"CHAR in VARCHAR; [kbd]input[/kbd] – omogoča omejevanje dolžine vnosa, [kbd]" -"textarea[/kbd] – omogoča nove vrstice v stolpcu" +"CHAR in VARCHAR; [kbd]input[/kbd] – omogoča omejevanje dolžine vnosa, " +"[kbd]textarea[/kbd] – omogoča nove vrstice v stolpcu" #: libraries/config/messages.inc.php:29 msgid "CHAR columns editing" @@ -4188,8 +4197,8 @@ msgstr "Urejanje stolpcev CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Uporabi uporabniku prijazen urejevalnik za urejanje poizvedb SQL ([a@http://" "codemirror.net/]CodeMirror[/a]) z obarvanjem skladnje in številkami vrstic" @@ -4385,8 +4394,8 @@ msgstr "Stiskanje" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4614,8 +4623,8 @@ msgstr "Prilagodite način brskanja" msgid "Customize default options" msgstr "Prilagodite privzete možnosti" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4725,8 +4734,9 @@ msgstr "Naslovi strani" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Določite besedilo naslovne vrstice brskalnika. Oglejte si " "[doc@cfg_TitleTable]dokumentacijo[/doc] za čarobne nize, ki jih lahko " @@ -4851,10 +4861,10 @@ msgid "" "strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], " "Copyright 2002 Upright Database Technology. All rights reserved.[/em]" msgstr "" -"Če želite uporabljati storitev Preverjalnika SQL, se zavedajte, da [strong]" -"so vse izjave SQL brezimno shranjene v statistične namene[/strong].[br][em]" -"[a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright 2002 " -"Upright Database Technology. Vse pravice pridržane.[/em]" +"Če želite uporabljati storitev Preverjalnika SQL, se zavedajte, da " +"[strong]so vse izjave SQL brezimno shranjene v statistične namene[/strong]." +"[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL Validator[/a], Copyright " +"2002 Upright Database Technology. Vse pravice pridržane.[/em]" #: libraries/config/messages.inc.php:220 msgid "Startup" @@ -5533,11 +5543,11 @@ msgstr "Tabela zaznamkov" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Pustite prazno, če ne želite pripomb/vrst MIME stolpcev; predlagano: [kbd]" -"pma__column_info[/kbd]" +"Pustite prazno, če ne želite pripomb/vrst MIME stolpcev; predlagano: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5607,8 +5617,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Pustite prazno, če ne želite podpore Oblikovalnika; predlagano: [kbd]" -"pma__designer_coords[/kbd]" +"Pustite prazno, če ne želite podpore Oblikovalnika; predlagano: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5619,8 +5629,9 @@ 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 "" -"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"sledilniku hroščev PMA[/a] in[a@http://bugs.mysql.com/19588]hroščih MySQL[/a]" +"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]sledilniku hroščev PMA[/a] in[a@http://bugs.mysql." +"com/19588]hroščih MySQL[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5687,6 +5698,16 @@ msgid "Connect without password" msgstr "Poveži se brez gesla" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Iskanje po tabeli" + +#: libraries/config/messages.inc.php:410 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 " @@ -5696,30 +5717,30 @@ msgstr "" "uporabiti dobesedno, npr. uporabite [kbd]'my\\_db'[/kbd] in ne [kbd]'my_db'[/" "kbd]." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Prikaži samo navedene zbirke podatkov" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Pustite prazno, če ne uporabljate overovitve config" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Geslo za overovitev config" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"Pustite prazno, če ne želite podpore sheme PDF; predlagano: " +"[kbd]pma__pdf_pages[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-shema: tabele strani" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5729,20 +5750,20 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Ime zbirke podatkov" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Vrata strežnika" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5750,76 +5771,76 @@ msgstr "" "Pustite prazno, če ne želite \"vztrajnih\" nedavno uporabljenih tabel skozi " "seje; predlagano: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Nedavno uporabljena tabela" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relacijska tabela" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Ukaz SQL za pridobitev razpoložljivih zbirk podatkov" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Ukaz SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Oglejte si [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]vrste " "overovitev[/a] za primer" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Ime seje signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL signon" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Vtičnica strežnika" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Omogoči SSL za povezavo s strežnikom MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Uporabi SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"Pustite prazno, če ne želite podpore sheme PDF; predlagano: [kbd]" -"pma__table_coords[/kbd]" +"Pustite prazno, če ne želite podpore sheme PDF; predlagano: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-shema: koordinate tabel" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5827,11 +5848,11 @@ msgstr "" "Tabela za opisovanje prikaznih stolpcev; pustite prazno, če ne želite " "podpore; predlagano: [kbd]pma__table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Tabela prikaznih stolpcev" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5839,11 +5860,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabela nastavitev uporabniškega vmesnika" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5851,11 +5872,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5863,11 +5884,11 @@ msgstr "" "Ali naj se stavek DROP TABLE IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju tabele." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Dodaj DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5875,60 +5896,60 @@ msgstr "" "Ali naj se stavek DROP VIEW IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju pogleda." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Izjave za sledenje" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Pustite prazno, če ne želite podpore sledenja poizvedb SQL; predlagano: [kbd]" -"pma__tracking[/kbd]" +"Pustite prazno, če ne želite podpore sledenja poizvedb SQL; predlagano: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Tabela sledenja poizvedb SQL" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 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:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Samodejno ustvari različice" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Pustite prazno, če ne želite hranjenja uporabnikovih nastavitev v zbirki " "podatkov; predlagano: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Tabela za hranjenje uporabnikovih nastavitev" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Uporabnik za overovitev config" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5936,19 +5957,19 @@ msgstr "" "Uporabniku prijazen opis tega strežnika. Pustite prazno, če se naj namesto " "tega prikaže ime gostitelja." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Razširjeno ime tega strežnika" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Dovoli prikaz vseh vrstic" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5958,46 +5979,46 @@ msgstr "" "kbd], saj je geslo vgrajeno v konfiguracijsko datoteko; to ne omejuje " "možnosti izvedbe enakega ukaza neposredno" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Pokaži obrazec za spremembo gesla" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Pokaži obrazec za ustvarjanje zbirke podatkov" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" "Prikaži ali skrij stolpec, ki prikazuje Časovni žig nastanka za vse tabele" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Prikaži Časovni žig nastanka" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Prikaži ali skrij stolpec, ki prikazuje Časovni žig zadnje spremembe za vse " "tabele" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Časovni žig zadnje spremembe" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Prikaži ali skrij stolpec, ki prikazuje Časovni žig zadnjega preverjanja za " "vse tabele" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Časovni žig zadnjega preverjanja" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6005,98 +6026,98 @@ msgstr "" "Določa ali naj bo med brskanjem po tabelah prikazana možnost vrste smeri " "prikaza" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Prikaži smer prikaza" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Pokaži vrste polj" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Prikaže polja funkcij v načinu urejanja/vstavljanja" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Prikaži polja funkcij" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Naj prikažem namig ali ne" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Prikaži namig" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Prikaže povezavo do podatkov [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Prikaže povezavo do podatkov [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Prikaži povezavo phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Prikaži podrobne informacije o strežniku MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Pokaži poizvedbe SQL" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Ohrani polje poizvedbe" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Pokaži statistiko" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Prikaži pripombe tabel v zaslonskih namigih" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Preskoči zaklenjene tabele" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Potrebuje omogočen Preverjalnik SQL" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6104,7 +6125,7 @@ msgstr "Potrebuje omogočen Preverjalnik SQL" msgid "Password" msgstr "Geslo" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6112,32 +6133,32 @@ msgstr "" "[strong]Opozorilo:[/strong] potrebuje nameščeno razširitev PHP SOAP ali PEAR " "SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Omogoči Preverjalnik SQL" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Če imate uporabniško ime po meri, ga določite tukaj (privzeto [kbd]anonymous" -"[/kbd])" +"Če imate uporabniško ime po meri, ga določite tukaj (privzeto " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Uporabniško ime" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Na glavni strani se prikaže opozorilo, če je zaznan Suhosin" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Opozorilo Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6145,11 +6166,11 @@ msgstr "" "Velikost besedilnega polja (stolpci) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2) in za okno poizvedbe (*1,25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Stolpcev besedilnega polja" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6157,31 +6178,31 @@ msgstr "" "Velikost besedilnega polja (vrstice) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2) in za okno poizvedbe (*1,25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Vrstic besedilnega polja" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Naslov okna brskalnika, ko je izbrana zbirka podatkov" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Naslov okna brskalnika, ko je ni izbrano nič" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Privzeti naslov" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Naslov okna brskalnika, ko je izbran strežnik" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Naslov okna brskalnika, ko je izbrana tabela" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6192,27 +6213,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Seznam zaupanja vrednih proxyjev za sprejetje/zavrnitev IP" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Mapa za nalaganje" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Dovoli iskanje po celotni zbirki podatkov" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Uporabi iskanje po zbirki podatkov" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6220,19 +6241,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Omogoči zavihek Razvijalec v nastavitvah" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Preveri za najnovejšo različico" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 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:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6240,7 +6261,7 @@ msgstr "Omogoča preverjanje najnovejše različice na glavni strani phpMyAdmin" msgid "Version check" msgstr "Preverjanje različice" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6251,11 +6272,11 @@ msgstr "" "potrebujete, če strežnik, na katerem je nameščen phpMyAdmin, nima neposredne " "povezave z medmrežjem. Oblika je: \"imegostitelja:številkavrat\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "URL proxyja za preverjanje različice" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6265,19 +6286,19 @@ msgstr "" "navedete uporabniško ime, se bo izvedla overitev Basic Authentication. Druge " "vrste overitve trenutno niso podprte." -#: libraries/config/messages.inc.php:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Uporabniško ime proxyja za preverjanje različice" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Geslo za overitev s proxyjem" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Geslo proxyja za preverjanje različice" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6285,63 +6306,79 @@ 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Overitev s konfiguracijo" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Overitev s piškotkom" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Overitev s HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Overitev s signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV z uporabo LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "Preglednica OpenDocument" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Hitro" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Po meri" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Možnosti izvoza zbirke podatkov" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "Besedilo OpenDocument" @@ -7197,8 +7234,8 @@ msgstr "Ustvari indeks na  %s stolpcih" msgid "Hide" msgstr "Skrij" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Dvojiško" @@ -7315,189 +7352,189 @@ msgstr "Ali res želite izvesti naslednjo poizvedbo?" msgid "No change" msgstr "Brez sprememb" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Nabor znakov" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bolgarsko" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Poenostavljeno kitajsko" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradicionalno kitajsko" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "ne razlikuj velikih in malih črk" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "razlikuj velike in male črke" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Hrvaško" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Češko" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dansko" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Angleško" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonsko" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Nemško" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "slovar" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonski imenik" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Madžarsko" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandsko" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonsko" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latvijsko" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litvansko" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejsko" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Perzijsko" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poljsko" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zahodno evropsko" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romunsko" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovaško" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovensko" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Špansko" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradicionalno špansko" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedsko" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tajsko" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turško" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinsko" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unikod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "večjezično" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centralno evropsko" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rusko" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltsko" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armensko" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirilica" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabsko" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrejsko" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzijsko" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grško" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Češkoslovaško" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "neznano" @@ -7694,7 +7731,7 @@ msgstr "Preimenuj tabelo v" msgid "Table comments" msgstr "Pripomba tabele" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Pogon skladiščenja" @@ -7854,21 +7891,29 @@ msgstr "Uporabniško ime:" msgid "Server Choice:" msgstr "Izbira strežnika:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" "Prijava brez gesla je prepovedana s konfiguracijo (glej AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Brez aktivnosti v zadnjih %s sekundah; prosimo, prijavite se znova" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Ne morem se prijaviti v strežnik MySQL" @@ -7936,7 +7981,7 @@ msgstr "" "Odstrani znake prehoda na začetek vrstice/pomika v novo vrsto znotraj " "stolpcev" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Različica Excel:" @@ -8192,8 +8237,8 @@ msgid "" "(7,8,9)" msgstr "" "vključi več vrstic v vsaki izjavi INSERT
    " -"  Primer: INSERT INTO ime_tabele VALUES (1,2,3), (4,5,6), (7,8,9)" -"" +"  Primer: INSERT INTO ime_tabele VALUES (1,2,3), (4,5,6), " +"(7,8,9)" #: libraries/plugins/export/ExportSql.class.php:366 msgid "" @@ -8343,6 +8388,12 @@ msgstr "" "Določena datoteka XML je ali skažena ali nepopolna. Prosimo, odpravite " "težave in poskusite znova." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Preglednica OpenDocument" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Datoteka oblik ESRI" @@ -8521,80 +8572,80 @@ msgstr "" "Prikaže povezavo; stolpec vsebuje ime datoteke. Prva možnost je predpona " "URL, kot je \"http://www.example.com/\". Druga možnost je ime povezave." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ni v redu" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "V redu" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Omogočeno" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Splošne lastnosti relacij" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Prikaži lastnosti" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Ustvarjanje datotek PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Prikazovanje pripomb stolpcev" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Pretvorba z brskalnikom" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Navodila za posodobitev tabele column_comments najdete v dokumentaciji" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Označena poizvedba SQL" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Zgodovina SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Vztrajno nedavno uporabljene tabele" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Vztrajne nastavitve uporabniškega vmesnika tabel" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Uporabniške nastavitve" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Hitri koraki za namestitev naprednih funkcij:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "Ustvarite potrebne tabele s examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8602,13 +8653,13 @@ msgstr "" "Omogočite napredne funkcije v konfiguracijski datoteki (config.inc." "php); začnite na primer s config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "brez opisa" @@ -8662,7 +8713,7 @@ msgstr "Stanje podrejenca" msgid "Variable" msgstr "Spremenljivka" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID strežnika" @@ -8793,7 +8844,7 @@ msgstr "Podrobnosti" msgid "Event name" msgstr "Ime dogodka" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Vrsta dogodka" @@ -9136,37 +9187,34 @@ msgstr "Dogodka imenovanega %1$s ni mogoče najti v zbirki podatkov %2$s" msgid "There are no events to display." msgstr "Ni dogodkov za prikaz." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabela %s ne obstaja!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Prosimo, konfigurirajte koordinate za tabelo %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Shema zbirke podatkov %s - Stran %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Stran ne vsebuje nobenih tabel!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "NAPAKA SHEME: " @@ -9232,51 +9280,51 @@ msgstr "Imena stolpcev" msgid "Display relational schema" msgstr "Prikaži relacijsko shemo" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Izberite relacijsko vrsto izvoza" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Pokaži mrežo" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Pokaži barvo" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Pokaži dimenzije tabel" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Prikaži vse tabele enake širine" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Slovar podatkov" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Prikaži samo ključe" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Ležeče" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Pokončno" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Usmerjenost" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Velikost papirja" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9284,12 +9332,12 @@ msgstr "" "Trenutna stran vsebuje sklice na tabele, ki ne obstajajo več. Ali želite " "izbrisati te sklice?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Preklopi odložišče (scratchboard)" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Neznani jezik: %1$s." @@ -9298,6 +9346,75 @@ msgstr "Neznani jezik: %1$s." msgid "Current Server:" msgstr "Trenutni strežnik:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Izberite dvojiški dnevnik za pregled" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Ime dnevnika" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Položaj" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Izvirni položaj" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Podatki" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Skrči prikazane poizvedbe" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Pokaži celotne poizvedbe" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Nabori znakov in pravila za razvrščanje znakov" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduli" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Začetek" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Vtičnik" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Knjižnica" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Različica" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Avtor" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Dovoljenje" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "onemogočeno" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Brez privilegijev." @@ -10099,10 +10216,6 @@ msgstr "Dodaj indeks SPATIAL" msgid "Add FULLTEXT index" msgstr "Dodaj indeks FULLTEXT" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Podatki" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Poraba prostora" @@ -10111,7 +10224,7 @@ msgstr "Poraba prostora" msgid "Effective" msgstr "Učinkovito" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabela %1$s je bila uspešno spremenjena" @@ -10537,34 +10650,6 @@ msgstr "Tabele %s ni mogoče najti ali pa ni v %s" msgid "File doesn't exist" msgstr "Datoteka ne obstaja" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Izberite dvojiški dnevnik za pregled" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Skrči prikazane poizvedbe" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Pokaži celotne poizvedbe" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Ime dnevnika" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Položaj" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Izvirni položaj" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Nabori znakov in pravila za razvrščanje znakov" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10603,7 +10688,7 @@ msgstr "" msgid "No databases" msgstr "Brez zbirk podatkov" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Pogoni skladiščenja" @@ -10611,42 +10696,6 @@ msgstr "Pogoni skladiščenja" msgid "View dump (schema) of databases" msgstr "Pokaži povzetek stanja zbirk podatkov" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduli" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Začetek" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Vtičnik" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Knjižnica" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Različica" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Avtor" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Dovoljenje" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "onemogočeno" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11936,9 +11985,9 @@ msgid "" "Otherwise you will be only able to download or display it." msgstr "" "Prosimo, na spletnem strežniku ustvarite zapisljivo mapo [em]config[/em] v " -"najvišjem nivoju mape phpMyAdmina, kot opisuje [doc@setup_script]" -"dokumentacija[/doc]. V naprotnem primeru jo boste lahko samo prenesli ali jo " -"prikazali." +"najvišjem nivoju mape phpMyAdmina, kot opisuje " +"[doc@setup_script]dokumentacija[/doc]. V naprotnem primeru jo boste lahko " +"samo prenesli ali jo prikazali." #: setup/frames/index.inc.php:60 msgid "" @@ -12085,8 +12134,8 @@ msgid "" "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " "version is %s, released on %s." msgstr "" -"Uporabljate nadležno različico, zaženite [kbd]tecnoba odstrani[/kbd] :-)[br]" -"Najnovejša stabilna različica je %s, izdana %s." +"Uporabljate nadležno različico, zaženite [kbd]tecnoba odstrani[/kbd] :-)" +"[br]Najnovejša stabilna različica je %s, izdana %s." #: setup/lib/index.lib.php:203 msgid "No newer stable version is available" @@ -12197,8 +12246,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Nastavili ste vrsto overovitve [kbd]config[/kbd] in vključili uporabniško " "ime in geslo za samodejno prijavo, kar ni zaželena možnost za gostitelje " @@ -12265,9 +12314,6 @@ msgstr "Preverjen SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12637,23 +12683,23 @@ msgstr "Sledi tem stavkom upravljanja s podatki:" msgid "Create version" msgstr "Ustvari različico" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Motiv" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Dobi več preoblek!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Razpoložljive vrste MIME" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Razpoložljive pretvorbe" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Opis" @@ -12670,7 +12716,7 @@ msgstr "Profil je posodobljen." msgid "VIEW name" msgstr "Ime VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Preimenuj pogled v" @@ -14190,8 +14236,9 @@ msgstr "concurrent_insert je nastavljeno na 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Omogočitev tega dovoljuje strani, ki se nahaja na drugačni domeni, " -#~ "vključitev phpMyAdmina v okvirju, kar predstavlja morebitno [strong]" -#~ "varnostno luknjo[/strong], saj dovoljuje skriptne napade preko okvirjev" +#~ "vključitev phpMyAdmina v okvirju, kar predstavlja morebitno " +#~ "[strong]varnostno luknjo[/strong], saj dovoljuje skriptne napade preko " +#~ "okvirjev" #~ msgid "Allow third party framing" #~ msgstr "Dovoli uokvirjanje tretjim osebam" @@ -14229,14 +14276,14 @@ msgstr "concurrent_insert je nastavljeno na 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Ko je nastavljeno na [kbd]nested[/kbd], je pridevek imena tabele " -#~ "uporabljen samo za razdružitev/združitev tabel v skladu z določilom $cfg" -#~ "['LeftFrameTableSeparator'], zato je samo mapa imenovana kot pridevek, " -#~ "sama imena tabel pa ostanejo nespremenjena" +#~ "uporabljen samo za razdružitev/združitev tabel v skladu z določilom " +#~ "$cfg['LeftFrameTableSeparator'], zato je samo mapa imenovana kot " +#~ "pridevek, sama imena tabel pa ostanejo nespremenjena" #~ msgid "Display table comment instead of its name" #~ msgstr "Prikaži pripombo tabele namesto njenega imena" diff --git a/po/sq.po b/po/sq.po index 649ebc7674..e53c8635dc 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-06 16:49+0200\n" "Last-Translator: Spartak Ferrollari \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" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "Shfaqi të gjithë" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Numri i faqes:" @@ -57,7 +57,7 @@ msgstr "Kërkim:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Kërkim:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Kërkim:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Zbato" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Emri i kyçit" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Përshkrimi" @@ -269,7 +269,7 @@ msgstr "Po" msgid "View dump (schema) of database" msgstr "Shfaq dump (skema) e databazës" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Nuk gjenden tabela në databazë." @@ -306,7 +306,7 @@ msgstr "" "janë ç'aktivizuar. Për të kuptuar përse, klikoni %skëtu%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -367,7 +367,7 @@ msgstr "Kalo tek %svisual builder%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -382,7 +382,7 @@ msgid "Tracked tables" msgstr "Tabela të monitoruara" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -405,7 +405,7 @@ msgstr "Krijuar" msgid "Updated" msgstr "Përditësuar" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -429,7 +429,7 @@ msgid "Delete tracking data for this table" msgstr "Fshij të dhënat e monitorimit për këtë tabelë" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -464,28 +464,28 @@ msgstr "Tabela të pa-monitoruara" msgid "Track table" msgstr "Kontrollo tabelën" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Log i bazave të të dhënave" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Lloj i gabuar!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Tipi i eksportit te perzgjedhur duhet te ruhet ne nje skedar!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Parametra të gabuar!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "Hapësirë e pamjaftueshme për të ruajtur file %s." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -493,12 +493,12 @@ msgstr "" "File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh " "opcionin \"Mbishkruaj\"." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Serveri web nuk ka të drejtat e duhura për të ruajtur file %s." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Dump u ruajt tek file %s." @@ -685,115 +685,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "Query SQL u zbatua me sukses" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Mbrapa" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Karakteristikat e përgjithshme" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Ndrysho fjalëkalimin" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Vendosja e lidhjes MySQL" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Parametrat e Pamjes" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Karakteristika të mëtejshme" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Serveri i Bazës së të Dhënave" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Serveri:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Tipi i serverit:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Versioni i serverit:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Versioni i protokollit:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Përdoruesi:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Familja e karaktereve të server:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Serveri web" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Versioni i klientit të bazës së të dhënave:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "Shtesa PHP:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "Afisho informacion mbi PHP" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Informacione mbi versionin:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Dokumentacioni" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Wiki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Faqja zyrtare e phpMyAdmin" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Kontribuoni" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Merrni ndihmë" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Lista e ndryshimeve" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -805,7 +805,7 @@ msgstr "" "MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju " "duhet patjetër të korrigjoni këtë vrimë në siguri." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -815,7 +815,7 @@ msgstr "" "tuaj. Ky opsion nuk eshte i pajtueshem me phpMyAdmin dhe mund te shkaktojne " "korruptimin e disa te dhenave!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -825,7 +825,7 @@ msgstr "" "karakteresh multibyte. Pa ekstensionin mbstring phpMyAdmin e ka të pamundur " "që të ndajë vargjet saktë dhe mund të sjellë rezultate të papritura." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -837,7 +837,7 @@ msgstr "" "vlefshmëria e cookie të konfiguruar në phpMyAdmin, për këtë arsye, login do " "të skadojë më shpejt se sa është konfiguruar në phpMyAdmin." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -846,13 +846,13 @@ msgstr "" "konfiguruar në phpMyAdmin, për këtë arsye, login juaj do të skadojë më " "shpejt se sa është konfiguruar në phpMyAdmin." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -"Tani nevojitet një fjalëkalim sekret për skedarin e konfigurimit" -"(blowfish_secret)." +"Tani nevojitet një fjalëkalim sekret për skedarin e " +"konfigurimit(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -865,7 +865,7 @@ msgstr "" "të kompromentohet duke lejuar persona të pa-autorizuar që të shkarkojnë " "konfigurimin tuaj." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -875,7 +875,7 @@ msgstr "" "nga karakteristikat shtesë janë ç'aktivizuar. Për të kuptuar përse, klikoni " "%skëtu%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -884,7 +884,7 @@ msgstr "" "Libraria juaj e PHP për MySQL me version %s janë të ndryshme nga versioni i " "serverit MySQL %s. Kjo mund të shkaktoje sjellje të paparashikueshme." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -999,12 +999,12 @@ msgid "Other" msgstr "Të tjera" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "." #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1105,44 +1105,44 @@ msgstr "Byte të marrë" msgid "Connections" msgstr "Lidhje" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Proceset" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Bytes" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1160,7 +1160,7 @@ msgstr "Pyetje" msgid "Traffic" msgstr "Trafiku" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Parametrat" @@ -1187,7 +1187,7 @@ msgstr "Ju lutem shtoni së paku një ndryshore në seri" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Asnjë lloj" @@ -1449,7 +1449,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1658,8 +1658,8 @@ msgstr "Afisho kutinë e query" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1685,8 +1685,8 @@ msgstr "" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1987,63 +1987,63 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Shk" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Pri" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Qer" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Kor" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Gsh" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sht" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Tet" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nën" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dhj" @@ -2081,32 +2081,32 @@ msgid "Sun" msgstr "Die" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Hën" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Mër" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Enj" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Pre" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Sht" @@ -2254,7 +2254,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Në ngjitje" @@ -2263,7 +2263,7 @@ msgstr "Në ngjitje" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Në zbritje" @@ -2342,27 +2342,27 @@ msgstr "" msgid "SQL query on database %s:" msgstr "Kërkesë SQL tek databaza %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Dërgo Query" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Serveri nuk përgjigjet" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2402,8 +2402,8 @@ msgstr[0] "%1$s korrespondon tek tabela %2$s" msgstr[1] "%1$s korrespondojnë tek tabela %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Shfleto" @@ -2455,26 +2455,28 @@ msgstr "" msgid "Restore column order" msgstr "Rivendos renditjen e kolonave" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Fillim" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Paraardhësi" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Pasardhëse" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Fundi" @@ -2599,7 +2601,7 @@ msgid "The row has been deleted" msgstr "rreshti u fshi" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Hiq" @@ -2657,8 +2659,8 @@ msgstr "Zgjidh gjithçka" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2759,7 +2761,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2792,12 +2794,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Rradhitja" @@ -2824,7 +2827,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Serveri" @@ -2835,9 +2838,9 @@ msgid "View" msgstr "Paraqitje" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2848,32 +2851,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Kërko" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Shto" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacione" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2914,54 +2917,55 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databazat" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Përdorues" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "Binar" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikimi" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Të ndryshueshmet" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Familje gërmash" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Gabim" @@ -3053,7 +3057,8 @@ msgstr "Tabela" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Fusha" @@ -3618,131 +3623,131 @@ msgstr "query SQL" msgid "MySQL said: " msgstr "Mesazh nga MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Shpjego SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Mos shpjego SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "pa kod PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Krijo kodin PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Rifresko" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Mos vleftëso SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Vleftëso SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Djl" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s ditë, %s orë, %s minuta dhe %s sekonda" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Kalo tek databaza "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "directory e upload të server-it web" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Directory që keni zgjedhur për upload nuk arrin të gjehet" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Zbraz" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Printo" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Krijimi" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Ndryshimi i fundit" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Kontrolli i fundit" @@ -3751,9 +3756,9 @@ msgstr "Kontrolli i fundit" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3904,8 +3909,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Jo aktiv" @@ -4072,8 +4077,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Rinis" @@ -4141,8 +4150,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4336,8 +4345,8 @@ msgstr "Kompresim" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4590,8 +4599,8 @@ msgstr "" msgid "Customize default options" msgstr "Opcione të eksportimit të databazës" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4709,8 +4718,9 @@ msgstr "Numri i faqes:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5479,8 +5489,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5623,387 +5633,397 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Kërko" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "Databazat" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Zgjedhja e serverit" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizo tabelën" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Riparo tabelën" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Zgjedhja e serverit" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Vizualizimi i komenteve të kollonave" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmento tabelën" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Instruksione" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy msgid "Automatically create versions" msgstr "Versioni i MySQL" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Trego info mbi PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Opcione të eksportimit të databazës" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "Shfaq tabelat" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Shfaq rrjetën" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Shfaq të gjitha kërkesat" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "query SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Statistikat e rreshtave" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6011,81 +6031,81 @@ msgstr "" msgid "Password" msgstr "Fjalëkalimi" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Emri i përdoruesit:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Shto/Fshi kollonat e fushës" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Prezgjedhur" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6093,45 +6113,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6139,7 +6159,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6147,61 +6167,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6209,32 +6245,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "Dokumentet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcione të eksportimit të databazës" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV për të dhëna MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7078,8 +7114,8 @@ msgstr "Krijo një tregues tek  %s columns" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binar" @@ -7210,190 +7246,190 @@ msgstr "Konfermo: " msgid "No change" msgstr "Asnjë ndryshim" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Familje gërmash" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bullgarisht" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Kineze e thjeshtëzuar" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Kineze tradicionale" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "i pandjeshëm për madhësinë e gërmës" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "i ndjeshëm për madhësinë e gërmës" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroate" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Çekisht" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danisht" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Anglisht" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoneze" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Gjermanisht" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "fjalor" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "numratori" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Hungarisht" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandeze" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonisht" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letone" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Lituane" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreane" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 #, fuzzy msgid "Persian" msgstr "Gjeorgjisht" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polonisht" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Europa Perëndimore" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romanisht" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Sllovakisht" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Sllovenisht" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanjisht" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Spanjishte tradicionale" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Suedisht" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tai" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turqisht" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainase" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "shumëgjuhësh" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Europa qendrore" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rusisht" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltike" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armene" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Cirilike" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabisht" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebraike" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gjeorgjisht" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Greqisht" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Çeko-Sllovak" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "e panjohur" @@ -7602,7 +7638,7 @@ msgstr "Riemërto tabelën në" msgid "Table comments" msgstr "Komentet e tabelës" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7773,20 +7809,28 @@ msgstr "Emri i përdoruesit:" msgid "Server Choice:" msgstr "Zgjedhja e serverit" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "E pamundur kryerja e login tek server-i MySQL" @@ -7862,7 +7906,7 @@ msgstr "Zëvendëso NULL me" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8291,6 +8335,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Dokumentet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8487,93 +8537,93 @@ msgstr "" "Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks " "si \"http://domain.com/\", opcioni i dytë është një titull për lidhjen." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "jo OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Aktiv" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Karakteristikat e përgjithshme të relacionit" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Shfaq karakteristikat" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Krijimi i PDF-ve" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Vizualizimi i komenteve të kollonave" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Transformimi i Shfletuesit" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Query SQL shtuar të preferuarve" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "Kronollogjia e SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "asnjë përshkrim" @@ -8627,7 +8677,7 @@ msgstr "" msgid "Variable" msgstr "E ndryshueshme" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "Serveri" @@ -8764,7 +8814,7 @@ msgstr "" msgid "Event name" msgstr "Lloji i Eksportit" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "Lloji i Eksportit" @@ -9145,39 +9195,36 @@ msgstr "Nuk gjenden tabela në databazë." msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Tabela \"%s\" nuk ekziston!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Ju lutem, konfiguroni koordinatat për tabelën %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Skema e databazës \"%s\" - Faqja %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9251,53 +9298,53 @@ msgstr "Emrat e kollonave" msgid "Display relational schema" msgstr "Skema relacionale" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Shfaq rrjetën" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Shfaq ngjyrën" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Shfaq madhësinë e tabelave" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Shfaq të gjitha tabelat me të njëjtën gjerësi" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Fjalori i të dhënave" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Shfaq vetëm kyçet" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Horizontale" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Vertikale" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Krijimi" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Përmasat e fletës" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9305,12 +9352,12 @@ msgstr "" "Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi " "t'i eleminoni këto riferimente?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "(ç')aktivo scratchboard" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9321,6 +9368,79 @@ msgstr "" msgid "Current Server:" msgstr "Serveri" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +#, fuzzy +msgid "Information" +msgstr "Informacione mbi Identifikimin" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Shkurton (ndërpret) Queries e Shfaqura" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Shfaq të gjitha kërkesat" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Familje gërmash dhe Collations" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Fillim" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Versioni i PHP" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Jo aktiv" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Asnjë të drejtë." @@ -10171,11 +10291,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -#, fuzzy -msgid "Information" -msgstr "Informacione mbi Identifikimin" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Hapësira e përdorur" @@ -10184,7 +10299,7 @@ msgstr "Hapësira e përdorur" msgid "Effective" msgstr "Efektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Përdoruesit e zgjedhur u hoqën me sukses." @@ -10664,34 +10779,6 @@ msgstr "%s tabela nuk u gjet ose nuk është përcaktuar tek %s" msgid "File doesn't exist" msgstr "Tabela \"%s\" nuk ekziston!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Shkurton (ndërpret) Queries e Shfaqura" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Shfaq të gjitha kërkesat" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Familje gërmash dhe Collations" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10729,7 +10816,7 @@ msgstr "" msgid "No databases" msgstr "Asnjë databazë" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10737,45 +10824,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "Shfaq dump (skema) e databazave" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Fillim" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Versioni i PHP" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Jo aktiv" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12153,8 +12201,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12626,23 +12674,23 @@ msgstr "" msgid "Create version" msgstr "Versioni i MySQL" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Lloje MIME në dispozicion" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Transformacionet në dispozicion" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12661,7 +12709,7 @@ msgstr "Profili u rifreskua." msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Riemërto tabelën në" diff --git a/po/sr.po b/po/sr.po index 92d907a8a6..4e27d45dc6 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:13+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Serbian %s:" msgstr "SQL упит на бази %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Изврши SQL упит" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid " the local MySQL server's socket is not correctly configured)" msgid "" @@ -2616,17 +2616,17 @@ msgid "" "configured)." msgstr "(или прикључак локалног MySQL сервера није исправно подешен)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Сервер не одговара" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2670,8 +2670,8 @@ msgstr[1] "%s погодака унутар табеле %s" msgstr[2] "%s погодака унутар табеле %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Преглед" @@ -2733,32 +2733,34 @@ msgstr "Основни директоријум података" msgid "Restore column order" msgstr "Додај/обриши колону" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Почетак" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Претходна" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Следећи" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2889,7 +2891,7 @@ msgid "The row has been deleted" msgstr "Ред је обрисан" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Обустави" @@ -2945,8 +2947,8 @@ msgstr "Означи све" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3052,7 +3054,7 @@ msgstr "Отвори нови phpMyAdmin прозор" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3085,12 +3087,13 @@ msgid "Cardinality" msgstr "Кардиналност" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Сортирање" @@ -3118,7 +3121,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервер" @@ -3129,9 +3132,9 @@ msgid "View" msgstr "Поглед" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3142,32 +3145,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Претраживање" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Нови запис" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операције" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3209,53 +3212,54 @@ msgstr "Рутине" msgid "Events" msgstr "Догађаји" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дизајнер" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Базе" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Корисник" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Бинарни дневник" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Репликација" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Променљиве" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодне стране" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Складиштења" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Грешка" @@ -3352,7 +3356,8 @@ msgstr "Табеле" msgid "Transaction coordinator" msgstr "Координатор трансакција" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Датотеке" @@ -3924,135 +3929,135 @@ msgstr "SQL упит" msgid "MySQL said: " msgstr "MySQL рече: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Објасни SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Прескочи објашњавање SQL-a" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "без PHP кода" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Направи PHP код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Освежи" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Прескочи проверу SQL-a" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Провери SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Складиштења" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Профилисање" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Нед" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y. у %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s дана, %s сати, %s минута и %s секунди" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Рутине" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Пређи на базу "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Ова функционалност %s је погођена познатом грешком, видите %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "директоријум за слање веб сервера " -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Директоријум који сте изабрали за слање није доступан" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Испразни" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Штампај" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Направљено" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Последња измена" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Последња провера" @@ -4061,9 +4066,9 @@ msgstr "Последња провера" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4218,8 +4223,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Онемогућено" @@ -4385,8 +4390,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Поништи" @@ -4454,8 +4463,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4654,8 +4663,8 @@ msgstr "Компресија" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4908,8 +4917,8 @@ msgstr "" msgid "Customize default options" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5033,8 +5042,9 @@ msgstr "Број стране:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5827,8 +5837,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5972,391 +5982,401 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Претраживање" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "назив базе" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "ИД сервера" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Анализирај табелу" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Поправи табелу" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Избор сервера" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Приказујем коментаре колоне" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дефрагментирај табелу" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Име" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Режим аутоматског опоравка" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Прикажи информације о PHP-у" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Прикажи статус подређених сервера" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Опције за извоз базе" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Прикажи отворене табеле" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Прикажи мрежу" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетне упите" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL упит" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Статистике реда" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Прикажи отворене табеле" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6364,80 +6384,80 @@ msgstr "" msgid "Password" msgstr "Лозинка" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Корисничко име:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Додај/обриши колону" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Default title" msgstr "Преименуј базу у" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6445,46 +6465,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Основни директоријум података" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6492,7 +6512,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6500,61 +6520,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV користећи LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6562,32 +6598,32 @@ msgstr "CSV користећи LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Опције за извоз базе" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV за MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7478,8 +7514,8 @@ msgstr "Направи кључ на %s колона" msgid "Hide" msgstr "Сакриј" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Бинарни" @@ -7616,189 +7652,189 @@ msgstr "Да ли стварно хоћете да " msgid "No change" msgstr "Нема измена" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Карактер сет" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Бугарски" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Поједностављени кинески" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Традиционални кинески" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Не разликује мала и велика слова" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Разликује мала и велика слова" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хрватски" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чешки" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Дански" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Енглески" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Есперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Естонски" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Немачки" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "речник" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонски именик" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Мађарски" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исландски" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Јапански" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Летонски" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литвански" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корејски" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Персијски" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Пољски" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Западноевропски" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румунски" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словачки" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словеначи" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Шпански" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Традиционални шпански" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведски" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тајски" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турски" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украјински" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Уникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "вишејезички" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Централноевропски" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Руски" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтички" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Јерменски" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Ћирилични" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арапски" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Хебрејски" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузијски" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грчки" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чешко-словачки" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "непознат" @@ -8006,7 +8042,7 @@ msgstr "Промени име табеле у" msgid "Table comments" msgstr "Коментари табеле" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Погон складиштења" @@ -8179,20 +8215,28 @@ msgstr "Корисничко име:" msgid "Server Choice:" msgstr "Избор сервера" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Није било активности %s или више секунди, молимо пријавите се поново" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Не могу да се пријавим на MySQL сервер" @@ -8268,7 +8312,7 @@ msgstr "Замени NULL са" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8701,6 +8745,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8834,8 +8884,8 @@ msgstr "" #: libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php:31 #, fuzzy #| msgid "" -#| "ys the contents of the field as-is, without running it through ecialchars" -#| "(). That is, the field is assumed to contain valid HTML." +#| "ys the contents of the field as-is, without running it through " +#| "ecialchars(). That is, the field is assumed to contain valid HTML." msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." @@ -8913,93 +8963,93 @@ msgstr "" "Приказује линк, поље садржи назив датотеке; прва опција је префикс као " "\"http://domain.com/\", друга опција је наслов за линк." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "није у реду" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "У реду" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Омогућено" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Опште особине релација" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Прикажи особине" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Прављење PDF-ova" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Приказујем коментаре колоне" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Транформације читача" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Молимо погледајте у документацији како се ажурира табела Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Запамћен SQL-упит" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL историјат" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "нема описа" @@ -9055,7 +9105,7 @@ msgstr "Прикажи статус подређених сервера" msgid "Variable" msgstr "Променљива" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ИД сервера" @@ -9193,7 +9243,7 @@ msgstr "" msgid "Event name" msgstr "Врста догађаја" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Врста догађаја" @@ -9588,39 +9638,36 @@ msgstr "Табеле нису пронађене у бази." msgid "There are no events to display." msgstr "Провери табелу" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "Табела \"%s\" не постоји!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Подесите координате за табелу %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "Схема базе \"%s\" - Страна %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9694,53 +9741,53 @@ msgstr "Имена колона" msgid "Display relational schema" msgstr "Релациона схема" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Прикажи мрежу" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Прикажи боју" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Прикажи димензије табеле" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Приказ свих табела исте ширине?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Речник података" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Положено" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Усправно" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Направљено" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Димензије папира" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9748,12 +9795,12 @@ msgstr "" "Тренутна страна има референце на табеле које више не постоје. Желите ли да " "обришете те референце?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Укључи/искључи радну таблу" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Непознат језик: %1$s." @@ -9764,6 +9811,78 @@ msgstr "Непознат језик: %1$s." msgid "Current Server:" msgstr "Сервер" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Изаберите бинарни дневник за преглед" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Назив дневника" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Позиција" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Оригинална позиција" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Информације" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Прикажи скраћене упите" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Прикажи комплетне упите" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Карактер сетови и сортирање" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Почетак" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Персијски" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Онемогућено" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Нема привилегија." @@ -10607,10 +10726,6 @@ msgstr "Додај ново поље" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Информације" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Заузеће" @@ -10619,7 +10734,7 @@ msgstr "Заузеће" msgid "Effective" msgstr "Ефективне" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Изабрани корисници су успешно обрисани." @@ -11104,34 +11219,6 @@ msgstr "%s табела није пронађена или није по msgid "File doesn't exist" msgstr "Табела \"%s\" не постоји!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Изаберите бинарни дневник за преглед" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Прикажи скраћене упите" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Прикажи комплетне упите" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Назив дневника" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Позиција" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Оригинална позиција" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Карактер сетови и сортирање" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11170,7 +11257,7 @@ msgstr "" msgid "No databases" msgstr "База не постоји" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Погони складиштења" @@ -11178,45 +11265,6 @@ msgstr "Погони складиштења" msgid "View dump (schema) of databases" msgstr "Прикажи садржај (схему) базе" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Почетак" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Персијски" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Онемогућено" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12713,8 +12761,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -13188,23 +13236,23 @@ msgstr "" msgid "Create version" msgstr "Направи релацију" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Доступни MIME-типови" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Доступне трансформације" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13223,7 +13271,7 @@ msgstr "Профил је промењен." msgid "VIEW name" msgstr "назив за VIEW" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Промени име табеле у " diff --git a/po/sr@latin.po b/po/sr@latin.po index fd4d689a5c..32df84fa6f 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-01-10 13:37+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Serbian (latin) %s:" msgstr "SQL upit na bazi %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Izvrši SQL upit" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2428,15 +2428,15 @@ msgstr "" "Nema odgovora sa servera (ili priključak lokalnog servera nije ispravno " "podešen)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Server ne odgovara." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2479,8 +2479,8 @@ msgstr[1] "%s pogodaka unutar tabele %s" msgstr[2] "%s pogodaka unutar tabele %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Pregled" @@ -2532,26 +2532,28 @@ msgstr "Snimi izmenjene podatke" msgid "Restore column order" msgstr "Vrati redosled kolone" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Početak" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Prethodna" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Sledeća" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Kraj" @@ -2671,7 +2673,7 @@ msgid "The row has been deleted" msgstr "Red je obrisan" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Obustavi" @@ -2729,8 +2731,8 @@ msgstr "Označi sve" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2834,7 +2836,7 @@ msgstr "Otvori novi phpMyAdmin prozor" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2867,12 +2869,13 @@ msgid "Cardinality" msgstr "Kardinalnost" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Sortiranje" @@ -2901,7 +2904,7 @@ msgstr "" "da se ukloni." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2912,9 +2915,9 @@ msgid "View" msgstr "Pogled" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2925,32 +2928,32 @@ msgid "Structure" msgstr "Struktura" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Pretraživanje" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Novi zapis" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operacije" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2991,51 +2994,52 @@ msgstr "Rutine" msgid "Events" msgstr "Događaji" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dizajner" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Baze" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Korisnici" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binarni dnevnik" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikacija" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Promenljive" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Kodne strane" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Skladištenja" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Greška" @@ -3127,7 +3131,8 @@ msgstr "Tabele" msgid "Transaction coordinator" msgstr "Koordinator transakcija" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Datoteke" @@ -3249,8 +3254,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Neuspelo brisanje podešavanja korisničkog interfejsa tabele (pogledajte $cfg" -"['Servers'][$i]['MaxTableUiprefs'] %s)" +"Neuspelo brisanje podešavanja korisničkog interfejsa tabele (pogledajte " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1603 #, php-format @@ -3690,131 +3695,131 @@ msgstr "SQL upit" msgid "MySQL said: " msgstr "MySQL reče: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Neuspelo povezivanje na SQL validator!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Objasni SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Preskoči objašnjavanje SQL-a" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "bez PHP koda" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Napravi PHP kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Osveži" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Preskoči proveru SQL-a" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Proveri SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Uredi ovaj upit na licu mesta" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "u liniji" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilisanje" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ned" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d. %B %Y. u %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dana, %s sati, %s minuta i %s sekundi" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Nedostaje parametar:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Pređi na bazu "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Ova funkcionalnost %s je pogođena poznatom greškom, vidite %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Kliknite da biste zamenili" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Pretražite vaš kompjuter:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" "Izaberi iz direkorijuma otpremljenih datoteka %s na web serveru:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Direktorijum koji ste izabrali za slanje nije dostupan" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Nema datoteka za otpremanje" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Isprazni" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Izvrši" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Štampaj" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Napravljeno" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Poslednja izmena" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Poslednja provera" @@ -3823,9 +3828,9 @@ msgstr "Poslednja provera" msgid "shared" msgstr "Deljeno" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3975,8 +3980,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Onemogućeno" @@ -4133,8 +4138,12 @@ msgstr "Vrati podrazumevanu vrednost" msgid "Allow users to customize this value" msgstr "Dozvoli korisnicima da prilagode ovu vrednost" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Poništi" @@ -4210,8 +4219,8 @@ msgstr "Uređenje CHAR kolona" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4409,8 +4418,8 @@ msgstr "Kompresija" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4618,8 +4627,9 @@ 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 "" -"Redosled sortiranja stavki u padajućoj listi sa stranim ključevima; [kbd]" -"content[/kbd] je referencirani podatak; [kbd]id[/kbd] je vrednost ključa" +"Redosled sortiranja stavki u padajućoj listi sa stranim ključevima; " +"[kbd]content[/kbd] je referencirani podatak; [kbd]id[/kbd] je vrednost " +"ključa" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4648,8 +4658,8 @@ msgstr "Prilagodi režim pretraživanja" msgid "Customize default options" msgstr "Prilagodi podrazumevane opcije" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4765,8 +4775,9 @@ msgstr "Naslovi strana" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5191,8 +5202,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Broj bajtova koji je dozvoljen da skript zauzme, primer [kbd]32M[/kbd] ([kbd]" -"0[/kbd] nema ograničenja)" +"Broj bajtova koji je dozvoljen da skript zauzme, primer [kbd]32M[/kbd] " +"([kbd]0[/kbd] nema ograničenja)" #: libraries/config/messages.inc.php:296 msgid "Memory limit" @@ -5576,8 +5587,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5714,367 +5725,377 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Pretraga tabele" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Naziv baze" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Port na serveru" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Skorašnje korišćena tabela" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "Relaciona tabela" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" -msgstr "" +msgid "Relation table" +msgstr "Relaciona tabela" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" -msgstr "Server socket" +msgid "Signon URL" +msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 +msgid "Server socket" +msgstr "Server socket" + +#: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Prikaži kolone tabele" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabela podešavanja korisničkog interfejsa" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Praćenje komandi" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Automatski kreiraj verzije" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy msgid "Show Last check timestamp" msgstr "Prikaži status podređenih servera" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Prikaži pravac prikaza" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Prikaži tipove polja" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Prikaži savet" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Prikaži SQL upite" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Zadrži okvir za upite" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Prikaži statistike" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Preskoči zaključane tabele" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6082,76 +6103,76 @@ msgstr "" msgid "Password" msgstr "Lozinka" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Korisničko ime" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Kolone tekstulanih polja" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Podrazumevani naslov" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6159,45 +6180,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Pošalji direktorijum" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6205,7 +6226,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6213,61 +6234,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV koristeći LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6275,32 +6312,32 @@ msgstr "CSV koristeći LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Opcije za izvoz baze" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV za MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7134,8 +7171,8 @@ msgstr "Kreiraj indeks na  %s kolonama" msgid "Hide" msgstr "Sakrij" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binarni" @@ -7262,189 +7299,189 @@ msgstr "Da li stvarno hoćete da " msgid "No change" msgstr "Nema izmena" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karakter set" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bugarski" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Pojednostavljeni kineski" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Tradicionalni kineski" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "Ne razlikuje mala i velika slova" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "Razlikuje mala i velika slova" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Hrvatski" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Češki" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danski" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engleski" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonski" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Nemački" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "rečnik" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonski imenik" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Mađarski" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandski" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japanski" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Letonski" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litvanski" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korejski" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persijski" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Poljski" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Zapadnoevropski" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumunski" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovački" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenači" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Španski" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Tradicionalni španski" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Švedski" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tajski" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turski" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrajinski" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unikod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "višejezički" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centralnoevropski" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruski" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltički" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Jermenski" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Ćirilični" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arapski" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebrejski" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzijski" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grčki" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Češko-slovački" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "nepoznat" @@ -7648,7 +7685,7 @@ msgstr "Promeni ime tabele u" msgid "Table comments" msgstr "Komentari tabele" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Pogon skladištenja" @@ -7811,7 +7848,15 @@ msgstr "Korisničko ime:" msgid "Server Choice:" msgstr "Izbor servera" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7819,14 +7864,14 @@ msgstr "" "Prijava bez lozinke je zabranjena u konfiguraciji (pogledajte " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Ne mogu da se prijavim na MySQL server" @@ -7892,7 +7937,7 @@ msgstr "Zameni NULL sa:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel izdanje:" @@ -8295,6 +8340,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document Spreadsheet" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8478,93 +8529,93 @@ msgstr "" "Prikazuje link; kolona sadrži ime datoteke. Prva opcija je URL prefiks kao " "\"http://www.example.com/\". Druga opcija je naslov za link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "nije u redu" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "U redu" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Omogućeno" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Opšte osobine relacija" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Prikaži osobine" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Pravljenje PDF-ova" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Prikazujem komentare kolone" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Tranformacije čitača" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Zapamćen SQL-upit" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL istorijat" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "nema opisa" @@ -8619,7 +8670,7 @@ msgstr "Status podređenog" msgid "Variable" msgstr "Promenljiva" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID servera" @@ -8752,7 +8803,7 @@ msgstr "" msgid "Event name" msgstr "Ime događaja" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Vrsta događaja" @@ -9088,37 +9139,34 @@ msgstr "Događaj sa imenom %1$s nije pronađen u bazi %2$s" msgid "There are no events to display." msgstr "Nema događaja za prikaz." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabela %s ne postoji!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Podesite koordinate za tabelu %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Shema baze %s - Strana %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9184,51 +9232,51 @@ msgstr "Imena kolona" msgid "Display relational schema" msgstr "Prikaži relacionu šemu" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Prikaži mrežu" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Prikaži boju" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Prikaži dimenzije tabele" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Prikaz svih tabela sa istom širinom" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Rečnik podataka" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Položeno" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Uspravno" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orijentacija" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Dimenzije papira" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9236,12 +9284,12 @@ msgstr "" "Trenutna strana ima reference na tabele koje više ne postoje. Želite li da " "obrišete te reference?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Uključi/isključi radnu tablu" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Nepoznat jezik: %1$s." @@ -9252,6 +9300,75 @@ msgstr "Nepoznat jezik: %1$s." msgid "Current Server:" msgstr "Trenutni server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Izaberite binarni dnevnik za pregled" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Naziv dnevnika" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozicija" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Originalna pozicija" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Informacije" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Prikaži skraćene upite" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Prikaži kompletne upite" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karakter setovi i sortiranje" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Početak" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Verzija" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "onemogućeno" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Nema privilegija." @@ -10074,10 +10191,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Informacije" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Zauzeće" @@ -10086,7 +10199,7 @@ msgstr "Zauzeće" msgid "Effective" msgstr "Efektivne" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabela %1$s je uspešno izmenjena" @@ -10523,34 +10636,6 @@ msgstr "%s tabela nije pronađena ili nije postavljena u %s" msgid "File doesn't exist" msgstr "Datoteka ne postoji" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Izaberite binarni dnevnik za pregled" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Prikaži skraćene upite" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Prikaži kompletne upite" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Naziv dnevnika" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozicija" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Originalna pozicija" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karakter setovi i sortiranje" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10589,7 +10674,7 @@ msgstr "" msgid "No databases" msgstr "Baza ne postoji" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Pogoni skladištenja" @@ -10597,42 +10682,6 @@ msgstr "Pogoni skladištenja" msgid "View dump (schema) of databases" msgstr "Prikaži sadržaj (shemu) baze" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Početak" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Verzija" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "onemogućeno" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12082,8 +12131,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12534,23 +12583,23 @@ msgstr "" msgid "Create version" msgstr "Kreiraj verziju" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Dostupni MIME-tipovi" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Dostupne transformacije" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Opis" @@ -12567,7 +12616,7 @@ msgstr "Profil je promenjen." msgid "VIEW name" msgstr "naziv za VIEW" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Preimenuj pogled u" @@ -13879,8 +13928,9 @@ msgstr "concurrent_insert je postavljeno na 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Omogućavanje ovoga dozvoljava da stranica koja se nalazi na drugom domenu " -#~ "pozove phpMyAdmin unutar frame-a, i predstavlja potencijalni [strong]" -#~ "bezbednosni problem[/strong] dozvoljavajući cross-frame scripting napade" +#~ "pozove phpMyAdmin unutar frame-a, i predstavlja potencijalni " +#~ "[strong]bezbednosni problem[/strong] dozvoljavajući cross-frame scripting " +#~ "napade" #~ msgid "Allow third party framing" #~ msgstr "Dozvoli okvire treće strane" diff --git a/po/sv.po b/po/sv.po index 2aa90e61af..7d3d6afeca 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-04 09:56+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish %s:" msgstr "SQL-fråga i databas %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Skicka fråga" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2367,15 +2367,15 @@ msgstr "" "Servern svarar inte (eller den lokala serverns socket är inte korrekt " "konfigurerad)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Servern svarar inte." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Kontrollera privilegierna för katalogen som innehåller databasen." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Detaljer…" @@ -2415,8 +2415,8 @@ msgstr[0] "%1$s träff i %2$s" msgstr[1] "%1$s träffar i %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Bläddra" @@ -2468,26 +2468,28 @@ msgstr "Spara editerade data" msgid "Restore column order" msgstr "Återställ ordningen på kolumner" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Starta" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Föregående" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Nästa" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Slut" @@ -2602,7 +2604,7 @@ msgid "The row has been deleted" msgstr "Raden har raderats" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Döda" @@ -2658,8 +2660,8 @@ msgstr "Markera alla" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2760,7 +2762,7 @@ msgstr "Öppna nytt phpMyAdmin-fönster" msgid "Click on the bar to scroll to top of page" msgstr "Klicka på bommen för att förflytta dig till toppen av sidan" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Javascript måste vara aktiverat efter detta" @@ -2791,12 +2793,13 @@ msgid "Cardinality" msgstr "Kardinalitet" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Kollationering" @@ -2825,7 +2828,7 @@ msgstr "" "bort." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -2836,9 +2839,9 @@ msgid "View" msgstr "Vy" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2849,32 +2852,32 @@ msgid "Structure" msgstr "Struktur" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Sök" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Lägg till" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operationer" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Spårning" @@ -2915,51 +2918,52 @@ msgstr "Rutiner" msgid "Events" msgstr "Händelser" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Designer" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Databaser" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Användare" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binär logg" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikering" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Variabler" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Teckenuppsättningar" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Insticksprogram" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motorer" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Fel" @@ -3048,7 +3052,8 @@ msgstr "Tabeller" msgid "Transaction coordinator" msgstr "Transaktionssamordnare" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Filer" @@ -3655,130 +3660,130 @@ msgstr "SQL-fråga:" msgid "MySQL said: " msgstr "MySQL sa: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Lyckades inte ansluta till SQL-validerare!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Förklara SQL-kod" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Utan SQL-förklaring" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "Utan PHP-kod" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Skapa PHP-kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Uppdatera" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Hoppa över SQL-validering" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Validera SQL-kod" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Redigera denna fråga" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Infogad" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profilering" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Sön" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y kl %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s dagar, %s timmar, %s minuter och %s sekunder" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Saknade parametrar:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Hoppa till databas "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "Funktionaliteten för %s påverkas av en känd bugg, se %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Klicka för att växla" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Gå igenom din dator:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Välj katalog att ladda upp till från web-server listningen %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Katalogen som du konfigurerat för uppladdning kan inte nås" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Det finns inga filer att ladda upp" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Töm" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Utför" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Skriv ut" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Skapande" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Senaste uppdatering" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Senaste kontroll" @@ -3787,9 +3792,9 @@ msgstr "Senaste kontroll" msgid "shared" msgstr "delad" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3930,8 +3935,8 @@ msgid "Double click" msgstr "Dubbelklicka" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Inaktiverad" @@ -4087,8 +4092,12 @@ msgstr "Återställ standardvärde" msgid "Allow users to customize this value" msgstr "Tillåt användare att anpassa detta värde" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Återställ" @@ -4164,8 +4173,8 @@ msgstr "Redigera CHAR-kolumn" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Använd användarvänlig editor för att redigera SQL-frågor ([a@http://" "codemirror.net/]CodeMirror[/a]) med syntaxmarkering och radnummer" @@ -4362,8 +4371,8 @@ msgstr "Komprimering" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4591,8 +4600,8 @@ msgstr "Anpassa utforskningsläge" msgid "Customize default options" msgstr "Anpassa förvalda alternativ" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4702,8 +4711,9 @@ msgstr "Sidtitlar" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." 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." @@ -5493,8 +5503,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma__bookmark[/kbd]" 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]" +"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:377 msgid "Bookmark table" @@ -5502,11 +5512,11 @@ msgstr "Tabell för bokmärken" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Lämna tomt för att stänga av kolumnkommentarer/mime-typer, förslag: [kbd]" -"pma_column_info[/kbd]" +"Lämna tomt för att stänga av kolumnkommentarer/mime-typer, förslag: " +"[kbd]pma_column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5538,8 +5548,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer " -"information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki" -"[/a]" +"information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/" +"controluser]wiki[/a]" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -5622,8 +5632,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"Lämna blankt för att stänga av stöd för SQL-frågehistorik, förslag: [kbd]" -"pma__history[/kbd]" +"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:400 msgid "SQL query history table" @@ -5662,6 +5672,16 @@ msgid "Connect without password" msgstr "Anslut utan lösenord" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tabellsök" + +#: libraries/config/messages.inc.php:410 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 " @@ -5671,30 +5691,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Visa endast listade databaser" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Lämna tomt om inte config auth används" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Lösenord för config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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]" +"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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-schema: Tabell för sidor" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5704,19 +5724,19 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Databasnamn" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Serverport" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5724,63 +5744,63 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Nyligen använd tabell" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Relationstabell" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL-kommando för att hämta tillgängliga databaser" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES-kommando" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/" "a] för ett exempel" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon sessionsnamn" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Inloggnings-URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "Sockel som MySQL-servern lyssnar på, lämna tomt för default" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server socket" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Aktivera SSL för anslutning till MySQL-servern" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Använd SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" @@ -5788,11 +5808,11 @@ 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:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-schema: tabellkoordinater" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5800,24 +5820,24 @@ 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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Visa tabellkolumner" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" "Lämna tomt för att stänga av \"ihållande\" tabellers " -"användargränssnittspreferenser som sparas över sessioner, förslag: [kbd]" -"pma__table_uiprefs[/kbd]" +"användargränssnittspreferenser som sparas över sessioner, förslag: " +"[kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Tabell för inställningar av användargränssnittet" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5825,11 +5845,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Lägg till DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5837,11 +5857,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Lägg till DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5849,33 +5869,33 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Lägg till DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Kommandon att spåra" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"Lämna tomt för avstängt stöd för SQL-frågespårning, förslag: [kbd]" -"pma__tracking[/kbd]" +"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:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL-frågespårningstabell" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5883,27 +5903,27 @@ msgstr "" "Huruvida spårningsmekanismen skapar versioner för tabeller och vyer " "automatiskt." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Skapa versioner automatiskt" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" 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:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Användarinställningar för lagringstabell" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Användare för config auth" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5911,19 +5931,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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Beskrivande namn för denna server" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Tillåt att visa alla rader" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5933,47 +5953,47 @@ 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Visa ändra lösenord-formulär" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Visa skapa databas-formulär" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Visa tidsstämpel för skapande" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" "Visa eller dölj en kolumn som visar den senaste uppdaterade tidsstämpeln för " "alla tabeller" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Visa senast ändrade tidstämpel" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" "Visa eller dölj en kolumn visar den sista kontroll tidsstämpeln för alla " "tabeller" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Visa senaste kontrolltidstämpel" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -5981,97 +6001,97 @@ msgstr "" "Definierar oavsett om typ display riktning alternativ visas när du bläddrar " "en tabell" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Visa visnings riktning" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "Anger om typ-fält bör först visas i ändra/infoga-läge" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Visa fälttyper" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Visa funktionsfälten i ändra/infoga-läge" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Visa funktionsfält" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Om du vill visa tips eller inte" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Visa tips" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Visar länk till resultatet av [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Visar länk till resultatet av [a@http://php.net/manual/function.phpinfo." +"php]phpinfo()[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Visa phpinfo()-länk" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Visa detaljerad MySQL-serverinformation" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Visa SQL-frågor" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "Anger om frågerutan ska stanna på skärmen efter den skickats" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Behåll frågerutan" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Visa statistik" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Visa tabellkommentarer i tooltip" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Hoppa över låsta tabeller" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Kräver att SQL Validator är aktiverad" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6079,7 +6099,7 @@ msgstr "Kräver att SQL Validator är aktiverad" msgid "Password" msgstr "Lösenord" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6087,32 +6107,32 @@ msgstr "" "[strong]Varning:[/strong] kräver PHP SOAP-tillägget eller installation av " "PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Aktivera SQL Validator" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Om du har ett eget användarnamn, ange det här (standardnamn är [kbd]anonymous" -"[/kbd])" +"Om du har ett eget användarnamn, ange det här (standardnamn är " +"[kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Användarnamn" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "En varning visas på huvudsidan om Suhosin upptäcks" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin-varning" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6120,11 +6140,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:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Textarea kolumner" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6132,31 +6152,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:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Textarea rader" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Standardtitel" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6168,27 +6188,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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista med betrodda proxies för IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Uppladdningskatalog" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Tillåt sökning i hela databasen" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Använd databassökning" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6196,19 +6216,19 @@ 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:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Aktivera fliken Utvecklare i inställningar" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Sök efter senaste version" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "Aktivera kontroll efter senaste version på phpMyAdmins hemsida" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6216,7 +6236,7 @@ msgstr "Aktivera kontroll efter senaste version på phpMyAdmins hemsida" msgid "Version check" msgstr "Versionskontroll" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6224,36 +6244,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Versionskontroll" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Versionskontroll" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Versionskontroll" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6261,63 +6281,79 @@ msgstr "" "Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-" "komprimering för import- och exportoperationer" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config-autentisering" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie-autentisering" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP-autentisering" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon-autentisering" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-kalkylblad" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Snabb" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Anpassad" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Exportalternativ för databas" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV för MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "OpenDocument-text" @@ -7168,8 +7204,8 @@ msgstr "Skapa ett index för  %s kolumn(er)" msgid "Hide" msgstr "Dölj" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binär" @@ -7286,189 +7322,189 @@ msgstr "Vill du verkligen exekvera följande fråga?" msgid "No change" msgstr "Ingen förändring" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Teckenuppsättning" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarisk" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Förenklad kinesiska" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Traditionell kinesiska" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "skiftlägesokänslig" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "skiftlägeskänslig" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatisk" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Tjeckisk" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dansk" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Engelsk" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estnisk" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Tysk" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "lexikon" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonbok" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Ungersk" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Isländska" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japansk" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Lettiska" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litauisk" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreansk" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Persiska" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polska" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Västeuropeisk" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumänska" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakiska" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovenska" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Spanska" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Traditionell Spanska" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Svensk" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Thailändsk" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkisk" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainska" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "flerspråkig" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Centraleuropeisk" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rysk" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltisk" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armenisk" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kyrillisk" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabisk" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Hebreisk" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Georgisk" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grekisk" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Tjeckisk-Slovakisk" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "okänd" @@ -7663,7 +7699,7 @@ msgstr "Döp om tabellen till" msgid "Table comments" msgstr "Tabellkommentarer" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Lagringsmotor" @@ -7824,7 +7860,15 @@ msgstr "Användarnamn:" msgid "Server Choice:" msgstr "Serverval:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7832,14 +7876,14 @@ msgstr "" "Inloggning utan lösenord är inte tillåtet enligt konfiguration (se " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Ingen aktivitet sedan %s sekunder; var god logga in igen" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Kan ej logga in på MySQL-servern" @@ -7905,7 +7949,7 @@ msgstr "Ersätt NULL med:" msgid "Remove carriage return/line feed characters within columns" msgstr "Ta bort radbrytning inom kolumner" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel-version:" @@ -8185,8 +8229,8 @@ msgid "" "Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " "0x616263)" msgstr "" -"Dumpa binära kolumner i hexadecimal notation (t.ex. \"abc\" blir 0x616263)" -"" +"Dumpa binära kolumner i hexadecimal notation (t.ex. \"abc\" blir " +"0x616263)" #: libraries/plugins/export/ExportSql.class.php:403 msgid "" @@ -8312,6 +8356,12 @@ msgstr "" "Den angivna XML-filen var antingen felaktig eller ofullständig. Korrigera " "problemet och försök igen." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument-kalkylblad" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Shape-fil" @@ -8493,82 +8543,82 @@ msgstr "" "URL prefix som \"http://www.example.com/\". Det andra alternativet är en " "titel för länken." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Inte OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Aktiverat" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Allmänna relationsfunktionaliteter" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Visningsfunktionalitet" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Skapande av PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Visning av kolumnkommentarer" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Webbläsaromvandling" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Vänligen se dokumentationen om hur du uppdaterar din column_comments-tabell" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Bokmärkt SQL-fråga" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-historik" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Beständiga, nyligen använda tabeller" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Bestående tabeller för inställningar av användargränssnittet" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Användarinställningar" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Snabba steg för att installera avancerade funktioner:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Skapa de nödvändiga tabellerna med examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8577,13 +8627,13 @@ msgstr "" "code>), till exempel genom att starta från config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ingen beskrivning" @@ -8636,7 +8686,7 @@ msgstr "Slav-status" msgid "Variable" msgstr "Variabel" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server ID" @@ -8767,7 +8817,7 @@ msgstr "Detaljer" msgid "Event name" msgstr "Händelsenamn" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Händelsetyp" @@ -9108,37 +9158,34 @@ msgstr "Ingen händelse med namnet %1$s hittades i databasen %2$s" msgid "There are no events to display." msgstr "Det finns inga händelser att visa." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Tabellen %s existerar inte!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Var god ange koordinaterna för tabellen %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Schema för databasen %s - Sida %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Den här sidan innehåller inga tabeller!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMAFEL: " @@ -9204,51 +9251,51 @@ msgstr "Kolumnnamn" msgid "Display relational schema" msgstr "Visa relationsschema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Välj Exportera Relationell Typ" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Visa rutnät" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Visa färg" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Visa tabellers dimensioner" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Visa alla tabeller med samma bredd" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Datalexikon" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Visa endast nycklar" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Landskap" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Porträtt" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Orientering" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Pappersstorlek" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9256,12 +9303,12 @@ msgstr "" "Nuvarande sida har referenser till tabeller som inte längre existerar. Vill " "du ta bort dessa referenser?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Visa/dölj skisstavla" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Okänt språk: %1$s." @@ -9270,6 +9317,75 @@ msgstr "Okänt språk: %1$s." msgid "Current Server:" msgstr "Nuvarande server:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Välj binär logg att visa" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Loggnamn" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Position" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Ursprunglig position" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Information" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Korta av visade frågor" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Visa fullständiga frågor" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Teckenuppsättningar och kollationeringar" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Moduler" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Starta" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Insticksprogram" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modul" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Bibliotek" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Version" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Författare" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Licens" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "inaktiverad" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Inga privilegier." @@ -10081,10 +10197,6 @@ msgstr "Lägg till SPATIAL-index" msgid "Add FULLTEXT index" msgstr "Lägg till FULLTEXT-index" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Information" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Använt utrymme" @@ -10093,7 +10205,7 @@ msgstr "Använt utrymme" msgid "Effective" msgstr "Effektiv" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tabellen %1$s har ändrats" @@ -10518,34 +10630,6 @@ msgstr "%s-tabellen hittas ej eller är ej angiven i %s" msgid "File doesn't exist" msgstr "Filen finns inte" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Välj binär logg att visa" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Korta av visade frågor" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Visa fullständiga frågor" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Loggnamn" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Position" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Ursprunglig position" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Teckenuppsättningar och kollationeringar" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10582,7 +10666,7 @@ msgstr "" msgid "No databases" msgstr "Inga databaser" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Lagringsmotorer" @@ -10590,42 +10674,6 @@ msgstr "Lagringsmotorer" msgid "View dump (schema) of databases" msgstr "Visa dump (schema) för databaser" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Moduler" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Starta" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Insticksprogram" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modul" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Bibliotek" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Version" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Författare" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Licens" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "inaktiverad" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12171,8 +12219,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Du valde [kbd]config[/kbd]-autentisering och inkluderade användarnamn och " "lösenord för autoinloggning, vilket inte är en önskvärd inställning för " @@ -12611,23 +12659,23 @@ msgstr "Spåra dessa datahanteringskommandon:" msgid "Create version" msgstr "Skapa version" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Hämta fler teman!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Tillgängliga MIME-typer" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Tillgängliga omvandlingar" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Beskrivning" @@ -12644,7 +12692,7 @@ msgstr "Profilen har uppdaterats." msgid "VIEW name" msgstr "VIEW-namn" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Ändra namn till" @@ -14142,8 +14190,8 @@ msgstr "concurrent_insert är satt till 0" #~ "strong] allowing cross-frame scripting attacks" #~ msgstr "" #~ "Vid aktivering tillåts att en sida som ligger på en annan domän att " -#~ "anropa phpMyAdmin i en ram, vilket är en potentiell [strong] säkerhetshål" -#~ "[/strong] och tillåter mellan ramar scripting-angrepp" +#~ "anropa phpMyAdmin i en ram, vilket är en potentiell [strong] " +#~ "säkerhetshål[/strong] och tillåter mellan ramar scripting-angrepp" #~ msgid "Allow third party framing" #~ msgstr "Tillåt tredjeparts infogning" @@ -14179,14 +14227,14 @@ msgstr "concurrent_insert är satt till 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "När detta är satt till [kbd]nested[/kbd], används tabellens alias endast " -#~ "för att dela/stapla tabellerna enligt direktivet $cfg" -#~ "['LeftFrameTableSeparator'] , så endast mappen kallas för detta alias, " -#~ "tabellnamnet självt förblir oförändrat" +#~ "för att dela/stapla tabellerna enligt direktivet " +#~ "$cfg['LeftFrameTableSeparator'] , så endast mappen kallas för detta " +#~ "alias, tabellnamnet självt förblir oförändrat" #~ msgid "Display table comment instead of its name" #~ msgstr "Visa tabellkommentar istället för dess namn" @@ -14689,9 +14737,10 @@ msgstr "concurrent_insert är satt till 0" #~ msgstr "" #~ "phpMyAdmin kunde inte läsa din konfigurationsfil!
Detta kan inträffa " #~ "om PHP hittar ett fel i den eller om PHP inte hittar filen.
Anropa " -#~ "konfigurationsfilen direkt mha länken nedan och läs PHP:s felmeddelande" -#~ "(n) som du erhåller. I de flesta fall saknas ett citationstecken eller " -#~ "ett semikolon någonstans.
Om du får en tom sida är allt OK." +#~ "konfigurationsfilen direkt mha länken nedan och läs PHP:s " +#~ "felmeddelande(n) som du erhåller. I de flesta fall saknas ett " +#~ "citationstecken eller ett semikolon någonstans.
Om du får en tom " +#~ "sida är allt OK." #~ msgid "Dropping Event" #~ msgstr "Tar bort Händelse" diff --git a/po/ta.po b/po/ta.po index 13fdcbe725..416ba648e8 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 09:20+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Tamil \n" @@ -24,11 +24,11 @@ msgid "Show all" msgstr "அனைத்தையும் காட்டு" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "பக்க எண்" @@ -61,7 +61,7 @@ msgstr "தேடு" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -69,9 +69,9 @@ msgstr "தேடு" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -79,10 +79,9 @@ msgstr "தேடு" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "செல்" @@ -92,8 +91,9 @@ msgid "Keyname" msgstr "முக்கியபெயர்" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "விளக்கம்" @@ -273,7 +273,7 @@ msgstr "ஆம்" msgid "View dump (schema) of database" msgstr "தரவுத்தளத்தின் திட்ட வடிவத்தைப் பார்" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "அட்டவணைகள் எதுவும் தரவுத்தளத்தில் காணப்படவில்லை" @@ -312,7 +312,7 @@ msgstr "" "கிளிக் செய்யவும்" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -379,7 +379,7 @@ msgstr "%s காட்சி கட்டுனர் இற்கு %s மா #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -394,7 +394,7 @@ msgid "Tracked tables" msgstr "" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -417,7 +417,7 @@ msgstr "உருவாக்கப்பட்டது" msgid "Updated" msgstr "புதுப்பிக்கப்பட்டது" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -441,7 +441,7 @@ msgid "Delete tracking data for this table" msgstr "" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -476,41 +476,41 @@ msgstr "" msgid "Track table" msgstr "அட்டவணைத் தடம்" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "தரவுத்தளப்பதிகை" -#: export.php:149 +#: export.php:151 #, fuzzy #| msgid "Index type:" msgid "Bad type!" msgstr "சுட்டு வகை" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "" -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "" -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "" -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "" @@ -693,55 +693,55 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "திரும்பி" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "" -#: index.php:157 +#: index.php:160 #, fuzzy #| msgid "Insecure connection" msgid "Server connection collation" msgstr "பாதுகாப்பற்ற இணைப்பு" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Databases" msgid "Database server" msgstr "தரவுத்தளங்கள்" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "சேவையன்:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server" msgid "Server type:" msgstr "சேவையன்" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -749,75 +749,75 @@ msgstr "சேவையன்" msgid "Server version:" msgstr "பதிப்புகளை காட்டு" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Create version" msgid "Protocol version:" msgstr "பதிப்பை உருவாக்கு" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "Usage" msgid "User:" msgstr "பாவனையளவு" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Remove chart" msgid "Server charset:" msgstr "வரைபடத்தை நீக்கு" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database comment: " msgid "Database client version:" msgstr "தரவுத்தள கருத்துரை" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "ஆவணச்சான்று" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -825,21 +825,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -847,17 +847,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -865,21 +865,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. To find out why click %shere%s." msgstr "" -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -996,12 +996,12 @@ msgid "Other" msgstr "ஏனையது" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1097,44 +1097,44 @@ msgstr "துண்டுகள் ஏற்றுக்கொள்ளப் msgid "Connections" msgstr "இணைப்புகள்" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "செயலாக்கங்கள்" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1154,7 +1154,7 @@ msgstr "வினாக்கள்" msgid "Traffic" msgstr "போக்குவரத்து" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "அமைப்புகள்" @@ -1181,7 +1181,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "எதுவுமில்லை" @@ -1466,7 +1466,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1685,8 +1685,8 @@ msgstr "வினவல் பெட்டியை காண்பி" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1712,8 +1712,8 @@ msgstr "வினவல் நிறைவேற்றுகை நேரம்" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2028,27 +2028,27 @@ msgid "December" msgstr "டிசம்பர்" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "தை" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "மாசி" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "பங்குனி" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "சித்திரை" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2056,37 +2056,37 @@ msgid "May" msgstr "வைகாசி" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "ஆணி" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "ஆடி" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "ஆவணி" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "புரட்டாதி" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "ஐப்பசி" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "காத்திகை" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "மார்கழி" @@ -2135,32 +2135,32 @@ msgid "Sun" msgstr "ஞாயி" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "திங்" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "செவ்" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "புத" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "வியா" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "வெள்" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "சனி" @@ -2310,7 +2310,7 @@ msgstr "எழுத்துரு அளவு" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "ஏறுவரிசை" @@ -2319,7 +2319,7 @@ msgstr "ஏறுவரிசை" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "இறங்குவரிசை" @@ -2400,25 +2400,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "தரவுத்தளம் மீது %s SQL வினவல்:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "வினவலை சமர்ப்பி" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2460,8 +2460,8 @@ msgstr[0] "%s அட்டவணையில் பொருந்தியவ msgstr[1] "%s அட்டவணையில் பொருந்தியவைகள் %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "உலாவு" @@ -2515,26 +2515,28 @@ msgstr "" msgid "Restore column order" msgstr "கள நிரல்களை சேர்க்க/ நீக்குக" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "ஆரம்பம்" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "முந்தைய" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "அடுத்து" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "முடிவு" @@ -2653,7 +2655,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2709,8 +2711,8 @@ msgstr "அனைத்தையும் தெரி" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2810,7 +2812,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2841,12 +2843,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "அடுக்கு" @@ -2873,7 +2876,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "சேவையன்" @@ -2884,9 +2887,9 @@ msgid "View" msgstr "நோக்கு" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2897,32 +2900,32 @@ msgid "Structure" msgstr "கட்டமைப்பு" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "தேடு" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "செருகு" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "செயல்பாடுகள்" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2963,53 +2966,54 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "தரவுத்தளங்கள்" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "Usage" msgid "Users" msgstr "பாவனையளவு" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "படியெடுத்தல்" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "வலு" @@ -3098,7 +3102,8 @@ msgstr "அட்டவணைகள்" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3654,130 +3659,130 @@ msgstr "SQL வினவல்" msgid "MySQL said: " msgstr "MySQL சொன்னது: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP குறிமுறை உருவாக்கு" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "புதுப்பி" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "வினாவிற்கான உன்வரிசை மாற்றப்பகுதி" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "உள்வரிசை" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "ஞாயிறு" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s நாட்கள் %s மணித்தியாலங்கள் %s நிமிடங்கள் மற்றும் %s செக்கன்கள்" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "உனது கணினியை உலாவு" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "வெறுமை" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "நிறைவேற்று" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "அச்சிடு" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "உருவாக்கம்" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "இறுதி இற்றைப்படுத்தல்" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "கடைசி சோதனை" @@ -3786,9 +3791,9 @@ msgstr "கடைசி சோதனை" msgid "shared" msgstr "பகிரப்பட்டது" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3930,8 +3935,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -4085,8 +4090,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4153,8 +4162,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4341,8 +4350,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4568,8 +4577,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4681,8 +4690,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5427,8 +5437,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5563,366 +5573,376 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "தேடு" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "வினவல் பெட்டியை மறை" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5930,78 +5950,78 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "கள நிரல்களை சேர்க்க/ நீக்குக" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6009,45 +6029,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "புதிய பதிப்பை பார்வையிடவும்" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6055,7 +6075,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6063,92 +6083,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -6947,8 +6983,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -7071,189 +7107,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7452,7 +7488,7 @@ msgstr "" msgid "Table comments" msgstr "அட்டவணைக் கருத்துரைகள்" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7614,20 +7650,28 @@ msgstr "பயனாளர்:" msgid "Server Choice:" msgstr "சேவையன் தேர்வு" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7693,7 +7737,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8094,6 +8138,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8230,92 +8278,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "சரி" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8368,7 +8416,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8503,7 +8551,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8856,37 +8904,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8952,64 +8997,64 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "தரவு அகராதி" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Action" msgid "Orientation" msgstr "செயல்" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9020,6 +9065,80 @@ msgstr "" msgid "Current Server:" msgstr "நடப்பு பதிப்பு: %s" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +#, fuzzy +#| msgctxt "First page" +#| msgid "Begin" +msgid "Begin" +msgstr "ஆரம்பம்" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "பதிப்பு" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disable %s" +msgid "disabled" +msgstr "முடக்கு %s" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9816,10 +9935,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9828,7 +9943,7 @@ msgstr "" msgid "Effective" msgstr "பயனுடைய" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10243,34 +10358,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10306,7 +10393,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10314,47 +10401,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -#, fuzzy -#| msgctxt "First page" -#| msgid "Begin" -msgid "Begin" -msgstr "ஆரம்பம்" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "பதிப்பு" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disable %s" -msgid "disabled" -msgstr "முடக்கு %s" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11691,8 +11737,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12147,23 +12193,23 @@ msgstr "" msgid "Create version" msgstr "பதிப்பை உருவாக்கு" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "விவரிப்பு" @@ -12180,7 +12226,7 @@ msgstr "" msgid "VIEW name" msgstr "பெயரை பார்" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/te.po b/po/te.po index 2bf34566f2..af1cdfd1d2 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-11-06 12:16+0200\n" "Last-Translator: వీవెన్ \n" "Language-Team: Telugu %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "క్వెరీ ని సమర్పించు" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "వివరాలు…" @@ -2533,8 +2533,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2592,8 +2592,8 @@ msgid "Restore column order" msgstr "పట్టిక వ్యాఖ్యలు" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" @@ -2601,8 +2601,9 @@ msgid "Begin" msgstr "మొదలు" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" @@ -2610,16 +2611,17 @@ msgid "Previous" msgstr "క్రితము" # మొదటి అనువాదము -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "తదుపరి" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2742,7 +2744,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2798,8 +2800,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2902,7 +2904,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2933,12 +2935,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2965,7 +2968,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2977,9 +2980,9 @@ msgid "View" msgstr "చూపుము" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2990,33 +2993,33 @@ msgid "Structure" msgstr "నిర్మాణాకృతి" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" # Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "శోధించు" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3057,53 +3060,54 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "వాడుకరి" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "పొరపాటు" @@ -3198,7 +3202,8 @@ msgstr "పట్టికలు" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "దస్త్రాలు" @@ -3759,131 +3764,131 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "ఆది" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y at %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s రోజులు, %s గంటలు, %s నిమిషాలు మరియు %s క్షణాలు" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" # మొదటి అనువాదము -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "ఖాళీ" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "ముద్రించు" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "సృష్టి" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "చివరి మార్పు" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "చివరి చూపు" @@ -3892,9 +3897,9 @@ msgstr "చివరి చూపు" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4040,8 +4045,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -4197,8 +4202,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4265,8 +4274,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4454,8 +4463,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4681,8 +4690,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4795,8 +4804,9 @@ msgstr "పుట శీర్షికలు" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5544,8 +5554,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5680,34 +5690,45 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +# Research అంటే పరిశోధన, అందువల్లన ఇది శోధనైంది +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "శోధించు" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5715,341 +5736,341 @@ msgid "" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "డేటాబేస్" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "User preferences" msgid "UI preferences table" msgstr "వాడుకరి అభిరుచులు" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "మరిన్ని చర్యలను చూపించు" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Show more actions" msgid "Show display direction" msgstr "మరిన్ని చర్యలను చూపించు" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" # మొదటి అనువాదము -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show" msgid "Show hint" msgstr "చూపించు" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "గణాంకాలను చూపించు" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6057,78 +6078,78 @@ msgstr "" msgid "Password" msgstr "సంకేతపదం" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "వాడుకరిపేరు" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Table comments" msgid "Textarea columns" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "అప్రమేయ శీర్షిక" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6136,45 +6157,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6182,7 +6203,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6190,63 +6211,79 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Server configuration" msgid "Config authentication" msgstr "సేవకి స్వరూపణం" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6254,32 +6291,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "ఓపెన్ డాక్యుమెంట్" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "మైక్రోసాఫ్ట్ వర్డ్ 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7094,8 +7131,8 @@ msgstr "" msgid "Hide" msgstr "దాచు" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -7222,200 +7259,200 @@ msgid "No change" msgstr "" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "అక్షరమాల" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "బల్గేరియన్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "సరళ చైనీసు" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "సాంప్రదాయ చైనీస్" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "క్రొయోషియన్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "ఛెక్" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "డానిష్" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "ఆంగ్లం" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "జర్మన్" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "నిఘంటువు" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "హంగేరియన్" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "జపనీ" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "లాత్వియన్" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "లిథుయేనియన్" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "కొరియన్" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "పెర్షియన్" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "పోలిష్" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "పశ్చిమ ఐరోపియన్" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "రొమేనియన్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "స్లోవాక్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "స్లోవాక్ దేశరి" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "స్పానిష్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "సాంప్రదాయ స్పానిష్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "స్వీడీష్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "థాయ్" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "టర్కిష్" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "ఉక్రేనియన్" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "యూనికోడ్" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "బహు భాషా" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "రష్యన్" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "ఆర్మేనియన్" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "సిరిలిక్" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "అరబిక్" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "హిబ్రూ" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "జార్జియన్" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "గ్రీకు" # మొదటి అనువాదము -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "ఛెక్-స్లోవాక్" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "తెలియని" @@ -7624,7 +7661,7 @@ msgstr "" msgid "Table comments" msgstr "పట్టిక వ్యాఖ్యలు" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7784,20 +7821,28 @@ msgstr "వాడుకరి పేరు" msgid "Server Choice:" msgstr "డేటాబేస్ తొలగించండి" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7865,7 +7910,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8271,6 +8316,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "ఓపెన్ డాక్యుమెంట్" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8407,92 +8458,92 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "సరే" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL చరిత్ర" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "వాడుకరి అభిరుచులు" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "వివరణ లేదు" @@ -8545,7 +8596,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8687,7 +8738,7 @@ msgstr "వివరాలు…" msgid "Event name" msgstr "కొత్త పేరు" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9070,37 +9121,34 @@ msgstr "డేటాబేస్ లో ఏ పట్టికలు లేవ msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9167,62 +9215,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "రంగుని చూపించు" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "దిశ" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "కాగితపు పరిమాణం" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "తెలియని భాష: %1$s." @@ -9233,6 +9281,78 @@ msgstr "తెలియని భాష: %1$s." msgid "Current Server:" msgstr "మరిన్ని అమరికలు" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "అసలు స్థానం" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "సమాచారం" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +# మొదటి అనువాదము +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "మొదలు" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disable Statistics" +msgid "disabled" +msgstr "గణాంకాలని అచేతనంచేయి" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -10041,10 +10161,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "సమాచారం" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -10053,7 +10169,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10499,34 +10615,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "అసలు స్థానం" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10562,7 +10650,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10570,45 +10658,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -# మొదటి అనువాదము -#: server_plugins.php:87 -msgid "Begin" -msgstr "మొదలు" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disable Statistics" -msgid "disabled" -msgstr "గణాంకాలని అచేతనంచేయి" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11971,8 +12020,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12433,23 +12482,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "మరిన్ని అలంకారాలను పొందండి!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "వివరణ" @@ -12467,7 +12516,7 @@ msgstr "" msgid "VIEW name" msgstr "నామధేయమును చూపుము" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/th.po b/po/th.po index 43af580053..db6d6f3cc9 100644 --- a/po/th.po +++ b/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-29 08:04+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Thai \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "แสดงทั้งหมด" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "หมายเลขหน้า:" @@ -57,7 +57,7 @@ msgstr "ค้นหา" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "ค้นหา" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "ค้นหา" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "ไป" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "ชื่อคีย์" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "คำอธิบาย" @@ -269,7 +269,7 @@ msgstr "ใช่" msgid "View dump (schema) of database" msgstr "ดูโครงสร้างของฐานข้อมูล" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "ไม่พบตารางใดๆ ในฐานข้อมูล" @@ -304,7 +304,7 @@ msgid "" msgstr "การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ คลิก %shere%s เพื่อหาสาเหตุ" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -370,7 +370,7 @@ msgstr "สลับไปยัง %svisual builder%s" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -385,7 +385,7 @@ msgid "Tracked tables" msgstr "ตารางที่ถูกติดตาม" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -408,7 +408,7 @@ msgstr "ถูกสร้าง" msgid "Updated" msgstr "ปรับปรุงแล้ว" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -432,7 +432,7 @@ msgid "Delete tracking data for this table" msgstr "ลบการติดตามตารางนี้" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -467,39 +467,39 @@ msgstr "เลิกติดตามตาราง" msgid "Track table" msgstr "ติดตามตาราง" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Log ของฐานข้อมูล" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "ประเภทไม่ถูกต้อง!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "ประเภทการส่งออกที่เลือกจะต้องมีการบันทึกไว้ในไฟล์" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "พารามิเตอร์ไม่ถูกต้อง!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "พื้นที่ไม่เพียงพอที่จะบันทึกไฟล์ %s" -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." msgstr "ให้เปลี่ยนชื่อไฟล์ หรือเลือกแบบเขียนทับไฟล์เดิม เพราะมีไฟล์ %s อยู่ในเซิร์ฟเวอร์อยู่แล้ว" -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "บันทึกไฟล์ %s ไม่ได้ เพราะเว็บเซิร์ฟเวอร์ไม่อนุญาต" -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "ข้อมูลที่ส่งออกถูกบันทึกไว้ในไฟล์ %s" @@ -683,50 +683,50 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "ทำคำค้นเสร็จเรียบร้อยแล้ว" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "ย้อนกลับ" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "ตั้งค่าทั่วไป" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "เปลี่ยนรหัสผ่าน" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "ตรวจทานการเชื่อมต่อเซิร์ฟเวอร์" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "ตั้งค่าลักษณะที่ปรากฏ" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "ตั้งค่าเพิ่มเติม" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "เซิร์ฟเวอร์ฐานข้อมูล" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "เซิร์ฟเวอร์" -#: index.php:241 +#: index.php:244 #, fuzzy msgid "Server type:" msgstr "ตัวเลือกเซิร์ฟเวอร์" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -734,78 +734,78 @@ msgstr "ตัวเลือกเซิร์ฟเวอร์" msgid "Server version:" msgstr "รุ่นของเซิร์ฟเวอร์" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "รุ่นของโพรโทคอล" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "ผู้ใช้" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server charset" msgid "Server charset:" msgstr "ชุดอักขระเซิร์ฟเวอร์" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "เว็บเซิร์ฟเวอร์" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Database client version" msgid "Database client version:" msgstr "รุ่นไคลเอนต์ฐานข้อมูล" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "ส่วนขยาย PHP" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "แสดงข้อมูลของ PHP" -#: index.php:324 +#: index.php:327 #, fuzzy msgid "Version information:" msgstr "ข้อมูลล็อกอิน" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "เอกสารประกอบ" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "วิกิ" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "โฮมเพจอย่างเป็นทางการ" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "สนับสนุน" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "รับการสนับสนุน" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "รายการของการเปลี่ยนแปลง" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -816,7 +816,7 @@ msgstr "" "ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ " "คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -825,7 +825,7 @@ msgstr "" "คุณได้เปิดใช้งาน mbstring.func_overload ในการกำหนดค่าของ PHP ตัวเลือกนี้ไม่เข้ากันกับ " "phpMyAdmin และอาจทำให้ข้อมูลบางอย่างจะเสียหายได้" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -834,7 +834,7 @@ msgstr "" "ไม่พบส่วนขยาย mbstring ของ PHP และดูเหมือนคุณต้องใช้ชุดอักขระโดยไม่มีส่วนขยาย mbstring " "ของ phpMyAdmin ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง และอาจทำให้ผลลัพธ์ที่ไม่คาดคิดได้" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -842,17 +842,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "ในขณะนี้ไฟล์การกำหนดค่าต้องการรหัสผ่านลับ (blowfish_secret)" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -860,7 +860,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " @@ -871,7 +871,7 @@ msgid "" msgstr "" "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s" -#: index.php:518 +#: index.php:521 #, fuzzy, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -880,7 +880,7 @@ msgstr "" "PHP MySQL library รุ่นที่คุณติดตั้งไว้คือ %s ซึ่งแตกต่างจากของเซิร์ฟเวอร์ซึ่งใช้รุ่น %s " "อาจก่อให้เกิดปัญหาไม่พึงประสงค์บางประการ" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -994,12 +994,12 @@ msgid "Other" msgstr "อื่นๆ" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1097,44 +1097,44 @@ msgstr "Byte ที่รับ" msgid "Connections" msgstr "การเชื่อมต่อ" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "โพรเซส" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "ไบต์" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "กิโลไบต์" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "เมกกะไบต์" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "กิกะไบต์" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "เทอราไบต์" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "เพตตะไบต์" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "เอกซะไบต์" @@ -1152,7 +1152,7 @@ msgstr "คำถาม" msgid "Traffic" msgstr "การจราจร" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "การตั้งค่า" @@ -1179,7 +1179,7 @@ msgstr "กรุณาเพิ่มค่าตัวแปรอย่าง #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "ไม่มี" @@ -1450,7 +1450,7 @@ msgstr "" "การสร้างตารางแสดงผลล้มเหลว เป็นเพราะการตั้งค่า โปรดล้างค่ากลับไปเป็นการตั้งค่าแบบเริ่มแรก…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1659,8 +1659,8 @@ msgstr "แสดงช่องคำค้น SQL" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1686,8 +1686,8 @@ msgstr "เวลาที่ทำคำสั่ง" msgid "%d is not valid row number." msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -1999,63 +1999,63 @@ msgid "December" msgstr "ธันวาคม" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "ม.ค." #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "ก.พ." #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "มี.ค." #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "เม.ย." #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "พ.ค." #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "มิ.ย." #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "ก.ค." #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "ส.ค." #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "ก.ย." #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "ต.ค." #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "พ.ย." #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "ธ.ค." @@ -2093,32 +2093,32 @@ msgid "Sun" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "จ." #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "พ." #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "พฤ." #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "ศ." #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "ส." @@ -2268,7 +2268,7 @@ msgstr "ขนาดตัวอักษร" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "น้อยไปมาก" @@ -2277,7 +2277,7 @@ msgstr "น้อยไปมาก" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "มากไปน้อย" @@ -2358,27 +2358,27 @@ msgstr "" msgid "SQL query on database %s:" msgstr "คำค้นบนฐานข้อมูล %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "ประมวลผลคำค้น" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2418,8 +2418,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "พบ %s ผลลัพธ์ที่ตรงในตาราง %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "เปิดดู" @@ -2473,28 +2473,30 @@ msgstr "บันทึกข้อมูลที่แก้ไข" msgid "Restore column order" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "เริ่มต้น" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "ก่อนหน้า" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "ถัดไป" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "สุดท้าย" @@ -2623,7 +2625,7 @@ msgid "The row has been deleted" msgstr "ลบเรียบร้อยแล้ว" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "ฆ่าทิ้ง" @@ -2679,8 +2681,8 @@ msgstr "เลือกทั้งหมด" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2780,7 +2782,7 @@ msgstr "เปิดหน้าต่างนี้ในแท็บใหม msgid "Click on the bar to scroll to top of page" msgstr "คลิกที่แถบเพื่อเลื่อนไปยังบนสุดของหน้า" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2813,12 +2815,13 @@ msgid "Cardinality" msgstr "เอกเทศ" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "การตรวจทาน" @@ -2845,7 +2848,7 @@ msgid "" msgstr "ดัชนี %1$s และ %2$s น่าจะเป็นอันเดียวกัน ควรจะลบออกไปอันหนึ่ง" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "เซิร์ฟเวอร์" @@ -2856,9 +2859,9 @@ msgid "View" msgstr "ตารางจำลอง (View)" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2869,32 +2872,32 @@ msgid "Structure" msgstr "โครงสร้าง" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "ค้นหา" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "แทรก" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "กระบวนการ" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "การติดตาม" @@ -2935,52 +2938,53 @@ msgstr "" msgid "Events" msgstr "เหตุการณ์" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "ผู้ออกแบบ" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "ฐานข้อมูล" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "ผู้ใช้" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 #, fuzzy msgid "Binary log" msgstr "ข้อมูลไบนารี " -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "การจำลองแบบ" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "ตัวแปร" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "ชุดอักขระ" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "ปลั๊กอิน" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "เครื่องมือ" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "ผิดพลาด" @@ -3068,7 +3072,8 @@ msgstr "ตาราง" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "จำนวนฟิลด์" @@ -3649,133 +3654,133 @@ msgstr "คำค้น SQL" msgid "MySQL said: " msgstr "MySQL แสดง: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "การเชื่อมต่อกับตัวตรวจสอบ SQL ล้มเหลว!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "อธิบาย SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "ไม่ต้องอธิบาย SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "ไม่เอาโค้ด PHP" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "สร้างโค้ด PHP" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "เรียกใหม่" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "ไม่ต้องตรวจสอบ SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "ตรวจสอบ SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "แก้ไขอินไลน์ของแบบสอบถามนี้" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "อินไลน์" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "การทำแฟ้มประวัติ" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "อา." #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y %Rน." -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s วัน, %s ชั่วโมง, %s นาที, %s วินาที" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Add new field" msgid "Missing parameter:" msgstr "เพิ่มฟิลด์ใหม่" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "กระโดดไปที่ฐานข้อมูล "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "คลิกเพื่อสลับ" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "เรียกดูคอมพิวเตอร์ของคุณ:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "ไม่มีไฟล์ที่จะอัพโหลด" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "ลบข้อมูล" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "ดำเนินการ" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "พิมพ์" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "สร้างเมื่อ" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "ปรับปรุงครั้งสุดท้ายเมื่อ" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "ตรวจสอบครั้งสุดท้ายเมื่อ" @@ -3784,9 +3789,9 @@ msgstr "ตรวจสอบครั้งสุดท้ายเมื่อ msgid "shared" msgstr "ใช้ร่วมกัน" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3933,8 +3938,8 @@ msgid "Double click" msgstr "ดับเบิลคลิก" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "ระงับการใช้อยู่" @@ -4097,8 +4102,12 @@ msgstr "คืนค่าเดิม" msgid "Allow users to customize this value" msgstr "อนุญาตให้ผู้ใช้แก้ไขค่านี้" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "ตั้งค่าใหม่" @@ -4167,8 +4176,8 @@ msgstr "แก้ไขคอลัมน์ CHAR" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4363,8 +4372,8 @@ msgstr "บีบอัดข้อมูล" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4616,8 +4625,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4731,8 +4740,9 @@ msgstr "หมายเลขหน้า:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5478,8 +5488,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5619,384 +5629,394 @@ msgid "Connect without password" msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "ค้นหา" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "ปล่อยว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "รหัสผ่าน" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "ฐานข้อมูล" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "พอร์ตของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "วิเคราะห์ตาราง" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "ซ่อมแซมตาราง" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"ประเภทของการรับรองความถูกต้อง[/a]" +"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]ประเภทของการรับรองความถูกต้อง[/a]" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "ชื่อเซสชั่น" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "URL ที่เข้าสู่ระบบ" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "ใช้ SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "แสดงหมายเหตุของคอลัมน์" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "จัดระเบียบตาราง" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "คำสั่ง" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "ชื่อผู้ใช้" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "แสดงข้อมูลของ PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "สถิติฐานข้อมูล" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy msgid "Show field types" msgstr "แสดงตาราง" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "จะแสดงคำแนะนำหรือไม่" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "แสดงคำแนะนำ" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "แสดงคำค้นแบบเต็ม" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "คำค้น SQL" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "สถิติของแถว" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "ข้ามตารางที่ถูกล็อก" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6004,81 +6024,81 @@ msgstr "" msgid "Password" msgstr "รหัสผ่าน" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "ชื่อผู้ใช้:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ค่าปริยาย" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6086,45 +6106,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "เปิดใช้งานตรวจหาเวอร์ชั่นล่าสุดบนหน้า phpMyAdmin หลัก" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6132,7 +6152,7 @@ msgstr "เปิดใช้งานตรวจหาเวอร์ชั่ msgid "Version check" msgstr "ตรวจสอบเวอร์ชั่น" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6140,61 +6160,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "กำหนดค่าการรับรองความถูกต้อง" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "การรับรองความถูกต้องของคุกกี้" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "การรับรองความถูกต้องของ HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "การรับรองความถูกต้องของการเข้าสู่ระบบ" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6202,33 +6238,33 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "เอกสารอ้างอิง" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 #, fuzzy msgid "Database export options" msgstr "สถิติฐานข้อมูล" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7061,8 +7097,8 @@ msgstr "สร้างดัชนีโดยคอลัมน์ %s" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "ข้อมูลไบนารี" @@ -7194,190 +7230,190 @@ msgstr "คุณแน่ใจที่ต้องการจะ" msgid "No change" msgstr "ไม่มีการเปลี่ยนแปลง" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "ชุดตัวอักษร" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "บัลเกเรีย" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "จีน (แผ่นดินใหญ่)" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "จีน (ไต้หวัน)" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "ไม่สนใจตัวเล็กตัวใหญ่" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "สนใจตัวเล็กตัวใหญ่" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "โครเอเชีย" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "เช็ค" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "เดนมาร์ก" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "อังกฤษ" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "เอสโตเนีย" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "เยอรมัน" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "พจนานุกรม" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "สมุดโทรศัพท์" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "ฮังการี" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "ไอซ์แลนด์" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "ญี่ปุ่น" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "ลัตเวีย" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "ลิธัวเนีย" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "เกาหลี" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 #, fuzzy msgid "Persian" msgstr "จอร์เจีย" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "โปแลนด์" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "ยุโรปตะวันตก" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "โรมาเนีย" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "สโลวัก" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "สโลเวเนีย" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "สเปน" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "สเปน (ดั้งเดิม)" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "สวีเดน" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "ไทย" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "ตุรกี" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "ยูเครน" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "ยูนิโค้ด" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "หลายภาษา" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "ยุโรปกลาง" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "รัสเซีย" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "บอลติก" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "อาร์เมเนีย" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "ซิริลิค" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "อารบิค" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "ฮิบรู" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "จอร์เจีย" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "กรีก" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "เช็ค-สโลวัก" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "ไม่ระบุ" @@ -7577,7 +7613,7 @@ msgstr "เปลี่ยนชื่อตารางเป็น" msgid "Table comments" msgstr "หมายเหตุของตาราง" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "เครื่องมือที่เก็บข้อมูล" @@ -7747,20 +7783,28 @@ msgstr "ชื่อผู้ใช้:" msgid "Server Choice:" msgstr "ตัวเลือกเซิร์ฟเวอร์" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "ห้ามกำหนดค่า สำหรับการเข้าสู่ระบบโดยไม่มีรหัสผ่าน (ดู AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "ไม่มีกิจกรรมภายใน %s วินาที กรุณาล็อกอินอีกครั้ง" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้" @@ -7836,7 +7880,7 @@ msgstr "แทนที่ NULL เป็น" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8260,6 +8304,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "เอกสารอ้างอิง" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8402,95 +8452,95 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "ไม่ตกลง" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "ตกลง" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "เปิดใช้อยู่" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "ความสามารถด้านรีเลชันทั่วไป" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "ความสามารถด้านการแสดงผล" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "การสร้างเอกสาร PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "แสดงหมายเหตุของคอลัมน์" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 #, fuzzy msgid "Browser transformation" msgstr "การแปลงที่เรียกใช้ได้" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) " "ของคุณ" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "คำค้นนี้ถูกจดไว้แล้ว" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "ประวัติ SQL" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "ไม่มีรายละเอียด" @@ -8544,7 +8594,7 @@ msgstr "" msgid "Variable" msgstr "ตัวแปร" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 #, fuzzy msgid "Server ID" msgstr "เซิร์ฟเวอร์" @@ -8681,7 +8731,7 @@ msgstr "" msgid "Event name" msgstr "ชนิดคำค้น" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 #, fuzzy msgid "Event type" msgstr "ชนิดคำค้น" @@ -9060,39 +9110,36 @@ msgstr "ไม่พบตารางใด ๆ ในฐานข้อมู msgid "There are no events to display." msgstr "ไม่มีเหตุการณ์ใดๆ" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "ไม่มีตาราง \"%s\"!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "กรุณาตั้งค่าโคออร์ดิเนตของตาราง %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "schema ของฐานข้อมูล \"%s\" - หน้า %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9166,64 +9213,64 @@ msgstr "ชื่อคอลัมน์" msgid "Display relational schema" msgstr "รีเลชันแนล สกีมา" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "แสดงกริด" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "แสดงสี" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "แสดงมิติของตาราง" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "ให้แสดงตารางทุกอัน ด้วยความกว้างเท่ากันหรือไม่?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "พจนานุกรมข้อมูล" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "แสดงคีย์เท่านั้น" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "แนวนอน" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "แนวตั้ง" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "สร้างเมื่อ" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "ขนาดกระดาษ" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "ภาษาที่ไม่รู้จัก : %1$s" @@ -9234,6 +9281,75 @@ msgstr "ภาษาที่ไม่รู้จัก : %1$s" msgid "Current Server:" msgstr "เซิร์ฟเวอร์" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "ตำแหน่ง" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "ตำแหน่งเริ่มแรก" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "ข้อมูล" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "ตัดทอนคำค้นที่แสดง" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "แสดงคำค้นแบบเต็ม" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "ชุดอักขระและการตรวจทาน" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "จุดเริ่มต้น" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "เวอร์ชั่น" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "ปิดใช้งาน" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "ไม่มีสิทธิใดๆ." @@ -10060,10 +10176,6 @@ msgstr "เพิ่มฟิลด์ใหม่" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "ข้อมูล" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "เนื้อที่ที่ใช้" @@ -10072,7 +10184,7 @@ msgstr "เนื้อที่ที่ใช้" msgid "Effective" msgstr "มีผล" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว." @@ -10543,34 +10655,6 @@ msgstr "ไม่พบตาราง %s ใน %s" msgid "File doesn't exist" msgstr "ไม่มีตาราง \"%s\"!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "ตัดทอนคำค้นที่แสดง" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "แสดงคำค้นแบบเต็ม" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "ตำแหน่ง" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "ตำแหน่งเริ่มแรก" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "ชุดอักขระและการตรวจทาน" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10607,7 +10691,7 @@ msgstr "" msgid "No databases" msgstr "ไม่มีฐานข้อมูล" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "เครื่องมือที่เก็บข้อมูล" @@ -10616,42 +10700,6 @@ msgstr "เครื่องมือที่เก็บข้อมูล" msgid "View dump (schema) of databases" msgstr "ดูโครงสร้างของฐานข้อมูล" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "จุดเริ่มต้น" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "เวอร์ชั่น" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "ปิดใช้งาน" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12028,8 +12076,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12504,23 +12552,23 @@ msgstr "" msgid "Create version" msgstr "สร้างเวอร์ชั่น" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "ชุดรูปแบบ" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "รับชุดรูปแบบเพิ่มเติม!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIME-types ที่มีอยู่" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "การแปลงที่เรียกใช้ได้" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -12539,7 +12587,7 @@ msgstr "ปรับปรุงโพรไฟล์เรียบร้อย msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "เปลี่ยนชื่อตารางเป็น" diff --git a/po/tk.po b/po/tk.po index d92047460c..e2f5da7184 100644 --- a/po/tk.po +++ b/po/tk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:12+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Turkmen %s:" msgstr "" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2340,8 +2340,8 @@ msgstr[0] "" msgstr[1] "" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "" @@ -2393,26 +2393,28 @@ msgstr "" msgid "Restore column order" msgstr "" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "" @@ -2527,7 +2529,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2583,8 +2585,8 @@ msgstr "" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2682,7 +2684,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -2713,12 +2715,13 @@ msgid "Cardinality" msgstr "" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "" @@ -2745,7 +2748,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "" @@ -2756,9 +2759,9 @@ msgid "View" msgstr "" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2769,32 +2772,32 @@ msgid "Structure" msgstr "" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Gözle" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -2835,51 +2838,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "" @@ -2968,7 +2972,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3508,130 +3513,130 @@ msgstr "" msgid "MySQL said: " msgstr "" -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "" @@ -3640,9 +3645,9 @@ msgstr "" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3779,8 +3784,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "" @@ -3934,8 +3939,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4002,8 +4011,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4186,8 +4195,8 @@ msgstr "" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4413,8 +4422,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4524,8 +4533,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5258,8 +5268,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5394,364 +5404,372 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Enable reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5759,76 +5777,76 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5836,45 +5854,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -5882,7 +5900,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -5890,92 +5908,108 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "" @@ -6759,8 +6793,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -6875,189 +6909,189 @@ msgstr "" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7252,7 +7286,7 @@ msgstr "" msgid "Table comments" msgstr "" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7407,20 +7441,28 @@ msgstr "" msgid "Server Choice:" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "" @@ -7486,7 +7528,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -7861,6 +7903,10 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -7997,90 +8043,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8131,7 +8177,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8258,7 +8304,7 @@ msgstr "" msgid "Event name" msgstr "" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -8593,37 +8639,34 @@ msgstr "" msgid "There are no events to display." msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -8689,62 +8732,62 @@ msgstr "" msgid "Display relational schema" msgstr "" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -8753,6 +8796,75 @@ msgstr "" msgid "Current Server:" msgstr "" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -9520,10 +9632,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -9532,7 +9640,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -9938,34 +10046,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10000,7 +10080,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10008,42 +10088,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11368,8 +11412,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -11792,23 +11836,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -11825,7 +11869,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/tr.po b/po/tr.po index ba657a1dd6..8ae1fbb796 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,11 +3,11 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-06-04 17:56+0200\n" "Last-Translator: Burak Yavuz \n" -"Language-Team: Turkish " -"\n" +"Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,11 +22,11 @@ msgid "Show all" msgstr "Tümünü göster" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Sayfa numarası:" @@ -57,7 +57,7 @@ msgstr "Arama:" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Arama:" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Arama:" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Git" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Anahtar adı" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Açıklama" @@ -269,7 +269,7 @@ msgstr "Evet" msgid "View dump (schema) of database" msgstr "Veritabanının dökümünü (şemasını) göster" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Veritabanında tablo bulunamadı." @@ -306,7 +306,7 @@ msgstr "" "için %sburaya%s tıklayın." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -366,7 +366,7 @@ msgstr "%sGörsel yaratıcı'ya%s geç" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -381,7 +381,7 @@ msgid "Tracked tables" msgstr "İzlenen tablolar" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -404,7 +404,7 @@ msgstr "Oluşturuldu" msgid "Updated" msgstr "Güncellendi" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -428,7 +428,7 @@ msgid "Delete tracking data for this table" msgstr "Bu tablo için izleme verisini sil" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -463,28 +463,28 @@ msgstr "İzlenmeyen tablolar" msgid "Track table" msgstr "Tabloyu izle" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "Veritabanı Günlüğü" -#: export.php:149 +#: export.php:151 msgid "Bad type!" msgstr "Kötü tür!" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Seçili dışa aktarma türü dosyaya kaydedilmelidir!" -#: export.php:229 +#: export.php:231 msgid "Bad parameters!" msgstr "Kötü parametreler!" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "%s dosyasını kaydetmek için yetersiz alan." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -492,12 +492,12 @@ msgstr "" "%s dosyası zaten sunucuda var, dosya adını değiştirin veya üzerine yazma " "seçeneğini işaretleyin." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "Web sunucusu %s dosyasını kaydetmek için izne sahip değil." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Döküm, %s dosyasına kaydedildi." @@ -679,115 +679,115 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "SQL sorgunuz başarılı olarak çalıştırıldı" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Geri" -#: index.php:115 +#: index.php:114 msgid "General Settings" msgstr "Genel Ayarlar" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Parola değiştir" -#: index.php:157 +#: index.php:160 msgid "Server connection collation" msgstr "Sunucu bağlantısı karşılaştırması" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "Görünüm Ayarları" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 msgid "More settings" msgstr "Daha fazla ayarlar" -#: index.php:234 +#: index.php:237 msgid "Database server" msgstr "Veritabanı sunucusu" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Sunucu:" -#: index.php:241 +#: index.php:244 msgid "Server type:" msgstr "Sunucu türü:" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 msgid "Server version:" msgstr "Sunucu sürümü:" -#: index.php:249 +#: index.php:252 msgid "Protocol version:" msgstr "Protokol sürümü:" -#: index.php:253 +#: index.php:256 msgid "User:" msgstr "Kullanıcı:" -#: index.php:258 +#: index.php:261 msgid "Server charset:" msgstr "Sunucu karakter grubu:" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Web sunucusu" -#: index.php:283 +#: index.php:286 msgid "Database client version:" msgstr "Veritabanı istemcisi sürümü:" -#: index.php:287 +#: index.php:290 msgid "PHP extension:" msgstr "PHP uzantısı:" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP bilgisini göster" -#: index.php:324 +#: index.php:327 msgid "Version information:" msgstr "Sürüm bilgisi:" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Belgeler" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Viki" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "Resmî phpMyAdmin Anasayfası" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "Katkıda bulun" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "Destek al" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "Değişikliklerin listesi" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -799,7 +799,7 @@ msgstr "" "açık ayarlarla çalışıyor ve bu güvenlik açığını gerçekten düzeltmeniz " "gerekmektedir." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -809,7 +809,7 @@ msgstr "" "Bu seçenek phpMyAdmin ile uyumlusuzdur ve bazı veri bozulmalarına sebep " "olabilir!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -819,7 +819,7 @@ msgstr "" "görünüyor. Mbstring uzantısı olmadan phpMyAdmin karakter dizgilerini doğru " "olarak bölemez ve bu beklenmedik sonuçlar doğurabilir." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -832,7 +832,7 @@ msgstr "" "bundan dolayı phpMyAdmin içinde yapılandırılmadıkça oturum açmanızın süresi " "dolacaktır." -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." @@ -841,13 +841,13 @@ msgstr "" "tanımlama bilgisi depolamasından düşük, bundan dolayı oturum açmanızın " "süresi phpMyAdmin içinde yapılandırılmadıkça dolacaktır." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" "Yapılandırma dosyası için gizli bir parola ifadesi gerekiyor " "(blowfish_secret)." -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -859,7 +859,7 @@ msgstr "" "kaldırmanız son derece önerilir. Yoksa yapılandırmanızı indiren yetkisiz " "insanlar tarafından sunucunuzun güvenliği riske atılabilir." -#: index.php:486 +#: index.php:489 #, php-format msgid "" "The phpMyAdmin configuration storage is not completely configured, some " @@ -869,7 +869,7 @@ msgstr "" "genişletilmiş özellikler devre dışı bırakıldı. Nedenini öğrenmek için " "%sburaya%s tıklayın." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -878,7 +878,7 @@ msgstr "" "PHP MySQL kütüphanenizin %s sürümü MySQL sunucunuzun %s sürümünden farklı. " "Bu tarafsız davranışa sebep olabilir." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -992,12 +992,12 @@ msgid "Other" msgstr "Diğer" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1097,44 +1097,44 @@ msgstr "Alınmış bayt" msgid "Connections" msgstr "Bağlantılar" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "İşlemler" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "B" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KiB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GiB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TiB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PiB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EiB" @@ -1152,7 +1152,7 @@ msgstr "Sorular" msgid "Traffic" msgstr "Trafik" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 msgid "Settings" msgstr "Ayarlar" @@ -1179,7 +1179,7 @@ msgstr "Lütfen diziye en az bir değişken ekleyin" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Yok" @@ -1461,7 +1461,7 @@ msgstr "" "Varsayılan yapılandırmaya sıfırlanıyor…" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1672,8 +1672,8 @@ msgstr "Sorgu kutusunu göster" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1699,8 +1699,8 @@ msgstr "Sorgu yürütme süresi" msgid "%d is not valid row number." msgstr "%d geçerli bir satır sayısı değil." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2020,63 +2020,63 @@ msgid "December" msgstr "Aralık" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Oca" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Şub" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Nis" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Haz" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Tem" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Ağu" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Eyl" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Eki" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Ara" @@ -2114,32 +2114,32 @@ msgid "Sun" msgstr "Paz" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Ptesi" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Sal" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Çar" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Per" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Cum" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Ctesi" @@ -2290,7 +2290,7 @@ msgstr "Yazı Tipi boyutu" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Küçükten Büyüğe" @@ -2299,7 +2299,7 @@ msgstr "Küçükten Büyüğe" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Büyükten Küçüğe" @@ -2368,11 +2368,11 @@ msgstr "Del:" msgid "SQL query on database %s:" msgstr "%s veritabanındaki SQL sorgusu:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Sorguyu Gönder" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2380,15 +2380,15 @@ msgstr "" "Sunucu yanıt vermiyor (ya da yerel MySQL sunucusunun soketi doğru olarak " "yapılandırılmadı)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Sunucu yanıt vermiyor." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Lütfen veritabanını içeren dizinin yetkilerini kontrol edin." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Ayrıntılar…" @@ -2426,8 +2426,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%2$s tablosu içerisinde %1$s eşleşme" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Gözat" @@ -2479,26 +2479,28 @@ msgstr "Düzenlenen veriyi kaydet" msgid "Restore column order" msgstr "Sütun düzenini geri yükle" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Başlangıç" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Önceki" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Sonraki" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Son" @@ -2613,7 +2615,7 @@ msgid "The row has been deleted" msgstr "Satır silindi" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Sonlandır" @@ -2670,8 +2672,8 @@ msgstr "Tümünü Seç" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2772,7 +2774,7 @@ msgstr "Yeni phpMyAdmin penceresi aç" msgid "Click on the bar to scroll to top of page" msgstr "Sayfanın en üstüne kaydırmak için çubuğa tklayın" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "Bu kısmı geçmek için Javascript etkinleştirilmiş olmalıdır" @@ -2803,12 +2805,13 @@ msgid "Cardinality" msgstr "Önemlilik" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Karşılaştırma" @@ -2837,7 +2840,7 @@ msgstr "" "olabilir." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Sunucu" @@ -2848,9 +2851,9 @@ msgid "View" msgstr "Görünüm" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2861,32 +2864,32 @@ msgid "Structure" msgstr "Yapı" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Ara" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Ekle" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "İşlemler" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "İzleme" @@ -2927,51 +2930,52 @@ msgstr "Yordamlar" msgid "Events" msgstr "Olaylar" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Tasarımcı" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Veritabanları" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Kullanıcılar" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binari günlüğü" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Kopya Etme" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Değişkenler" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Karakter Grupları" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Eklentiler" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Motorlar" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Hata" @@ -3057,7 +3061,8 @@ msgstr "Tablolar" msgid "Transaction coordinator" msgstr "İşlem koordinatörü" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Dosyalar" @@ -3665,130 +3670,130 @@ msgstr "SQL sorgusu:" msgid "MySQL said: " msgstr "MySQL çıktısı: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL onaylayıcısına bağlanma başarısız oldu!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL'i açıkla" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL Açıklamasını atla" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP Kodsuz" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP Kodu oluştur" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Yenile" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL Onaylamayı atla" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL'i onayla" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Bu sorguyu sıralı düzenle" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "Sıralı" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profil çıkart" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Paz" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y, %H:%M:%S" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s gün, %s saat, %s dakika ve %s saniye" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Eksik parametreler:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" veritabanına git." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s işlevselliği bilinen bir hata tarafından zarar görmüş, bakınız %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Değiştirmek için tıklayın" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Bilgisayarınıza gözat:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Web sunucusu gönderme dizininden %s seçin:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Gönderme işi için ayarladığınız dizine ulaşılamıyor" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Göndermek için hiç dosya yok" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Boşalt" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Çalıştır" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Yazdır" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Oluşturma" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Son güncelleme" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Son kontrol" @@ -3797,9 +3802,9 @@ msgstr "Son kontrol" msgid "shared" msgstr "paylaşılmış" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3942,8 +3947,8 @@ msgid "Double click" msgstr "Çift tıkla" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Etkisiz" @@ -4097,8 +4102,12 @@ msgstr "Varsayılan değeri geri yükle" msgid "Allow users to customize this value" msgstr "Bu değeri özelleştirmek için kullanıcılara izin ver" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Sıfırla" @@ -4152,8 +4161,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" -"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Bzip2]" -"bzip2[/a] sıkıştırma etkin" +"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/" +"Bzip2]bzip2[/a] sıkıştırma etkin" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4175,8 +4184,8 @@ msgstr "CHAR sütununu düzenleme" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "Sözdizimi vurgulama ve satır numaraları ile SQL sorgularını ([a@http://" "codemirror.net/]CodeMirror[/a]) düzenlemek için kullanımı kolay düzenleyici " @@ -4375,8 +4384,8 @@ msgstr "Sıkıştırma" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4574,8 +4583,8 @@ 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 "" -"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" +"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:149 msgid "Foreign key dropdown order" @@ -4604,8 +4613,8 @@ msgstr "Gözatma kipini özelleştirir" msgid "Customize default options" msgstr "Varsayılan seçenekleri özelleştirir" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4715,8 +4724,9 @@ msgstr "Sayfa başlığı" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta " "kullanılabilecek sihirli dizgiler için [doc@cfg_TitleTable]belgeden[/doc] " @@ -4782,8 +4792,8 @@ msgid "" "documentation" msgstr "" "İlave özelliklere erişim kazanmak için phpMyAdmin yapılandırma depolamasını " -"yapılandırır, belgelerde [doc@linked-tables]phpMyAdmin yapılandırma depolama" -"[/doc] kısmına bakın" +"yapılandırır, belgelerde [doc@linked-tables]phpMyAdmin yapılandırma " +"depolama[/doc] kısmına bakın" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" @@ -4906,8 +4916,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations" msgstr "" -"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/Gzip]gzip" -"[/a] sıkıştırma etkin" +"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/" +"Gzip]gzip[/a] sıkıştırma etkin" #: libraries/config/messages.inc.php:235 msgid "GZip" @@ -5528,11 +5538,11 @@ msgstr "Yer imi tablosu" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" -"Sütun yorumları/mime türleri istenmiyorsa boş bırakın, önerilen: [kbd]" -"pma__column_info[/kbd]" +"Sütun yorumları/mime türleri istenmiyorsa boş bırakın, önerilen: " +"[kbd]pma__column_info[/kbd]" #: libraries/config/messages.inc.php:379 msgid "Column information table" @@ -5604,8 +5614,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Tasarımcı desteği istenmiyorsa boş bırakın, önerilen: [kbd]" -"pma__designer_coords[/kbd]" +"Tasarımcı desteği istenmiyorsa boş bırakın, önerilen: " +"[kbd]pma__designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5646,8 +5656,8 @@ msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" msgstr "" -"SQL sorgu geçmişi desteği istenmiyorsa boş bırakın, önerilen: [kbd]" -"pma__history[/kbd]" +"SQL sorgu geçmişi desteği istenmiyorsa boş bırakın, önerilen: " +"[kbd]pma__history[/kbd]" #: libraries/config/messages.inc.php:400 msgid "SQL query history table" @@ -5686,6 +5696,16 @@ msgid "Connect without password" msgstr "Parolasız bağlan" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Tablo Arama" + +#: libraries/config/messages.inc.php:410 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 " @@ -5695,30 +5715,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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Sadece listelenmiş veritabanları göster" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 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:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Yapılandırma kimlik den. için parola" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF şeması: sayfalar tablosu" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5728,21 +5748,21 @@ 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:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Veritabanı adı" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Sunucu bağ.noktası" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" @@ -5750,76 +5770,76 @@ 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Son kullanılan tablo" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Bağlantı tablosu" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Mevcut veritabanları getirmek için SQL komutu" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES komutu" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" 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:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Oturumu açma oturum adı" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Oturumu açma URL'si" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Sunucu soketi" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "MySQL sunucusuna bağlantı için SSL etkin" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL kullan" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -"PDF şeması desteği istenmiyorsa boş bırakın, önerilen: [kbd]pma__table_coords" -"[/kbd]" +"PDF şeması desteği istenmiyorsa boş bırakın, önerilen: " +"[kbd]pma__table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF şeması: tablo koordinatları" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" @@ -5827,11 +5847,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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Görüntü sütunları tablosu" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" @@ -5839,11 +5859,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:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "KA tercihleri tablosu" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5851,11 +5871,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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "DROP DATABASE ifadesi ekle" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5863,11 +5883,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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "DROP TABLE ifadesi ekle" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5875,32 +5895,32 @@ 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "DROP VIEW ifadesi ekle" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 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:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "İfadelerden izlere" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -"SQL sorgu izleme desteği olmaması için boş bırakın, önerilen: [kbd]" -"pma__tracking[/kbd]" +"SQL sorgu izleme desteği olmaması için boş bırakın, önerilen: " +"[kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL sorgu izleme tablosu" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -5908,27 +5928,27 @@ msgstr "" "İzleme mekanizması tablolar ve görünümler için otomatik olarak sürümler " "oluşturursa." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Otomatik olarak sürümleri oluştur" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Veritabanında kullanıcı tercihleri depolaması olmaması için boş bırakın, " "önerilen: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Kullanıcı tercihleri depolama tablosu" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Yapılandırma kimlik den. için kullanıcı" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -5936,71 +5956,72 @@ 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Bu sunucunun ayrıntılı adı" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" "Kullanıcının "tümünü (satırları) göster" düğmesini görüntüleyip " "görüntülememesidir" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Tüm satırları görüntülemeye izin ver" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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 "" -"Lütfen unutmayın, bunu etkinleştirmek kimlik doğrulaması kipi [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 sınırlandırmaz" +"Lütfen unutmayın, bunu etkinleştirmek kimlik doğrulaması kipi " +"[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 " +"sınırlandırmaz" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Parola değiştirme formunu göster" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Veritabanı oluşturma formu göster" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 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öster veya " "gizle" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "Oluşturma zaman damgasını göster" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 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öster " "veya gizle" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "Son güncelleme zaman damgasını göster" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 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öster " "veya gizle" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "Son kontrol zaman damgasını göster" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6008,11 +6029,11 @@ msgstr "" "Tabloya gözatılırken görüntüleme talimatı seçeneği doldurulsada " "doldurulmasada gösterilmesini tanımlar" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Görüntüleme talimatını göster" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6020,27 +6041,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:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Alan türlerini göster" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 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:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "İşlev alanlarını göster" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "İpucu gösterilip gösterilmeyeceği" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "İpucu göster" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6048,63 +6069,63 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için " "bağlantı gösterir" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "phpinfo() bağlantısını göster" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Ayrıntılı MySQL sunucu bilgisini göster" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 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:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "SQL sorgularını göster" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 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:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Sorgu kutusunu tut" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 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:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "İstatistikleri göster" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Araç ipuçlarında tablo yorumlarını görüntüle" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 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:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Kilitli tabloları atla" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "SQL Onaylayıcının etkinleştirilmesini gerektirir" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6112,7 +6133,7 @@ msgstr "SQL Onaylayıcının etkinleştirilmesini gerektirir" msgid "Password" msgstr "Parola" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6120,32 +6141,32 @@ msgstr "" "[strong]Uyarı:[/strong] PHP SOAP uzantısı ya da PEAR SOAP kurulu olması " "gerekir" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "SQL Onaylayıcı etkin" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -"Eğer özel kullanıcı adınız varsa, onu burada belirleyin (varsayılanı [kbd]" -"isimsiz'dir[/kbd])" +"Eğer özel kullanıcı adınız varsa, onu burada belirleyin (varsayılanı " +"[kbd]isimsiz'dir[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Kullanıcı Adı" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "Eğer Suhosin algılanırsa, ana sayfada bir uyarı görüntülenir" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin uyarısı" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6153,11 +6174,11 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (sütunlar), bu değer SQL sorgu metni " "alanları (*2) ve sorgu penceresi (*1.25) için önemi belirtecektir" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Metin alanı sütunları" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6165,31 +6186,31 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (satırlar), bu değer SQL sorgu metni " "alanları (*2) ve sorgu penceresi (*1.25) için önemi belirtecektir" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Metin alanı satırları" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 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:505 +#: libraries/config/messages.inc.php:507 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:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Varsayılan başlık" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 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:509 +#: libraries/config/messages.inc.php:511 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:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6201,27 +6222,27 @@ 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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 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:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Gönderme dizini" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Tüm veritabanı içinde aramaya izin verir" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Veritabanı aramayı kullan" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6229,19 +6250,19 @@ msgstr "" "Etkisizleştirildiğinde kullanıcılar sağdaki işaret kutusunu dikkate almadan " "herhangi bir seçeneği ayarlayamazlar" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Ayarlarda Geliştirici sekmesi etkin" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Son sürümü kontrol et" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "Ana phpMyAdmin sayfasında son sürümü kontrol etmeyi etkinleştir" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6249,7 +6270,7 @@ msgstr "Ana phpMyAdmin sayfasında son sürümü kontrol etmeyi etkinleştir" msgid "Version check" msgstr "Sürüm kontrolü" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6260,11 +6281,11 @@ msgstr "" "phpMyAdmin'nin yüklü olduğu sunucunun doğrudan internet erişimi yoksa buna " "ihtiyacınız olur. Biçimi: \"anamakineadı:bağlantınoktası\"" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "Sürüm kontrolü proksi url'si" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -6274,83 +6295,99 @@ 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "Sürüm kontrolü proksi kullanıcı adı" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "Proksi ile kimlik doğrulaması için parola" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "Sürüm kontrolü proksi parolası" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a] sıkıştırma etkin" +"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] sıkıştırma etkin" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Yapılandırma kimlik doğrulaması" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Tanımlama bilgisi kimlik doğrulaması" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP kimlik doğrulaması" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Oturumu açma kimlik doğrulaması" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "VERİ YÜKLE kullanarak CSV" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Hesap Tablosu" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Hızlı" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Özel" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Veritabanı dışa aktarma seçenekleri" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel için CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 msgid "OpenDocument Text" msgstr "OpenDocument Metni" @@ -7212,8 +7249,8 @@ msgstr " %s sütunda indeks oluştur" msgid "Hide" msgstr "Gizle" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binari" @@ -7330,189 +7367,189 @@ msgstr "Aşağıdaki sorguya çalıştırmak istiyor musunuz?" msgid "No change" msgstr "Değişiklik yok" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Karakter Grubu" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bulgarca" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "büyük küçük harfe duyarsız" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "büyük küçük harfe duyarlı" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Hırvatça" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Çekçe" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Danca" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "İngilizce" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estçe" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Almanca" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "sözlük" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefon defteri" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Macarca" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "İzlandaca" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japonca" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Litvanyaca" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litvanyaca" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Korece" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Farsça" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Lehçe" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Batı Avrupa" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romence" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakça" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovence" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "İspanyolca" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Geleneksel İspanyolca" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "İsveççe" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tayca" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Türkçe" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraynaca" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Evrensel Kod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "çokdilli" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Orta Avrupa" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Rusça" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltık" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Ermenice" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kiril" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arapça" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "İbranice" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gürcüce" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Yunanca" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Çekçe-Slovakça" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "bilinmeyen" @@ -7706,7 +7743,7 @@ msgstr "Tabloyu yeniden şuna adlandır" msgid "Table comments" msgstr "Tablo yorumları" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Depolama Motoru" @@ -7869,7 +7906,15 @@ msgstr "Kullanıcı Adı:" msgid "Server Choice:" msgstr "Sunucu Seçimi:" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -7877,14 +7922,14 @@ msgstr "" "Yapılandırma tarafından parolasız oturum açma yasaktır (AllowNoPassword'a " "bakın)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s saniye içinde hiçbir işlem yapılmadı, lütfen yeniden oturum açın" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL sunucusuna oturum açılamıyor" @@ -7950,7 +7995,7 @@ msgstr "NULL'u şununla değiştir:" msgid "Remove carriage return/line feed characters within columns" msgstr "Sütunlardaki satır başı/satır atlama karakterlerini kaldır" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel yapısı:" @@ -8357,6 +8402,12 @@ msgstr "" "Belirlenmiş XML dosyası ya kusurlu ya da tamamlanmamış. Lütfen sorunu " "düzeltin ve tekrar deneyin." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "OpenDocument Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenDocument Hesap Tablosu" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI Şekil Dosyası" @@ -8539,83 +8590,83 @@ msgstr "" "example.com/\" gibi bir URL ön ekidir. İkinci seçenek bağlantı için " "başlıktır." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "TAMAM değil" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "TAMAM" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Etkin" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Genel bağlantı özellikleri" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Özellikleri göster" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF'lerin oluşturulması" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Sütun Yorumları gösteriliyor" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Tarayıcı dönüşümü" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "Lütfen column_comments tablonuzun nasıl güncelleneceğini öğrenmek için " "belgeye bakın" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "SQL sorgusu işaretlendi" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL geçmişi" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Sürekli son kullanılan tablolar" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Sürekli tabloların KA tercihleri" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Kullanıcı tercihleri" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Gelişmiş özellikleri ayarlamak için hızlı adımlar:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Gerekli tabloları examples/create_tables.sql ile oluşturun." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "Pma kullanıcısı oluştur ve bu tablolara erişim verin." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8624,13 +8675,13 @@ msgstr "" "etkinleştirin, örneğin config.sample.inc.php dosyasından " "başlayarak." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Açıklama yok" @@ -8683,7 +8734,7 @@ msgstr "Slave durumu" msgid "Variable" msgstr "Değişken" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Sunucu ID" @@ -8814,7 +8865,7 @@ msgstr "Ayrıntılar" msgid "Event name" msgstr "Olay adı" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Olay türü" @@ -9154,37 +9205,34 @@ msgstr "%2$s veritabanında %1$s adıyla olay bulunamadı" msgid "There are no events to display." msgstr "Görüntülemek için olaylar yok." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "%s tablosu yok!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Lütfen %s tablosu için koordinatları yapılandırın" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "%s veritabanının şeması - Sayfa %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Bu sayfa herhangi bir tablo içermiyor!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "ŞEMA HATASI: " @@ -9250,51 +9298,51 @@ msgstr "Sütun adları" msgid "Display relational schema" msgstr "Bağlantılı şemayı göster" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Dışa Aktarma Bağlantılı Türü Seç" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Izgara göster" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Rengi göster" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Tabloların boyutlarını göster" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Bütün tablolar aynı genişlikte gösterilsin" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Veri sözlüğü" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Sadece anahtarları göster" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Peyzaj" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Portre" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Yönlendirme" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Kağıt boyutu" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9302,12 +9350,12 @@ msgstr "" "Şu anki sayfa, daha fazla bulunması gereksiz tablolara verilmiş referanslara " "sahip. Bu referansları silmek ister misiniz?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Karalama panosunu değiştir" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Bilinmeyen dil: %1$s." @@ -9316,6 +9364,75 @@ msgstr "Bilinmeyen dil: %1$s." msgid "Current Server:" msgstr "Şu Anki Sunucu:" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Görüntülemek için binari günlüğünü seçin" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Günlük adı" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Konum" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Orijinal konum" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Bilgi" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Gösterilen Sorguları Kısalt" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Tüm Sorguları Göster" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Karakter Grupları ve Karşılaştırmalar" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Modüller" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Yukarı" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Eklenti" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Modül" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Kütüphane" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Sürüm" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Hazırlayan" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Lisans" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "etkisizleştirildi" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Yetkiniz yok." @@ -10115,10 +10232,6 @@ msgstr "UZAYSAL indeks ekle" msgid "Add FULLTEXT index" msgstr "FULLTEXT indeks ekle" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Bilgi" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Alan kullanımı" @@ -10127,7 +10240,7 @@ msgstr "Alan kullanımı" msgid "Effective" msgstr "Etkili" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Tablo %1$s başarılı olarak değiştirldi" @@ -10553,34 +10666,6 @@ msgstr "%s tablosu bulunamadı veya %s içinde ayarlanmadı" msgid "File doesn't exist" msgstr "Dosya mevcut değil" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Görüntülemek için binari günlüğünü seçin" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Gösterilen Sorguları Kısalt" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Tüm Sorguları Göster" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Günlük adı" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Konum" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Orijinal konum" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Karakter Grupları ve Karşılaştırmalar" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10616,7 +10701,7 @@ msgstr "" msgid "No databases" msgstr "Veritabanı yok" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Depolama Motorları" @@ -10624,42 +10709,6 @@ msgstr "Depolama Motorları" msgid "View dump (schema) of databases" msgstr "Veritabanlarının dökümünü (şemasını) göster" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Modüller" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Yukarı" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Eklenti" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Modül" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Kütüphane" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Sürüm" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Hazırlayan" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Lisans" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "etkisizleştirildi" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12211,8 +12260,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "[kbd]Yapılandırma[/kbd] kimlik doğrulaması türünü ayarladınız ve buna " "otomatik oturum açma için kullanıcı adı ve parola dahildir, canlı " @@ -12280,9 +12329,6 @@ msgstr "Oanylı SQL" #: sql.php:1101 #, php-format -#| msgid "" -#| "This table does not contain a unique column. Grid edit, checkbox, Edit, " -#| "Copy and Delete features are not available." msgid "" "Table %s does not contain a unique column. Grid edit, checkbox, Edit, Copy " "and Delete features are not available." @@ -12654,23 +12700,23 @@ msgstr "Bu veri işleme ifadelerini izle:" msgid "Create version" msgstr "Sürüm oluştur" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Tema" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Daha fazla tema al!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Mevcut MIME türleri" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Mevcut dönüşümler" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Açıklama" @@ -12687,7 +12733,7 @@ msgstr "Profil güncellendi." msgid "VIEW name" msgstr "GÖRÜNÜM adı" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Görünümü yeniden şuna adlandır" @@ -14241,9 +14287,9 @@ msgstr "concurrent_insert 0'a ayarlı" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Bu [kbd]iç içe koymaya[/kbd] ayarlandığında, tablo isimlerinin kod adları " #~ "tabloları $cfg['LeftFrameTableSeparator'] yönergesine göre sadece bölmek/" diff --git a/po/tt.po b/po/tt.po index dd77f95411..1e558a0f63 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:13+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Tatar \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "Barısın kürsät" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Bitneñ sanı:" @@ -58,7 +58,7 @@ msgstr "Ezläw" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -66,9 +66,9 @@ msgstr "Ezläw" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -76,10 +76,9 @@ msgstr "Ezläw" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "Äydä" @@ -89,8 +88,9 @@ msgid "Keyname" msgstr "Tezeş adı" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Açıqlama" @@ -272,7 +272,7 @@ msgstr "Äye" msgid "View dump (schema) of database" msgstr "Biremlek eçtälegen (tözeleşen) çığaru" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Bu biremlektä ber genä dä tüşämä yuq." @@ -314,7 +314,7 @@ msgstr "" "qabızu öçen, %sbonda çirtäse%s." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -382,7 +382,7 @@ msgstr "Kübäytelgän tüşämägä küçäse" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -400,7 +400,7 @@ msgid "Tracked tables" msgstr "Tüşämä tikşerü" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -425,7 +425,7 @@ msgstr "Yarat" msgid "Updated" msgstr "" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -449,7 +449,7 @@ msgid "Delete tracking data for this table" msgstr "" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -488,33 +488,33 @@ msgstr "Tüşämä tikşerü" msgid "Track table" msgstr "Tüşämä tikşerü" -#: db_tracking.php:240 +#: db_tracking.php:239 #, fuzzy msgid "Database Log" msgstr "Biremlek" -#: export.php:149 +#: export.php:151 #, fuzzy #| msgid "Bar type" msgid "Bad type!" msgstr "Soraw töre" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "" -#: export.php:229 +#: export.php:231 #, fuzzy #| msgid "Rename database to" msgid "Bad parameters!" msgstr "Biremlekne bolay atap quy" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "\"%s\" biremen saqlaw öçen buş ara citmi." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -522,12 +522,12 @@ msgstr "" "Serverdä %s digän birem bar inde, adın almaştırası, yä inde östän yazu " "tamğasın açası qala." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "" -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Eçtälege \"%s\" biremenä saqlandı." @@ -705,58 +705,58 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "SQL-sorawıñ uñışlı eşkärtelde" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Kire" -#: index.php:115 +#: index.php:114 #, fuzzy #| msgid "General relation features" msgid "General Settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Sersüz üzgärtü" -#: index.php:157 +#: index.php:160 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" msgstr "MySQL-totaşunıñ tezü cayı" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 #, fuzzy #| msgid "General relation features" msgid "More settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Database for user" msgid "Database server" msgstr "Qullanuçı biremlege" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Server" -#: index.php:241 +#: index.php:244 #, fuzzy msgid "Server type:" msgstr "Server ID'e" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -764,80 +764,80 @@ msgstr "Server ID'e" msgid "Server version:" msgstr "Server söreme" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Protokol söreme" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Qullanuçı" -#: index.php:258 +#: index.php:261 #, fuzzy msgid "Server charset:" msgstr "Server Saylaw" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 #, fuzzy msgid "Database client version:" msgstr "MySQL belän totaştırğıç söreme" -#: index.php:287 +#: index.php:290 #, fuzzy msgid "PHP extension:" msgstr "PHP Söreme" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP turında" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Söreme turında" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Qullanma" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "phpMyAdmin säxifäse" -#: index.php:356 +#: index.php:359 #, fuzzy #| msgid "Attributes" msgid "Contribute" msgstr "Üzençälek" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 #, fuzzy #| msgid "No change" msgid "List of changes" msgstr "Üzgäreşsez" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -848,7 +848,7 @@ msgstr "" "xisap saylanğan (sersüzsez \"root\"). MySQL-server şul töp xisap belän " "açılğan da, andıy xällär iminlekneñ citdi tişege tip sanala." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -857,7 +857,7 @@ msgstr "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause breaking of some data!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -867,7 +867,7 @@ msgstr "" "charset. Without mbstring extension phpMyAdmin is unable to split strings " "correctly and it may result in unexpected results." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -875,17 +875,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -893,7 +893,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " @@ -905,14 +905,14 @@ msgstr "" "Bäyläneştä torğan tüşämä belän eşläp bulmas, östämä eşli-alu sünek tora. Anı " "qabızu öçen, %sbonda çirtäse%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1044,12 +1044,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1165,44 +1165,44 @@ msgstr "Alındı" msgid "Connections" msgstr "Totaşular" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Proseslar" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Bayt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "KB" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "GB" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "TB" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "PB" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "EB" @@ -1222,7 +1222,7 @@ msgstr "Farsíça" msgid "Traffic" msgstr "Taşım" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 #, fuzzy #| msgid "General relation features" @@ -1253,7 +1253,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Buş" @@ -1551,7 +1551,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1804,8 +1804,8 @@ msgstr "SQL-soraw" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1831,8 +1831,8 @@ msgstr "" msgid "%d is not valid row number." msgstr "%d digäne yazma sanı öçen kileşmi." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2189,27 +2189,27 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Ğın" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Äpr" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2217,37 +2217,37 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Yün" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Yül" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Ökt" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Nöy" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Dek" @@ -2296,32 +2296,32 @@ msgid "Sun" msgstr "Ykş" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Dşm" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Sşm" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Çrş" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Pnc" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Cmğ" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Şmb" @@ -2490,7 +2490,7 @@ msgstr "" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Artıp" @@ -2499,7 +2499,7 @@ msgstr "Artıp" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Kimep" @@ -2584,11 +2584,11 @@ msgstr "" msgid "SQL query on database %s:" msgstr "%s biremlegenä SQL-soraw:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Sorawnı Yulla" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2596,17 +2596,17 @@ msgid "" "configured)." msgstr "(yä cirle MySQL-server soketı döres köylänmägän ide)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Bu server endäşmi" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2646,8 +2646,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%s kileşü bar, %s atlı tüşämädä" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Küzätü" @@ -2709,32 +2709,34 @@ msgstr "Biremnär törgäge" msgid "Restore column order" msgstr "Add/Delete Field Columns" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Başlawğa" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Uzğan" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Kiläse" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2868,7 +2870,7 @@ msgid "The row has been deleted" msgstr "Bu yazma salınğan buldı" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Üter" @@ -2924,8 +2926,8 @@ msgstr "Saylap Beter" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3027,7 +3029,7 @@ msgstr "Yaña phpMyAdmin-täräzä açu" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "" @@ -3058,12 +3060,13 @@ msgid "Cardinality" msgstr "Qabatlanu sanı" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Tezü cayı" @@ -3091,7 +3094,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3102,9 +3105,9 @@ msgid "View" msgstr "Qaraş" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3115,32 +3118,32 @@ msgid "Structure" msgstr "Tözeleş" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Ezläw" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Östäw" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Eşkärtü" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3182,54 +3185,55 @@ msgstr "" msgid "Events" msgstr "Cibärelde" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Biremleklär" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Qullanuçı" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Binar köndälek" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 #, fuzzy msgid "Replication" msgstr "Bäyläneşlär" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Üzgärmälär" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Bilgelämä" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Engine" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Xata" @@ -3325,7 +3329,8 @@ msgstr "Tüşämä" msgid "Transaction coordinator" msgstr "Eş-ara idäräçese" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 #, fuzzy msgid "Files" msgstr "Alan" @@ -3895,133 +3900,133 @@ msgstr "SQL-soraw" msgid "MySQL said: " msgstr "MySQL qaytarışı: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL Centekläw" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL Centeklämäskä" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP Kodısız" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-Kod yasa" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Yañart" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL Tikşermäskä" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL'nı Tikşer" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Engine" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Ykş" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y.%m.%d, %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s kön, %s säğät, %s minut ta %s sekund" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr ""%s" biremlegenä küç." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "web-server'neñ yökläw törgäge" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Yökläw öçen bigelängän törgäkne uqıp bulmí" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Buşat" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Bastır" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Yasalışı" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Soñğı yañartılu" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Soñğı tikşerü" @@ -4030,9 +4035,9 @@ msgstr "Soñğı tikşerü" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4180,8 +4185,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Sünek" @@ -4347,8 +4352,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Awdar" @@ -4416,8 +4425,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4616,8 +4625,8 @@ msgstr "Qısu" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4870,8 +4879,8 @@ msgstr "" msgid "Customize default options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4993,8 +5002,9 @@ msgstr "Bitneñ sanı:" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5781,8 +5791,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5926,390 +5936,400 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Ezläw" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "biremlek adı" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 #, fuzzy msgid "Server port" msgstr "Server ID'e" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Tüşämä centekläw" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 #, fuzzy msgid "Relation table" msgstr "Tüşämä tözätü" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:429 +msgid "Socket on which MySQL server is listening, leave empty for default" +msgstr "" + +#: libraries/config/messages.inc.php:430 #, fuzzy msgid "Server socket" msgstr "Server Saylaw" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Buy Açıqlamasın Kürsätäse" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Tüşämä kisäklären berläşterü" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Cömlä" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Üzennän tözälü ısulı" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "PHP turında" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy msgid "Show display direction" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Açıq tüşämä tezmäse" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sırlı kürsät" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 #, fuzzy msgid "Show SQL queries" msgstr "Tulı Sorawlar Kürsät" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy msgid "Retain query box" msgstr "SQL-soraw" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 #, fuzzy msgid "Show statistics" msgstr "Kerem Nöfüse" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 #, fuzzy msgid "Skip locked tables" msgstr "Açıq tüşämä tezmäse" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6317,80 +6337,80 @@ msgstr "" msgid "Password" msgstr "Sersüz" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 #, fuzzy msgid "Username" msgstr "Atama:" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Add/Delete Field Columns" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy msgid "Default title" msgstr "Biremlekne bolay atap quy" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6398,46 +6418,46 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 #, fuzzy msgid "Upload directory" msgstr "Biremnär törgäge" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6445,7 +6465,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6453,61 +6473,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "LOAD DATA qullanıp CSV" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6515,32 +6551,32 @@ msgstr "LOAD DATA qullanıp CSV" msgid "OpenDocument Spreadsheet" msgstr "Qullanma" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Biremlek saqlaw köyläneşe" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV bireme, MS Excel öçen" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Documentation" @@ -7408,8 +7444,8 @@ msgstr "%s alannan tezeş yaratu" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Binar" @@ -7543,189 +7579,189 @@ msgstr "Sin çınlap ta bonı eşlärgä teliseñme: " msgid "No change" msgstr "Üzgäreşsez" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Bilgelämä" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Balgarça" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Ciñel Çinçä" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Ğädäti Çinçä" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "keşe/olı sizmiçä" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "keşe/olı sizep" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Kroatça" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Çexçä" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Dança" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "İnglizçä" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estonça" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Almança" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "süzlek" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefon däftäre" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Macarça" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "İclandça" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Japança" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latça" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litçä" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreyçä" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Farsíça" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polça" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Batış Awrupı" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Romança" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakça" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovença" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "İspança" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Ğädäti İspança" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "İswäcçä" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Tayça" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Törekçä" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukrainça" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "küptelle" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Üzäk Awrupı" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Urısça" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltiq" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Ärmänçä" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Urısälif" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Çäräpçä" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Yähüdçä" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Görceçä" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Yunança" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Çex-Slovak" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "belgesez" @@ -7938,7 +7974,7 @@ msgstr "Tüşämä adın üzgärtü" msgid "Table comments" msgstr "Tüşämä açıqlaması" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Saqlaw Isulı" @@ -8109,20 +8145,28 @@ msgstr "Atama:" msgid "Server Choice:" msgstr "Server Saylaw" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Kimendä %s sekund eşlämi tordıq, şuña kürä yañadan keräse" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL servergä totaşılıp bulmadı" @@ -8198,7 +8242,7 @@ msgstr "NULL'nı almaştırası:" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8628,6 +8672,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Documentation" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Qullanma" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8824,92 +8874,92 @@ msgstr "" "Displays a link, the field contains the filename; first option is a prefix " "like \"http://domain.com/\", second option is a title for the link." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "OK tügel" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Açıq" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Mömkinleklär Kürsätü" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF yaratu" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Buy Açıqlamasın Kürsätäse" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Browser transformation" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "Sineñ Column_comments Tüşämä yañartu eşe turında Qullanmada qarísı" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Tamğalanğan SQL-soraw" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-taríxı" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "Açıqlamasız" @@ -8963,7 +9013,7 @@ msgstr "" msgid "Variable" msgstr "Üzgärmä" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server ID'e" @@ -9100,7 +9150,7 @@ msgstr "" msgid "Event name" msgstr "Buldıq töre" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Buldıq töre" @@ -9488,39 +9538,36 @@ msgstr "Bu biremlektä ber genä dä tüşämä yuq." msgid "There are no events to display." msgstr "Tüşämä tikşerü" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "\"%s\" atlı tüşämä yuq äle!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" biremlek tözeleşe - %s. bit" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9594,53 +9641,53 @@ msgstr "Alan iseme" msgid "Display relational schema" msgstr "Bäyläneşlär sxeme" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Sırlı kürsät" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Tösle kürsät" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Tüşämä ülçämen kürsätü" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "display all Tables with same width?" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Eçtälek Süzlege" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Yatqırıp" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Batırıp" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Yasalışı" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Qäğäz zuqlığı" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9648,12 +9695,12 @@ msgstr "" "The current Page has References to Tables that no longer exist. Would you " "like to delete those References?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Belgesez tel: %1$s." @@ -9664,6 +9711,78 @@ msgstr "Belgesez tel: %1$s." msgid "Current Server:" msgstr "Server" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Qaraw öçen binar köndälek saylaw" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Köndälek adı" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Urın" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Tärtip buyınça urın" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Beleşmä" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Sorawnı Qısqartıp Kürsätäse" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Tulı Sorawlar Kürsät" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Bilgelämä & Tezü cayı" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Başlawğa" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +#, fuzzy +msgid "Version" +msgstr "Farsíça" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Sünek" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Xoquqlar yuq." @@ -10491,10 +10610,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Beleşmä" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Totılğan Alan" @@ -10503,7 +10618,7 @@ msgstr "Totılğan Alan" msgid "Effective" msgstr "Uñışlı" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, fuzzy, php-format msgid "Table %1$s has been altered successfully" msgstr "Saylanğan qullanuçını beterü uñışlı uzdı." @@ -10988,34 +11103,6 @@ msgstr "%s atlı tüşämä yuq, yä ki \"%s\" tezmäsenä kermi" msgid "File doesn't exist" msgstr "\"%s\" atlı tüşämä yuq äle!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Qaraw öçen binar köndälek saylaw" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Sorawnı Qısqartıp Kürsätäse" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Tulı Sorawlar Kürsät" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Köndälek adı" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Urın" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Tärtip buyınça urın" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Bilgelämä & Tezü cayı" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11052,7 +11139,7 @@ msgstr "" msgid "No databases" msgstr "Biremleklär yuq" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Saqlaw Isulı" @@ -11060,45 +11147,6 @@ msgstr "Saqlaw Isulı" msgid "View dump (schema) of databases" msgstr "Biremleklärneñ eçtälegen (tözeleşen) çığaru" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Başlawğa" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -#, fuzzy -msgid "Version" -msgstr "Farsíça" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Sünek" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12494,8 +12542,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12968,23 +13016,23 @@ msgstr "" msgid "Create version" msgstr "Server söreme" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Barlıq MIME-törlär" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13003,7 +13051,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 #, fuzzy msgid "Rename view to" msgstr "Tüşämä adın üzgärtü" diff --git a/po/ug.po b/po/ug.po index 98666925c2..cc445c6d9e 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-11-05 10:16+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uighur %s:" msgstr "SQL ئىجرا بولۋاتقان ساندان %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "تاپشۇرۇش" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2514,17 +2514,17 @@ msgid "" "configured)." msgstr "(يەرلىك MySQL مۇلازىمىتېرى توغرا تەڭشەلمىگەن)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "مۇلازىمىتېردا ئىنكاس يوق" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "تەپسىلاتلار…" @@ -2564,8 +2564,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%s ئۇيغۇنلۇق تىپىلدى، جەدۋىلى %s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "كۆزەت" @@ -2624,32 +2624,34 @@ msgstr "" msgid "Restore column order" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "باشلا" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "ئالدىنقىسى" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "كىيىنكى ئاي" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2774,7 +2776,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2830,8 +2832,8 @@ msgstr "ھەممىنى تاللاش" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2935,7 +2937,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2968,12 +2970,13 @@ msgid "Cardinality" msgstr "تۈپ سان" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "تاسقاش" @@ -3000,7 +3003,7 @@ msgid "" msgstr "" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "مۇلازىمىتېر" @@ -3011,9 +3014,9 @@ msgid "View" msgstr "قاراش" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3024,32 +3027,32 @@ msgid "Structure" msgstr "تۈزۈلىشى" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "ئىزدەش" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "قىستۇرۇش" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "ئىشلەملەر" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "ئىز قۇغلاش" @@ -3090,51 +3093,52 @@ msgstr "دائىملىق" msgid "Events" msgstr "ھادىسە" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "لايىھەلىگۈچ" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "ساندان" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "كۆچۈرۈش" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "خاتالىق" @@ -3226,7 +3230,8 @@ msgstr "" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3787,135 +3792,135 @@ msgstr "SQL سورىقى" msgid "MySQL said: " msgstr "MySQL جاۋابى: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL ئىزاھى" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL ئىزاھىىدىن ئاتلاش" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP كودى يوق" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP كودى قۇرۇش" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "يېڭلاش" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL دەلىللەشتىن ئاتلاش" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL دەلىللەش" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "ئىچكى بىرلىشىش" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "ئاساسىي مەزمۇن" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "يەكشەنبە" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%يىل %ئاي %كۈن %سائەت:%مىنۇت" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s كۈن, %s سائەت, %s مىنىۇ ۋە %s سېكوند" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "دائىملىق" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "ساندان "%s" .غا ئۆتۈش" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "بىر چىكىپ تاللاڭ" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "كۆرسىتىلگەن مۇندەرىجىگە يۈكلىيەلمىدى" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "تازىلاش" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "يازدۇر" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "قۇرۇش" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "ئاخىرقى يېڭلىنىش" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "ئاخىرقى تەكشۈرۈش" @@ -3924,9 +3929,9 @@ msgstr "ئاخىرقى تەكشۈرۈش" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4074,8 +4079,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "تاقالدى" @@ -4233,8 +4238,12 @@ msgstr "" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "" @@ -4301,8 +4310,8 @@ msgstr "" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4489,8 +4498,8 @@ msgstr "پىرىسلاش" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4735,8 +4744,8 @@ msgstr "" msgid "Customize default options" msgstr "" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4850,8 +4859,9 @@ msgstr "" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5602,8 +5612,8 @@ msgstr "" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5738,372 +5748,382 @@ msgid "Connect without password" msgstr "" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "ئىزدەش" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "ساندان ئىسمى" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "جەدۋەل تەھلىلى" -#: libraries/config/messages.inc.php:420 -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:421 -msgid "Relation table" -msgstr "" - #: libraries/config/messages.inc.php:422 -msgid "SQL command to fetch available databases" +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:423 -msgid "SHOW DATABASES command" +msgid "Relation table" msgstr "" #: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +msgid "SQL command to fetch available databases" msgstr "" #: libraries/config/messages.inc.php:425 -msgid "Signon session name" +msgid "SHOW DATABASES command" msgstr "" #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 +msgid "Enable SSL for connection to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:432 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" -msgstr "" - -#: libraries/config/messages.inc.php:450 -msgid "User preferences storage table" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" #: libraries/config/messages.inc.php:452 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Indexes" msgid "Show hint" msgstr "تېزىسلار" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "SQL query" msgid "Retain query box" msgstr "SQL سورىقى" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6111,80 +6131,80 @@ msgstr "" msgid "Password" msgstr "پارول" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ئەندىز" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6192,45 +6212,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6238,7 +6258,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6246,69 +6266,85 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Authenticating…" msgid "Config authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Authenticating…" msgid "Cookie authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy #| msgid "Authenticating…" msgid "HTTP authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Authenticating…" msgid "Signon authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6316,32 +6352,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "OpenOffice جەدىۋېلى" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel دىكى CSVشەكلى" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7186,8 +7222,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -7314,189 +7350,189 @@ msgstr "راستىنلا ئجرا قىلىمسىز" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7702,7 +7738,7 @@ msgstr "" msgid "Table comments" msgstr "جەدۋەل ئىزاھى" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -7863,20 +7899,28 @@ msgstr "ئابۇنىت ئىسمى:" msgid "Server Choice:" msgstr "مۇلازىمىتېر تاللاش" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "پارولسىز كىرىش چەكلەنگەن (پارولسىز كىرىش ئىقازىتىنى كۆرۈڭ)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى." @@ -7954,7 +7998,7 @@ msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL " msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -8373,6 +8417,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenOffice جەدىۋېلى" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8513,90 +8563,90 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8651,7 +8701,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8788,7 +8838,7 @@ msgstr "تەپسىلاتلار…" msgid "Event name" msgstr "قىممەت ئىسمى" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9173,39 +9223,36 @@ msgstr "سانداندا جەدۋەل يوق" msgid "There are no events to display." msgstr "ئىزلانغان جەدۋەل" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "File %s does not contain any key id" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9275,64 +9322,64 @@ msgstr "" msgid "Display relational schema" msgstr "PDF تىزىىسىنى كۆرسىتىش" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "رەڭنى كۆرسىتىش" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "مەلۇمات لۇغىتى" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "پەقەت كونوپكىنى كورسىتىش" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "توغرا يۈنىلىشتە" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "بوي يۈنىلىشتە" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "قۇرۇش" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "قەغەزنىڭ چوڭ-كىچىكلىكى" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9343,6 +9390,77 @@ msgstr "" msgid "Current Server:" msgstr "مۇلازىمىتېر" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "باشلا" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "تاقالدى" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -10133,10 +10251,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -10145,7 +10259,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10594,34 +10708,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10656,7 +10742,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10664,44 +10750,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "باشلا" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "تاقالدى" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12059,8 +12107,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12525,23 +12573,23 @@ msgstr "" msgid "Create version" msgstr "نەشىرنى قۇىماق" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "تېخىمۇ كۆپ تېمىغا ئىرىشىش !" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "MIMEشەكلىنى ئىشلىتەلەيسىز" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -12558,7 +12606,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/uk.po b/po/uk.po index 8753038cb6..8f08c01668 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-02-13 18:54+0200\n" "Last-Translator: Andrey Prokopenko \n" "Language-Team: Ukrainian %s:" msgstr "SQL-запит до БД %s:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "Виконати запит" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." @@ -2435,15 +2435,15 @@ msgstr "" "Сервер не відповідає (або локальний сокет сервера MySQL невірно " "налаштований)." -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "Сервер не відповідає." -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "Будь ласка, перевірте привілеї каталогу містить базу даних." -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2485,8 +2485,8 @@ msgstr[1] "%1$s співпадіння у %2$s" msgstr[2] "%1$s співпадінь у %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Переглянути" @@ -2538,26 +2538,28 @@ msgstr "Зберегти відредаговані дані" msgid "Restore column order" msgstr "Відновити порядок стовпців" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "Почати" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "Попередній" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "Вперед" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "Кінець" @@ -2676,7 +2678,7 @@ msgid "The row has been deleted" msgstr "Рядок видалено" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Вбити" @@ -2734,8 +2736,8 @@ msgstr "Відмітити все" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2835,7 +2837,7 @@ msgstr "Відкрити нове вікно phpMyAdmin" msgid "Click on the bar to scroll to top of page" msgstr "Натисніть на панелі, щоб прокрутити до початку сторінки" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "З цього моменту Javascript має бути увімкнений" @@ -2866,12 +2868,13 @@ msgid "Cardinality" msgstr "Кількість елементів" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Порівняння" @@ -2900,7 +2903,7 @@ msgstr "" "вилученим." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервер" @@ -2911,9 +2914,9 @@ msgid "View" msgstr "Подання" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2924,32 +2927,32 @@ msgid "Structure" msgstr "Структура" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Шукати" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Вставити" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операцій" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Відстеження" @@ -2990,51 +2993,52 @@ msgstr "Процедури" msgid "Events" msgstr "Події" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дизайнер" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Бази Даних" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "Користувачі" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Бінарний журнал" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Реплікація" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Змінні" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодування" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "Плагіни" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Типи таблиць" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Помилка" @@ -3126,7 +3130,8 @@ msgstr "Таблиць" msgid "Transaction coordinator" msgstr "Координатор транзакцій" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файли" @@ -3690,130 +3695,130 @@ msgstr "SQL-запит" msgid "MySQL said: " msgstr "Відповідь MySQL: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "Не вдалося пид'єднатися до SQL валідатора!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Тлумачити SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Не тлумачити SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "без PHP коду" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "Створити PHP код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Оновити" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "Не перевіряти SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "Перевірити SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "Рядкове редагування цього запиту" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "в рядок" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Профілювання" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Нд" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d %Y р., %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s днів, %s годин, %s хвилин і %s секунд" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "Пропущено параметр:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "Перейти до бази даних "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "На функціональність %s впливає відома помилка, див. %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "Клікніть, щоб змінити" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "Переглянути Ваш комп'ютер:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "Виберіть з каталога веб-сервера для відвантаження файлів %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Встановлений Вами каталог для завантаження файлів недоступний" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "Немає файлів для відвантаження" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Очистити" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "Виконати" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Друк" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Створення" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Останнє оновлення" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Остання перевірка" @@ -3822,9 +3827,9 @@ msgstr "Остання перевірка" msgid "shared" msgstr "загальні" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3971,8 +3976,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "заблоковано" @@ -4129,8 +4134,12 @@ msgstr "Відновити значення за замовчуванням" msgid "Allow users to customize this value" msgstr "Дозволити користувачам налаштовувати це значення" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Перевстановити" @@ -4206,8 +4215,8 @@ msgstr "CHAR редагування стовпців" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4404,8 +4413,8 @@ msgstr "Стискання" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4613,8 +4622,8 @@ 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 "" -"Порядок сортування елементів у випадаючому списку зовнішніх ключів; [kbd]" -"вміст[/kbd] - пов'язані дані, [kbd]id[/kbd] - ключі" +"Порядок сортування елементів у випадаючому списку зовнішніх ключів; " +"[kbd]вміст[/kbd] - пов'язані дані, [kbd]id[/kbd] - ключі" #: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" @@ -4645,8 +4654,8 @@ msgstr "Налаштувати режим перегляду" msgid "Customize default options" msgstr "Налаштувати опції по замовчуванню" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4762,12 +4771,13 @@ msgstr "Заголовки сторінки" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" -"Вкажіть рядку заголовка браузера текст. Відповідно до [doc@cfg_TitleTable]" -"documentation[/doc] для магічних рядків, які можуть використовуватися для " -"отримання спеціальних значень." +"Вкажіть рядку заголовка браузера текст. Відповідно до " +"[doc@cfg_TitleTable]documentation[/doc] для магічних рядків, які можуть " +"використовуватися для отримання спеціальних значень." #: libraries/config/messages.inc.php:192 #: libraries/navigation/NavigationHeader.class.php:204 @@ -5207,8 +5217,8 @@ msgid "" "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " "([kbd]0[/kbd] for no limit)" msgstr "" -"Кількість байтів, що дозволяється виділяти під сценарій, наприклад. [kbd]32M" -"[/kbd] ([kbd]0[/kbd] без обмежень)" +"Кількість байтів, що дозволяється виділяти під сценарій, наприклад. " +"[kbd]32M[/kbd] ([kbd]0[/kbd] без обмежень)" #: libraries/config/messages.inc.php:296 msgid "Memory limit" @@ -5603,8 +5613,8 @@ msgstr "Таблиця закладок" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" #: libraries/config/messages.inc.php:379 @@ -5689,8 +5699,9 @@ msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -"Детальніше дивіться на [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" -"PMA bug tracker[/a] та [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" +"Детальніше дивіться на [a@https://sourceforge.net/p/phpmyadmin/" +"bugs/2606/]PMA bug tracker[/a] та [a@http://bugs.mysql.com/19588]MySQL Bugs[/" +"a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5759,6 +5770,16 @@ msgid "Connect without password" msgstr "З’єднуватись без паролю" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "Пошук в таблиці" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5778,28 +5799,28 @@ msgstr "" "їх імена в певному порядку і використовувати [kbd]*[/kbd] в кінці для " "виведення залишилися в алфавітному порядку." -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Показати лише перелічені бази даних" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "Залишити пустим, якщо не використовувати config auth" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "Пароль для config auth" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF схема: сторінки таблиці" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5810,113 +5831,113 @@ msgstr "" "pmadb]pmadb[/a]. Для відключення підтримки, залиште поле порожнім. " "Рекомендується: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "Ім'я бази даних" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "Порт на якому MySQL сервер прослуховується, залишити пустим для значення за " "замовчуванням" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Порт сервера" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "Нещодавно використані таблиці" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Таблиця зв'язків" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "SQL команда для вибірки доступних баз даних" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "Команда SHOW DATABASES" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "Дивись [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " "types[/a] для прикладу" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Ім'я сесії для Signon" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Signon URL-адреса" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" "Сокет на якому працює сервер MySQL, для значення за замовчуванням, залиште " "порожнім" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Сокет серверу" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "Активувати SSL для з’єднання з MySQL сервером" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "Використовувати SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]" msgstr "" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF схема: координати таблиць" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "Таблиця з описами полів" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "Таблиця налаштувань користувацького інтерфейсу" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -5924,11 +5945,11 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "Додати DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -5936,11 +5957,11 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: libraries/config/messages.inc.php:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "Додати DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -5948,74 +5969,74 @@ msgstr "" "Чи буде при створенні вистави, в журнал першим рядком додано вираз DROP VIEW " "IF EXISTS." -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "Додати DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Визначити список виразів, які використовуються для автоматичного створення " "нових версій." -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "Стеження за виразами" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "Таблиця відстежування SQL запитів" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Чи механізм відстеження створює версії для таблиць і подань автоматично." -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "Автоматично створювати версії" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "Таблиця збереження налаштувань користувача" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "Прописаний користувач" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "Користувацький опис сервера. Залиште пустим, щоб вивести назву хоста." -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Повна назва цього сервера" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "Чи користувачеві має відображатися кнопка на \"показати всі (рядки)\"" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Дозволити відображати всі рядки" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6025,43 +6046,43 @@ msgstr "" "при ідентифікації методом [kbd]config[/kbd] через жорстко прописаного " "пароля. Зміна пароля в конфігураційному файлі безпосередньо ніяк не обмежена" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Показати форму для зміни паролю" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Показати форму для створення бази даних" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show PHP information" msgid "Show Creation timestamp" msgstr "Показати інформацію про PHP" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" @@ -6069,11 +6090,11 @@ msgstr "" "Визначає, чи буде показуватися при перегляді таблиці параметр типу напрямку " "відображення" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "Показати напрямком відображення" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" @@ -6081,27 +6102,27 @@ msgstr "" "Визначає, чи в режимі редагування/вставки має на початку відображатися тип " "поля" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "Показувати типи полів" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Відображувати поля функції у режим редагування/вставки" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Показувати поля функції" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "Чи показувати підказки" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "Відображати підказки" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6109,62 +6130,62 @@ msgstr "" "Показує посилання на [a@http://php.net/manual/function.phpinfo.php]phpinfo()" "[/a]" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "Показувати посилання phpinfo()" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "Показувати докладну інформацію про сервер MySQL" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "Визначає, чи мають відображатися SQL запити, що згенеровані PHPMyAdmin" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Показувати SQL-запити" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" "Визначає, чи має залишатися вікно запиту на екрані після надсилання запиту" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "Залишати вікно запиту" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Дозволити показ статистики бази даних і таблиць (наприклад, використання " "простору)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Показувати статистику" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Коментарі таблиці в спливаючих підказках" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Відзначати використані таблиці і зробити можливим відображення баз даних із " "заблокованими таблицями" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Пропускати заблоковані таблиці" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "Має бути увімкнений SQL валідатор" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6172,7 +6193,7 @@ msgstr "Має бути увімкнений SQL валідатор" msgid "Password" msgstr "Пароль" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" @@ -6180,11 +6201,11 @@ msgstr "" "[strong]УВАГА:[/strong] має бути встановлено розширення PHP SOAP або PEAR " "SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "Увімкнути SQL валідатор" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" @@ -6192,20 +6213,20 @@ msgstr "" "При наявності виділеного імені користувача, пропишіть його тут (по " "замовчуванню використовується [kbd]anonymous[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Ім'я користувача" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "При визначенні Suhosin, на головній сторінці виводиться попередження" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Попередження про Suhosin" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6213,11 +6234,11 @@ msgstr "" "Розмір текстового поля в режимі редагування (у стовпцях); дане значення буде " "пріоритетним для текстових полів SQL запиту (*2) і для вікна запиту (*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "Стовпців у текстовому полі" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6225,31 +6246,31 @@ msgstr "" "Розмір текстового поля в режимі редагування (в рядках); дане значення буде " "пріоритетним для текстових полів SQL запиту (*2) і для вікна запиту (*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "Рядків у текстовому полі" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "Заголовок вікна браузера при виборі бази даних" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "Заголовок вікна браузера за замовчуванням" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "Заголовок по замовчуванню" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "Заголовок вікна браузера при виборі сервера" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "Заголовок вікна браузера при виборі таблиці" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6261,29 +6282,29 @@ msgstr "" "Forwarded-For) заголовку, що прийшов з проксі 1.2.3.4: [br][kbd]1.2.3.4:" "HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "Список довірених проксі для IP allow/deny" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" "Каталог на сервері, в який ви можете відвантажувати файли для подальшого " "імпорту" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Каталог відвантаження" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "Дозволити пошук по всій базі даних" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Використовувати пошук по базі даних" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" @@ -6291,20 +6312,20 @@ msgstr "" "При відключенні, користувачі не зможуть встановити ніякі із зазначених нижче " "параметрів, незалежно від галочки праворуч від них" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "Включення вкладки розробника в налаштуваннях" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Перевірити оновлення" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" "Включає можливість перевірки останньої версії phpMyAdmin на головній сторінці" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6312,7 +6333,7 @@ msgstr "" msgid "Version check" msgstr "перевірка версії" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6320,36 +6341,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "перевірка версії" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "перевірка версії" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "перевірка версії" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6357,32 +6378,48 @@ msgstr "" "Включити [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] " "архівування для операцій імпорту та експорту" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Авторизація через файл конфігурації" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Авторизація за допомогою cookie" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "Авторизація за допомогою HTTP" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Авторизація за допомогою Signon" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV, використовуючи LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6390,32 +6427,32 @@ msgstr "CSV, використовуючи LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "Відкрити документ електронної таблиці" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "Швидко" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "Звичайно" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Параметри експорту бази даних" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "CSV для даних MS Excel" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7293,8 +7330,8 @@ msgstr "Створити індекс у  %s стовпчиках" msgid "Hide" msgstr "Приховати" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Двійковий" @@ -7421,189 +7458,189 @@ msgstr "Ви насправді хочете " msgid "No change" msgstr "Змін немає" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Набір символів" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Болгарське" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Китайське Спрощене" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Китайське Традиційне" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "нечутливий до регістру" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "чутливий до регістру" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хорватська" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чеська" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Датська" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Англійська" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Есперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Естонська" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Німецька" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "словник" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонна книга" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Угорська" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Ісландська" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Японська" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латвійська" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литовська" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корейська" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Перська" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Польська" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Західно Європейське" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Румунська" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словацька" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словенська" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Іспанська" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Традиційна іспанська" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведське" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тайське" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Турецька" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Українська" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юнікод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "багатомовні" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "СхідноЄвропейське" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Російська" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтійське" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Вірменське" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кириличне" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арабське" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Іврит" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузинська" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грецьке" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословацька" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "невідоме" @@ -7823,7 +7860,7 @@ msgstr "Перейменувати таблицю в" msgid "Table comments" msgstr "Коментарі таблиці" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Тип таблиць" @@ -7986,20 +8023,28 @@ msgstr "Ім'я користувача:" msgid "Server Choice:" msgstr "Вибір сервера" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "Авторизація без паролю заборонена в настройках (див. AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "Відсутня діяльність протягом %s секунд; будь ласка, увійдіть знову" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "Не можу зареєструватися на MySQL сервері" @@ -8066,7 +8111,7 @@ msgstr "Замінити значення NULL на:" msgid "Remove carriage return/line feed characters within columns" msgstr "Видаляти символи повернення каретки/завершення рядка в стовпчиках" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel редакція:" @@ -8381,8 +8426,8 @@ msgid "" "reloaded between servers in different time zones)
" msgstr "" "Зберігати поля з типом TIMESTAMP в UTC (дозволяє зберегти і перенести " -"поля з типом TIMESTAMP між серверами, що знаходяться в різних часових зонах)" -"" +"поля з типом TIMESTAMP між серверами, що знаходяться в різних часових " +"зонах)" #: libraries/plugins/export/ExportSql.class.php:1198 msgid "Constraints for dumped tables" @@ -8502,6 +8547,12 @@ msgstr "" "Обраний XML файл некоректний, або неповний. Перевірте можливі помилки і " "спробуйте ще раз." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Відкрити документ електронної таблиці" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "Файл ESRI" @@ -8693,86 +8744,86 @@ msgstr "" "посилання, подібно до \"http://www.example.com/\". Друга опція - заголовок " "для посилання." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "не OK" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "дозволено" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Загальні можливості" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Показати можливості" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "Створити PDF-файл" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Показувати коментарі стовпців" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Перетворення МІМЕ-типу бровзером" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "За інформацією як поновити Вашу таблицю Column_comments прошу дивитись у " "Документації" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Закладка на SQL-запит" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL історія" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "Нещодавно використані таблиці" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "Налаштування інтерфейсу часто використовуваних таблиць" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "Користувацькі настройки" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Швидкі кроки до встановлення розширених властивостей:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Створити необхідні таблиці за допомогою examples/create_tables.sql." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "Створити користувача phpMyAdmin та дати йому доступ до цих таблиць." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8780,12 +8831,12 @@ msgstr "" "Підключіть додаткові функції в конфігураційному файлі (config.inc.php), почніть з прикладу в config.sample.inc.php." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Перезайдіть в phpMyAdmin, щоб завантажити оновлений конфігураційний файл." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "без опису" @@ -8842,7 +8893,7 @@ msgstr "Статус Slave" msgid "Variable" msgstr "Змінна" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "ID сервера" @@ -8980,7 +9031,7 @@ msgstr "Деталі" msgid "Event name" msgstr "Назва події" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Тип події" @@ -9318,37 +9369,34 @@ msgstr "У базі даних %2$s немає події з назвою %1$s" msgid "There are no events to display." msgstr "Немає подій." -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "Таблиця %s не існує!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "Прошу сконфігурувати координати для таблиці %s" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "Схема бази даних %s - Сторінка %s" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "Ця сторінка не містить жодної таблиці!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "SCHEMA ERROR: " @@ -9414,51 +9462,51 @@ msgstr "Назви колонок" msgid "Display relational schema" msgstr "Відобразити схему зв'язків" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "Виберіть тип експорту зв'язків" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Показати сітку" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Показати колір" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Показати розміри таблиць" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Показувати всі таблиці однакової ширини" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Словник даних" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Показувати тільки ключі" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Альбомний" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Звичайний" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "Орієнтація" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Формат паперу" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -9466,12 +9514,12 @@ msgstr "" "Ця сторінка має посилання на таблицю, якої вже немає. Бажаєте видалити ці " "посилання?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "ввімкнути чорновик (scratchboard)" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Невідома мова: %1$s." @@ -9482,6 +9530,75 @@ msgstr "Невідома мова: %1$s." msgid "Current Server:" msgstr "Поточний сервер" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Вибрати двійковий журнал для перегляду" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Назва журналу" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Позиція" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Початкова позиція" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Інформація" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Обрізати показані запити" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Показати повні запити" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Набори символів та схеми" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "Модулі" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Початок" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "Плагін" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "Модуль" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "Бібліотека" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Версія" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "Автор" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "Ліцензія" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "відключено" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Немає прав." @@ -10320,10 +10437,6 @@ msgstr "Додати просторовий індекс" msgid "Add FULLTEXT index" msgstr "Додати повнотекстовий індекс" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Інформація" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Простір, що використовується" @@ -10332,7 +10445,7 @@ msgstr "Простір, що використовується" msgid "Effective" msgstr "Ефективність" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "Таблицю %1$s було успішно змінено" @@ -10780,34 +10893,6 @@ msgstr "Таблицю %s не знайдено або не визнач msgid "File doesn't exist" msgstr "Файл не існує" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Вибрати двійковий журнал для перегляду" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Обрізати показані запити" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Показати повні запити" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Назва журналу" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Позиція" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Початкова позиція" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Набори символів та схеми" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10846,7 +10931,7 @@ msgstr "" msgid "No databases" msgstr "БД відсутні" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Типи таблиць" @@ -10854,42 +10939,6 @@ msgstr "Типи таблиць" msgid "View dump (schema) of databases" msgstr "Переглянути дамп (схему) баз даних" -#: server_plugins.php:66 -msgid "Modules" -msgstr "Модулі" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Початок" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "Плагін" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "Модуль" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "Бібліотека" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Версія" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "Автор" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "Ліцензія" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "відключено" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12337,8 +12386,8 @@ msgid "" "You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " "version is %s, released on %s." msgstr "" -"Якщо використовується Git версія, запустіть [kbd]git pull[/kbd] :-)[br]" -"Остання стабільна версія %s, випущена %s." +"Якщо використовується Git версія, запустіть [kbd]git pull[/kbd] :-)" +"[br]Остання стабільна версія %s, випущена %s." #: setup/lib/index.lib.php:203 msgid "No newer stable version is available" @@ -12452,8 +12501,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Ви встановили [kbd]конфігураційний[/kbd] тип аутентифікації і ввели ім'я " "користувача і пароль для автоматичного входу в систему, що не є бажаним " @@ -12924,23 +12973,23 @@ msgstr "Відстежити наступні вирази маніпуляці msgid "Create version" msgstr "Створити версію" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "Тема" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Ще теми!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Доступні MIME-types" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Доступні перетворення" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "Опис" @@ -12957,7 +13006,7 @@ msgstr "Профіль було поновлено." msgid "VIEW name" msgstr "Назва подання" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Перейменувати подання на" diff --git a/po/ur.po b/po/ur.po index fa47a3b79b..28f0a0aae3 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2012-11-05 10:19+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Urdu \n" @@ -24,11 +24,11 @@ msgid "Show all" msgstr "تمام دکھائیں" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "صفحہ نمبر:" @@ -60,7 +60,7 @@ msgstr "تلاش" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -68,9 +68,9 @@ msgstr "تلاش" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -78,10 +78,9 @@ msgstr "تلاش" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "جائیں" @@ -91,8 +90,9 @@ msgid "Keyname" msgstr "کلید نام" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "وضاحت" @@ -277,7 +277,7 @@ msgstr "ہاں" msgid "View dump (schema) of database" msgstr "کوائفیہ کی ڈمپ (شجرہ) منظر کریں" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "کوائفیہ میں کوئی جدول نہیں مِلا۔" @@ -316,7 +316,7 @@ msgstr "" "کلک کریں۔" #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -385,7 +385,7 @@ msgstr "بصری تعمیر کنندہ" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -400,7 +400,7 @@ msgid "Tracked tables" msgstr "کھوج شدہ جداول" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -423,7 +423,7 @@ msgstr "بنایا" msgid "Updated" msgstr "تازہ کی گئی" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -447,7 +447,7 @@ msgid "Delete tracking data for this table" msgstr "اس جدول کے لیے کھوج کوائف حذف کریں" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -482,32 +482,32 @@ msgstr "بغیر کھوج جداول" msgid "Track table" msgstr "جدول کھوج" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "کوائفیہ لاگ" -#: export.php:149 +#: export.php:151 #, fuzzy #| msgid "Bar type" msgid "Bad type!" msgstr "برآمد" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "منتخب برآمد قسم اس مسل میں محفوظ ہو!" -#: export.php:229 +#: export.php:231 #, fuzzy #| msgid "Remove database" msgid "Bad parameters!" msgstr "کوائفیہ ہٹائیں" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "مسل %s محفوظ کرنے کے لیے ناکافی جگہ ہے۔" -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -515,12 +515,12 @@ msgstr "" "مسل %s اس سرور میں پہلے سے موجود ہے، مسل نام تبدیل کریں یا بر تحریر اختیار " "پڑتال کریں۔" -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "اس مسل %s کو محفوظ کرنے کے لیے ویب سرور کے پاس اجازت نہیں ہے۔" -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "ڈمپ اس مسل %s میں محفوظ ہوچکی ہے۔" @@ -672,8 +672,8 @@ msgid "" "[doc@faq1-16]FAQ 1.16[/doc]." msgstr "" "درآمد کے لیے کوئی کوائف نہیں ملا۔ ممکن ہے کہ مسل نام بھیجا نہ گیا ہو یا مسل " -"سائز مقررہ حد سے تجاوز کرگئی ہو جو آپ کے PHP تشکیل میں ہے۔ دیکھیں" -"[doc@faq1-16]عمومی سوالات 1.16[/doc]." +"سائز مقررہ حد سے تجاوز کرگئی ہو جو آپ کے PHP تشکیل میں ہے۔ " +"دیکھیں[doc@faq1-16]عمومی سوالات 1.16[/doc]." #: import.php:447 msgid "" @@ -713,59 +713,59 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "آپ کی SQL طلب کامیابی سے چلائی جاچکی ہے۔" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "واپس" -#: index.php:115 +#: index.php:114 #, fuzzy #| msgid "General relation features" msgid "General Settings" msgstr "جنرل ریلیشن فیچرز" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "" -#: index.php:157 +#: index.php:160 #, fuzzy #| msgid "Server configuration" msgid "Server connection collation" msgstr "سرور کی تشکیل" -#: index.php:183 +#: index.php:186 msgid "Appearance Settings" msgstr "" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 #, fuzzy #| msgid "General relation features" msgid "More settings" msgstr "جنرل ریلیشن فیچرز" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Databases" msgid "Database server" msgstr "کوائفیے" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "سرور:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server" msgid "Server type:" msgstr "سرور" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -773,79 +773,79 @@ msgstr "سرور" msgid "Server version:" msgstr "آخری نسخہ" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Last version" msgid "Protocol version:" msgstr "آخری نسخہ" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "Username:" msgid "User:" msgstr "صارف نام:" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Remove database" msgid "Server charset:" msgstr "کوائفیہ ہٹائیں" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Use light version" msgid "Database client version:" msgstr "ہلکا ورژن استعمال کریں" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension to use" msgid "PHP extension:" msgstr "PHP کی قسم جو اسعتمال کی جائے" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Column information table" msgid "Version information:" msgstr "کالم معلومات جدول" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "دستاویزات" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "" -#: index.php:356 +#: index.php:359 msgid "Contribute" msgstr "" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 msgid "List of changes" msgstr "" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -853,21 +853,21 @@ msgid "" "this security hole by setting a password for user 'root'." msgstr "" -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " "corrupted!" msgstr "" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -875,17 +875,17 @@ msgid "" "expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:453 +#: index.php:456 msgid "" "Login cookie store is lower than cookie validity configured in phpMyAdmin, " "because of this, your login will expire sooner than configured in phpMyAdmin." msgstr "" -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -#: index.php:476 +#: index.php:479 msgid "" "Directory [code]config[/code], which is used by the setup script, still " "exists in your phpMyAdmin directory. It is strongly recommended to remove it " @@ -893,7 +893,7 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " @@ -905,14 +905,14 @@ msgstr "" "The additional features for working with linked tables have been " "deactivated. To find out why click %shere%s." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " "This may cause unpredictable behavior." msgstr "" -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1036,12 +1036,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "," #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "." @@ -1151,44 +1151,44 @@ msgstr "" msgid "Connections" msgstr "" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "بائٹ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "کلو بائٹ" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "میگا بائٹ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "گیگا بائٹ" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "ٹیرا بائٹ" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "پیٹا بائٹ" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "ایگزا بائٹ" @@ -1210,7 +1210,7 @@ msgstr "نسخے" msgid "Traffic" msgstr "" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 #, fuzzy #| msgid "General relation features" @@ -1241,7 +1241,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "" @@ -1545,7 +1545,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1789,8 +1789,8 @@ msgstr "طلب خانہ دکھائیں" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1818,8 +1818,8 @@ msgstr "چلنے کی حد اوقات" msgid "%d is not valid row number." msgstr "" -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2150,63 +2150,63 @@ msgid "December" msgstr "دسمبر" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "جنوری" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "فروری" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "مارچ" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "اپریل" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 msgctxt "Short month name" msgid "May" msgstr "مئی" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "جون" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "جولائی" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "اگست" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "ستمبر" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "اکتوبر" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "نومبر" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "دسمبر" @@ -2247,32 +2247,32 @@ msgid "Sun" msgstr "اتوار" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "پیر" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "منگل" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "بدھ" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "جمعرات" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "جمعہ" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "ہفتہ" @@ -2423,7 +2423,7 @@ msgstr "فانٹ سائز" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "صعودی" @@ -2432,7 +2432,7 @@ msgstr "صعودی" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "نزولی" @@ -2513,25 +2513,25 @@ msgstr "" msgid "SQL query on database %s:" msgstr "کوائفیہ کے لیے %s SQL طلب" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "طلب بھیجیں" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "" @@ -2573,8 +2573,8 @@ msgstr[0] "%sجدول کے ساتھ مشابہ%s" msgstr[1] "%sجدول کے ساتھ مشابہات%s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "براؤز" @@ -2634,32 +2634,34 @@ msgstr "پوشہ محفوظ کریں" msgid "Restore column order" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "شروع" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "پچھلا" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "اگلا" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2780,7 +2782,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "" @@ -2837,8 +2839,8 @@ msgstr "تمام پڑتال کریں" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2942,7 +2944,7 @@ msgstr "" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -2975,12 +2977,13 @@ msgid "Cardinality" msgstr "درجہ تعلق داری" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "ترتیب" @@ -3009,7 +3012,7 @@ msgstr "" "جائے گا۔" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "سرور" @@ -3020,9 +3023,9 @@ msgid "View" msgstr "نقل جدول" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3033,32 +3036,32 @@ msgid "Structure" msgstr "ساخت" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "تلاش" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "داخل کریں" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "عملیات" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "" @@ -3099,51 +3102,52 @@ msgstr "" msgid "Events" msgstr "" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "کوائفیے" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "چربہ کاری" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "نقص" @@ -3238,7 +3242,8 @@ msgstr "جداول" msgid "Transaction coordinator" msgstr "" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "" @@ -3807,132 +3812,132 @@ msgstr "SQL طلب" msgid "MySQL said: " msgstr "MySQL نے کہا: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "SQL جواز دہندہ سے جڑت ناکام ہوا!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL کی تفصیل بتائیں" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "SQL وضاحت کو چھوڑیں" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP کوڈ کے بغیر" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP کوڈ بنائیں" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "تازہ کریں" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL توثیق چھوڑیں" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL کی توثیق کریں" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "اس طلب کی ان لائن تدوین" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "ان لائن" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "تفصیلات" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "اتوار" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%B %d, %Y پر %I:%M %p" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s دن, %s گھنٹے, %s منٹ اور%s سیکنڈ" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "کوائفیہ میں جائیں "%s"." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s ایک نامعلوم نقص سے کام متاثر ہوا, دیکھیں %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "انتخاب کے لیے کلک کریں" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "اپنے کمپیوٹر کو براؤز کریں:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "ویب سرور اپ لوڈ پوشہ سے منتخب کریں %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "اپ لوڈ کام کے لیے سیٹ کیا گیا پوشہ قابل رسائی نہیں ہے" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "خالی" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "چھاپیں" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "بنائیں" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "آخری دفعہ کی تازہ کاری" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "آخری دفعہ کی پڑتال" @@ -3941,9 +3946,9 @@ msgstr "آخری دفعہ کی پڑتال" msgid "shared" msgstr "حصہ دارانہ" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4093,8 +4098,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "غیر فعال" @@ -4250,8 +4255,12 @@ msgstr "طے شدہ قدر بحال کریں" msgid "Allow users to customize this value" msgstr "صارفین کو اس قدر کے مخصوص کرنے کی اجازت دیں" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "دوبارہ سیٹ کریں" @@ -4326,8 +4335,8 @@ msgstr "CHAR کالم تدوین" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4521,8 +4530,8 @@ msgstr "سکڑاؤ" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4760,8 +4769,8 @@ msgstr "برااؤز موڈ کی تخصیص کریں" msgid "Customize default options" msgstr "طے شدہ اختیارات کی تخصیص کریں" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4877,8 +4886,9 @@ msgstr "صفحہ عنوانات" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "براؤزر عنوان بار متن لکھیں۔ حوالہ کے لیے[doc@cfg_TitleTable]documentation[/" "doc] خاص قدریں حاصل کرنے کے لیے میجک سٹرنگ۔" @@ -4942,8 +4952,8 @@ msgid "" "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation" msgstr "" -"اضافی خواص تک رسائی کے لیے phpMyAdmin تشکیلات ذخیرہ کو تشکیل کریں، دیکھیں" -"[doc@linked-tables]phpMyAdmin تشکیل ذخیرہ[/doc] دستاویزات میں" +"اضافی خواص تک رسائی کے لیے phpMyAdmin تشکیلات ذخیرہ کو تشکیل کریں، " +"دیکھیں[doc@linked-tables]phpMyAdmin تشکیل ذخیرہ[/doc] دستاویزات میں" #: libraries/config/messages.inc.php:204 msgid "Changes tracking" @@ -5716,11 +5726,11 @@ msgstr "جدول نشان کریں" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" @@ -5794,8 +5804,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -5807,8 +5817,8 @@ msgid "" "bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" "مزید معلومات یہاں موجود ہے [a@https://sourceforge.net/p/phpmyadmin/" -"bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL نقائص" -"[/a]" +"bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL " +"نقائص[/a]" #: libraries/config/messages.inc.php:394 msgid "Disable use of INFORMATION_SCHEMA" @@ -5834,8 +5844,8 @@ msgstr "کوائفیے چھپائیں" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5879,25 +5889,35 @@ msgid "Connect without password" msgstr "پاس ورڈ کے بغیر جڑیں" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "تلاش" + +#: libraries/config/messages.inc.php:410 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:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -5905,35 +5925,35 @@ msgstr "" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "Database" msgid "Database name" msgstr "ڈیٹا بیس" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/" @@ -5944,80 +5964,64 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "صارف نام یاد کریں" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma_bookmark[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "" -#: libraries/config/messages.inc.php:424 -msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" -msgstr "" - -#: libraries/config/messages.inc.php:425 -msgid "Signon session name" -msgstr "" - #: libraries/config/messages.inc.php:426 -msgid "Signon URL" +msgid "" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" #: libraries/config/messages.inc.php:427 -msgid "Socket on which MySQL server is listening, leave empty for default" +msgid "Signon session name" msgstr "" #: libraries/config/messages.inc.php:428 -msgid "Server socket" +msgid "Signon URL" msgstr "" #: libraries/config/messages.inc.php:429 -msgid "Enable SSL for connection to MySQL server" +msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "" #: libraries/config/messages.inc.php:430 -msgid "Use SSL" +msgid "Server socket" msgstr "" #: libraries/config/messages.inc.php:431 -#, fuzzy -#| msgid "" -#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" -#| "kbd]" -msgid "" -"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" -"kbd]" +msgid "Enable SSL for connection to MySQL server" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:432 -msgid "PDF schema: table coordinates" +msgid "Use SSL" msgstr "" #: libraries/config/messages.inc.php:433 @@ -6026,271 +6030,287 @@ msgstr "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" #| "kbd]" msgid "" -"Table to describe the display columns, leave blank for no support; " -"suggested: [kbd]pma__table_info[/kbd]" +"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" +"kbd]" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:434 -msgid "Display columns table" +msgid "PDF schema: table coordinates" msgstr "" #: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" +#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" +#| "kbd]" +msgid "" +"Table to describe the display columns, leave blank for no support; " +"suggested: [kbd]pma__table_info[/kbd]" +msgstr "" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" + +#: libraries/config/messages.inc.php:436 +msgid "Display columns table" +msgstr "" + +#: libraries/config/messages.inc.php:437 +#, fuzzy +#| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" -"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]" -"pma_designer_coords[/kbd]" +"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " +"[kbd]pma_designer_coords[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 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:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 -msgid "Show Creation timestamp" -msgstr "" - -#: libraries/config/messages.inc.php:462 -msgid "" -"Show or hide a column displaying the Last update timestamp for all tables" -msgstr "" - #: libraries/config/messages.inc.php:463 -msgid "Show Last update timestamp" +msgid "Show Creation timestamp" msgstr "" #: libraries/config/messages.inc.php:464 msgid "" -"Show or hide a column displaying the Last check timestamp for all tables" +"Show or hide a column displaying the Last update timestamp for all tables" msgstr "" #: libraries/config/messages.inc.php:465 -msgid "Show Last check timestamp" +msgid "Show Last update timestamp" msgstr "" #: libraries/config/messages.inc.php:466 msgid "" +"Show or hide a column displaying the Last check timestamp for all tables" +msgstr "" + +#: libraries/config/messages.inc.php:467 +msgid "Show Last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:468 +msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Default display direction" msgid "Show display direction" msgstr "طے شدہ دکھانے کی سمت" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "گرِڈ دکھائیں" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" msgstr "طلب خانہ چھپائیں" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6298,80 +6318,80 @@ msgstr "" msgid "Password" msgstr "" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ڈیفالٹ" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6379,45 +6399,45 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]" msgstr "" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6425,7 +6445,7 @@ msgstr "" msgid "Version check" msgstr "" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6433,61 +6453,77 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 msgid "Version check proxy url" msgstr "" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 msgid "Version check proxy username" msgstr "" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 msgid "Version check proxy password" msgstr "" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 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:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6495,32 +6531,32 @@ msgstr "" msgid "OpenDocument Spreadsheet" msgstr "اوپن دستاویز" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document" @@ -7351,8 +7387,8 @@ msgstr "" msgid "Hide" msgstr "" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "" @@ -7479,189 +7515,189 @@ msgstr "کیا آپ واقعی چاہتے ہیں" msgid "No change" msgstr "" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "" @@ -7868,7 +7904,7 @@ msgstr "" msgid "Table comments" msgstr "جدول تبصرے" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "" @@ -8034,20 +8070,28 @@ msgstr "صارف نام:" msgid "Server Choice:" msgstr "سرور انتخاب" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "پاس ورڈ کے بغیر لاگ ان تشکیل میں ممنوع ہے (دیکھیں AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "%s سیکنڈ میں کوئی سرگرمی نہیں ہوئی، دوبارہ لاگ ان کریں۔" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL سرور میں لاگ ان نہیں کرسکتا" @@ -8113,7 +8157,7 @@ msgstr "" msgid "Remove carriage return/line feed characters within columns" msgstr "" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "" @@ -8524,6 +8568,12 @@ msgid "" "the issue and try again." msgstr "" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "اوپن دستاویز" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8662,94 +8712,94 @@ msgid "" "the link." msgstr "" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "ٹھیک ہے" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "جنرل ریلیشن فیچرز" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "بہتر جوڑ" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "" @@ -8804,7 +8854,7 @@ msgstr "" msgid "Variable" msgstr "" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "" @@ -8943,7 +8993,7 @@ msgstr "" msgid "Event name" msgstr "صفحہ نمبر" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "" @@ -9332,37 +9382,34 @@ msgstr "کوائیفیہ میں کوئی جدول نہیں ملا" msgid "There are no events to display." msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -9434,64 +9481,64 @@ msgstr "" msgid "Display relational schema" msgstr "دکھائیں PDF schema" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "گرِڈ دکھائیں" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "کلر دکھائیں" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "ٹیبلز کی جسامت دیکھیں" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "سارے ٹیبلز یکساں چوڑائی کے ساتھ دیکھیں" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "کوائف لغت" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "صرف کیز دیکھیں" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "لینڈسکیپ" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "پورٹریٹ" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "تخلیق" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "صفحے کا ناپ" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "" @@ -9502,6 +9549,77 @@ msgstr "" msgid "Current Server:" msgstr "جنرل ریلیشن فیچرز" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "شروع" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "غیر فعال" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "" @@ -10301,10 +10419,6 @@ msgstr "" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "" @@ -10313,7 +10427,7 @@ msgstr "" msgid "Effective" msgstr "" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "" @@ -10758,34 +10872,6 @@ msgstr "" msgid "File doesn't exist" msgstr "" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "" - -#: server_binlog.php:187 -msgid "Position" -msgstr "" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "Database %s has been dropped." @@ -10821,7 +10907,7 @@ msgstr "" msgid "No databases" msgstr "" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "" @@ -10829,44 +10915,6 @@ msgstr "" msgid "View dump (schema) of databases" msgstr "" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "شروع" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "غیر فعال" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12241,8 +12289,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" #: setup/lib/index.lib.php:318 @@ -12714,23 +12762,23 @@ msgstr "" msgid "Create version" msgstr "" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "" @@ -12747,7 +12795,7 @@ msgstr "" msgid "VIEW name" msgstr "" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "" diff --git a/po/uz.po b/po/uz.po index 8c8fcfcfd8..fc9e86aefa 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-04-25 15:48+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uzbek \n" @@ -21,11 +21,11 @@ msgid "Show all" msgstr "Барчасини кўрсатиш" #: browse_foreigners.php:93 libraries/PDF.class.php:67 -#: libraries/Util.class.php:2540 +#: libraries/Util.class.php:2542 #: libraries/schema/Pdf_Relation_Schema.class.php:1187 #: libraries/schema/Pdf_Relation_Schema.class.php:1211 -#: libraries/schema/User_Schema.class.php:427 -#: libraries/select_lang.lib.php:518 +#: libraries/schema/User_Schema.class.php:426 +#: libraries/select_lang.lib.php:524 msgid "Page number:" msgstr "Саҳифа рақами:" @@ -57,7 +57,7 @@ msgstr "Қидириш" #: libraries/operations.lib.php:639 libraries/operations.lib.php:692 #: libraries/operations.lib.php:741 libraries/operations.lib.php:1057 #: libraries/operations.lib.php:1341 -#: libraries/plugins/auth/AuthenticationCookie.class.php:244 +#: libraries/plugins/auth/AuthenticationCookie.class.php:279 #: libraries/replication_gui.lib.php:79 libraries/replication_gui.lib.php:396 #: libraries/rte/rte_events.lib.php:542 #: libraries/rte/rte_routines.lib.php:1081 @@ -65,9 +65,9 @@ msgstr "Қидириш" #: libraries/rte/rte_triggers.lib.php:420 #: libraries/schema/User_Schema.class.php:164 #: libraries/schema/User_Schema.class.php:226 -#: libraries/schema/User_Schema.class.php:484 -#: libraries/schema/User_Schema.class.php:534 -#: libraries/server_privileges.lib.php:476 +#: libraries/schema/User_Schema.class.php:483 +#: libraries/schema/User_Schema.class.php:533 +#: libraries/server_bin_log.lib.php:62 libraries/server_privileges.lib.php:476 #: libraries/server_privileges.lib.php:1479 #: libraries/server_privileges.lib.php:1971 #: libraries/server_privileges.lib.php:2563 @@ -75,10 +75,9 @@ msgstr "Қидириш" #: libraries/sql_query_form.lib.php:378 libraries/sql_query_form.lib.php:435 #: libraries/sql_query_form.lib.php:500 libraries/structure.lib.php:1582 #: libraries/tbl_columns_definition_form.inc.php:754 pmd_pdf.php:151 -#: prefs_manage.php:272 prefs_manage.php:322 server_binlog.php:116 -#: server_replication.php:224 server_replication.php:327 tbl_chart.php:251 -#: tbl_tracking.php:521 tbl_tracking.php:684 view_create.php:225 -#: view_operations.php:98 +#: prefs_manage.php:272 prefs_manage.php:322 server_replication.php:224 +#: server_replication.php:327 tbl_chart.php:251 tbl_tracking.php:521 +#: tbl_tracking.php:684 view_create.php:225 view_operations.php:99 msgid "Go" msgstr "OK" @@ -88,8 +87,9 @@ msgid "Keyname" msgstr "Индекс номи" #: browse_foreigners.php:198 browse_foreigners.php:200 -#: server_collations.php:40 server_collations.php:52 server_engines.php:76 -#: server_plugins.php:130 server_status_variables.php:234 +#: libraries/server_collations.lib.php:40 +#: libraries/server_collations.lib.php:52 libraries/server_plugins.lib.php:133 +#: server_engines.php:72 server_status_variables.php:234 msgid "Description" msgstr "Тавсифи" @@ -271,7 +271,7 @@ msgstr "Ҳа" msgid "View dump (schema) of database" msgstr "Маълумотлар базаси дампини (схемасини) намойиш этиш" -#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:555 +#: db_export.php:33 db_printview.php:41 db_tracking.php:49 export.php:557 #: libraries/DBQbe.class.php:268 msgid "No tables found in database." msgstr "Маълумотлар базасида биронта ҳам жадвал мавжуд эмас." @@ -310,7 +310,7 @@ msgstr "" "учун %sбу ерга%s босинг." #: db_printview.php:47 db_tracking.php:79 db_tracking.php:198 -#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:510 +#: libraries/Menu.class.php:190 libraries/config/messages.inc.php:512 #: libraries/plugins/export/ExportXml.class.php:459 #: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:355 #: libraries/schema/User_Schema.class.php:298 @@ -376,7 +376,7 @@ msgstr "%sсўровларнинг визуал таркибига%s ўтиш" #: db_search.php:30 libraries/plugins/auth/AuthenticationConfig.class.php:81 #: libraries/plugins/auth/AuthenticationConfig.class.php:96 -#: libraries/plugins/auth/AuthenticationCookie.class.php:579 +#: libraries/plugins/auth/AuthenticationCookie.class.php:666 #: libraries/plugins/auth/AuthenticationHttp.class.php:65 #: libraries/plugins/auth/AuthenticationSignon.class.php:253 msgid "Access denied" @@ -391,7 +391,7 @@ msgid "Tracked tables" msgstr "Кузатилган жадваллар" #: db_tracking.php:78 libraries/Menu.class.php:167 -#: libraries/config/messages.inc.php:504 +#: libraries/config/messages.inc.php:506 #: libraries/plugins/export/ExportHtmlword.class.php:158 #: libraries/plugins/export/ExportOdt.class.php:203 #: libraries/plugins/export/ExportTexytext.class.php:142 @@ -414,7 +414,7 @@ msgstr "Тузилди" msgid "Updated" msgstr "Янгиланди" -#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:454 +#: db_tracking.php:83 js/messages.php:163 libraries/Menu.class.php:458 #: libraries/rte/rte_events.lib.php:426 libraries/rte/rte_list.lib.php:78 #: server_status.php:391 tbl_tracking.php:767 msgid "Status" @@ -438,7 +438,7 @@ msgid "Delete tracking data for this table" msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш" #: db_tracking.php:103 libraries/Index.class.php:625 -#: libraries/Util.class.php:3442 libraries/Util.class.php:3443 +#: libraries/Util.class.php:3449 libraries/Util.class.php:3450 #: libraries/structure.lib.php:307 libraries/structure.lib.php:1378 #: libraries/structure.lib.php:2050 libraries/structure.lib.php:2052 #: server_databases.php:332 @@ -473,32 +473,32 @@ msgstr "Кузатилмаган жадваллар" msgid "Track table" msgstr "Жадвални кузатиш" -#: db_tracking.php:240 +#: db_tracking.php:239 msgid "Database Log" msgstr "База лог файлини" -#: export.php:149 +#: export.php:151 #, fuzzy #| msgid "Bar type" msgid "Bad type!" msgstr "Сўров тури" -#: export.php:200 +#: export.php:202 msgid "Selected export type has to be saved in file!" msgstr "Белгиланган экспорт тури файлга сақланиши шарт!" -#: export.php:229 +#: export.php:231 #, fuzzy #| msgid "Apply index(s)" msgid "Bad parameters!" msgstr "Индекс(лар)ни сақлаш" -#: export.php:333 export.php:364 export.php:926 +#: export.php:335 export.php:366 export.php:928 #, php-format msgid "Insufficient space to save the file %s." msgstr "\"%s\" файлини сақлаш учун дискда етарли жой мавжуд эмас." -#: export.php:504 +#: export.php:506 #, php-format msgid "" "File %s already exists on server, change filename or check overwrite option." @@ -506,12 +506,12 @@ msgstr "" "\"%s\" файли серверда мавжуд, унинг номини ўзгартиринг ёки қайта ёзиш " "параметрини ёқинг." -#: export.php:510 export.php:516 +#: export.php:512 export.php:518 #, php-format msgid "The web server does not have permission to save the file %s." msgstr "\"%s\" файлини веб-серверга сақлаш учун ҳуқуқлар етарли эмас." -#: export.php:932 +#: export.php:934 #, php-format msgid "Dump has been saved to file %s." msgstr "Дамп \"%s\" файлида сақланди." @@ -710,61 +710,61 @@ msgstr "" #: import.php:590 libraries/DisplayResults.class.php:4531 #: libraries/Message.class.php:180 libraries/rte/rte_routines.lib.php:1427 #: libraries/sql_query_form.lib.php:116 tbl_operations.php:184 -#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:56 +#: tbl_relation.php:250 tbl_row_action.php:122 view_operations.php:57 msgid "Your SQL query has been executed successfully" msgstr "SQL сўрови муваффақиятли бажарилди" -#: import_status.php:101 libraries/Util.class.php:765 -#: libraries/schema/Export_Relation_Schema.class.php:241 user_password.php:239 +#: import_status.php:99 libraries/Util.class.php:767 +#: libraries/schema/Export_Relation_Schema.class.php:243 user_password.php:239 msgid "Back" msgstr "Орқага" -#: index.php:115 +#: index.php:114 #, fuzzy #| msgid "General relation features" msgid "General Settings" msgstr "Алоқаларнинг асосий имкониятлари" -#: index.php:141 libraries/display_change_password.lib.php:46 +#: index.php:144 libraries/display_change_password.lib.php:46 #: user_password.php:233 msgid "Change password" msgstr "Паролни ўзгартириш" -#: index.php:157 +#: index.php:160 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" msgstr "MySQL билан уланишни чоғиштириш" -#: index.php:183 +#: index.php:186 #, fuzzy #| msgid "Other core settings" msgid "Appearance Settings" msgstr "Бошқа созланишлар" -#: index.php:213 prefs_manage.php:281 +#: index.php:216 prefs_manage.php:281 #, fuzzy #| msgid "settings" msgid "More settings" msgstr "танловлар" -#: index.php:234 +#: index.php:237 #, fuzzy #| msgid "Database for user" msgid "Database server" msgstr "Фойдаланувчи учун маълумотлар базаси" -#: index.php:237 libraries/plugins/auth/AuthenticationCookie.class.php:201 +#: index.php:240 libraries/plugins/auth/AuthenticationCookie.class.php:201 msgid "Server:" msgstr "Сервер:" -#: index.php:241 +#: index.php:244 #, fuzzy #| msgid "Server port" msgid "Server type:" msgstr "Сервер порти" -#: index.php:245 libraries/plugins/export/ExportLatex.class.php:225 +#: index.php:248 libraries/plugins/export/ExportLatex.class.php:225 #: libraries/plugins/export/ExportSql.class.php:612 #: libraries/plugins/export/ExportXml.class.php:198 #, fuzzy @@ -772,83 +772,83 @@ msgstr "Сервер порти" msgid "Server version:" msgstr "Сервер версияси" -#: index.php:249 +#: index.php:252 #, fuzzy #| msgid "Protocol version" msgid "Protocol version:" msgstr "Протокол версияси" -#: index.php:253 +#: index.php:256 #, fuzzy #| msgid "User" msgid "User:" msgstr "Фойдаланувчи" -#: index.php:258 +#: index.php:261 #, fuzzy #| msgid "Server socket" msgid "Server charset:" msgstr "Сервер сокети" -#: index.php:270 +#: index.php:273 msgid "Web server" msgstr "Веб сервер" -#: index.php:283 +#: index.php:286 #, fuzzy #| msgid "Use light version" msgid "Database client version:" msgstr "Енгил версиядан фойдаланиш" -#: index.php:287 +#: index.php:290 #, fuzzy #| msgid "PHP extension" msgid "PHP extension:" msgstr "PHP кенгайтмаси" -#: index.php:301 +#: index.php:304 msgid "Show PHP information" msgstr "PHP ҳақида маълумотни кўрсатиш" -#: index.php:324 +#: index.php:327 #, fuzzy #| msgid "Version information" msgid "Version information:" msgstr "Версия ҳақида маълумот" -#: index.php:333 libraries/Util.class.php:430 libraries/Util.class.php:516 +#: index.php:336 libraries/Util.class.php:430 libraries/Util.class.php:516 #: libraries/config/FormDisplay.tpl.php:145 #: libraries/display_export.lib.php:292 libraries/engines/pbxt.lib.php:112 #: libraries/navigation/NavigationHeader.class.php:229 -#: libraries/relation.lib.php:90 server_variables.php:137 +#: libraries/relation.lib.php:88 server_variables.php:137 msgid "Documentation" msgstr "Документация" -#: index.php:340 libraries/config/FormDisplay.tpl.php:146 +#: index.php:343 libraries/config/FormDisplay.tpl.php:146 msgid "Wiki" msgstr "Вики" -#: index.php:349 +#: index.php:352 msgid "Official Homepage" msgstr "phpMyAdmin расмий веб-саҳифаси" -#: index.php:356 +#: index.php:359 #, fuzzy #| msgid "Attributes" msgid "Contribute" msgstr "Атрибутлар" -#: index.php:363 +#: index.php:366 msgid "Get support" msgstr "" -#: index.php:370 +#: index.php:373 #, fuzzy #| msgid "No change" msgid "List of changes" msgstr "Ўзгариш йўқ" -#: index.php:394 +#: index.php:397 msgid "" "Your configuration file contains settings (root with no password) that " "correspond to the default MySQL privileged account. Your MySQL server is " @@ -860,7 +860,7 @@ msgstr "" "созланган MySQL сервери хавфсизлик жиҳатидан анча заиф ҳисобланади, шунинг " "учун \"root\" суперфойдаланувчисига парол ўрнатиш қатъиян тавсия этилади." -#: index.php:411 +#: index.php:414 msgid "" "You have enabled mbstring.func_overload in your PHP configuration. This " "option is incompatible with phpMyAdmin and might cause some data to be " @@ -870,7 +870,7 @@ msgstr "" "func_overload параметри ёқилган. Маълумот йўқолиши олдини олиш учун, ушбу " "параметр ўчирилиши керак!" -#: index.php:426 +#: index.php:429 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -881,7 +881,7 @@ msgstr "" "маълумот йўқолишига олиб келиши мумкин. PHP \"mbstring\" кенгайтмасини " "ўрнатиш қатъий тавсия этилади." -#: index.php:441 +#: index.php:444 msgid "" "Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini." "session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than " @@ -894,7 +894,7 @@ msgstr "" "давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin дастурида " "конфигурация қилганингиздан тезроқ тугайди." -#: index.php:453 +#: index.php:456 #, fuzzy #| msgid "" #| "r PHP parameter [a@http://php.net/manual/en/session.configuration.#ini." @@ -911,13 +911,13 @@ msgstr "" "давомийлигидан кичикроқ, шунинг учун логин сессиянгиз phpMyAdmin дастурида " "конфигурация қилганингиздан тезроқ тугайди." -#: index.php:465 +#: index.php:468 msgid "The configuration file now needs a secret passphrase (blowfish_secret)." msgstr "" -"cookie-аутентификация ишлатилганда, конфигурацион файлдаги $cfg" -"[\"blowfish_secret\"] директиваси қийматини ўрнатиб парол белгилаш керак." +"cookie-аутентификация ишлатилганда, конфигурацион файлдаги " +"$cfg[\"blowfish_secret\"] директиваси қийматини ўрнатиб парол белгилаш керак." -#: index.php:476 +#: index.php:479 #, fuzzy #| msgid "" #| "Directory [code]config[/code], which is used by the setup script, still " @@ -933,7 +933,7 @@ msgstr "" "каталоги ҳалиям мавжуд. phpMyAdmin муваффақиятли ўрнатилгандан кейин, уни " "ўчириш тавсия этилади." -#: index.php:486 +#: index.php:489 #, fuzzy, php-format #| msgid "" #| " additional features for working with linked tables have been ctivated. " @@ -945,7 +945,7 @@ msgstr "" "Алоқадор жадваллар билан ишлаш учун қўшимча имкониятлар мавжуд эмас. " "Сабабларини аниқлаш учун %sбу ерга%s босинг." -#: index.php:518 +#: index.php:521 #, php-format msgid "" "Your PHP MySQL library version %s differs from your MySQL server version %s. " @@ -954,7 +954,7 @@ msgstr "" "MySQL-клиент версияси (\"%s\") ўрнатилган MySQL-сервер версияси(\"%s\")дан " "фарқ қилмоқда. Бу ҳолат нохуш оқибатларга олиб келиши мумкин." -#: index.php:543 +#: index.php:546 #, php-format msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " @@ -1088,12 +1088,12 @@ msgid "Other" msgstr "" #. l10n: Thousands separator -#: js/messages.php:63 libraries/Util.class.php:1513 +#: js/messages.php:63 libraries/Util.class.php:1515 msgid "," msgstr "" #. l10n: Decimal separator -#: js/messages.php:65 libraries/Util.class.php:1515 +#: js/messages.php:65 libraries/Util.class.php:1517 msgid "." msgstr "," @@ -1209,44 +1209,44 @@ msgstr "Қабул қилинди" msgid "Connections" msgstr "Уланишлар" -#: js/messages.php:96 server_status.php:435 +#: js/messages.php:96 server_status.php:440 msgid "Processes" msgstr "Жараёнлар" #. l10n: shortcuts for Byte -#: js/messages.php:99 libraries/Util.class.php:1459 +#: js/messages.php:99 libraries/Util.class.php:1461 msgid "B" msgstr "Байт" #. l10n: shortcuts for Kilobyte -#: js/messages.php:100 libraries/Util.class.php:1461 +#: js/messages.php:100 libraries/Util.class.php:1463 #: server_status_monitor.php:557 msgid "KiB" msgstr "КБ" #. l10n: shortcuts for Megabyte -#: js/messages.php:101 libraries/Util.class.php:1463 +#: js/messages.php:101 libraries/Util.class.php:1465 #: server_status_monitor.php:558 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Gigabyte -#: js/messages.php:102 libraries/Util.class.php:1465 +#: js/messages.php:102 libraries/Util.class.php:1467 msgid "GiB" msgstr "ГБ" #. l10n: shortcuts for Terabyte -#: js/messages.php:103 libraries/Util.class.php:1467 +#: js/messages.php:103 libraries/Util.class.php:1469 msgid "TiB" msgstr "ТБ" #. l10n: shortcuts for Petabyte -#: js/messages.php:104 libraries/Util.class.php:1469 +#: js/messages.php:104 libraries/Util.class.php:1471 msgid "PiB" msgstr "ПБ" #. l10n: shortcuts for Exabyte -#: js/messages.php:105 libraries/Util.class.php:1471 +#: js/messages.php:105 libraries/Util.class.php:1473 msgid "EiB" msgstr "ЭБ" @@ -1267,7 +1267,7 @@ msgstr "Версиялар" msgid "Traffic" msgstr "Трафик" -#: js/messages.php:111 libraries/Menu.class.php:482 +#: js/messages.php:111 libraries/Menu.class.php:486 #: server_status_monitor.php:677 #, fuzzy #| msgid "settings" @@ -1300,7 +1300,7 @@ msgstr "" #: libraries/plugins/export/ExportSql.class.php:1546 #: libraries/server_privileges.lib.php:2132 #: libraries/tbl_columns_definition_form.inc.php:687 pmd_general.php:559 -#: server_status.php:523 server_status_monitor.php:576 +#: server_status.php:529 server_status_monitor.php:576 msgid "None" msgstr "Йўқ" @@ -1607,7 +1607,7 @@ msgid "" msgstr "" #: js/messages.php:190 libraries/Menu.class.php:288 -#: libraries/Menu.class.php:371 libraries/Menu.class.php:478 +#: libraries/Menu.class.php:371 libraries/Menu.class.php:482 #: libraries/config/messages.inc.php:168 libraries/display_import.lib.php:187 #: prefs_manage.php:238 server_status_monitor.php:742 #: setup/frames/menu.inc.php:21 @@ -1869,8 +1869,8 @@ msgstr "SQL сўровлари қутиси" #: js/messages.php:264 libraries/DisplayResults.class.php:3314 #: libraries/Index.class.php:591 libraries/Util.class.php:699 -#: libraries/Util.class.php:1244 libraries/Util.class.php:3446 -#: libraries/Util.class.php:3447 libraries/config/messages.inc.php:486 +#: libraries/Util.class.php:1246 libraries/Util.class.php:3453 +#: libraries/Util.class.php:3454 libraries/config/messages.inc.php:488 #: libraries/schema/User_Schema.class.php:216 server_variables.php:130 #: setup/frames/index.inc.php:147 msgid "Edit" @@ -1898,8 +1898,8 @@ msgstr "Максимум бажарилиш вақти" msgid "%d is not valid row number." msgstr "%d сони тўғри қатор рақами эмас." -#: js/messages.php:271 libraries/config/FormDisplay.tpl.php:392 -#: libraries/display_indexes.lib.php:195 libraries/insert_edit.lib.php:1462 +#: js/messages.php:271 libraries/display_indexes.lib.php:195 +#: libraries/insert_edit.lib.php:1462 #: libraries/schema/User_Schema.class.php:383 #: libraries/tbl_columns_definition_form.inc.php:898 server_variables.php:132 #: setup/frames/config.inc.php:39 setup/frames/index.inc.php:246 @@ -2267,27 +2267,27 @@ msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:426 libraries/Util.class.php:1670 +#: js/messages.php:426 libraries/Util.class.php:1672 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:428 libraries/Util.class.php:1672 +#: js/messages.php:428 libraries/Util.class.php:1674 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:430 libraries/Util.class.php:1674 +#: js/messages.php:430 libraries/Util.class.php:1676 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:432 libraries/Util.class.php:1676 +#: js/messages.php:432 libraries/Util.class.php:1678 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:434 libraries/Util.class.php:1678 +#: js/messages.php:434 libraries/Util.class.php:1680 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2295,37 +2295,37 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:436 libraries/Util.class.php:1680 +#: js/messages.php:436 libraries/Util.class.php:1682 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:438 libraries/Util.class.php:1682 +#: js/messages.php:438 libraries/Util.class.php:1684 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:440 libraries/Util.class.php:1684 +#: js/messages.php:440 libraries/Util.class.php:1686 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:442 libraries/Util.class.php:1686 +#: js/messages.php:442 libraries/Util.class.php:1688 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:444 libraries/Util.class.php:1688 +#: js/messages.php:444 libraries/Util.class.php:1690 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:446 libraries/Util.class.php:1690 +#: js/messages.php:446 libraries/Util.class.php:1692 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:448 libraries/Util.class.php:1692 +#: js/messages.php:448 libraries/Util.class.php:1694 msgid "Dec" msgstr "Дек" @@ -2374,32 +2374,32 @@ msgid "Sun" msgstr "Якш" #. l10n: Short week day name -#: js/messages.php:469 libraries/Util.class.php:1697 +#: js/messages.php:469 libraries/Util.class.php:1699 msgid "Mon" msgstr "Душ" #. l10n: Short week day name -#: js/messages.php:471 libraries/Util.class.php:1699 +#: js/messages.php:471 libraries/Util.class.php:1701 msgid "Tue" msgstr "Сеш" #. l10n: Short week day name -#: js/messages.php:473 libraries/Util.class.php:1701 +#: js/messages.php:473 libraries/Util.class.php:1703 msgid "Wed" msgstr "Чор" #. l10n: Short week day name -#: js/messages.php:475 libraries/Util.class.php:1703 +#: js/messages.php:475 libraries/Util.class.php:1705 msgid "Thu" msgstr "Пай" #. l10n: Short week day name -#: js/messages.php:477 libraries/Util.class.php:1705 +#: js/messages.php:477 libraries/Util.class.php:1707 msgid "Fri" msgstr "Жум" #. l10n: Short week day name -#: js/messages.php:479 libraries/Util.class.php:1707 +#: js/messages.php:479 libraries/Util.class.php:1709 msgid "Sat" msgstr "Шан" @@ -2571,7 +2571,7 @@ msgstr "Шрифт ўлчами" #: libraries/DisplayResults.class.php:2015 libraries/TableSearch.class.php:812 #: libraries/operations.lib.php:632 libraries/structure.lib.php:860 #: libraries/structure.lib.php:877 server_databases.php:203 -#: server_databases.php:220 server_status.php:472 +#: server_databases.php:220 server_status.php:477 msgid "Ascending" msgstr "Ўсиш тартибида" @@ -2580,7 +2580,7 @@ msgstr "Ўсиш тартибида" #: libraries/DisplayResults.class.php:2020 libraries/TableSearch.class.php:813 #: libraries/operations.lib.php:635 libraries/structure.lib.php:865 #: libraries/structure.lib.php:882 server_databases.php:203 -#: server_databases.php:220 server_status.php:469 +#: server_databases.php:220 server_status.php:474 msgid "Descending" msgstr "Камайиш тартибида" @@ -2661,11 +2661,11 @@ msgstr "" msgid "SQL query on database %s:" msgstr "\"%s\" маълумотлар базасига SQL-сўров:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "сўровни бажариш" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2673,17 +2673,17 @@ msgid "" "configured)." msgstr "(ёки локал MySQL сервернинг сокети нотўғри созланган)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Сервер жавоб бермаяпти" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Тафсилотлар…" @@ -2723,8 +2723,8 @@ msgstr[0] "\"%s\" жадвалида ўхшашликлар сони \"%s msgstr[1] "\"%s\" жадвалида ўхшашликлар сони \"%s\" та" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Кўриб чиқиш" @@ -2780,32 +2780,34 @@ msgstr "Сақлаш директорияси" msgid "Restore column order" msgstr "CHAR майдонидаги устунлар сони" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Боши" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Орқага" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Кейинги" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2937,7 +2939,7 @@ msgid "The row has been deleted" msgstr "Ёзув ўчирилди" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Тугатиш" @@ -2995,8 +2997,8 @@ msgstr "Барчасини белгилаш" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3104,7 +3106,7 @@ msgstr "phpMyAdmin дастурини янги ойнада очиш" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3137,12 +3139,13 @@ msgid "Cardinality" msgstr "Элементлар сони" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Таққослаш" @@ -3169,7 +3172,7 @@ msgid "" msgstr "%1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Сервер" @@ -3180,9 +3183,9 @@ msgid "View" msgstr "Намойиш" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3193,32 +3196,32 @@ msgid "Structure" msgstr "Тузилиши" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Қидириш" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Қўйиш" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Операциялар" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Кузатиш" @@ -3259,53 +3262,54 @@ msgstr "Муолажалар" msgid "Events" msgstr "Ҳодисалар" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Дизайнер" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Маълумотлар базалари" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Фойдаланувчи" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Иккилик журнал" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Репликация (захира нусха кўчириш)" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "Ўзгарувчилар" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Кодировкалар" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Жадвал турлари" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Хатолик" @@ -3405,7 +3409,8 @@ msgstr "Жадваллар" msgid "Transaction coordinator" msgstr "Транзакциялар координатори" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Файллар сони" @@ -3985,141 +3990,141 @@ msgstr "SQL сўрови" msgid "MySQL said: " msgstr "MySQL жавоби: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Failed to connect to SQL validator!" msgstr "MySQL-серверга уланиб бўлмади" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "Сўров таҳлили" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Таҳлил керак эмас" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP-код олиб ташлаш" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-код" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Янгилаш" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL синтаксиси текширувини олиб ташлаш" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL тўғрилигини текшириш" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Жадвал турлари" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Профиллаштириш" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Якш" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y й., %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "\"%s\" кун, \"%s\" соат, \"%s\" минут ва \"%s\" секунд" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Муолажалар" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "\"%s\" маълумотлар базасига ўтиш." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "\"%s\" параметрининг иши маълум хатоликка олиб келиши мумкин, батафсил " "маълумот учун қаранг \"%s\"" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Танлаш учун сичқонча тугмасини босинг" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Юклаш каталогидан" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Кўрсатилган каталокка юклаб бўлмади" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Тозалаш" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Чоп этиш" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Тузиш" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Охирги янгиланиш" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Охирги текширув" @@ -4128,9 +4133,9 @@ msgstr "Охирги текширув" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4291,8 +4296,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Фаолсизлантирилган" @@ -4459,8 +4464,12 @@ msgstr "Асл қийматларни тиклаш" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Тозалаш" @@ -4513,8 +4522,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" -"Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/Bzip2]" -"bzip2[/a] ёрдамида сиқишни ёқиш" +"Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/" +"Bzip2]bzip2[/a] ёрдамида сиқишни ёқиш" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4544,8 +4553,8 @@ msgstr "CHAR майдонларини таҳрирлаш" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4755,8 +4764,8 @@ msgstr "Сиқиш" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -5010,8 +5019,8 @@ msgstr "Кўриб чиқиш усулини созлаш" msgid "Customize default options" msgstr "Экспорт афзалликларини созлаш" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5131,8 +5140,9 @@ msgstr "Саҳифа рақами: " #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5340,8 +5350,8 @@ 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] ёрдамида сиқишни ёқиш" +"Импорт ва экспорт операцияларида [a@http://en.wikipedia.org/wiki/" +"Gzip]gzip[/a] ёрдамида сиқишни ёқиш" #: libraries/config/messages.inc.php:235 msgid "GZip" @@ -6011,11 +6021,11 @@ msgstr "Хатчўплар жадвали" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Устун изоҳлари/\"mime\"-турлари ҳақидаги маълумотларни ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_column_info[/kbd]" @@ -6050,8 +6060,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Чекланган ҳуқуқларга эга бўлган махсус \"MySQL\" фойдаланувчиси тузилган, " -"батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/a]" -"да мавжуд" +"батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" +"a]да мавжуд" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -6091,8 +6101,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Дизайнер ишлатмаслик учун бўш қолдиринг, асл қиймати: [kbd]" -"pma_designer_coords[/kbd]" +"Дизайнер ишлатмаслик учун бўш қолдиринг, асл қиймати: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -6133,8 +6143,8 @@ msgstr "Базаларни яшириш" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -6179,6 +6189,16 @@ msgid "Connect without password" msgstr "Паролсиз уланиш" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Қидириш" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -6192,20 +6212,20 @@ msgstr "" "олдига тескари эгри чизиқ (\\) қўйишингиз керак, масалан \\\"my\\_db\\" "\" (лекин \"my_db\" эмас)" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Фақат рўйхатдаги базаларни кўрсатиш" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" "Агар \"config\" аутентификация усулидан фойдаланмасангиз, бўш қолдиринг" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "\"config\" аутентификация усули пароли" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -6215,11 +6235,11 @@ msgstr "" "Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-схема: саҳифалар жадвали" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -6230,22 +6250,22 @@ msgstr "" "қаранг. Агар фойдаланмасангиз, бўшқолдиринг. Асл қиймати: [kbd]\"phpmyadmin" "\"[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "маълумотлар базаси номи" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" "MySQL сервери тинглайдиган порт, асл қийматни қолдириш учун бўш қолдиринг" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Сервер порти" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6256,71 +6276,71 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Фойдаланувчи номини чақириб олиш" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "[a@http://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни " "ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]\"pma_relation\"[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Алоқалар жадвали" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Мавжуд жадвалларни кўрсатиш учун ишлатиладиган SQL буйруғи" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES буйруғи" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Намуна учун [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"аутентификация усуллари[/a]га қаранг" +"Намуна учун [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]аутентификация усуллари[/a]га қаранг" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Кириш сессияси номи" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Кириш URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "MySQL сервери тинглайдиган сокет, асл қиймати учун бўш қолдиринг" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Сервер сокети" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" "SSL (Secure Sockets Layer - ҳимояланган сокетлар протоколи) уланишдан " "фойдаланиш" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL уланишдан фойдаланиш" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -6332,11 +6352,11 @@ msgstr "" "PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-схема: жадвал координаталари" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -6348,13 +6368,13 @@ msgstr "" "Кўрсатиладиган майдонлар шарҳлари сақланадиган жадвал, ишлатмаслик учун бўш " "қолдиринг, асл қиймати: [kbd]\"pma_table_info\"[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Майдонлар жадвалини кўрсатиш" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6365,122 +6385,122 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Жадвални дефрагментациялаш" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Тавсиф" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL сўровлари тарихи жадвали" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Автоматик тиклаш режими" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "\"config\" аутентификация усули фойдаланувчиси" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "MySQL сервери ишлаётган хост сервер номи" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Ушбу сервернинг кенгайтирилган номи" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 #, 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Барча қаторларни кўрсатишга рухсат бериш" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6489,87 +6509,87 @@ msgstr "" "Эсда тутинг, ушбу танловни ёқишингиз [kbd]\"config\"[/kbd] аутентификация " "усулидаги паролга таъсир этмайди" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Паролни ўзгартириш формасини кўрсатиш" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Маълумотлар базаси тузиш формасини кўрсатиш" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Версияларни кўрсатиш" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Уланган бош серверларни кўрсатиш" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Databases display options" msgid "Show display direction" msgstr "Маълумотлар базаларини кўрсатиш афзалликлари" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Очиқ жадваллар рўйхати" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Таҳрирлаш/қўйиш режимида функциялар майдонини кўрсатиш" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Фукнциялармайдонини кўрсатиш" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тўрни кўрсатиш" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6577,64 +6597,64 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] функцияси " "натижасига боғ кўрсатиш" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" функциясига боғ кўрсатиш" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "MySQL сервери ҳақида батафсил маълумот кўрсатиш" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "phpMyAdmin томонидан генерация қилинган SQL сўровларини кўрсатиш керакми" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Show SQL сўровларини кўрсатиш" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL сўровлари қутиси" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Маълумотлар базалари ва жадваллар статискасини (масалан, дискда эгаллаган " "жойи) кўрсатиш" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Статискани кўрсатиш" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Жадвал шарҳларини кўрсатгич контекст ойнасида кўрсатиш" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Ишлатилаётган жадвалларни белгилаш ва қулфланган жадваллари мавжуд бўлган " "маълумотлар базаларини кўришга имкон бериш" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Қулфланган жадвалларни ташлаб кетишлик" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6642,82 +6662,82 @@ msgstr "" msgid "Password" msgstr "Парол" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Фойдаланувчи" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR майдонидаги устунлар сони" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR майдонидаги қаторлар сони" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Жадвал ёрлиғи" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6729,46 +6749,46 @@ msgstr "" "келаётган HTTP_X_FORWARDED_FOR (X-Forwarded-For) сарлавҳани ишончли деб " "қабул қилишини таъминлайди: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: libraries/config/messages.inc.php:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "IP бўйича рухсат бериш/рад этиш учун ишонарли прокси-серверлар рўйхати" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "Серверда импорт файллари сақланадиган директория" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Импорт директорияси" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" "Маълумотлар базаси ичидаги маълумотларни тўлалигича қидиришга рухсат бериш" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Базани қидиришдан фойдаланиш" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Охирги версияни текшириш" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6776,7 +6796,7 @@ msgstr "" msgid "Version check" msgstr "Версияни текшириш" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6784,77 +6804,93 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Версияни текшириш" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Версияни текшириш" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Версияни текшириш" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a] қисишни ёқиш" +"Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] қисишни ёқиш" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Host authentication order" msgid "Config authentication" msgstr "Аутентификация тартиби" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Host authentication order" msgid "Cookie authentication" msgstr "Аутентификация тартиби" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy #| msgid "Host authentication order" msgid "HTTP authentication" msgstr "Аутентификация тартиби" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Host authentication order" msgid "Signon authentication" msgstr "Аутентификация тартиби" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ишлатилган CSV" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6862,34 +6898,34 @@ msgstr "\"LOAD DATA\" ишлатилган CSV" msgid "OpenDocument Spreadsheet" msgstr "Open Document жадвали" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Рангни танлаш" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Маълумотлар базаси экспорт параметрлари" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel учун CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7845,8 +7881,8 @@ msgstr "\"%s\" майдон учун индекс тузиш" msgid "Hide" msgstr "Яшириш" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Иккилик" @@ -7981,189 +8017,189 @@ msgstr "Ҳақиқатан ҳам сўровни бажармоқчимисиз? msgid "No change" msgstr "Ўзгариш йўқ" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Кодировка" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Болгарча" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Соддалаштирилган хитойча" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "Анъанавий хитойча" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "ҳарфлар катта-кичиклиги фарқланмайди" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "ҳарфлар катта-кичиклиги фарқланади" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Хорватча" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Чехча" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Данияча" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Инглизча" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Эсперанто" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Эстонча" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Немисча" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "луғат" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "телефонлар китоби" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Венгерча" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Исландча" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Японча" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Латишча" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Литвача" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Корейсча" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Форсча" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Полякча" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "Ғарбий-Европача" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Руминча" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Словакча" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Словенча" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Испанча" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "Анъанавий испанча" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Шведча" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Тайча" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Туркча" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Украинча" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Юникод" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "кўп тилдаги" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Марказий Европача" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Русча" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Балтикача" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Арманча" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Кириллча" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Арабча" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Яҳудийча" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Грузинча" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Грекча" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Чехословакча" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "номаълум" @@ -8369,7 +8405,7 @@ msgstr "Жадвал номини ўзгартириш" msgid "Table comments" msgstr "Жадвал изоҳи" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Жадвал тури" @@ -8539,7 +8575,15 @@ msgstr "Фойдаланувчи:" msgid "Server Choice:" msgstr "Серверни танланг" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -8547,7 +8591,7 @@ msgstr "" "Паролсиз аутентификация конфигурация томонидан ўчирилган (қаранг " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8555,8 +8599,8 @@ msgstr "" "\"%s\" сония давомида фаоллик кузатилмади, илтимос, қайта авторизациядан " "ўтинг" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL серверига уланиб бўлмади" @@ -8636,7 +8680,7 @@ msgstr "NULL қийматни қуйидагига алмаштириш" msgid "Remove carriage return/line feed characters within columns" msgstr "Майдонлар ичидаги сатрдан-сатрга кўчириш белгиларини олиб ташлаш" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -9076,6 +9120,12 @@ msgstr "" "Кўрсатилган XML файл ё нотўғри тузилган ё чала. Уни тўғирлаб, қайта ҳаракат " "қилиб кўринг." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document жадвали" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -9301,88 +9351,88 @@ msgstr "" "префиксдир, масалан \"http://www.example.com/\". Иккинчи параметр - боғ " "сарлавҳаси." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Тайёр эмас" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Фаоллаштирилган" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Алоқаларнинг асосий имкониятлари" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Имкониятларни кўрсатиш" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-схема тузиш" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Майдон изоҳларини кўрсатиш" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "Ўгириш" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "\"column_comments\" жадвалини янгилаш зарур. Батафсил маълумот учун " "документацияга қаранг." -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Хатчўп қўйилган SQL сўрови" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-сўровлар тарихи" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Доимий уланишлар" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Муфассал танловларни тез созлаш учун қадамларs:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Керакли жадвалларни examples/create_tables.sql код ёрдамида " "тузиш." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "phpMyAdmin фойдаланувчиси қўшиш ва ушбу жадвалларга рухсат бериш." -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -9390,13 +9440,13 @@ msgstr "" "(config.inc.php) файлидаги муфассал танловларни фаоллаштириш, " "масалан, config.sample.inc.php дан бошлаб." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "" "Янгиланган конфигурация файли ишга тушиши учун, phpMyAdmin дастуридан чиқиб, " "қайта киринг." -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "тавсиф мавжуд эмас" @@ -9454,7 +9504,7 @@ msgstr "Тобе сервер статуси" msgid "Variable" msgstr "Ўзгарувчи" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Сервер ID си" @@ -9600,7 +9650,7 @@ msgstr "Тафсилотлар…" msgid "Event name" msgstr "Ҳодиса тури" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Ҳодиса тури" @@ -10007,41 +10057,38 @@ msgstr "Маълумотлар базасида биронта ҳам жадва msgid "There are no events to display." msgstr "Биронта ҳам конфигурацияланган сервер мавжуд эмас" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "\"%s\" жадвали мавжуд эмас!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "\"%s\" жадвалининг координаталарини ўзгартириш" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" маълумотлар базаси тузилиши - \"%s\" саҳифа" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "\"%s\" файлида калит идентификатори мавжуд эмас" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -10115,53 +10162,53 @@ msgstr "Майдон номлари" msgid "Display relational schema" msgstr "Алоқалар схемаси" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "Тўрни кўрсатиш" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Рангда кўрсатиш" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Жадвал ўлчамларини кўрсатиш" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Бир хил кенгликдаги барча жадвалларни кўрсатиш" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Маълумотлар луғати" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Фақат калитларни кўрсатиш" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Албом шаклида" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Китоб шаклида" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Тузиш" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Қоғоз ўлчами" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -10169,12 +10216,12 @@ msgstr "" "Ушбу саҳифада мавжуд бўлмаган жадваллар учун мурожаатлар мавжуд. Ушбу " "мурожаатларни ўчиришни хоҳлайсизми?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Кўрсатиш" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Номаълум тил: %1$s." @@ -10185,6 +10232,77 @@ msgstr "Номаълум тил: %1$s." msgid "Current Server:" msgstr "Жорий сервер" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Кўриш учун бинар журнални танланг" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Журнал файли" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Позиция" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Асл позиция" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Маълумот" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "Сўровларни қисқартириб кўрсатиш" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "Сўровларнинг кенгайтирилган кўриниши" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Кодировкалар ва таққослашлар" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Боши" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Версия" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Фаолсизлантирилган" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Привилегиялар йўқ" @@ -11043,10 +11161,6 @@ msgstr "Индекс(лар)ни сақлаш" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Маълумот" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Фойдаланилаётган жой" @@ -11055,7 +11169,7 @@ msgstr "Фойдаланилаётган жой" msgid "Effective" msgstr "Эффективлик" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "%1$s жадвали муваффақиятли ўзгартирилди" @@ -11549,34 +11663,6 @@ msgstr "\"%s\" жадвали топилмади ёки \"%s\" да ўр msgid "File doesn't exist" msgstr "\"%s\" жадвали мавжуд эмас!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Кўриш учун бинар журнални танланг" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "Сўровларни қисқартириб кўрсатиш" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "Сўровларнинг кенгайтирилган кўриниши" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Журнал файли" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Позиция" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Асл позиция" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Кодировкалар ва таққослашлар" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11613,7 +11699,7 @@ msgstr "" msgid "No databases" msgstr "Маълумотлар базаси мавжуд эмас" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Жадвал турлари" @@ -11621,44 +11707,6 @@ msgstr "Жадвал турлари" msgid "View dump (schema) of databases" msgstr "Маълумотлар базалари дампини (схемасини) намойиш этиш" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Боши" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Версия" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Фаолсизлантирилган" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12741,8 +12789,8 @@ msgstr "Очиқ файллар сони." #: server_status_variables.php:642 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -"Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб \"fopen" -"()\" функцияси ёрдамида очилган файлга айтилади." +"Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб " +"\"fopen()\" функцияси ёрдамида очилган файлга айтилади." #: server_status_variables.php:645 msgid "The number of tables that are open." @@ -12907,8 +12955,8 @@ msgid "" msgstr "" "Маълум бир вақтдандан кейин қониқтирилган жадвални блокировка қилишга бўлган " "сўровлар сони. Агар қиймат жуда катта бўлса ва унумдорлик бўйича муаммолар " -"пайдо бўлаётган бўлса, аввал сўровларни оптималлаштириш, сўнгра эса жадвал" -"(лар)ни қисмларга бўлиш ёки репликация ишлатиш керак." +"пайдо бўлаётган бўлса, аввал сўровларни оптималлаштириш, сўнгра эса " +"жадвал(лар)ни қисмларга бўлиш ёки репликация ишлатиш керак." #: server_status_variables.php:743 msgid "" @@ -12980,8 +13028,9 @@ msgstr "Конфигурацияни юклаб ёки сақлаб бўлмад #, fuzzy #| msgid "" #| "ase create web server writable folder [em]config[/em] in phpMyAdmin " -#| "level directory as described in [a@../Documentation.html#setup_script]" -#| "umentation[/a]. Otherwise you will be only able to download or display " +#| "level directory as described in [a@../Documentation." +#| "html#setup_script]umentation[/a]. Otherwise you will be only able to " +#| "download or display " msgid "" "Please create web server writable folder [em]config[/em] in phpMyAdmin top " "level directory as described in [doc@setup_script]documentation[/doc]. " @@ -13151,10 +13200,10 @@ msgstr "Янгироқ версия ҳали мавжуд эмас" #| msgid "" #| "s [a@?page=form&formset=features#tab_Security]option[/a] should be " #| "abled as it allows attackers to bruteforce login to any MySQL server. you " -#| "feel this is necessary, use [a@?page=form&mset=features#tab_Security]" -#| "trusted proxies list[/a]. However, IP-based tection may not be reliable " -#| "if your IP belongs to an ISP where usands of users, including you, are " -#| "connected to." +#| "feel this is necessary, use [a@?page=form&" +#| "mset=features#tab_Security]trusted proxies list[/a]. However, IP-based " +#| "tection may not be reliable if your IP belongs to an ISP where usands of " +#| "users, including you, are connected to." msgid "" "This %soption%s should be disabled as it allows attackers to bruteforce " "login to any MySQL server. If you feel this is necessary, use %strusted " @@ -13278,14 +13327,15 @@ msgstr "" #| " set the [kbd]config[/kbd] authentication type and included username " #| "password for auto-login, which is not a desirable option for live ts. " #| "Anyone who knows or guesses your phpMyAdmin URL can directly ess your " -#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=d#tab_Server]" -#| "authentication type[/a] to [kbd]cookie[/kbd] or [kbd]httpbd]." +#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&" +#| "id=d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or " +#| "[kbd]httpbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Сиз [kbd]config[/kbd] аутентификация усулини танлаб, ўз логинва паролингизни " "конфигурацион файлга ёзиб қўйдингиз ва у Сизга автоматик тарзда phpMyAdmin " @@ -13808,23 +13858,23 @@ msgstr "Ушбу маълумотлар бошқаруви операторла msgid "Create version" msgstr "Версиясини тузиш" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Кўпроқ мавзуга эга бўлинг!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Мавжуд MIME турлари" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Мавжуд ўгиришлар" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13843,7 +13893,7 @@ msgstr "Профил янгиланди." msgid "VIEW name" msgstr "Ном кўриниши" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Кўриниш номини ўзгартириш" @@ -15327,9 +15377,9 @@ msgstr "Максимал уланишлар сони " #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Агар ушбу танловни [kbd]\"nested\"[/kbd] деб белгиласангиз, фақат жадвал " #~ "номининг тахаллуси конфигурацион файлдаги $cfg[\"LeftFrameTableSeparator" diff --git a/po/uz@latin.po b/po/uz@latin.po index ffbba7ae42..236a36d4bd 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-07 17:31+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Uzbek (latin) %s:" msgstr "\"%s\" ma`lumotlar bazasiga SQL-so‘rov:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "so‘rovni bajarish" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 #, fuzzy #| msgid "(or the local MySQL server's socket is not correctly configured)" msgid "" @@ -2695,17 +2696,17 @@ msgid "" "configured)." msgstr "(yoki lokal MySQL serverning soketi noto‘g‘ri sozlangan)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 #, fuzzy #| msgid "The server is not responding" msgid "The server is not responding." msgstr "Server javob bermayapti" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "Tafsilotlar…" @@ -2747,8 +2748,8 @@ msgstr[0] "\"%s\" jadvalida o‘xshashliklar soni \"%s\" ta" msgstr[1] "\"%s\" jadvalida o‘xshashliklar soni \"%s\" ta" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "Ko‘rib chiqish" @@ -2812,32 +2813,34 @@ msgstr "Saqlash direktoriyasi" msgid "Restore column order" msgstr "CHAR maydonidagi ustunlar soni" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 #, fuzzy #| msgid "Begin" msgctxt "First page" msgid "Begin" msgstr "Boshi" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 #, fuzzy #| msgid "Previous" msgctxt "Previous page" msgid "Previous" msgstr "Orqaga" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 #, fuzzy #| msgid "Next" msgctxt "Next page" msgid "Next" msgstr "Keyingi" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 #, fuzzy #| msgid "End" msgctxt "Last page" @@ -2969,7 +2972,7 @@ msgid "The row has been deleted" msgstr "Yozuv o‘chirildi" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "Tugatish" @@ -3027,8 +3030,8 @@ msgstr "Barchasini belgilash" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -3116,8 +3119,8 @@ msgstr "Fayl yuklanayotgan vaqtda noma`lum xatolik yuz berdi." #: libraries/File.class.php:475 msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]" msgstr "" -"Yuklangan fayl joyini o‘zgartirishda xatolik, [doc@faq1-11]\"FAQ 1.11\"[/doc]" -"ga qarang" +"Yuklangan fayl joyini o‘zgartirishda xatolik, [doc@faq1-11]\"FAQ 1.11\"[/" +"doc]ga qarang" #: libraries/File.class.php:493 msgid "Error while moving uploaded file." @@ -3136,7 +3139,7 @@ msgstr "phpMyAdmin dasturini yangi oynada ochish" msgid "Click on the bar to scroll to top of page" msgstr "" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 #, fuzzy #| msgid "Cookies must be enabled past this point." @@ -3169,12 +3172,13 @@ msgid "Cardinality" msgstr "Elementlar soni" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "Taqqoslash" @@ -3201,7 +3205,7 @@ msgid "" msgstr "%1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin." #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "Server" @@ -3212,9 +3216,9 @@ msgid "View" msgstr "Namoyish" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -3225,32 +3229,32 @@ msgid "Structure" msgstr "Tuzilishi" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "Qidirish" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "Qo‘yish" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "Operatsiyalar" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "Kuzatish" @@ -3291,53 +3295,54 @@ msgstr "Muolajalar" msgid "Events" msgstr "Hodisalar" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "Dizayner" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "Ma`lumotlar bazalari" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 #, fuzzy #| msgid "User" msgid "Users" msgstr "Foydalanuvchi" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "Ikkilik jurnal" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "Replikatsiya (zaxira nusxa ko‘chirish)" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "O‘zgaruvchilar" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "Kodirovkalar" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "Jadval turlari" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "Xatolik" @@ -3437,7 +3442,8 @@ msgstr "Jadvallar" msgid "Transaction coordinator" msgstr "Tranzaksiyalar koordinatori" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "Fayllar soni" @@ -4017,141 +4023,141 @@ msgstr "SQL so‘rovi" msgid "MySQL said: " msgstr "MySQL javobi: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Failed to connect to SQL validator!" msgstr "MySQL-serverga ulanib bo‘lmadi" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "So‘rov tahlili" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "Tahlil kerak emas" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "PHP-kod olib tashlash" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "PHP-kod" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "Yangilash" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "SQL sintaksisi tekshiruvini olib tashlash" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "SQL to‘g‘riligini tekshirish" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 #, fuzzy #| msgid "Engines" msgctxt "Inline edit query" msgid "Inline" msgstr "Jadval turlari" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "Profillashtirish" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "Yaksh" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%d %B %Y y., %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "\"%s\" kun, \"%s\" soat, \"%s\" minut va \"%s\" sekund" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 #, fuzzy #| msgid "Routines" msgid "Missing parameter:" msgstr "Muolajalar" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "\"%s\" ma`lumotlar bazasiga o‘tish." -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "" "\"%s\" parametrining ishi ma`lum xatolikka olib kelishi mumkin, batafsil " "ma`lumot uchun qarang \"%s\"" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 #, fuzzy #| msgid "Click to select" msgid "Click to toggle" msgstr "Tanlash uchun sichqoncha tugmasini bosing" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, fuzzy, php-format #| msgid "web server upload directory" msgid "Select from the web server upload directory %s:" msgstr "Yuklash katalogidan" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "Ko‘rsatilgan katalokka yuklab bo‘lmadi" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "Tozalash" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "Chop etish" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "Tuzish" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "Oxirgi yangilanish" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "Oxirgi tekshiruv" @@ -4160,9 +4166,9 @@ msgstr "Oxirgi tekshiruv" msgid "shared" msgstr "" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -4324,8 +4330,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "Faolsizlantirilgan" @@ -4492,8 +4498,12 @@ msgstr "Asl qiymatlarni tiklash" msgid "Allow users to customize this value" msgstr "" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "Tozalash" @@ -4547,8 +4557,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import and export operations" msgstr "" -"Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/Bzip2]" -"bzip2[/a] yordamida siqishni yoqish" +"Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/" +"Bzip2]bzip2[/a] yordamida siqishni yoqish" #: libraries/config/messages.inc.php:27 msgid "Bzip2" @@ -4578,8 +4588,8 @@ msgstr "CHAR maydonlarini tahrirlash" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4789,8 +4799,8 @@ msgstr "Siqish" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -5044,8 +5054,8 @@ msgstr "Ko‘rib chiqish usulini sozlash" msgid "Customize default options" msgstr "Eksport afzalliklarini sozlash" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -5165,8 +5175,9 @@ msgstr "Sahifa raqami: " #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" #: libraries/config/messages.inc.php:192 @@ -5374,8 +5385,8 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import " "and export operations" msgstr "" -"Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/Gzip]" -"gzip[/a] yordamida siqishni yoqish" +"Import va eksport operatsiyalarida [a@http://en.wikipedia.org/wiki/" +"Gzip]gzip[/a] yordamida siqishni yoqish" #: libraries/config/messages.inc.php:235 msgid "GZip" @@ -5666,8 +5677,8 @@ msgid "" "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " "([kbd]new[/kbd])" msgstr "" -"Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada ([kbd]" -"yangi[/kbd]) ochish" +"Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada " +"([kbd]yangi[/kbd]) ochish" #: libraries/config/messages.inc.php:302 msgid "Logo link target" @@ -6050,11 +6061,11 @@ msgstr "Xatcho‘plar jadvali" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]" msgstr "" "Ustun izohlari/\"mime\"-turlari haqidagi ma`lumotlarni ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_column_info[/kbd]" @@ -6089,8 +6100,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Cheklangan huquqlarga ega bo‘lgan maxsus \"MySQL\" foydalanuvchisi tuzilgan, " -"batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/a]" -"da mavjud" +"batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" +"a]da mavjud" #: libraries/config/messages.inc.php:386 msgid "Control user" @@ -6130,8 +6141,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma__designer_coords[/" "kbd]" msgstr "" -"Dizayner ishlatmaslik uchun bo‘sh qoldiring, asl qiymati: [kbd]" -"pma_designer_coords[/kbd]" +"Dizayner ishlatmaslik uchun bo‘sh qoldiring, asl qiymati: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:392 msgid "Designer table" @@ -6172,8 +6183,8 @@ msgstr "Bazalarni yashirish" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -6218,6 +6229,16 @@ msgid "Connect without password" msgstr "Parolsiz ulanish" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Search" +msgid "Enable reCaptcha" +msgstr "Qidirish" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -6231,20 +6252,20 @@ msgstr "" "oldiga teskari egri chiziq (\\) qo‘yishingiz kerak, masalan \\\"my\\_db\\" "\" (lekin \"my_db\" emas)" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "Faqat ro‘yxatdagi bazalarni ko‘rsatish" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "" "Agar \"config\" autentifikatsiya usulidan foydalanmasangiz, bo‘sh qoldiring" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "\"config\" autentifikatsiya usuli paroli" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -6254,37 +6275,37 @@ msgstr "" "Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: libraries/config/messages.inc.php:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF-sxema: sahifalar jadvali" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 "" "Aloqalar, xatcho‘plar va PDF imkoniyatlari uchun ishlatiladigan baza. " -"Batafsil ma`lumot uchun [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/a]" -"ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: " +"Batafsil ma`lumot uchun [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/" +"a]ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: " "[kbd]\"phpmyadmin\"[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 #, fuzzy #| msgid "database name" msgid "Database name" msgstr "ma`lumotlar bazasi nomi" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 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:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "Server porti" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6295,71 +6316,71 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Foydalanuvchi nomini chaqirib olish" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" 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:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "Aloqalar jadvali" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "Mavjud jadvallarni ko‘rsatish uchun ishlatiladigan SQL buyrug‘i" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "SHOW DATABASES buyrug‘i" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" -"Namuna uchun [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]" -"autentifikatsiya usullari[/a]ga qarang" +"Namuna uchun [a@http://wiki.phpmyadmin.net/pma/" +"auth_types#signon]autentifikatsiya usullari[/a]ga qarang" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Kirish sessiyasi nomi" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "Kirish URL" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 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:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "Server soketi" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "" "SSL (Secure Sockets Layer - himoyalangan soketlar protokoli) ulanishdan " "foydalanish" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "SSL ulanishdan foydalanish" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -6371,11 +6392,11 @@ msgstr "" "PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_table_coords\"[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF-sxema: jadval koordinatalari" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -6387,13 +6408,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:434 +#: libraries/config/messages.inc.php:436 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Maydonlar jadvalini ko‘rsatish" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -6404,111 +6425,111 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Jadvalni defragmentatsiyalash" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Tavsif" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL so‘rovlari tarixi jadvali" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Avtomatik tiklash rejimi" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "\"config\" autentifikatsiya usuli foydalanuvchisi" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 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:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "Ushbu serverning kengaytirilgan nomi" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 #, fuzzy #| msgid "" #| "ther a user should be displayed a "show all (records)" button" @@ -6516,11 +6537,11 @@ 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:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -6529,87 +6550,87 @@ msgstr "" "Esda tuting, ushbu tanlovni yoqishingiz [kbd]\"config\"[/kbd] " "autentifikatsiya usulidagi parolga ta`sir etmaydi" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "Parolni o‘zgartirish formasini ko‘rsatish" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "Ma`lumotlar bazasi tuzish formasini ko‘rsatish" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show versions" msgid "Show Creation timestamp" msgstr "Vеrsiyalarni ko‘rsatish" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "Ulangan bosh sеrvеrlarni ko‘rsatish" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 #, fuzzy #| msgid "Databases display options" msgid "Show display direction" msgstr "Ma`lumotlar bazalarini ko‘rsatish afzalliklari" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Ochiq jadvallar ro‘yxati" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "Tahrirlash/qo‘yish rejimida funksiyalar maydonini ko‘rsatish" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "Fuknsiyalarmaydonini ko‘rsatish" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "To‘rni ko‘rsatish" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" @@ -6617,64 +6638,64 @@ msgstr "" "[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] funksiyasi " "natijasiga bog‘ ko‘rsatish" -#: libraries/config/messages.inc.php:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" funksiyasiga bog‘ ko‘rsatish" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "MySQL serveri haqida batafsil ma`lumot ko‘rsatish" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "" "phpMyAdmin tomonidan generatsiya qilingan SQL so‘rovlarini ko‘rsatish kerakmi" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "Show SQL so‘rovlarini ko‘rsatish" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" msgstr "SQL so‘rovlari qutisi" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "" "Ma`lumotlar bazalari va jadvallar statiskasini (masalan, diskda egallagan " "joyi) ko‘rsatish" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "Statiskani ko‘rsatish" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "Jadval sharhlarini ko‘rsatgich kontekst oynasida ko‘rsatish" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "" "Ishlatilayotgan jadvallarni belgilash va qulflangan jadvallari mavjud " "bo‘lgan ma`lumotlar bazalarini ko‘rishga imkon berish" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "Qulflangan jadvallarni tashlab ketishlik" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -6682,82 +6703,82 @@ msgstr "" msgid "Password" msgstr "Parol" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "Foydalanuvchi" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR maydonidagi ustunlar soni" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" msgstr "" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR maydonidagi qatorlar soni" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Jadval yorlig‘i" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6769,48 +6790,48 @@ 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:512 +#: libraries/config/messages.inc.php:514 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:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "Serverda import fayllari saqlanadigan direktoriya" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "Import direktoriyasi" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "" "Ma`lumotlar bazasi ichidagi ma`lumotlarni to‘laligicha qidirishga ruxsat " "berish" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "Bazani qidirishdan foydalanish" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "Oxirgi versiyani tekshirish" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6818,7 +6839,7 @@ msgstr "" msgid "Version check" msgstr "Versiyani tekshirish" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6826,77 +6847,93 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "Versiyani tekshirish" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "Versiyani tekshirish" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "Versiyani tekshirish" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/ZIP_" -"(file_format)]ZIP[/a] qisishni yoqish" +"Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/" +"ZIP_(file_format)]ZIP[/a] qisishni yoqish" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 #, fuzzy #| msgid "Host authentication order" msgid "Config authentication" msgstr "Autentifikatsiya tartibi" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 #, fuzzy #| msgid "Host authentication order" msgid "Cookie authentication" msgstr "Autentifikatsiya tartibi" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 #, fuzzy #| msgid "Host authentication order" msgid "HTTP authentication" msgstr "Autentifikatsiya tartibi" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 #, fuzzy #| msgid "Host authentication order" msgid "Signon authentication" msgstr "Autentifikatsiya tartibi" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ishlatilgan CSV" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6904,34 +6941,34 @@ msgstr "\"LOAD DATA\" ishlatilgan CSV" msgid "OpenDocument Spreadsheet" msgstr "Open Document jadvali" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 #, fuzzy #| msgid "Custom color" msgid "Custom" msgstr "Rangni tanlash" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "Ma`lumotlar bazasi eksport parametrlari" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel uchun CSV" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7891,8 +7928,8 @@ msgstr "\"%s\" maydon uchun indeks tuzish" msgid "Hide" msgstr "Yashirish" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "Ikkilik" @@ -8028,189 +8065,189 @@ msgstr "Haqiqatan ham so‘rovni bajarmoqchimisiz?" msgid "No change" msgstr "O‘zgarish yo‘q" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "Kodirovka" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "Bolgarcha" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "Soddalashtirilgan xitoycha" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "An`anaviy xitoycha" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "harflar katta-kichikligi farqlanmaydi" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "harflar katta-kichikligi farqlanadi" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "Xorvatcha" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "Chexcha" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "Daniyacha" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "Inglizcha" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "Esperanto" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "Estoncha" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "Nemischa" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "lug‘at" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "telefonlar kitobi" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "Vengercha" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "Islandcha" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "Yaponcha" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "Latishcha" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "Litvacha" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "Koreyscha" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "Forscha" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "Polyakcha" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "G‘arbiy-Yevropacha" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "Rumincha" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "Slovakcha" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "Slovencha" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "Ispancha" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "An`anaviy ispancha" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "Shvedcha" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "Taycha" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "Turkcha" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "Ukraincha" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Yunikod" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "ko‘p tildagi" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "Markaziy Yevropacha" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "Ruscha" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "Baltikacha" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "Armancha" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "Kirillcha" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "Arabcha" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "Yahudiycha" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "Gruzincha" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "Grekcha" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "Chexoslovakcha" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "noma`lum" @@ -8422,7 +8459,7 @@ msgstr "Jadval nomini o‘zgartirish" msgid "Table comments" msgstr "Jadval izohi" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "Jadval turi" @@ -8592,7 +8629,15 @@ msgstr "Foydalanuvchi:" msgid "Server Choice:" msgstr "Serverni tanlang" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" @@ -8600,7 +8645,7 @@ msgstr "" "Parolsiz autentifikatsiya konfiguratsiya tomonidan o‘chirilgan (qarang " "AllowNoPassword)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" @@ -8608,8 +8653,8 @@ msgstr "" "\"%s\" soniya davomida faollik kuzatilmadi, iltimos, qayta avtorizatsiyadan " "o‘ting." -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "MySQL serveriga ulanib bo‘lmadi" @@ -8689,7 +8734,7 @@ msgstr "NULL qiymatni quyidagiga almashtirish" msgid "Remove carriage return/line feed characters within columns" msgstr "Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 #, fuzzy #| msgid "Excel edition" msgid "Excel edition:" @@ -9132,6 +9177,12 @@ msgstr "" "Ko‘rsatilgan XML fayl yo noto‘g‘ri tuzilgan yo chala. Uni to‘g‘irlab, qayta " "harakat qilib ko‘ring." +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "Open Document jadvali" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -9360,89 +9411,89 @@ msgstr "" "URL-prefiksdir, masalan \"http://www.example.com/\". Ikkinchi parametr - " "bog‘ sarlavhasi." -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "Tayyor emas" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "OK" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "Faollashtirilgan" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "Aloqalarning asosiy imkoniyatlari" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "Imkoniyatlarni ko‘rsatish" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "PDF-sxema tuzish" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "Maydon izohlarini ko‘rsatish" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "O‘girish" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "" "\"column_comments\" jadvalini yangilash zarur. Batafsil ma`lumot uchun " "dokumentatsiyaga qarang." -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "Xatcho‘p qo‘yilgan SQL so‘rovi" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL-so‘rovlar tarixi" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 #, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" msgstr "Doimiy ulanishlar" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "Mufassal tanlovlarni tеz sozlash uchun qadamlars:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "" "Kеrakli jadvallarni examples/create_tables.sql kod yordamida " "tuzish." -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 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:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -9450,13 +9501,13 @@ msgstr "" "(config.inc.php) faylidagi mufassal tanlovlarni faollashtirish, " "masalan, config.sample.inc.php dan boshlab." -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 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:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "tavsif mavjud emas" @@ -9514,7 +9565,7 @@ msgstr "Tobе rеplikatsiya sеrvеri statusi" msgid "Variable" msgstr "O‘zgaruvchi" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "Server ID si" @@ -9660,7 +9711,7 @@ msgstr "Tafsilotlar…" msgid "Event name" msgstr "Hodisa turi" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Hodisa turi" @@ -10067,41 +10118,38 @@ msgstr "Ma`lumotlar bazasida bironta ham jadval mavjud emas." msgid "There are no events to display." msgstr "Bironta ham konfiguratsiyalangan server mavjud emas" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, fuzzy, php-format #| msgid "The \"%s\" table doesn't exist!" msgid "The %s table doesn't exist!" msgstr "\"%s\" jadvali mavjud emas!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "\"%s\" jadvalining koordinatalarini o‘zgartirish" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, fuzzy, php-format #| msgid "Schema of the \"%s\" database - Page %s" msgid "Schema of the %s database - Page %s" msgstr "\"%s\" ma`lumotlar bazasi tuzilishi - \"%s\" sahifa" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 #, fuzzy #| msgid "File %s does not contain any key id" msgid "This page does not contain any tables!" msgstr "\"%s\" faylida kalit identifikatori mavjud emas" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "" @@ -10175,53 +10223,53 @@ msgstr "Maydon nomlari" msgid "Display relational schema" msgstr "Aloqalar sxemasi" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "To‘rni ko‘rsatish" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "Rangda ko‘rsatish" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "Jadval o‘lchamlarini ko‘rsatish" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "Bir xil kenglikdagi barcha jadvallarni ko‘rsatish" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "Ma`lumotlar lug‘ati" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "Faqat kalitlarni ko‘rsatish" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "Albom shaklida" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "Kitob shaklida" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 #, fuzzy #| msgid "Creation" msgid "Orientation" msgstr "Tuzish" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "Qog‘oz o‘lchami" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" @@ -10229,12 +10277,12 @@ msgstr "" "Ushbu sahifada mavjud bo‘lmagan jadvallar uchun murojaatlar mavjud. Ushbu " "murojaatlarni o‘chirishni xohlaysizmi?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "Ko‘rsatish" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "Noma`lum til: %1$s." @@ -10245,6 +10293,77 @@ msgstr "Noma`lum til: %1$s." msgid "Current Server:" msgstr "Joriy sеrvеr" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "Ko‘rish uchun binar jurnalni tanlang" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "Jurnal fayli" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "Pozitsiya" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "Asl pozitsiya" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "Ma`lumot" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "So‘rovlarni qisqartirib ko‘rsatish" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "So‘rovlarning kengaytirilgan ko‘rinishi" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "Kodirovkalar va taqqoslashlar" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "Boshi" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "Vеrsiya" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "Faolsizlantirilgan" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "Privilegiyalar yo‘q." @@ -11118,10 +11237,6 @@ msgstr "Indеks(lar)ni saqlash" msgid "Add FULLTEXT index" msgstr "" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "Ma`lumot" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "Foydalanilayotgan joy" @@ -11130,7 +11245,7 @@ msgstr "Foydalanilayotgan joy" msgid "Effective" msgstr "Effektivlik" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "%1$s jadvali muvaffaqiyatli o‘zgartirildi" @@ -11625,34 +11740,6 @@ msgstr "\"%s\" jadvali topilmadi yoki \"%s\" da o‘rnatilmagan" msgid "File doesn't exist" msgstr "\"%s\" jadvali mavjud emas!" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "Ko‘rish uchun binar jurnalni tanlang" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "So‘rovlarni qisqartirib ko‘rsatish" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "So‘rovlarning kengaytirilgan ko‘rinishi" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "Jurnal fayli" - -#: server_binlog.php:187 -msgid "Position" -msgstr "Pozitsiya" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "Asl pozitsiya" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "Kodirovkalar va taqqoslashlar" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -11689,7 +11776,7 @@ msgstr "" msgid "No databases" msgstr "Ma`lumotlar bazasi mavjud emas" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "Jadval turlari" @@ -11697,44 +11784,6 @@ msgstr "Jadval turlari" msgid "View dump (schema) of databases" msgstr "Ma`lumotlar bazalari dampini (sxemasini) namoyish etish" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "Boshi" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "Vеrsiya" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "Faolsizlantirilgan" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12828,8 +12877,8 @@ msgstr "Ochiq fayllar soni." #: server_status_variables.php:642 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -"Ochiq oqimlar soni (jurnal fayllarida ko‘llaniladi). Oqim deb \"fopen" -"()\" funksiyasi yordamida ochilgan faylga aytiladi." +"Ochiq oqimlar soni (jurnal fayllarida ko‘llaniladi). Oqim deb " +"\"fopen()\" funksiyasi yordamida ochilgan faylga aytiladi." #: server_status_variables.php:645 msgid "The number of tables that are open." @@ -13070,17 +13119,18 @@ msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi" #, fuzzy #| msgid "" #| "ase create web server writable folder [em]config[/em] in phpMyAdmin " -#| "level directory as described in [a@../Documentation.html#setup_script]" -#| "umentation[/a]. Otherwise you will be only able to download or display " +#| "level directory as described in [a@../Documentation." +#| "html#setup_script]umentation[/a]. Otherwise you will be only able to " +#| "download or display " msgid "" "Please create web server writable folder [em]config[/em] in phpMyAdmin top " "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" "[a@../Documentation.html#setup_script]Dokumentatsiya[/a]da ko‘rsatilganidek, " -"phpMyAdmin joylashgan katalogda ver-server yozishi mumkin bo‘lgan [em]config" -"[/em] nomli katalog oching. Aks holda, Siz uni faqat yuklab olishingiz yoki " -"ko‘rishingiz mumkin bo‘ladi." +"phpMyAdmin joylashgan katalogda ver-server yozishi mumkin bo‘lgan " +"[em]config[/em] nomli katalog oching. Aks holda, Siz uni faqat yuklab " +"olishingiz yoki ko‘rishingiz mumkin bo‘ladi." #: setup/frames/index.inc.php:60 msgid "" @@ -13241,10 +13291,10 @@ msgstr "Yangiroq versiya hali mavjud emas" #| msgid "" #| "s [a@?page=form&formset=features#tab_Security]option[/a] should be " #| "abled as it allows attackers to bruteforce login to any MySQL server. you " -#| "feel this is necessary, use [a@?page=form&mset=features#tab_Security]" -#| "trusted proxies list[/a]. However, IP-based tection may not be reliable " -#| "if your IP belongs to an ISP where usands of users, including you, are " -#| "connected to." +#| "feel this is necessary, use [a@?page=form&" +#| "mset=features#tab_Security]trusted proxies list[/a]. However, IP-based " +#| "tection may not be reliable if your IP belongs to an ISP where usands of " +#| "users, including you, are connected to." msgid "" "This %soption%s should be disabled as it allows attackers to bruteforce " "login to any MySQL server. If you feel this is necessary, use %strusted " @@ -13370,14 +13420,15 @@ msgstr "" #| " set the [kbd]config[/kbd] authentication type and included username " #| "password for auto-login, which is not a desirable option for live ts. " #| "Anyone who knows or guesses your phpMyAdmin URL can directly ess your " -#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&id=d#tab_Server]" -#| "authentication type[/a] to [kbd]cookie[/kbd] or [kbd]httpbd]." +#| "phpMyAdmin panel. Set [a@?page=servers&mode=edit&" +#| "id=d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or " +#| "[kbd]httpbd]." msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "Siz [kbd]config[/kbd] autentifikatsiya usulini tanlab, o‘z loginva " "parolingizni konfiguratsion faylga yozib qo‘ydingiz va u Sizga avtomatik " @@ -13386,8 +13437,8 @@ msgstr "" "adresini bilgan yoki taxmin qilgan har kim ushbu dasturga bemalol kirib, " "serverdagi ma`lumotlar bazalari bilan istalgan operatsiyalarni amalga " "oshirishi mumkin. Server [a@?page=servers&mode=edit&id=" -"%1$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http" -"[/kbd] deb belgilash tavsiya etiladi." +"%1$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki " +"[kbd]http[/kbd] deb belgilash tavsiya etiladi." #: setup/lib/index.lib.php:318 #, fuzzy, php-format @@ -13903,23 +13954,23 @@ msgstr "Ushbu ma’lumotlar boshqaruvi opеratorlarini kuzatish:" msgid "Create version" msgstr "Vеrsiyasini tuzish" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "Ko‘proq mavzuga ega bo‘ling!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "Mavjud MIME turlari" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "Mavjud o‘girishlar" -#: transformation_overview.php:39 +#: transformation_overview.php:40 #, fuzzy #| msgid "Description" msgctxt "for MIME transformation" @@ -13938,7 +13989,7 @@ msgstr "Profil yangilandi." msgid "VIEW name" msgstr "Nom ko‘rinishi" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "Ko‘rinish nomini o‘zgartirish" @@ -15425,9 +15476,9 @@ msgstr "Maksimal ulanishlar soni " #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" #~ "Agar ushbu tanlovni [kbd]\"nested\"[/kbd] deb belgilasangiz, faqat jadval " #~ "nomining taxallusi konfiguratsion fayldagi $cfg[\"LeftFrameTableSeparator" diff --git a/po/zh_CN.po b/po/zh_CN.po index 70a3ba8ac5..7d85eefd83 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-14 06:43+0200\n" "Last-Translator: Randall Fan \n" "Language-Team: Simplified Chinese %s:" msgstr "在数据库 %s 执行 SQL 语句:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "提交查询" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "服务器无响应(或者本地 MySQL 服务器的套接字没有正确配置)。" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "服务器没有响应。" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "请检查数据库目录的权限。" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "详细…" @@ -2365,8 +2365,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "在 %2$s 中找到 %1$s 个匹配" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "浏览" @@ -2418,26 +2418,28 @@ msgstr "保存已编辑的数据" msgid "Restore column order" msgstr "恢复字段顺序" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "首页" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "上一页" -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "下一页" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "尾页" @@ -2554,7 +2556,7 @@ msgid "The row has been deleted" msgstr "已删除该行" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "杀死" @@ -2610,8 +2612,8 @@ msgstr "全选" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2709,7 +2711,7 @@ msgstr "打开新 phpMyAdmin 窗口" msgid "Click on the bar to scroll to top of page" msgstr "点击控制条回滚到页面顶部" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "必须启用 javascript 才能登录" @@ -2740,12 +2742,13 @@ msgid "Cardinality" msgstr "基数" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "整理" @@ -2772,7 +2775,7 @@ msgid "" msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一个将可能被删除。" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "服务器" @@ -2783,9 +2786,9 @@ msgid "View" msgstr "视图" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2796,32 +2799,32 @@ msgid "Structure" msgstr "结构" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "搜索" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "插入" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "操作" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "追踪" @@ -2862,51 +2865,52 @@ msgstr "程序" msgid "Events" msgstr "事件" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "设计器" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "数据库" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "用户" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "二进制日志" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "复制" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "变量" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "字符集" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "插件" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "引擎" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "错误" @@ -2992,7 +2996,8 @@ msgstr "数据表" msgid "Transaction coordinator" msgstr "事务协调" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "文件" @@ -3559,130 +3564,130 @@ msgstr "SQL 查询:" msgid "MySQL said: " msgstr "MySQL 返回: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "连接到 SQL 校验器失败!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "解析 SQL" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "略过解析 SQL" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "无 PHP 代码" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "创建 PHP 代码" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "刷新" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "略过校验 SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "校验 SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "在本页面编辑此查询" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "快速编辑" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "性能分析" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "周日" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y 年 %m 月 %d 日 %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s 天 %s 小时,%s 分 %s 秒" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "缺少参数:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "跳转到数据库“%s”。" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 功能受到一个已知的缺陷 (bug) 影响,参见 %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "点击切换" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "从计算机中上传:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "从网站服务器上传文件夹 %s 中选择:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "用于上传的文件夹出错,无法使用" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "没有可上传的文件" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "清空" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "执行" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "打印" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "创建时间" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "最后更新" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "最后检查" @@ -3691,9 +3696,9 @@ msgstr "最后检查" msgid "shared" msgstr "已共享" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3835,8 +3840,8 @@ msgid "Double click" msgstr "双击" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "已禁用" @@ -3992,8 +3997,12 @@ msgstr "还原默认值" msgid "Allow users to customize this value" msgstr "允许用户自定义该值" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "重置" @@ -4064,8 +4073,8 @@ msgstr "编辑 CHAR 类型字段" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" "使用包含语法凸显与行号的用户友好的编辑器编辑SQL语句 ([a@http://codemirror." "net/]CodeMirror[/a])" @@ -4252,8 +4261,8 @@ msgstr "压缩" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4491,8 +4500,8 @@ msgstr "自定义浏览模式" msgid "Customize default options" msgstr "自定义默认选项" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4602,8 +4611,9 @@ msgstr "页面标题" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "设置浏览器标题栏所显示的文字。参见[doc@cfg_TitleTable]文档[/doc]中关于可以取" "得特殊值的魔术字符串。" @@ -5365,8 +5375,8 @@ msgstr "书签表" #: libraries/config/messages.inc.php:378 msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"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:379 @@ -5512,6 +5522,16 @@ msgid "Connect without password" msgstr "用空密码连接" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "普通搜索" + +#: libraries/config/messages.inc.php:410 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 " @@ -5520,28 +5540,28 @@ msgstr "" "可以使用 MySQL 通配符 (% 和 _),若表示它们本身,请转义,例:用 [kbd]'my" "\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "仅显示列出的数据库" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "如果不使用 config 认证方式,请留空" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "config 认证方式的密码" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF 大纲: 数据表页" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5550,101 +5570,101 @@ msgstr "" "关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/" "pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "数据库名" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "MySQL 服务器监听的端口,留空为默认" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "服务器端口" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]" msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]" -#: libraries/config/messages.inc.php:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "最近使用的表" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功" "能请留空,推荐: [kbd]pma__relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "关系表" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "取得所有可用数据库的 SQL 语句" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "显示数据库(SHOW DATABASES)命令" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)" "[/a]中的例子" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon 会话名" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "登录地址" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "MySQL 服务器监听的套接字,留空为默认" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "服务器套接字 (socket)" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "使用 SSL 连接到 MySQL 服务器" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "使用 SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 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:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF 大纲: 数据表并发" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 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:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "显示字段表" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables'UI preferences across sessions, " @@ -5654,101 +5674,101 @@ msgid "" "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "不需要 \"持久\" 表界面设置请留空,推荐: [kbd]pma__table_uiprefs[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "界面设置表" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "添加 DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "添加 DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 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:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "添加 DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "定义自动创建新版的命令列表。" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "要追踪的命令" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "不使用 SQL 查询追踪功能请留空,推荐: [kbd]pma__tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL 查询追踪表" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "设置追踪系统是否自动为数据表和视图创建版本。" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "自动创建版本" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "用户偏好表" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "config 认证方式的用户名" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "一个好记的名字。留空将显示主机名。" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "服务器名称" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "设置是否给用户显示一个 "显示所有 (记录)" 的按钮" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "允许显示所有行" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5757,134 +5777,134 @@ msgstr "" "注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该" "选项也不限制直接执行可实现相同功能的命令" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "显示修改密码" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "显示创建数据库表单" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "显示或者隐藏在所有表格中,列显示创建时间戳" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 msgid "Show Creation timestamp" msgstr "显示创建时间戳" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "显示或者隐藏在所有表格中列显示最后更新时间戳" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "显示最后更新时间戳" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "显示或者隐藏所有表格中,列显示最后检查时间戳" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 msgid "Show Last check timestamp" msgstr "查看最后检查时间戳" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "定义在浏览表时显示模式选项是否可用" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "显示模式" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "定义在编辑/插入模式中是否显示字段类型一列" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "显示字段类型" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "在编辑/插入模式中显示函数列" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "显示函数列" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "是否显示提示" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "显示提示" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 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:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "显示 phpinfo() 链接" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "显示 MySQL 服务器详细信息" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "定义是否显示 phpMyAdmin 生成的 SQL 查询" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "显示 SQL 查询" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "声明查询框是否在提交后依然显示在屏幕上" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "保留查询框" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "允许显示数据库和数据表的统计信息 (如:空间使用)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "显示统计" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "悬停时显示表备注" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "将已锁定的数据表在数据库中显示为使用中" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "跳过锁定的表" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "需要启用 SQL 校验器" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5892,37 +5912,37 @@ msgstr "需要启用 SQL 校验器" msgid "Password" msgstr "密码" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "[strong]警告:[/strong]需要安装 PHP SOAP 扩展或 PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "启用 SQL 校验器" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "" "如果你有自己的用户名,请在这里输入 (默认为 [kbd]anonymous (匿名)[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "用户名" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "若检测到 Suhosin 将在主页显示一个警告" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin 警告" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -5930,11 +5950,11 @@ msgstr "" "编辑模式的文本框大小 (列数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 " "(*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "文本框列" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -5942,31 +5962,31 @@ msgstr "" "编辑模式的文本框大小 (行数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 " "(*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "文本框行" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "选中一个数据库时浏览器窗口的标题" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "未选择时浏览器窗口的标题" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "默认标题" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "选中一个服务器时浏览器窗口的标题" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "选中一张数据表时浏览器窗口的标题" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -5977,45 +5997,45 @@ 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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "可信代理IP列表" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "服务器上用来存放导入文件的文件夹" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "上传文件夹" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "允许搜索整个数据库" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "使用数据库搜索" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "禁用时,用户不能设置下列选项,右侧的复选框被忽略" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "启用设置中的开发标签" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "检查更新" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "允许在 phpMyAdmin 主页面中检查最新版本" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6023,7 +6043,7 @@ msgstr "允许在 phpMyAdmin 主页面中检查最新版本" msgid "Version check" msgstr "检查更新" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6031,36 +6051,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "检查更新" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "检查更新" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "检查更新" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6068,32 +6088,48 @@ msgstr "" "允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP " "(外链,英文)[/a] 压缩" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config 认证" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie 认证" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP 认证" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon 认证" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6101,32 +6137,32 @@ msgstr "CSV 使用 LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "OpenOffice 表格" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "快速" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "自定义" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "数据库导出选项" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel 的 CSV 格式" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "微软 Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -6525,8 +6561,8 @@ msgid "" "to the PHP timeout limit. (This might be a good way to import large " "files, however it can break transactions.)" msgstr "" -"在导入时脚本若检测到可能需要花费很长时间(接近PHP超时的限定)则允许中断。" -"(尽管这会中断事务,但在导入大文件时是个很好的方法。)" +"在导入时脚本若检测到可能需要花费很长时间(接近PHP超时的限定)则允许中断。" +"(尽管这会中断事务,但在导入大文件时是个很好的方法。)" #: libraries/display_import.lib.php:296 msgid "Number of rows to skip, starting from the first row:" @@ -6947,8 +6983,8 @@ msgstr "在第 %s 个字段创建索引" msgid "Hide" msgstr "隐藏" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "二进制" @@ -7071,189 +7107,189 @@ msgstr "您真的要执行下面的查询吗?" msgid "No change" msgstr "无更改" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "字符集" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "保加利亚语" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "简体中文" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "繁体中文" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "不区分大小写" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "区分大小写" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "克罗地亚语" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "捷克语" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "丹麦语" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "英语" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "世界语" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "爱沙尼亚语" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "德语" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "字典" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "电话本" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "匈牙利语" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "冰岛语" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "日语" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "拉脱维亚语" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "立陶宛语" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "朝鲜语" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "波斯语" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "波兰语" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "西欧" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "罗马尼亚语" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "斯洛伐克语" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "斯洛文尼亚语" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "西班牙语" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "传统西班牙语" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "瑞典语" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "泰语" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "土耳其语" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "乌克兰语" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "多语言" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "中欧" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "俄语" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "巴拉克语" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "亚美尼亚语" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "西里尔语" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "阿拉伯语" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "希伯来语" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "乔治亚语" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "希腊语" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "捷克斯洛伐克语" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "未知" @@ -7451,7 +7487,7 @@ msgstr "将表改名为" msgid "Table comments" msgstr "表注释" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "存储引擎" @@ -7611,20 +7647,28 @@ msgstr "用户名:" msgid "Server Choice:" msgstr "选择服务器" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "空密码登录被禁止 (参见 允许空密码)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "登录超时 (%s 秒未活动),请重新登录" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "无法登录 MySQL 服务器" @@ -7690,7 +7734,7 @@ msgstr "将 NULL 替换为:" msgid "Remove carriage return/line feed characters within columns" msgstr "删除字段中的回车换行符" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel 版本:" @@ -8102,6 +8146,12 @@ msgid "" "the issue and try again." msgstr "该 XML 文件有错误或者不完整。请修复错误后重试。" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenOffice 表格" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "ESRI 图形文件" @@ -8273,80 +8323,80 @@ msgstr "" "显示链接,字段内包含文件名。第一个选项是类似“http://www.example.com/”这样的 " "URL 前缀。第二个选项是链接的标题。" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "错误" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 msgctxt "Correctly working" msgid "OK" msgstr "正常" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "已启用" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "基本功能" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "显示功能" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "创建 PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "显示字段注释" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "浏览器转换" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "请参见文档中关于如何更新您的 column_comments 表" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "SQL 查询书签" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL 历史" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "持久最近使用的表" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "持久表界面设置" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "用户偏好" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "快速设置高级功能:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "通过 examples/create_tables.sql 创建必需的数据表。" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "创建一个用户并授予其访问上一步操作中创建的数据表的权限。" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8354,11 +8404,11 @@ msgstr "" "在配置文件 (config.inc.php) 中启用高级功能,参见 config." "sample.inc.php 中的范例。" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "请重新登录 phpMyAdmin 以加载新配置并使其生效。" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "无说明" @@ -8415,7 +8465,7 @@ msgstr "从服务器状态" msgid "Variable" msgstr "变量" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "服务器ID" @@ -8548,7 +8598,7 @@ msgstr "详细" msgid "Event name" msgstr "事件名称" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "事件类型" @@ -8884,37 +8934,34 @@ msgstr "在数据库 %2$s 中找不到名为 %1$s 的事件" msgid "There are no events to display." msgstr "没有事件。" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "数据表 %s 不存在!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "请配置表 %s 的并发" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "数据库 %s 的大纲 - 第 %s 页" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "此页没有包含任何表!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "大纲错误: " @@ -8980,62 +9027,62 @@ msgstr "字段名" msgid "Display relational schema" msgstr "显示关系大纲" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "选择导出关系类型" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "显示网格" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "显示颜色" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "显示表格大小" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "以相同宽度显示所有的表" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "数据字典" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "仅显示键" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "横向" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "纵向" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "方向" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "纸张大小" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "当前页所引用的表不存在了。您是否想要删除这些引用?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "切换草稿板" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "未知的语言:%1$s." @@ -9046,6 +9093,75 @@ msgstr "未知的语言:%1$s." msgid "Current Server:" msgstr "当前服务器" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "选择要查看的二进制日志" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "日志文件名" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "位置" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "初始位置" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "信息" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "截断显示的查询" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "显示完整查询" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "字符集和整理" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "模块" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "开始" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "插件" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "模块" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "库" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "版本" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "作者" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "授权" + +#: libraries/server_plugins.lib.php:184 +msgid "disabled" +msgstr "已禁用" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "无权限。" @@ -9852,10 +9968,6 @@ msgstr "添加空间索引" msgid "Add FULLTEXT index" msgstr "添加全文索引" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "信息" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "已用空间" @@ -9864,7 +9976,7 @@ msgstr "已用空间" msgid "Effective" msgstr "有效" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "已成功修改表 %1$s" @@ -10290,34 +10402,6 @@ msgstr "找不到 %s 表或还未在 %s 设置" msgid "File doesn't exist" msgstr "文件不存在" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "选择要查看的二进制日志" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "截断显示的查询" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "显示完整查询" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "日志文件名" - -#: server_binlog.php:187 -msgid "Position" -msgstr "位置" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "初始位置" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "字符集和整理" - #: server_databases.php:117 #, php-format msgid "%1$d database has been dropped successfully." @@ -10352,7 +10436,7 @@ msgstr "" msgid "No databases" msgstr "无数据库" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "存储引擎" @@ -10360,42 +10444,6 @@ msgstr "存储引擎" msgid "View dump (schema) of databases" msgstr "查看数据库的转存(大纲)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "模块" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "开始" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "插件" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "模块" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "库" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "版本" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "作者" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "授权" - -#: server_plugins.php:165 -msgid "disabled" -msgstr "已禁用" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -11836,8 +11884,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "您设置了 [kbd]config[/kbd] 认证方式,且为了能够自动登录而保存了用户名和密码," "但在常用主机上不建议这样设置。如果有人知道 phpMyAdmin 的地址,他们就能够进入 " @@ -12276,23 +12324,23 @@ msgstr "追踪下列数据操作语句:" msgid "Create version" msgstr "创建版本" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "主题" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "获得更多主题!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "可用的 MIME 类型" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "可用的转换" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "说明" @@ -12309,7 +12357,7 @@ msgstr "配置文件己更新。" msgid "VIEW name" msgstr "视图名" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "将视图改名为" @@ -13713,13 +13761,13 @@ msgstr "concurrent_insert 被设为 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" -#~ "当设为 [kbd]nested[/kbd] 时,数据表的别名仅根据 $cfg" -#~ "['LeftFrameTableSeparator'] 作分割/层叠用,所有只有目录的名字像别名,数据" -#~ "表自己的名字并不改变" +#~ "当设为 [kbd]nested[/kbd] 时,数据表的别名仅根据 " +#~ "$cfg['LeftFrameTableSeparator'] 作分割/层叠用,所有只有目录的名字像别名," +#~ "数据表自己的名字并不改变" #~ msgid "Display table comment instead of its name" #~ msgstr "显示表备注而不显示表名" diff --git a/po/zh_TW.po b/po/zh_TW.po index d750db241e..9d7748c6e3 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2013-06-04 17:18+0200\n" +"POT-Creation-Date: 2013-06-12 09:07+0200\n" "PO-Revision-Date: 2013-05-29 11:15+0200\n" "Last-Translator: Chung-Lun Chiang \n" "Language-Team: Traditional Chinese %s:" msgstr "在資料庫 %s 執行 SQL 指令:" -#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1273 +#: libraries/DBQbe.class.php:1336 libraries/Util.class.php:1275 msgid "Submit Query" msgstr "送出查詢" -#: libraries/DatabaseInterface.class.php:2021 +#: libraries/DatabaseInterface.class.php:2047 msgid "" "The server is not responding (or the local server's socket is not correctly " "configured)." msgstr "伺服器沒有回應(或者是伺服器的 socket 沒有被正確的設定)" -#: libraries/DatabaseInterface.class.php:2026 +#: libraries/DatabaseInterface.class.php:2052 msgid "The server is not responding." msgstr "伺服器沒有回應。" -#: libraries/DatabaseInterface.class.php:2031 +#: libraries/DatabaseInterface.class.php:2057 msgid "Please check privileges of directory containing database." msgstr "請檢查資料庫所在的資料夾權限。" -#: libraries/DatabaseInterface.class.php:2041 +#: libraries/DatabaseInterface.class.php:2067 msgid "Details…" msgstr "詳細…" @@ -2367,8 +2367,8 @@ msgid_plural "%1$s matches in %2$s" msgstr[0] "%1$s 筆符合資料於 %2$s" #: libraries/DbSearch.class.php:346 libraries/Menu.class.php:250 -#: libraries/Util.class.php:3222 libraries/Util.class.php:3435 -#: libraries/Util.class.php:3436 libraries/structure.lib.php:1368 +#: libraries/Util.class.php:3229 libraries/Util.class.php:3442 +#: libraries/Util.class.php:3443 libraries/structure.lib.php:1368 msgid "Browse" msgstr "瀏覽" @@ -2420,27 +2420,29 @@ msgstr "儲存" msgid "Restore column order" msgstr "還原欄位的順序" -#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2549 -#: libraries/Util.class.php:2553 +#: libraries/DisplayResults.class.php:775 libraries/Util.class.php:2551 +#: libraries/Util.class.php:2555 msgctxt "First page" msgid "Begin" msgstr "最前頁" -#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2551 -#: libraries/Util.class.php:2554 server_binlog.php:142 server_binlog.php:144 +#: libraries/DisplayResults.class.php:778 libraries/Util.class.php:2553 +#: libraries/Util.class.php:2556 libraries/server_bin_log.lib.php:178 +#: libraries/server_bin_log.lib.php:180 msgctxt "Previous page" msgid "Previous" msgstr "上一頁" # 這應該使用於選擇日期的小月曆 -#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2586 -#: libraries/Util.class.php:2589 server_binlog.php:176 server_binlog.php:178 +#: libraries/DisplayResults.class.php:835 libraries/Util.class.php:2588 +#: libraries/Util.class.php:2591 libraries/server_bin_log.lib.php:212 +#: libraries/server_bin_log.lib.php:214 msgctxt "Next page" msgid "Next" msgstr "下一頁" -#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2587 -#: libraries/Util.class.php:2590 +#: libraries/DisplayResults.class.php:863 libraries/Util.class.php:2589 +#: libraries/Util.class.php:2592 msgctxt "Last page" msgid "End" msgstr "最末頁" @@ -2555,7 +2557,7 @@ msgid "The row has been deleted" msgstr "已刪除該行" #: libraries/DisplayResults.class.php:3413 -#: libraries/DisplayResults.class.php:5027 server_status.php:519 +#: libraries/DisplayResults.class.php:5027 server_status.php:524 msgid "Kill" msgstr "中止" @@ -2611,8 +2613,8 @@ msgstr "全選" #: libraries/DisplayResults.class.php:5064 #: libraries/DisplayResults.class.php:5334 libraries/Menu.class.php:279 -#: libraries/Menu.class.php:362 libraries/Menu.class.php:474 -#: libraries/Util.class.php:3448 libraries/Util.class.php:3449 +#: libraries/Menu.class.php:362 libraries/Menu.class.php:478 +#: libraries/Util.class.php:3455 libraries/Util.class.php:3456 #: libraries/config/messages.inc.php:162 libraries/display_export.lib.php:98 #: libraries/server_privileges.lib.php:1791 #: libraries/server_privileges.lib.php:2428 libraries/structure.lib.php:297 @@ -2710,7 +2712,7 @@ msgstr "開啟新 phpMyAdmin 視窗" msgid "Click on the bar to scroll to top of page" msgstr "點擊bar以回到頁面頂端" -#: libraries/Header.class.php:621 +#: libraries/Header.class.php:635 #: libraries/plugins/auth/AuthenticationCookie.class.php:172 msgid "Javascript must be enabled past this point" msgstr "必須啟用 Javascript 才能登入" @@ -2741,12 +2743,13 @@ msgid "Cardinality" msgstr "基數" #: libraries/Index.class.php:567 libraries/TableSearch.class.php:185 -#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:130 +#: libraries/build_html_for_db.lib.php:20 libraries/mysql_charsets.lib.php:34 #: libraries/operations.lib.php:240 libraries/operations.lib.php:809 -#: libraries/structure.lib.php:780 libraries/structure.lib.php:1181 -#: libraries/structure.lib.php:1701 -#: libraries/tbl_columns_definition_form.inc.php:114 server_collations.php:39 -#: server_collations.php:51 tbl_tracking.php:326 tbl_tracking.php:388 +#: libraries/server_collations.lib.php:39 +#: libraries/server_collations.lib.php:51 libraries/structure.lib.php:780 +#: libraries/structure.lib.php:1181 libraries/structure.lib.php:1701 +#: libraries/tbl_columns_definition_form.inc.php:114 tbl_tracking.php:326 +#: tbl_tracking.php:388 msgid "Collation" msgstr "排序規則" @@ -2773,7 +2776,7 @@ msgid "" msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一個將可能被刪除。" #: libraries/Menu.class.php:150 libraries/ServerStatusData.class.php:339 -#: libraries/config/messages.inc.php:508 +#: libraries/config/messages.inc.php:510 msgid "Server" msgstr "伺服器" @@ -2784,9 +2787,9 @@ msgid "View" msgstr "view" #: libraries/Menu.class.php:256 libraries/Menu.class.php:340 -#: libraries/Util.class.php:3218 libraries/Util.class.php:3225 -#: libraries/Util.class.php:3441 libraries/config/setup.forms.php:296 -#: libraries/config/setup.forms.php:333 libraries/config/setup.forms.php:359 +#: libraries/Util.class.php:3225 libraries/Util.class.php:3232 +#: libraries/Util.class.php:3448 libraries/config/setup.forms.php:299 +#: libraries/config/setup.forms.php:336 libraries/config/setup.forms.php:362 #: libraries/config/user_preferences.forms.php:195 #: libraries/config/user_preferences.forms.php:232 #: libraries/config/user_preferences.forms.php:258 @@ -2797,32 +2800,32 @@ msgid "Structure" msgstr "結構" #: libraries/Menu.class.php:260 libraries/Menu.class.php:345 -#: libraries/Menu.class.php:450 libraries/Util.class.php:3219 -#: libraries/Util.class.php:3226 libraries/config/messages.inc.php:212 +#: libraries/Menu.class.php:454 libraries/Util.class.php:3226 +#: libraries/Util.class.php:3233 libraries/config/messages.inc.php:212 #: querywindow.php:59 msgid "SQL" msgstr "SQL" #: libraries/Menu.class.php:263 libraries/Menu.class.php:348 -#: libraries/Util.class.php:3220 libraries/Util.class.php:3227 -#: libraries/Util.class.php:3437 libraries/Util.class.php:3438 +#: libraries/Util.class.php:3227 libraries/Util.class.php:3234 +#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 msgid "Search" msgstr "搜尋" -#: libraries/Menu.class.php:273 libraries/Util.class.php:3221 -#: libraries/Util.class.php:3439 libraries/Util.class.php:3440 +#: libraries/Menu.class.php:273 libraries/Util.class.php:3228 +#: libraries/Util.class.php:3446 libraries/Util.class.php:3447 #: libraries/sql_query_form.lib.php:301 libraries/sql_query_form.lib.php:304 msgid "Insert" msgstr "插入" #: libraries/Menu.class.php:292 libraries/Menu.class.php:315 -#: libraries/Menu.class.php:375 libraries/Util.class.php:3228 -#: view_operations.php:86 +#: libraries/Menu.class.php:375 libraries/Util.class.php:3235 +#: view_operations.php:87 msgid "Operations" msgstr "操作" #: libraries/Menu.class.php:296 libraries/Menu.class.php:409 -#: libraries/relation.lib.php:238 +#: libraries/relation.lib.php:236 msgid "Tracking" msgstr "追蹤" @@ -2863,51 +2866,52 @@ msgstr "一般" msgid "Events" msgstr "事件" -#: libraries/Menu.class.php:415 libraries/relation.lib.php:205 +#: libraries/Menu.class.php:415 libraries/relation.lib.php:203 msgid "Designer" msgstr "設計器" -#: libraries/Menu.class.php:446 libraries/config/messages.inc.php:175 +#: libraries/Menu.class.php:450 libraries/config/messages.inc.php:175 #: libraries/server_privileges.lib.php:2873 server_databases.php:138 msgid "Databases" msgstr "資料庫" -#: libraries/Menu.class.php:469 +#: libraries/Menu.class.php:473 msgid "Users" msgstr "使用者" -#: libraries/Menu.class.php:491 libraries/ServerStatusData.class.php:187 -#: server_binlog.php:75 +#: libraries/Menu.class.php:495 libraries/ServerStatusData.class.php:187 +#: libraries/server_common.lib.php:27 msgid "Binary log" msgstr "二進制日誌" -#: libraries/Menu.class.php:497 libraries/ServerStatusData.class.php:192 +#: libraries/Menu.class.php:501 libraries/ServerStatusData.class.php:192 #: libraries/structure.lib.php:182 libraries/structure.lib.php:761 #: server_replication.php:32 server_replication.php:148 msgid "Replication" msgstr "複製" -#: libraries/Menu.class.php:502 libraries/ServerStatusData.class.php:239 -#: server_engines.php:137 server_engines.php:141 +#: libraries/Menu.class.php:506 libraries/ServerStatusData.class.php:239 +#: server_engines.php:131 server_engines.php:135 msgid "Variables" msgstr "變數" -#: libraries/Menu.class.php:506 +#: libraries/Menu.class.php:510 msgid "Charsets" msgstr "字集" -#: libraries/Menu.class.php:511 server_plugins.php:32 server_plugins.php:65 +#: libraries/Menu.class.php:515 libraries/server_common.lib.php:24 +#: libraries/server_plugins.lib.php:31 msgid "Plugins" msgstr "附加元件" -#: libraries/Menu.class.php:515 +#: libraries/Menu.class.php:519 msgid "Engines" msgstr "引擎" #: libraries/Message.class.php:199 libraries/Util.class.php:661 #: libraries/core.lib.php:232 libraries/import.lib.php:171 #: libraries/insert_edit.lib.php:1182 tbl_chart.php:24 tbl_operations.php:186 -#: view_operations.php:57 +#: view_operations.php:58 msgid "Error" msgstr "錯誤" @@ -2993,7 +2997,8 @@ msgstr "資料表" msgid "Transaction coordinator" msgstr "交易協調" -#: libraries/ServerStatusData.class.php:196 server_binlog.php:108 +#: libraries/ServerStatusData.class.php:196 +#: libraries/server_bin_log.lib.php:54 msgid "Files" msgstr "檔案" @@ -3576,130 +3581,130 @@ msgstr "SQL 查詢:" msgid "MySQL said: " msgstr "MySQL 返回: " -#: libraries/Util.class.php:1168 +#: libraries/Util.class.php:1170 msgid "Failed to connect to SQL validator!" msgstr "連線到 SQL 檢驗器失敗!" -#: libraries/Util.class.php:1210 libraries/config/messages.inc.php:487 +#: libraries/Util.class.php:1212 libraries/config/messages.inc.php:489 msgid "Explain SQL" msgstr "SQL說明" -#: libraries/Util.class.php:1218 +#: libraries/Util.class.php:1220 msgid "Skip Explain SQL" msgstr "略過SQL說明" -#: libraries/Util.class.php:1258 +#: libraries/Util.class.php:1260 msgid "Without PHP Code" msgstr "無 PHP 程式碼" -#: libraries/Util.class.php:1261 libraries/config/messages.inc.php:489 +#: libraries/Util.class.php:1263 libraries/config/messages.inc.php:491 msgid "Create PHP Code" msgstr "建立 PHP 程式碼" -#: libraries/Util.class.php:1287 libraries/config/messages.inc.php:488 +#: libraries/Util.class.php:1289 libraries/config/messages.inc.php:490 #: server_status_variables.php:80 msgid "Refresh" msgstr "重新整理" -#: libraries/Util.class.php:1297 +#: libraries/Util.class.php:1299 msgid "Skip Validate SQL" msgstr "略過檢驗 SQL" -#: libraries/Util.class.php:1300 libraries/config/messages.inc.php:491 +#: libraries/Util.class.php:1302 libraries/config/messages.inc.php:493 msgid "Validate SQL" msgstr "檢驗 SQL" -#: libraries/Util.class.php:1362 +#: libraries/Util.class.php:1364 msgid "Inline edit of this query" msgstr "在本頁面編輯此查詢" -#: libraries/Util.class.php:1364 +#: libraries/Util.class.php:1366 msgctxt "Inline edit query" msgid "Inline" msgstr "行間" -#: libraries/Util.class.php:1432 libraries/sql.lib.php:493 +#: libraries/Util.class.php:1434 libraries/sql.lib.php:493 msgid "Profiling" msgstr "概要" #. l10n: Short week day name -#: libraries/Util.class.php:1695 +#: libraries/Util.class.php:1697 msgctxt "Short week day name" msgid "Sun" msgstr "週日" #. l10n: See http://www.php.net/manual/en/function.strftime.php -#: libraries/Util.class.php:1711 +#: libraries/Util.class.php:1713 #: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:69 msgid "%B %d, %Y at %I:%M %p" msgstr "%Y 年 %m 月 %d 日 %H:%M" -#: libraries/Util.class.php:2050 +#: libraries/Util.class.php:2052 #, php-format msgid "%s days, %s hours, %s minutes and %s seconds" msgstr "%s 天 %s 小時,%s 分 %s 秒" -#: libraries/Util.class.php:2139 +#: libraries/Util.class.php:2141 msgid "Missing parameter:" msgstr "缺少必要的參數:" -#: libraries/Util.class.php:2659 +#: libraries/Util.class.php:2661 #, php-format msgid "Jump to database "%s"." msgstr "跳轉到資料庫「%s」。" -#: libraries/Util.class.php:2683 +#: libraries/Util.class.php:2685 #, php-format msgid "The %s functionality is affected by a known bug, see %s" msgstr "%s 功能受到一個已知的缺陷 (bug) 影響,參見 %s" -#: libraries/Util.class.php:2859 +#: libraries/Util.class.php:2861 msgid "Click to toggle" msgstr "點此切換" -#: libraries/Util.class.php:3354 libraries/sql_query_form.lib.php:470 +#: libraries/Util.class.php:3361 libraries/sql_query_form.lib.php:470 #: prefs_manage.php:248 msgid "Browse your computer:" msgstr "從計算機中上傳:" -#: libraries/Util.class.php:3379 +#: libraries/Util.class.php:3386 #, php-format msgid "Select from the web server upload directory %s:" msgstr "選擇 Web 伺服器上傳目錄 %s:" -#: libraries/Util.class.php:3408 libraries/insert_edit.lib.php:1183 +#: libraries/Util.class.php:3415 libraries/insert_edit.lib.php:1183 #: libraries/sql_query_form.lib.php:479 msgid "The directory you set for upload work cannot be reached" msgstr "設定之上傳目錄錯誤,無法使用" -#: libraries/Util.class.php:3419 +#: libraries/Util.class.php:3426 msgid "There are no files to upload" msgstr "沒有可上傳的檔案" -#: libraries/Util.class.php:3444 libraries/Util.class.php:3445 +#: libraries/Util.class.php:3451 libraries/Util.class.php:3452 #: libraries/structure.lib.php:305 msgid "Empty" msgstr "清空" -#: libraries/Util.class.php:3450 libraries/Util.class.php:3451 +#: libraries/Util.class.php:3457 libraries/Util.class.php:3458 msgid "Execute" msgstr "執行" -#: libraries/Util.class.php:3978 +#: libraries/Util.class.php:3985 msgid "Print" msgstr "列印" -#: libraries/Util.class.php:4079 libraries/structure.lib.php:798 +#: libraries/Util.class.php:4086 libraries/structure.lib.php:798 #: libraries/structure.lib.php:1754 tbl_printview.php:410 msgid "Creation" msgstr "建立時間" -#: libraries/Util.class.php:4085 libraries/structure.lib.php:805 +#: libraries/Util.class.php:4092 libraries/structure.lib.php:805 #: libraries/structure.lib.php:1762 tbl_printview.php:421 msgid "Last update" msgstr "最後更新" -#: libraries/Util.class.php:4091 libraries/structure.lib.php:812 +#: libraries/Util.class.php:4098 libraries/structure.lib.php:812 #: libraries/structure.lib.php:1770 tbl_printview.php:432 msgid "Last check" msgstr "最後檢查" @@ -3708,9 +3713,9 @@ msgstr "最後檢查" msgid "shared" msgstr "已共享" -#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:305 -#: libraries/config/setup.forms.php:341 libraries/config/setup.forms.php:364 -#: libraries/config/setup.forms.php:369 +#: libraries/build_html_for_db.lib.php:36 libraries/config/setup.forms.php:308 +#: libraries/config/setup.forms.php:344 libraries/config/setup.forms.php:367 +#: libraries/config/setup.forms.php:372 #: libraries/config/user_preferences.forms.php:204 #: libraries/config/user_preferences.forms.php:240 #: libraries/config/user_preferences.forms.php:263 @@ -3847,8 +3852,8 @@ msgid "Double click" msgstr "" #: libraries/config.values.php:71 libraries/config.values.php:102 -#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:98 -#: libraries/relation.lib.php:105 +#: libraries/config/FormDisplay.tpl.php:223 libraries/relation.lib.php:96 +#: libraries/relation.lib.php:103 msgid "Disabled" msgstr "已關閉" @@ -4002,8 +4007,12 @@ msgstr "還原預設值" msgid "Allow users to customize this value" msgstr "允許使用者自訂該值" +#: libraries/config/FormDisplay.tpl.php:392 +msgid "Apply" +msgstr "" + #: libraries/config/FormDisplay.tpl.php:394 libraries/insert_edit.lib.php:1551 -#: libraries/schema/User_Schema.class.php:555 prefs_manage.php:326 +#: libraries/schema/User_Schema.class.php:554 prefs_manage.php:326 #: prefs_manage.php:331 msgid "Reset" msgstr "重置" @@ -4074,8 +4083,8 @@ msgstr "編輯 CHAR 類型欄位" #: libraries/config/messages.inc.php:30 msgid "" -"Use user-friendly editor for editing SQL queries ([a@http://codemirror.net/]" -"CodeMirror[/a]) with syntax highlighting and line numbers" +"Use user-friendly editor for editing SQL queries ([a@http://codemirror." +"net/]CodeMirror[/a]) with syntax highlighting and line numbers" msgstr "" #: libraries/config/messages.inc.php:31 @@ -4260,8 +4269,8 @@ msgstr "壓縮" #: libraries/config/messages.inc.php:104 libraries/config/messages.inc.php:106 #: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:142 #: libraries/config/messages.inc.php:144 -#: libraries/plugins/export/ExportCsv.class.php:118 -#: libraries/plugins/export/ExportExcel.class.php:67 +#: libraries/plugins/export/ExportCsv.class.php:119 +#: libraries/plugins/export/ExportExcel.class.php:68 #: libraries/plugins/export/ExportHtmlword.class.php:90 #: libraries/plugins/export/ExportOds.class.php:75 #: libraries/plugins/export/ExportOdt.class.php:128 @@ -4489,8 +4498,8 @@ msgstr "自訂瀏覽模式" msgid "Customize default options" msgstr "自定預設選項" -#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:243 -#: libraries/config/setup.forms.php:316 +#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:246 +#: libraries/config/setup.forms.php:319 #: libraries/config/user_preferences.forms.php:144 #: libraries/config/user_preferences.forms.php:215 msgid "CSV" @@ -4600,8 +4609,9 @@ msgstr "頁面標題" #: libraries/config/messages.inc.php:191 msgid "" -"Specify browser's title bar text. Refer to [doc@cfg_TitleTable]documentation" -"[/doc] for magic strings that can be used to get special values." +"Specify browser's title bar text. Refer to " +"[doc@cfg_TitleTable]documentation[/doc] for magic strings that can be used " +"to get special values." msgstr "" "設定瀏覽器標題欄所顯示的文字。參見[doc@cfg_TitleTable]檔案[/doc]中關於可以取" "得特殊值的魔術字元串。" @@ -5380,11 +5390,11 @@ msgstr "書籤表" #: libraries/config/messages.inc.php:378 #, fuzzy #| msgid "" -#| "Leave blank for no column comments/mime types, suggested: [kbd]" -#| "pma_column_info[/kbd]" +#| "Leave blank for no column comments/mime types, suggested: " +#| "[kbd]pma_column_info[/kbd]" msgid "" -"Leave blank for no column comments/mime types, suggested: [kbd]" -"pma__column_info[/kbd]" +"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:379 @@ -5495,8 +5505,8 @@ msgstr "隱藏資料庫" #: libraries/config/messages.inc.php:399 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history" -#| "[/kbd]" +#| "Leave blank for no SQL query history support, suggested: " +#| "[kbd]pma_history[/kbd]" msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]" @@ -5537,6 +5547,16 @@ msgid "Connect without password" msgstr "用空密碼連線" #: libraries/config/messages.inc.php:408 +msgid "Check if you want tp use reCaptcha on the login screen" +msgstr "" + +#: libraries/config/messages.inc.php:409 +#, fuzzy +#| msgid "Table Search" +msgid "Enable reCaptcha" +msgstr "資料表搜尋" + +#: libraries/config/messages.inc.php:410 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -5554,19 +5574,19 @@ msgstr "" "您可以對資料庫列表排序,只要依序輸入它們的名稱並在最後加上 [kbd]*[/kbd] 顯示" "剩下的資料庫(依字母排序)。" -#: libraries/config/messages.inc.php:409 +#: libraries/config/messages.inc.php:411 msgid "Show only listed databases" msgstr "僅顯示列出的資料庫" -#: libraries/config/messages.inc.php:410 libraries/config/messages.inc.php:451 +#: libraries/config/messages.inc.php:412 libraries/config/messages.inc.php:453 msgid "Leave empty if not using config auth" msgstr "如果不使用 config 認證方式,請留空" -#: libraries/config/messages.inc.php:411 +#: libraries/config/messages.inc.php:413 msgid "Password for config auth" msgstr "config 認證方式的密碼" -#: libraries/config/messages.inc.php:412 +#: libraries/config/messages.inc.php:414 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -5574,11 +5594,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:413 +#: libraries/config/messages.inc.php:415 msgid "PDF schema: pages table" msgstr "PDF 大綱: 資料表頁" -#: libraries/config/messages.inc.php:414 +#: libraries/config/messages.inc.php:416 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 " @@ -5587,85 +5607,85 @@ msgstr "" "關聯、書籤、PDF 功能所用的資料庫。參見 [a@http://wiki.phpmyadmin.net/pma/" "pmadb]pmadb [/a]。不使用請留空。預設: [kbd]phpmyadmin[/kbd]" -#: libraries/config/messages.inc.php:415 +#: libraries/config/messages.inc.php:417 msgid "Database name" msgstr "資料庫名" -#: libraries/config/messages.inc.php:416 +#: libraries/config/messages.inc.php:418 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "MySQL 伺服器監聽的連接埠,留空爲預設" -#: libraries/config/messages.inc.php:417 +#: libraries/config/messages.inc.php:419 msgid "Server port" msgstr "伺服器端口" -#: libraries/config/messages.inc.php:418 +#: libraries/config/messages.inc.php:420 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:419 +#: libraries/config/messages.inc.php:421 msgid "Recently used table" msgstr "最近使用的資料表" -#: libraries/config/messages.inc.php:420 +#: libraries/config/messages.inc.php:422 #, fuzzy #| msgid "" #| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma_relation[/kbd]" msgid "" -"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" -"[/a] support, suggested: [kbd]pma__relation[/kbd]" +"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-" +"links[/a] support, suggested: [kbd]pma__relation[/kbd]" msgstr "" "不使用[a@http://wiki.phpmyadmin.net/pma/relation]關聯連結 [/a]功能請留空,預" "設:[kbd]pma_relation[/kbd]" -#: libraries/config/messages.inc.php:421 +#: libraries/config/messages.inc.php:423 msgid "Relation table" msgstr "關係表" -#: libraries/config/messages.inc.php:422 +#: libraries/config/messages.inc.php:424 msgid "SQL command to fetch available databases" msgstr "取得所有可用資料庫的 SQL 指令" -#: libraries/config/messages.inc.php:423 +#: libraries/config/messages.inc.php:425 msgid "SHOW DATABASES command" msgstr "顯示資料庫(SHOW DATABASES)命令" -#: libraries/config/messages.inc.php:424 +#: libraries/config/messages.inc.php:426 msgid "" -"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" -"[/a] for an example" +"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] for an example" msgstr "" "參見[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認證方式 [/a]中的例子" -#: libraries/config/messages.inc.php:425 +#: libraries/config/messages.inc.php:427 msgid "Signon session name" msgstr "Signon 連線名" -#: libraries/config/messages.inc.php:426 +#: libraries/config/messages.inc.php:428 msgid "Signon URL" msgstr "登錄網址" -#: libraries/config/messages.inc.php:427 +#: libraries/config/messages.inc.php:429 msgid "Socket on which MySQL server is listening, leave empty for default" msgstr "MySQL 伺服器監聽的連線埠,留空爲預設" -#: libraries/config/messages.inc.php:428 +#: libraries/config/messages.inc.php:430 msgid "Server socket" msgstr "伺服器套接字 (socket)" -#: libraries/config/messages.inc.php:429 +#: libraries/config/messages.inc.php:431 msgid "Enable SSL for connection to MySQL server" msgstr "使用 SSL 連線到 MySQL 伺服器" -#: libraries/config/messages.inc.php:430 +#: libraries/config/messages.inc.php:432 msgid "Use SSL" msgstr "使用 SSL" -#: libraries/config/messages.inc.php:431 +#: libraries/config/messages.inc.php:433 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -5675,11 +5695,11 @@ msgid "" "kbd]" msgstr "不使用 PDF 大綱功能請留空,預設:[kbd]pma_table_coords[/kbd]" -#: libraries/config/messages.inc.php:432 +#: libraries/config/messages.inc.php:434 msgid "PDF schema: table coordinates" msgstr "PDF 大綱: 資料表同時" -#: libraries/config/messages.inc.php:433 +#: libraries/config/messages.inc.php:435 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -5689,124 +5709,124 @@ msgid "" "suggested: [kbd]pma__table_info[/kbd]" msgstr "描述顯示欄位的表,不使用請留空,預設:[kbd]pma_table_info[/kbd]" -#: libraries/config/messages.inc.php:434 +#: libraries/config/messages.inc.php:436 msgid "Display columns table" msgstr "顯示字段表" -#: libraries/config/messages.inc.php:435 +#: libraries/config/messages.inc.php:437 #, fuzzy #| msgid "" -#| "ve blank for no user preferences storage in database, suggested: [kbd]" -#| "_config[/kbd]" +#| "ve blank for no user preferences storage in database, suggested: " +#| "[kbd]_config[/kbd]" msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]" msgstr "不在資料庫中儲存使用者偏好請留空,預設:[kbd]pma_config[/kbd]" -#: libraries/config/messages.inc.php:436 +#: libraries/config/messages.inc.php:438 msgid "UI preferences table" msgstr "「介面偏好」資料表" -#: libraries/config/messages.inc.php:437 +#: libraries/config/messages.inc.php:439 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:438 +#: libraries/config/messages.inc.php:440 msgid "Add DROP DATABASE" msgstr "新增 DROP DATABASE" -#: libraries/config/messages.inc.php:439 +#: libraries/config/messages.inc.php:441 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:440 +#: libraries/config/messages.inc.php:442 msgid "Add DROP TABLE" msgstr "新增 DROP TABLE" -#: libraries/config/messages.inc.php:441 +#: libraries/config/messages.inc.php:443 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "設定當 view 建立時,是否在紀錄檔前面加上 DROP VIEW IF EXISTS 命令。" -#: libraries/config/messages.inc.php:442 +#: libraries/config/messages.inc.php:444 msgid "Add DROP VIEW" msgstr "新增 DROP VIEW" -#: libraries/config/messages.inc.php:443 +#: libraries/config/messages.inc.php:445 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "給新版的自動建立指定一個指令清單。" -#: libraries/config/messages.inc.php:444 +#: libraries/config/messages.inc.php:446 msgid "Statements to track" msgstr "要追蹤的命令" -#: libraries/config/messages.inc.php:445 +#: libraries/config/messages.inc.php:447 #, fuzzy #| msgid "" -#| "Leave blank for no SQL query tracking support, suggested: [kbd]" -#| "pma_tracking[/kbd]" +#| "Leave blank for no SQL query tracking support, suggested: " +#| "[kbd]pma_tracking[/kbd]" msgid "" -"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking" -"[/kbd]" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]" msgstr "不使用 SQL 查詢追蹤功能請留空,預設:[kbd]pma_tracking[/kbd]" -#: libraries/config/messages.inc.php:446 +#: libraries/config/messages.inc.php:448 msgid "SQL query tracking table" msgstr "SQL 查詢追蹤表" -#: libraries/config/messages.inc.php:447 +#: libraries/config/messages.inc.php:449 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "設定追蹤系統是否自動爲資料表和 view 建立版本。" -#: libraries/config/messages.inc.php:448 +#: libraries/config/messages.inc.php:450 msgid "Automatically create versions" msgstr "自動建立版本" -#: libraries/config/messages.inc.php:449 +#: libraries/config/messages.inc.php:451 #, fuzzy #| msgid "" -#| "ve blank for no user preferences storage in database, suggested: [kbd]" -#| "_config[/kbd]" +#| "ve blank for no user preferences storage in database, suggested: " +#| "[kbd]_config[/kbd]" msgid "" -"Leave blank for no user preferences storage in database, suggested: [kbd]" -"pma__userconfig[/kbd]" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]" msgstr "不在資料庫中儲存使用者偏好請留空,預設:[kbd]pma_config[/kbd]" -#: libraries/config/messages.inc.php:450 +#: libraries/config/messages.inc.php:452 msgid "User preferences storage table" msgstr "使用者偏好表" -#: libraries/config/messages.inc.php:452 +#: libraries/config/messages.inc.php:454 msgid "User for config auth" msgstr "config 認證方式的帳號" -#: libraries/config/messages.inc.php:453 +#: libraries/config/messages.inc.php:455 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "一個好記的名字。留空將顯示主機名。" -#: libraries/config/messages.inc.php:454 +#: libraries/config/messages.inc.php:456 msgid "Verbose name of this server" msgstr "伺服器名稱" -#: libraries/config/messages.inc.php:455 +#: libraries/config/messages.inc.php:457 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "設定是否給使用者顯示一個 "顯示所有 (記錄)" 的按鈕" -#: libraries/config/messages.inc.php:456 +#: libraries/config/messages.inc.php:458 msgid "Allow to display all the rows" msgstr "允許顯示所有行" -#: libraries/config/messages.inc.php:457 +#: libraries/config/messages.inc.php:459 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -5815,138 +5835,138 @@ msgstr "" "注意:該選項不影響 [kbd]config[/kbd] 認證方式,因爲密碼是儲存在設定檔案中,該" "選項也不限制直接執行可實現相同功能的命令" -#: libraries/config/messages.inc.php:458 +#: libraries/config/messages.inc.php:460 msgid "Show password change form" msgstr "顯示修改密碼" -#: libraries/config/messages.inc.php:459 +#: libraries/config/messages.inc.php:461 msgid "Show create database form" msgstr "顯示建立資料庫表單" -#: libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:462 msgid "Show or hide a column displaying the Creation timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:461 +#: libraries/config/messages.inc.php:463 #, fuzzy #| msgid "Show more actions" msgid "Show Creation timestamp" msgstr "顯示更多操作" -#: libraries/config/messages.inc.php:462 +#: libraries/config/messages.inc.php:464 msgid "" "Show or hide a column displaying the Last update timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:463 +#: libraries/config/messages.inc.php:465 msgid "Show Last update timestamp" msgstr "" -#: libraries/config/messages.inc.php:464 +#: libraries/config/messages.inc.php:466 msgid "" "Show or hide a column displaying the Last check timestamp for all tables" msgstr "" -#: libraries/config/messages.inc.php:465 +#: libraries/config/messages.inc.php:467 #, fuzzy #| msgid "Show master status" msgid "Show Last check timestamp" msgstr "查看主伺服器狀態" -#: libraries/config/messages.inc.php:466 +#: libraries/config/messages.inc.php:468 msgid "" "Defines whether or not type display direction option is shown when browsing " "a table" msgstr "是否在瀏覽資料表時顯示文字方向選項" -#: libraries/config/messages.inc.php:467 +#: libraries/config/messages.inc.php:469 msgid "Show display direction" msgstr "文字方向" -#: libraries/config/messages.inc.php:468 +#: libraries/config/messages.inc.php:470 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode" msgstr "定義在編輯/插入模式中是否顯示欄位類型一列" -#: libraries/config/messages.inc.php:469 +#: libraries/config/messages.inc.php:471 msgid "Show field types" msgstr "顯示字段類型" -#: libraries/config/messages.inc.php:470 +#: libraries/config/messages.inc.php:472 msgid "Display the function fields in edit/insert mode" msgstr "在編輯/插入模式中顯示函數列" -#: libraries/config/messages.inc.php:471 +#: libraries/config/messages.inc.php:473 msgid "Show function fields" msgstr "顯示函數列" -#: libraries/config/messages.inc.php:472 +#: libraries/config/messages.inc.php:474 msgid "Whether to show hint or not" msgstr "是否顯示使用小技巧" -#: libraries/config/messages.inc.php:473 +#: libraries/config/messages.inc.php:475 msgid "Show hint" msgstr "顯示小技巧" -#: libraries/config/messages.inc.php:474 +#: libraries/config/messages.inc.php:476 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:475 +#: libraries/config/messages.inc.php:477 msgid "Show phpinfo() link" msgstr "顯示 phpinfo() 連結" -#: libraries/config/messages.inc.php:476 +#: libraries/config/messages.inc.php:478 msgid "Show detailed MySQL server information" msgstr "顯示 MySQL 伺服器詳細資訊" -#: libraries/config/messages.inc.php:477 +#: libraries/config/messages.inc.php:479 msgid "Defines whether SQL queries generated by phpMyAdmin should be displayed" msgstr "定義是否顯示 phpMyAdmin 產生的 SQL 查詢" -#: libraries/config/messages.inc.php:478 +#: libraries/config/messages.inc.php:480 msgid "Show SQL queries" msgstr "顯示 SQL 查詢" -#: libraries/config/messages.inc.php:479 +#: libraries/config/messages.inc.php:481 msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "是否讓查詢的對話框在送出查詢後繼續保留" -#: libraries/config/messages.inc.php:480 libraries/sql_query_form.lib.php:373 +#: libraries/config/messages.inc.php:482 libraries/sql_query_form.lib.php:373 msgid "Retain query box" msgstr "保留查詢框" -#: libraries/config/messages.inc.php:481 +#: libraries/config/messages.inc.php:483 msgid "Allow to display database and table statistics (eg. space usage)" msgstr "允許顯示資料庫和資料表的統計資訊 (如:空間使用)" -#: libraries/config/messages.inc.php:482 +#: libraries/config/messages.inc.php:484 msgid "Show statistics" msgstr "顯示統計" -#: libraries/config/messages.inc.php:483 +#: libraries/config/messages.inc.php:485 msgid "Display table comments in tooltips" msgstr "在提示視窗顯示資料表備註" -#: libraries/config/messages.inc.php:484 +#: libraries/config/messages.inc.php:486 msgid "" "Mark used tables and make it possible to show databases with locked tables" msgstr "將已鎖定的資料表在資料庫中顯示爲使用中" -#: libraries/config/messages.inc.php:485 +#: libraries/config/messages.inc.php:487 msgid "Skip locked tables" msgstr "跳過鎖定的表" -#: libraries/config/messages.inc.php:490 +#: libraries/config/messages.inc.php:492 msgid "Requires SQL Validator to be enabled" msgstr "需要啓用 SQL 檢驗器" -#: libraries/config/messages.inc.php:492 libraries/replication_gui.lib.php:65 +#: libraries/config/messages.inc.php:494 libraries/replication_gui.lib.php:65 #: libraries/replication_gui.lib.php:365 libraries/replication_gui.lib.php:375 #: libraries/server_privileges.lib.php:1195 #: libraries/server_privileges.lib.php:1219 @@ -5954,36 +5974,36 @@ msgstr "需要啓用 SQL 檢驗器" msgid "Password" msgstr "密碼" -#: libraries/config/messages.inc.php:493 +#: libraries/config/messages.inc.php:495 msgid "" "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " "installed" msgstr "[strong]警告:[/strong]需要安裝 PHP SOAP 外掛或 PEAR SOAP" -#: libraries/config/messages.inc.php:494 +#: libraries/config/messages.inc.php:496 msgid "Enable SQL Validator" msgstr "啓用 SQL 檢驗器" -#: libraries/config/messages.inc.php:495 +#: libraries/config/messages.inc.php:497 msgid "" "If you have a custom username, specify it here (defaults to [kbd]anonymous[/" "kbd])" msgstr "如果您有自己的帳號,請在這裏輸入 (預設爲 [kbd]anonymous (匿名)[/kbd])" -#: libraries/config/messages.inc.php:496 tbl_tracking.php:556 +#: libraries/config/messages.inc.php:498 tbl_tracking.php:556 #: tbl_tracking.php:618 msgid "Username" msgstr "使用者名" -#: libraries/config/messages.inc.php:497 +#: libraries/config/messages.inc.php:499 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "若檢測到 Suhosin 將在首頁顯示一個警告" -#: libraries/config/messages.inc.php:498 +#: libraries/config/messages.inc.php:500 msgid "Suhosin warning" msgstr "Suhosin 警告" -#: libraries/config/messages.inc.php:499 +#: libraries/config/messages.inc.php:501 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -5991,11 +6011,11 @@ msgstr "" "編輯模式的文字框大小 (列數),此值將用於 SQL 查詢文字框 (*2) 和查詢視窗 " "(*1.25)" -#: libraries/config/messages.inc.php:500 +#: libraries/config/messages.inc.php:502 msgid "Textarea columns" msgstr "文本框列" -#: libraries/config/messages.inc.php:501 +#: libraries/config/messages.inc.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2) and for query window (*1.25)" @@ -6003,31 +6023,31 @@ msgstr "" "編輯模式的文字框大小 (行數),此值將用於 SQL 查詢文字框 (*2) 和查詢視窗 " "(*1.25)" -#: libraries/config/messages.inc.php:502 +#: libraries/config/messages.inc.php:504 msgid "Textarea rows" msgstr "文字框行" -#: libraries/config/messages.inc.php:503 +#: libraries/config/messages.inc.php:505 msgid "Title of browser window when a database is selected" msgstr "選中一個資料庫時瀏覽器視窗的標題" -#: libraries/config/messages.inc.php:505 +#: libraries/config/messages.inc.php:507 msgid "Title of browser window when nothing is selected" msgstr "未選擇時瀏覽器視窗的標題" -#: libraries/config/messages.inc.php:506 +#: libraries/config/messages.inc.php:508 msgid "Default title" msgstr "默認標題" -#: libraries/config/messages.inc.php:507 +#: libraries/config/messages.inc.php:509 msgid "Title of browser window when a server is selected" msgstr "選中一個伺服器時瀏覽器視窗的標題" -#: libraries/config/messages.inc.php:509 +#: libraries/config/messages.inc.php:511 msgid "Title of browser window when a table is selected" msgstr "選中一張資料表時瀏覽器視窗的標題" -#: libraries/config/messages.inc.php:511 +#: libraries/config/messages.inc.php:513 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-" @@ -6038,45 +6058,45 @@ 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:512 +#: libraries/config/messages.inc.php:514 msgid "List of trusted proxies for IP allow/deny" msgstr "可信代理IP列表" -#: libraries/config/messages.inc.php:513 +#: libraries/config/messages.inc.php:515 msgid "Directory on server where you can upload files for import" msgstr "伺服器上用來存放匯入檔案的資料夾" -#: libraries/config/messages.inc.php:514 +#: libraries/config/messages.inc.php:516 msgid "Upload directory" msgstr "上傳資料夾" -#: libraries/config/messages.inc.php:515 +#: libraries/config/messages.inc.php:517 msgid "Allow for searching inside the entire database" msgstr "允許搜尋整個資料庫" -#: libraries/config/messages.inc.php:516 +#: libraries/config/messages.inc.php:518 msgid "Use database search" msgstr "使用資料庫搜尋" -#: libraries/config/messages.inc.php:517 +#: libraries/config/messages.inc.php:519 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right" msgstr "停用時,使用者不能設定下列選項,右側的複選框被忽略" -#: libraries/config/messages.inc.php:518 +#: libraries/config/messages.inc.php:520 msgid "Enable the Developer tab in settings" msgstr "啓用設定中的開發標籤" -#: libraries/config/messages.inc.php:519 setup/frames/index.inc.php:275 +#: libraries/config/messages.inc.php:521 setup/frames/index.inc.php:275 msgid "Check for latest version" msgstr "檢查更新" -#: libraries/config/messages.inc.php:520 +#: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" msgstr "允許在 phpMyAdmin 首頁面中檢查最新版本" -#: libraries/config/messages.inc.php:521 setup/lib/index.lib.php:132 +#: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:132 #: setup/lib/index.lib.php:143 setup/lib/index.lib.php:164 #: setup/lib/index.lib.php:175 setup/lib/index.lib.php:187 #: setup/lib/index.lib.php:195 setup/lib/index.lib.php:202 @@ -6084,7 +6104,7 @@ msgstr "允許在 phpMyAdmin 首頁面中檢查最新版本" msgid "Version check" msgstr "檢查更新" -#: libraries/config/messages.inc.php:522 +#: libraries/config/messages.inc.php:524 msgid "" "The url of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin. You need this if the server where phpMyAdmin " @@ -6092,36 +6112,36 @@ msgid "" "\"hostname:portnumber\"" msgstr "" -#: libraries/config/messages.inc.php:523 +#: libraries/config/messages.inc.php:525 #, fuzzy #| msgid "Version check" msgid "Version check proxy url" msgstr "檢查更新" -#: libraries/config/messages.inc.php:524 +#: libraries/config/messages.inc.php:526 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:525 +#: libraries/config/messages.inc.php:527 #, fuzzy #| msgid "Version check" msgid "Version check proxy username" msgstr "檢查更新" -#: libraries/config/messages.inc.php:526 +#: libraries/config/messages.inc.php:528 msgid "The password for authenticating with the proxy" msgstr "" -#: libraries/config/messages.inc.php:527 +#: libraries/config/messages.inc.php:529 #, fuzzy #| msgid "Version check" msgid "Version check proxy password" msgstr "檢查更新" -#: libraries/config/messages.inc.php:529 +#: libraries/config/messages.inc.php:531 msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" @@ -6129,32 +6149,48 @@ msgstr "" "允許在匯入和匯出時使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP " "[/a] 壓縮" -#: libraries/config/messages.inc.php:530 +#: libraries/config/messages.inc.php:532 msgid "ZIP" msgstr "ZIP" -#: libraries/config/setup.forms.php:41 +#: libraries/config/messages.inc.php:533 +msgid "Enter your public key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:535 +msgid "Enter your private key for your domain reCaptcha service" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/setup.forms.php:42 msgid "Config authentication" msgstr "Config 認證" -#: libraries/config/setup.forms.php:45 +#: libraries/config/setup.forms.php:46 msgid "Cookie authentication" msgstr "Cookie 認證" -#: libraries/config/setup.forms.php:48 +#: libraries/config/setup.forms.php:49 msgid "HTTP authentication" msgstr "HTTP 認證" -#: libraries/config/setup.forms.php:51 +#: libraries/config/setup.forms.php:52 msgid "Signon authentication" msgstr "Signon 認證" -#: libraries/config/setup.forms.php:251 +#: libraries/config/setup.forms.php:254 #: libraries/config/user_preferences.forms.php:152 msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" -#: libraries/config/setup.forms.php:260 libraries/config/setup.forms.php:353 +#: libraries/config/setup.forms.php:263 libraries/config/setup.forms.php:356 #: libraries/config/user_preferences.forms.php:160 #: libraries/config/user_preferences.forms.php:252 #, fuzzy @@ -6162,32 +6198,32 @@ msgstr "CSV 使用 LOAD DATA" msgid "OpenDocument Spreadsheet" msgstr "OpenOffice 表格" -#: libraries/config/setup.forms.php:267 +#: libraries/config/setup.forms.php:270 #: libraries/config/user_preferences.forms.php:167 msgid "Quick" msgstr "快速" -#: libraries/config/setup.forms.php:271 +#: libraries/config/setup.forms.php:274 #: libraries/config/user_preferences.forms.php:171 msgid "Custom" msgstr "自訂" -#: libraries/config/setup.forms.php:292 +#: libraries/config/setup.forms.php:295 #: libraries/config/user_preferences.forms.php:191 msgid "Database export options" msgstr "資料庫匯出選項" -#: libraries/config/setup.forms.php:325 +#: libraries/config/setup.forms.php:328 #: libraries/config/user_preferences.forms.php:224 msgid "CSV for MS Excel" msgstr "MS Excel 的 CSV 格式" -#: libraries/config/setup.forms.php:348 +#: libraries/config/setup.forms.php:351 #: libraries/config/user_preferences.forms.php:247 msgid "Microsoft Word 2000" msgstr "微軟 Word 2000" -#: libraries/config/setup.forms.php:357 +#: libraries/config/setup.forms.php:360 #: libraries/config/user_preferences.forms.php:256 #, fuzzy #| msgid "Open Document Text" @@ -7021,8 +7057,8 @@ msgstr "在第 %s 個欄位建立索引" msgid "Hide" msgstr "隱藏" -#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:239 -#: libraries/mysql_charsets.lib.php:440 +#: libraries/insert_edit.lib.php:460 libraries/mysql_charsets.lib.php:143 +#: libraries/mysql_charsets.lib.php:345 msgid "Binary" msgstr "二進制" @@ -7147,189 +7183,189 @@ msgstr "您真的要" msgid "No change" msgstr "無更改" -#: libraries/mysql_charsets.lib.php:130 +#: libraries/mysql_charsets.lib.php:34 msgid "Charset" msgstr "字集" -#: libraries/mysql_charsets.lib.php:251 +#: libraries/mysql_charsets.lib.php:155 msgid "Bulgarian" msgstr "保加利亞語" -#: libraries/mysql_charsets.lib.php:255 libraries/mysql_charsets.lib.php:380 +#: libraries/mysql_charsets.lib.php:159 libraries/mysql_charsets.lib.php:285 msgid "Simplified Chinese" msgstr "簡體中文" -#: libraries/mysql_charsets.lib.php:257 libraries/mysql_charsets.lib.php:400 +#: libraries/mysql_charsets.lib.php:161 libraries/mysql_charsets.lib.php:305 msgid "Traditional Chinese" msgstr "正體中文" -#: libraries/mysql_charsets.lib.php:261 libraries/mysql_charsets.lib.php:447 +#: libraries/mysql_charsets.lib.php:165 libraries/mysql_charsets.lib.php:352 msgid "case-insensitive" msgstr "不區分大小寫" -#: libraries/mysql_charsets.lib.php:264 libraries/mysql_charsets.lib.php:449 +#: libraries/mysql_charsets.lib.php:168 libraries/mysql_charsets.lib.php:354 msgid "case-sensitive" msgstr "區分大小寫" -#: libraries/mysql_charsets.lib.php:267 +#: libraries/mysql_charsets.lib.php:171 msgid "Croatian" msgstr "克羅地亞語" -#: libraries/mysql_charsets.lib.php:270 +#: libraries/mysql_charsets.lib.php:174 msgid "Czech" msgstr "捷克語" -#: libraries/mysql_charsets.lib.php:273 +#: libraries/mysql_charsets.lib.php:177 msgid "Danish" msgstr "丹麥語" -#: libraries/mysql_charsets.lib.php:276 +#: libraries/mysql_charsets.lib.php:180 msgid "English" msgstr "英語" -#: libraries/mysql_charsets.lib.php:279 +#: libraries/mysql_charsets.lib.php:183 msgid "Esperanto" msgstr "世界語" -#: libraries/mysql_charsets.lib.php:282 +#: libraries/mysql_charsets.lib.php:186 msgid "Estonian" msgstr "愛沙尼亞語" -#: libraries/mysql_charsets.lib.php:285 libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:189 libraries/mysql_charsets.lib.php:192 msgid "German" msgstr "德語" -#: libraries/mysql_charsets.lib.php:285 +#: libraries/mysql_charsets.lib.php:189 msgid "dictionary" msgstr "字典" -#: libraries/mysql_charsets.lib.php:288 +#: libraries/mysql_charsets.lib.php:192 msgid "phone book" msgstr "電話本" -#: libraries/mysql_charsets.lib.php:291 +#: libraries/mysql_charsets.lib.php:195 msgid "Hungarian" msgstr "匈牙利語" -#: libraries/mysql_charsets.lib.php:294 +#: libraries/mysql_charsets.lib.php:198 msgid "Icelandic" msgstr "冰島語" -#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:387 +#: libraries/mysql_charsets.lib.php:201 libraries/mysql_charsets.lib.php:292 msgid "Japanese" msgstr "日語" -#: libraries/mysql_charsets.lib.php:300 +#: libraries/mysql_charsets.lib.php:204 msgid "Latvian" msgstr "拉脫維亞語" -#: libraries/mysql_charsets.lib.php:303 +#: libraries/mysql_charsets.lib.php:207 msgid "Lithuanian" msgstr "立陶宛語" -#: libraries/mysql_charsets.lib.php:306 libraries/mysql_charsets.lib.php:409 +#: libraries/mysql_charsets.lib.php:210 libraries/mysql_charsets.lib.php:314 msgid "Korean" msgstr "朝鮮語" -#: libraries/mysql_charsets.lib.php:309 +#: libraries/mysql_charsets.lib.php:213 msgid "Persian" msgstr "波斯語" -#: libraries/mysql_charsets.lib.php:312 +#: libraries/mysql_charsets.lib.php:216 msgid "Polish" msgstr "波蘭語" -#: libraries/mysql_charsets.lib.php:315 libraries/mysql_charsets.lib.php:363 +#: libraries/mysql_charsets.lib.php:219 libraries/mysql_charsets.lib.php:268 msgid "West European" msgstr "西歐" -#: libraries/mysql_charsets.lib.php:318 +#: libraries/mysql_charsets.lib.php:222 msgid "Romanian" msgstr "羅馬尼亞語" -#: libraries/mysql_charsets.lib.php:321 +#: libraries/mysql_charsets.lib.php:225 msgid "Slovak" msgstr "斯洛伐克語" -#: libraries/mysql_charsets.lib.php:324 +#: libraries/mysql_charsets.lib.php:228 msgid "Slovenian" msgstr "斯洛文尼亞語" -#: libraries/mysql_charsets.lib.php:327 +#: libraries/mysql_charsets.lib.php:231 msgid "Spanish" msgstr "西班牙語" -#: libraries/mysql_charsets.lib.php:330 +#: libraries/mysql_charsets.lib.php:234 msgid "Traditional Spanish" msgstr "傳統西班牙語" -#: libraries/mysql_charsets.lib.php:333 libraries/mysql_charsets.lib.php:430 +#: libraries/mysql_charsets.lib.php:237 libraries/mysql_charsets.lib.php:335 msgid "Swedish" msgstr "瑞典語" -#: libraries/mysql_charsets.lib.php:336 libraries/mysql_charsets.lib.php:433 +#: libraries/mysql_charsets.lib.php:240 libraries/mysql_charsets.lib.php:338 msgid "Thai" msgstr "泰語" -#: libraries/mysql_charsets.lib.php:339 libraries/mysql_charsets.lib.php:427 +#: libraries/mysql_charsets.lib.php:243 libraries/mysql_charsets.lib.php:332 msgid "Turkish" msgstr "土耳其語" -#: libraries/mysql_charsets.lib.php:342 libraries/mysql_charsets.lib.php:424 +#: libraries/mysql_charsets.lib.php:246 libraries/mysql_charsets.lib.php:329 msgid "Ukrainian" msgstr "烏克蘭語" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 msgid "Unicode" msgstr "Unicode" -#: libraries/mysql_charsets.lib.php:345 libraries/mysql_charsets.lib.php:354 -#: libraries/mysql_charsets.lib.php:363 libraries/mysql_charsets.lib.php:370 -#: libraries/mysql_charsets.lib.php:392 libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:249 libraries/mysql_charsets.lib.php:259 +#: libraries/mysql_charsets.lib.php:268 libraries/mysql_charsets.lib.php:275 +#: libraries/mysql_charsets.lib.php:297 libraries/mysql_charsets.lib.php:308 msgid "multilingual" msgstr "多語言" -#: libraries/mysql_charsets.lib.php:370 +#: libraries/mysql_charsets.lib.php:275 msgid "Central European" msgstr "中歐" -#: libraries/mysql_charsets.lib.php:375 +#: libraries/mysql_charsets.lib.php:280 msgid "Russian" msgstr "俄語" -#: libraries/mysql_charsets.lib.php:392 +#: libraries/mysql_charsets.lib.php:297 msgid "Baltic" msgstr "巴拉克語" -#: libraries/mysql_charsets.lib.php:397 +#: libraries/mysql_charsets.lib.php:302 msgid "Armenian" msgstr "亞美尼亞語" -#: libraries/mysql_charsets.lib.php:403 +#: libraries/mysql_charsets.lib.php:308 msgid "Cyrillic" msgstr "西里爾語" -#: libraries/mysql_charsets.lib.php:406 +#: libraries/mysql_charsets.lib.php:311 msgid "Arabic" msgstr "阿拉伯語" -#: libraries/mysql_charsets.lib.php:412 +#: libraries/mysql_charsets.lib.php:317 msgid "Hebrew" msgstr "希伯來語" -#: libraries/mysql_charsets.lib.php:415 +#: libraries/mysql_charsets.lib.php:320 msgid "Georgian" msgstr "喬治亞語" -#: libraries/mysql_charsets.lib.php:418 +#: libraries/mysql_charsets.lib.php:323 msgid "Greek" msgstr "希臘語" -#: libraries/mysql_charsets.lib.php:421 +#: libraries/mysql_charsets.lib.php:326 msgid "Czech-Slovak" msgstr "捷克斯洛伐克語" -#: libraries/mysql_charsets.lib.php:436 libraries/mysql_charsets.lib.php:443 +#: libraries/mysql_charsets.lib.php:341 libraries/mysql_charsets.lib.php:348 #: libraries/structure.lib.php:1068 msgid "unknown" msgstr "未知" @@ -7531,7 +7567,7 @@ msgstr "將表改名爲" msgid "Table comments" msgstr "表註釋" -#: libraries/operations.lib.php:796 server_engines.php:75 +#: libraries/operations.lib.php:796 server_engines.php:71 msgid "Storage Engine" msgstr "儲存引擎" @@ -7692,20 +7728,28 @@ msgstr "使用者名稱:" msgid "Server Choice:" msgstr "選擇伺服器" -#: libraries/plugins/auth/AuthenticationCookie.class.php:575 +#: libraries/plugins/auth/AuthenticationCookie.class.php:391 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:400 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.class.php:662 #: libraries/plugins/auth/AuthenticationSignon.class.php:249 msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "空密碼登錄被禁止 (參見 允許空密碼)" -#: libraries/plugins/auth/AuthenticationCookie.class.php:582 +#: libraries/plugins/auth/AuthenticationCookie.class.php:669 #: libraries/plugins/auth/AuthenticationSignon.class.php:256 #, php-format msgid "No activity within %s seconds; please log in again" msgstr "登錄超時 (%s 秒未操作),請重新登錄" -#: libraries/plugins/auth/AuthenticationCookie.class.php:587 -#: libraries/plugins/auth/AuthenticationCookie.class.php:589 +#: libraries/plugins/auth/AuthenticationCookie.class.php:674 +#: libraries/plugins/auth/AuthenticationCookie.class.php:676 #: libraries/plugins/auth/AuthenticationSignon.class.php:265 msgid "Cannot log in to the MySQL server" msgstr "無法登錄 MySQL 伺服器" @@ -7771,7 +7815,7 @@ msgstr "將 NULL 替換爲:" msgid "Remove carriage return/line feed characters within columns" msgstr "刪除欄位中的回車換行符號" -#: libraries/plugins/export/ExportExcel.class.php:78 +#: libraries/plugins/export/ExportExcel.class.php:79 msgid "Excel edition:" msgstr "Excel版本:" @@ -8194,6 +8238,12 @@ msgid "" "the issue and try again." msgstr "該 XML 檔案有錯誤或者不完整。請修復錯誤後重試。" +#: libraries/plugins/import/ImportOds.class.php:182 +#, fuzzy +#| msgid "Open Document Spreadsheet" +msgid "Could not parse OpenDocument Spreasheet!" +msgstr "OpenOffice 表格" + #: libraries/plugins/import/ImportShp.class.php:53 msgid "ESRI Shape File" msgstr "" @@ -8369,82 +8419,82 @@ msgstr "" "顯示連結,欄位內包含檔案名稱。第一個選項是類似“http://www.example.com/”這樣" "的 URL 前綴。第二個選項是連結的標題。" -#: libraries/relation.lib.php:87 +#: libraries/relation.lib.php:85 msgid "not OK" msgstr "錯誤" -#: libraries/relation.lib.php:94 +#: libraries/relation.lib.php:92 #, fuzzy #| msgid "OK" msgctxt "Correctly working" msgid "OK" msgstr "確定" -#: libraries/relation.lib.php:97 +#: libraries/relation.lib.php:95 msgid "Enabled" msgstr "已啓用" -#: libraries/relation.lib.php:104 libraries/relation.lib.php:122 +#: libraries/relation.lib.php:102 libraries/relation.lib.php:120 msgid "General relation features" msgstr "一般關聯功能" -#: libraries/relation.lib.php:133 +#: libraries/relation.lib.php:131 msgid "Display Features" msgstr "顯示功能" -#: libraries/relation.lib.php:150 +#: libraries/relation.lib.php:148 msgid "Creation of PDFs" msgstr "建立 PDF" -#: libraries/relation.lib.php:161 +#: libraries/relation.lib.php:159 msgid "Displaying Column Comments" msgstr "顯示欄位註釋" -#: libraries/relation.lib.php:167 +#: libraries/relation.lib.php:165 #: libraries/tbl_columns_definition_form.inc.php:170 -#: transformation_overview.php:38 +#: transformation_overview.php:39 msgid "Browser transformation" msgstr "瀏覽器轉換" -#: libraries/relation.lib.php:173 +#: libraries/relation.lib.php:171 msgid "" "Please see the documentation on how to update your column_comments table" msgstr "請參見檔案中關於如何更新您的 column_comments 表" -#: libraries/relation.lib.php:183 libraries/sql_query_form.lib.php:400 +#: libraries/relation.lib.php:181 libraries/sql_query_form.lib.php:400 msgid "Bookmarked SQL query" msgstr "SQL 查詢書籤" -#: libraries/relation.lib.php:194 querywindow.php:70 +#: libraries/relation.lib.php:192 querywindow.php:70 msgid "SQL history" msgstr "SQL 歷史" -#: libraries/relation.lib.php:216 +#: libraries/relation.lib.php:214 msgid "Persistent recently used tables" msgstr "使用最近的資料表" -#: libraries/relation.lib.php:227 +#: libraries/relation.lib.php:225 msgid "Persistent tables' UI preferences" msgstr "一律使用資料表的「介面偏好」" -#: libraries/relation.lib.php:249 +#: libraries/relation.lib.php:247 msgid "User preferences" msgstr "使用者偏好" -#: libraries/relation.lib.php:255 +#: libraries/relation.lib.php:253 msgid "Quick steps to setup advanced features:" msgstr "快速設定進階功能:" -#: libraries/relation.lib.php:259 +#: libraries/relation.lib.php:257 msgid "" "Create the needed tables with the examples/create_tables.sql." msgstr "透過 examples/create_tables.sql 建立必需的資料表。" -#: libraries/relation.lib.php:265 +#: libraries/relation.lib.php:263 msgid "Create a pma user and give access to these tables." msgstr "建立一個使用者並授予其訪問上一步操作中建立的資料表的權限。" -#: libraries/relation.lib.php:270 +#: libraries/relation.lib.php:268 msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." @@ -8452,11 +8502,11 @@ msgstr "" "在設定檔案 (config.inc.php) 中啓用進階功能,參見 config." "sample.inc.php 中的範例。" -#: libraries/relation.lib.php:278 +#: libraries/relation.lib.php:276 msgid "Re-login to phpMyAdmin to load the updated configuration file." msgstr "請重新登錄 phpMyAdmin 以載入新設定並使其生效。" -#: libraries/relation.lib.php:1424 +#: libraries/relation.lib.php:1425 msgid "no description" msgstr "無說明" @@ -8513,7 +8563,7 @@ msgstr "從伺服器狀態" msgid "Variable" msgstr "變數" -#: libraries/replication_gui.lib.php:194 server_binlog.php:189 +#: libraries/replication_gui.lib.php:194 libraries/server_bin_log.lib.php:136 msgid "Server ID" msgstr "伺服器ID" @@ -8648,7 +8698,7 @@ msgstr "詳細…" msgid "Event name" msgstr "Event 名稱" -#: libraries/rte/rte_events.lib.php:441 server_binlog.php:188 +#: libraries/rte/rte_events.lib.php:441 libraries/server_bin_log.lib.php:135 msgid "Event type" msgstr "Event 類型" @@ -9043,37 +9093,34 @@ msgstr "在資料庫「%2$s」中找不到名為「%1$s」的 Event" msgid "There are no events to display." msgstr "沒有可上傳的檔案" -#: libraries/schema/Dia_Relation_Schema.class.php:238 -#: libraries/schema/Eps_Relation_Schema.class.php:427 +#: libraries/schema/Dia_Relation_Schema.class.php:240 +#: libraries/schema/Eps_Relation_Schema.class.php:429 #: libraries/schema/Pdf_Relation_Schema.class.php:412 -#: libraries/schema/Svg_Relation_Schema.class.php:394 -#: libraries/schema/Visio_Relation_Schema.class.php:234 +#: libraries/schema/Svg_Relation_Schema.class.php:396 #, php-format msgid "The %s table doesn't exist!" msgstr "資料表 %s 不存在!" -#: libraries/schema/Dia_Relation_Schema.class.php:276 -#: libraries/schema/Eps_Relation_Schema.class.php:478 +#: libraries/schema/Dia_Relation_Schema.class.php:278 +#: libraries/schema/Eps_Relation_Schema.class.php:480 #: libraries/schema/Pdf_Relation_Schema.class.php:454 -#: libraries/schema/Svg_Relation_Schema.class.php:447 -#: libraries/schema/Visio_Relation_Schema.class.php:287 +#: libraries/schema/Svg_Relation_Schema.class.php:449 #, php-format msgid "Please configure the coordinates for table %s" msgstr "請設定表 %s 的座標" -#: libraries/schema/Eps_Relation_Schema.class.php:832 +#: libraries/schema/Eps_Relation_Schema.class.php:836 #: libraries/schema/Pdf_Relation_Schema.class.php:869 -#: libraries/schema/Svg_Relation_Schema.class.php:807 -#: libraries/schema/Visio_Relation_Schema.class.php:563 +#: libraries/schema/Svg_Relation_Schema.class.php:812 #, php-format msgid "Schema of the %s database - Page %s" msgstr "資料庫 %s 的大綱 - 第 %s 頁" -#: libraries/schema/Export_Relation_Schema.class.php:206 +#: libraries/schema/Export_Relation_Schema.class.php:208 msgid "This page does not contain any tables!" msgstr "此頁沒有包含任何資料表!" -#: libraries/schema/Export_Relation_Schema.class.php:232 +#: libraries/schema/Export_Relation_Schema.class.php:234 msgid "SCHEMA ERROR: " msgstr "大綱錯誤: " @@ -9139,62 +9186,62 @@ msgstr "欄位名稱" msgid "Display relational schema" msgstr "顯示關聯大綱" -#: libraries/schema/User_Schema.class.php:423 +#: libraries/schema/User_Schema.class.php:422 msgid "Select Export Relational Type" msgstr "選擇匯出關聯類型" -#: libraries/schema/User_Schema.class.php:448 +#: libraries/schema/User_Schema.class.php:447 msgid "Show grid" msgstr "顯示網格" -#: libraries/schema/User_Schema.class.php:450 +#: libraries/schema/User_Schema.class.php:449 msgid "Show color" msgstr "顯示顏色" -#: libraries/schema/User_Schema.class.php:454 +#: libraries/schema/User_Schema.class.php:453 msgid "Show dimension of tables" msgstr "顯示資料表格大小" -#: libraries/schema/User_Schema.class.php:458 +#: libraries/schema/User_Schema.class.php:457 msgid "Display all tables with the same width" msgstr "以相同寬度顯示所有的表" -#: libraries/schema/User_Schema.class.php:461 libraries/structure.lib.php:379 +#: libraries/schema/User_Schema.class.php:460 libraries/structure.lib.php:379 msgid "Data Dictionary" msgstr "資料字典" -#: libraries/schema/User_Schema.class.php:463 +#: libraries/schema/User_Schema.class.php:462 msgid "Only show keys" msgstr "僅顯示鍵" -#: libraries/schema/User_Schema.class.php:465 +#: libraries/schema/User_Schema.class.php:464 msgid "Landscape" msgstr "橫向" -#: libraries/schema/User_Schema.class.php:466 +#: libraries/schema/User_Schema.class.php:465 msgid "Portrait" msgstr "縱向" -#: libraries/schema/User_Schema.class.php:468 +#: libraries/schema/User_Schema.class.php:467 msgid "Orientation" msgstr "方向" -#: libraries/schema/User_Schema.class.php:481 +#: libraries/schema/User_Schema.class.php:480 msgid "Paper size" msgstr "紙張大小" -#: libraries/schema/User_Schema.class.php:527 +#: libraries/schema/User_Schema.class.php:526 msgid "" "The current page has references to tables that no longer exist. Would you " "like to delete those references?" msgstr "目前頁所引用的表不存在了。您是否想要刪除這些引用?" -#: libraries/schema/User_Schema.class.php:553 +#: libraries/schema/User_Schema.class.php:552 msgid "Toggle scratchboard" msgstr "切換草稿板" -#: libraries/select_lang.lib.php:525 libraries/select_lang.lib.php:534 -#: libraries/select_lang.lib.php:543 +#: libraries/select_lang.lib.php:531 libraries/select_lang.lib.php:540 +#: libraries/select_lang.lib.php:549 #, php-format msgid "Unknown language: %1$s." msgstr "未知的語言:%1$s." @@ -9205,6 +9252,77 @@ msgstr "未知的語言:%1$s." msgid "Current Server:" msgstr "目前伺服器" +#: libraries/server_bin_log.lib.php:31 +msgid "Select binary log to view" +msgstr "選擇要查看的二進制日誌" + +#: libraries/server_bin_log.lib.php:133 +msgid "Log name" +msgstr "日志檔案名稱" + +#: libraries/server_bin_log.lib.php:134 +msgid "Position" +msgstr "位置" + +#: libraries/server_bin_log.lib.php:137 +msgid "Original position" +msgstr "原始位置" + +#: libraries/server_bin_log.lib.php:138 libraries/structure.lib.php:2159 +msgid "Information" +msgstr "資訊" + +#: libraries/server_bin_log.lib.php:191 server_status.php:488 +msgid "Truncate Shown Queries" +msgstr "截斷顯示的查詢" + +#: libraries/server_bin_log.lib.php:195 server_status.php:493 +msgid "Show Full Queries" +msgstr "顯示完整查詢" + +#: libraries/server_common.lib.php:30 +msgid "Character Sets and Collations" +msgstr "字集和排序規則" + +#: libraries/server_plugins.lib.php:32 +msgid "Modules" +msgstr "" + +#: libraries/server_plugins.lib.php:68 +msgid "Begin" +msgstr "開始" + +#: libraries/server_plugins.lib.php:75 +msgid "Plugin" +msgstr "" + +#: libraries/server_plugins.lib.php:76 libraries/server_plugins.lib.php:132 +msgid "Module" +msgstr "" + +#: libraries/server_plugins.lib.php:77 libraries/server_plugins.lib.php:134 +msgid "Library" +msgstr "" + +#: libraries/server_plugins.lib.php:78 libraries/server_plugins.lib.php:135 +#: tbl_tracking.php:764 +msgid "Version" +msgstr "版本" + +#: libraries/server_plugins.lib.php:79 libraries/server_plugins.lib.php:136 +msgid "Author" +msgstr "" + +#: libraries/server_plugins.lib.php:80 libraries/server_plugins.lib.php:137 +msgid "License" +msgstr "" + +#: libraries/server_plugins.lib.php:184 +#, fuzzy +#| msgid "Disabled" +msgid "disabled" +msgstr "已關閉" + #: libraries/server_privileges.lib.php:135 server_privileges.php:94 msgid "No privileges." msgstr "沒有權限。" @@ -10023,10 +10141,6 @@ msgstr "新增索引" msgid "Add FULLTEXT index" msgstr "新增全文索引" -#: libraries/structure.lib.php:2159 server_binlog.php:191 -msgid "Information" -msgstr "資訊" - #: libraries/structure.lib.php:2164 msgid "Space usage" msgstr "已用空間" @@ -10035,7 +10149,7 @@ msgstr "已用空間" msgid "Effective" msgstr "有效" -#: libraries/structure.lib.php:2365 tbl_addfield.php:94 tbl_indexes.php:112 +#: libraries/structure.lib.php:2365 tbl_addfield.php:96 tbl_indexes.php:112 #, php-format msgid "Table %1$s has been altered successfully" msgstr "已成功修改表 %1$s" @@ -10472,34 +10586,6 @@ msgstr "找不到 %s 表或還未在 %s 設定" msgid "File doesn't exist" msgstr "檔案不存在" -#: server_binlog.php:85 -msgid "Select binary log to view" -msgstr "選擇要查看的二進制日誌" - -#: server_binlog.php:155 server_status.php:483 -msgid "Truncate Shown Queries" -msgstr "截斷顯示的查詢" - -#: server_binlog.php:159 server_status.php:488 -msgid "Show Full Queries" -msgstr "顯示完整查詢" - -#: server_binlog.php:186 -msgid "Log name" -msgstr "日志檔案名稱" - -#: server_binlog.php:187 -msgid "Position" -msgstr "位置" - -#: server_binlog.php:190 -msgid "Original position" -msgstr "原始位置" - -#: server_collations.php:25 -msgid "Character Sets and Collations" -msgstr "字集和排序規則" - #: server_databases.php:117 #, fuzzy, php-format #| msgid "%s databases have been dropped successfully." @@ -10535,7 +10621,7 @@ msgstr "" msgid "No databases" msgstr "無資料庫" -#: server_engines.php:67 +#: server_engines.php:63 msgid "Storage Engines" msgstr "儲存引擎" @@ -10543,44 +10629,6 @@ msgstr "儲存引擎" msgid "View dump (schema) of databases" msgstr "查看資料庫的轉存(大綱)" -#: server_plugins.php:66 -msgid "Modules" -msgstr "" - -#: server_plugins.php:87 -msgid "Begin" -msgstr "開始" - -#: server_plugins.php:94 -msgid "Plugin" -msgstr "" - -#: server_plugins.php:95 server_plugins.php:129 -msgid "Module" -msgstr "" - -#: server_plugins.php:96 server_plugins.php:131 -msgid "Library" -msgstr "" - -#: server_plugins.php:97 server_plugins.php:132 tbl_tracking.php:764 -msgid "Version" -msgstr "版本" - -#: server_plugins.php:98 server_plugins.php:133 -msgid "Author" -msgstr "" - -#: server_plugins.php:99 server_plugins.php:134 -msgid "License" -msgstr "" - -#: server_plugins.php:165 -#, fuzzy -#| msgid "Disabled" -msgid "disabled" -msgstr "已關閉" - #: server_privileges.php:208 #, php-format msgid "The user %s already exists!" @@ -12047,8 +12095,8 @@ msgid "" "You set the [kbd]config[/kbd] authentication type and included username and " "password for auto-login, which is not a desirable option for live hosts. " "Anyone who knows or guesses your phpMyAdmin URL can directly access your " -"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or [kbd]" -"http[/kbd]." +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." msgstr "" "您設定了 [kbd]config[/kbd] 認證方式,且爲了能夠自動登錄而儲存了帳號和密碼,但" "在常用主機上不建議這樣設定。如果有人知道 phpMyAdmin 的網址,他們就能夠進入 " @@ -12547,23 +12595,23 @@ msgstr "追蹤下列資料操作指令:" msgid "Create version" msgstr "建立版本" -#: themes.php:16 themes.php:21 +#: themes.php:17 themes.php:22 msgid "Theme" msgstr "主題" -#: themes.php:24 +#: themes.php:25 msgid "Get more themes!" msgstr "取得更多主題!" -#: transformation_overview.php:21 +#: transformation_overview.php:22 msgid "Available MIME types" msgstr "可用的 MIME 類型" -#: transformation_overview.php:34 +#: transformation_overview.php:35 msgid "Available transformations" msgstr "可用的轉換" -#: transformation_overview.php:39 +#: transformation_overview.php:40 msgctxt "for MIME transformation" msgid "Description" msgstr "說明" @@ -12580,7 +12628,7 @@ msgstr "設定檔案己更新。" msgid "VIEW name" msgstr "view名" -#: view_operations.php:90 +#: view_operations.php:91 msgid "Rename view to" msgstr "將 view改名爲" @@ -14074,13 +14122,13 @@ msgstr "concurrent_insert 已被設置為 0" #~ msgid "" #~ "When setting this to [kbd]nested[/kbd], the alias of the table name is " -#~ "only used to split/nest the tables according to the $cfg" -#~ "['LeftFrameTableSeparator'] directive, so only the folder is called like " -#~ "the alias, the table name itself stays unchanged" +#~ "only used to split/nest the tables according to the " +#~ "$cfg['LeftFrameTableSeparator'] directive, so only the folder is called " +#~ "like the alias, the table name itself stays unchanged" #~ msgstr "" -#~ "當設爲 [kbd]nested[/kbd] 時,資料表的別名僅根據 $cfg" -#~ "['LeftFrameTableSeparator'] 作分割/層疊用,所有只有目錄的名字像別名,資料" -#~ "表自己的名字並不改變" +#~ "當設爲 [kbd]nested[/kbd] 時,資料表的別名僅根據 " +#~ "$cfg['LeftFrameTableSeparator'] 作分割/層疊用,所有只有目錄的名字像別名," +#~ "資料表自己的名字並不改變" #~ msgid "Display table comment instead of its name" #~ msgstr "顯示資料表備註而不顯示資料資料表名稱" diff --git a/server_engines.php b/server_engines.php index fca316e42f..d5c3b7cd90 100644 --- a/server_engines.php +++ b/server_engines.php @@ -29,8 +29,6 @@ exit; /** * setup HTML for server Engines information * - * @param null - * * @return string */ function PMA_getServerEnginesHtml() @@ -42,19 +40,17 @@ function PMA_getServerEnginesHtml() if (empty($_REQUEST['engine']) || ! PMA_StorageEngine::isValid($_REQUEST['engine']) ) { - $html .= PMA_getAllServerEnginesHtml(); + $html .= PMA_getAllServerEnginesHtml(); } else { $html .= PMA_getSpecifiedServerEnginesHtml(); } - + return $html; } /** * setup HTML for server all Engines information * - * @param null - * * @return string */ function PMA_getAllServerEnginesHtml() @@ -101,15 +97,13 @@ function PMA_getAllServerEnginesHtml() unset($odd_row, $engine, $details); $html .= '' . "\n" . '' . "\n"; - + return $html; } /** * setup HTML for a given Storage Engine * - * @param null - * * @return string */ function PMA_getSpecifiedServerEnginesHtml() @@ -117,7 +111,7 @@ function PMA_getSpecifiedServerEnginesHtml() /** * Displays details about a given Storage Engine */ - $html = ''; + $html = ''; $engine_plugin = PMA_StorageEngine::getEngine($_REQUEST['engine']); $html .= '

' . "\n" . PMA_Util::getImage('b_engine.png') @@ -167,7 +161,7 @@ function PMA_getSpecifiedServerEnginesHtml() . '

' . "\n" . $engine_plugin->getHtmlVariables(); } - + return $html; } diff --git a/test/classes/plugin/transformations/Text_Plain_Append_test.php b/test/classes/plugin/transformations/Text_Plain_Append_test.php new file mode 100644 index 0000000000..6a033ecddb --- /dev/null +++ b/test/classes/plugin/transformations/Text_Plain_Append_test.php @@ -0,0 +1,83 @@ +assertEquals( + $info, + Text_Plain_Append::getInfo() + ); + + } + + /** + * Test for getName + * + * @return void + * + * @group medium + */ + public function testGetName() + { + $this->assertEquals( + "Append", + Text_Plain_Append::getName() + ); + } + + /** + * Test for getMIMEType + * + * @return void + * + * @group medium + */ + public function testGetMIMEType() + { + $this->assertEquals( + "Text", + Text_Plain_Append::getMIMEType() + ); + } + + /** + * Test for getMIMESubtype + * + * @return void + * + * @group medium + */ + public function testGetMIMESubtype() + { + $this->assertEquals( + "Plain", + Text_Plain_Append::getMIMESubtype() + ); + } +}