diff --git a/js/messages.php b/js/messages.php index b942a182f0..73bcac1aca 100644 --- a/js/messages.php +++ b/js/messages.php @@ -260,9 +260,23 @@ $js_messages['strShowSearchCriteria'] = __('Show search criteria'); /* For tbl_zoom_plot.js */ $js_messages['strZoomSearch'] = __('Zoom Search'); -$js_messages['strDisplayHelp'] = __('* Each point represents a data row.
* Hovering over a point will show its label.
* Drag and select an area in the plot to zoom into it.
* Click reset zoom link to come back to original state.
* Click a data point to view and possibly edit the data row.
* The plot can be resized by dragging it along the bottom right corner.
* Strings are converted into integer for plotting'); -$js_messages['strInputNull'] = __('Select two columns'); -$js_messages['strSameInputs'] = __('Select two different columns'); +$js_messages['strDisplayHelp'] = ''; +$js_messages['strInputNull'] = '' . __('Select two columns') . ''; +$js_messages['strSameInputs'] = '' . __('Select two different columns') . ''; /* For tbl_change.js */ $js_messages['strIgnore'] = __('Ignore'); diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 87fb50a8b2..512ca2e782 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1185,7 +1185,7 @@ class PMA_Table * * returns an array with all columns make use of an index, in fact only * first columns in an index - * + * * e.g. index(col1, col2) would only return col1 * * @param bool $backquoted whether to quote name with backticks `` @@ -1290,7 +1290,10 @@ class PMA_Table $success = PMA_DBI_try_query($sql_query, $GLOBALS['controllink']); if (!$success) { - $message = PMA_Message::error(__('Failed to cleanup table UI preferences (see cfg["Server"]["MaxTableUiprefs"] documentation)')); + $message = PMA_Message::error(sprintf( + __('Failed to cleanup table UI preferences (see $cfg[\'Servers\'][$i][\'MaxTableUiprefs\'] %s)'), + PMA_showDocu('cfg_Servers_MaxTableUiprefs') + )); $message->addMessage('

'); $message->addMessage(PMA_Message::rawError(PMA_DBI_getError($GLOBALS['controllink']))); print_r($message); diff --git a/po/af.po b/po/af.po index 4ea27bb793..c23d3666c1 100644 --- a/po/af.po +++ b/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" "Last-Translator: Michal \n" "Language-Team: afrikaans \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Wys alles" @@ -85,7 +85,7 @@ msgstr "Sleutelnaam" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 #, fuzzy msgid "Description" msgstr "geen Beskrywing" @@ -692,7 +692,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Export" @@ -761,7 +761,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -782,7 +782,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "" @@ -1089,14 +1089,14 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 #, fuzzy msgid "Total" msgstr "totaal" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1128,7 +1128,7 @@ msgstr "Bediener Keuse" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1194,12 +1194,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1253,7 +1253,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1263,12 +1263,12 @@ msgstr "" msgid "Questions" msgstr "Operasies" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1294,7 +1294,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Geen" @@ -1395,7 +1395,7 @@ msgstr "Algemene verwantskap funksies" msgid "Current settings" msgstr "Algemene verwantskap funksies" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy msgid "Chart Title" msgstr "Geen tabelle" @@ -1515,7 +1515,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1731,127 +1731,147 @@ msgstr "SQL-stelling" msgid "Zoom Search" msgstr "Soek" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Voeg By/Verwyder Veld Kolomme" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoreer" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Voeg 'n nuwe veld by" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kies 'n Veld om te vertoon" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Verander wagwoord" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Voortgebring deur" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Verander wagwoord" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Ma" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1859,30 +1879,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Geen databasisse" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Geen" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Vorige" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1890,95 +1910,95 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy msgid "Today" msgstr "totaal" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Biner" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mei" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1986,78 +2006,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Des" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "So" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Ma" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Di" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Fr" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2065,100 +2085,100 @@ msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Wo" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Wo" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in gebruik" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "Records" msgid "Second" @@ -2363,10 +2383,11 @@ msgstr "Tabel %s is vernoem na %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2678,7 +2699,7 @@ msgid "Documentation" msgstr "Dokumentasie" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-stelling" @@ -5670,7 +5691,7 @@ msgid "The row has been deleted" msgstr "Die ry is verwyder" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Vermoor" @@ -6220,7 +6241,7 @@ msgstr "Vertoon Funksies" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Gasheer (host)" @@ -6918,14 +6939,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Waarde" @@ -7136,7 +7157,7 @@ msgid "Returns" msgstr "Databasis statistieke" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -8066,7 +8087,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Gebruiker" @@ -8511,13 +8532,13 @@ msgstr "" msgid "Files" msgstr "Velde" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9296,145 +9317,158 @@ msgstr "Navraag dmv Voorbeeld" msgid "Instructions" msgstr "Funksie" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Stellings" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 #, fuzzy msgid "Command" msgstr "Kommentaar" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9442,78 +9476,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9521,7 +9555,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9529,42 +9563,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9572,33 +9606,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9607,227 +9641,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9835,99 +9869,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9935,18 +9969,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9954,63 +9988,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sa" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "Voeg 'n nuwe veld by" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Voortgebring deur" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10019,7 +10053,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10027,108 +10061,121 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy msgid "Preset chart" msgstr "Hernoem tabel na" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Kies Tabelle" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Voeg 'n nuwe gebruiker by" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL-stelling" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Ry Statistiek" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Kies Alles" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query" msgid "Query analyzer" msgstr "Navraag dmv Voorbeeld" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Records" msgid "%d second" @@ -10136,7 +10183,7 @@ msgid_plural "%d seconds" msgstr[0] "Rekords" msgstr[1] "Rekords" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ar.po b/po/ar.po index 6b704e0133..667ecdaed9 100644 --- a/po/ar.po +++ b/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-07 03:51+0200\n" "Last-Translator: Abdullah Al-Saedi \n" "Language-Team: arabic \n" @@ -15,7 +15,7 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "عرض الكل" @@ -88,7 +88,7 @@ msgstr "اسم المفتاح" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "الوصف" @@ -678,7 +678,7 @@ msgstr "تحقق من الجداول التي تحمل عبء زائد" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "تصدير" @@ -743,7 +743,7 @@ msgstr "الجداول المتعقبة" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -763,7 +763,7 @@ msgstr "محدث" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "الحالة" @@ -1067,13 +1067,13 @@ msgstr "بيانات ثابتة" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "مجموع كلي" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "آخر" @@ -1103,7 +1103,7 @@ msgstr "ترافيك الخادم (بالكيلو بايت)" msgid "Connections since last refresh" msgstr "الإتصالات منذ آخر تحديث" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "عمليات" @@ -1170,12 +1170,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "ميجابايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "كيلوبايت" @@ -1231,7 +1231,7 @@ msgstr "بايتات أُرسلت" msgid "Bytes received" msgstr "بايتات أُستلمت" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "اتصالات" @@ -1240,12 +1240,12 @@ msgstr "اتصالات" msgid "Questions" msgstr "العمليات" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "بيانات سير" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "الإعدادات" @@ -1268,7 +1268,7 @@ msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "لا شيء" @@ -1364,7 +1364,7 @@ msgstr "تغيير الإعدادات" msgid "Current settings" msgstr "الإعدادات الحالية" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1487,7 +1487,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "استيراد" @@ -1683,123 +1683,143 @@ msgstr "إظهار معايير البحث" msgid "Zoom Search" msgstr "بحث" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "إضافه/حذف عمود" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "تجاهل" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add into comments" msgid "Add columns" msgstr "أضف إلى الملاحظات" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "إختيار المفتاح المرجع" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "إختيار المفتاح الغريب" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "اختر الحقل لإظهاره" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "إضافة خيار للعمود" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "اضغط للاختيار" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to table" msgid "Go to link" msgstr "اذهب إلى الجدول" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "توليد كلمة مرور" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "توليد" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "تغيير كلمة المرور" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "أكثر" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1809,27 +1829,27 @@ msgstr "" "هو %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", آخر إصدار مستقر:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "محدثة" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "إنتهى" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "سابق" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1837,149 +1857,149 @@ msgid "Next" msgstr "التالي" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "اليوم" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "يناير" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "فبراير" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "مارس" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "أبريل" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "مايو" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "يونيو" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "يوليو" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "أغسطس" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "سبتمبر" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "أكتوبر" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "نوفمبر" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "ديسمبر" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "يناير" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "فبراير" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "أبريل" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "مايو" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "يونيو" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "يوليو" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "أغسطس" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "سبتمبر" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "أكتوبر" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "نوفمبر" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "ديسمبر" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "الأحد" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "الإثنين" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "الثلاثاء" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "الأربعاء" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "الخميس" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "الجمعة" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "السبت" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1987,84 +2007,84 @@ msgid "Sun" msgstr "الأحد" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "الإثنين" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "الثلاثاء" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "الأربعاء" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "الخميس" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "الجمعة" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "السبت" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "الأحد" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "الإثنين" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "الثلاثاء" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "الأربعاء" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "الخميس" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "الجمعة" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "السبت" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "الأسبوع" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "الساعة" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "الدقيقة" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "الثانية" @@ -2283,10 +2303,11 @@ msgstr "تم إعادة تسمية الجدول %s إلى %s" msgid "Could not save table UI preferences" msgstr "لا يمكن حفظ تفضيلات جدول UI" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2601,7 +2622,7 @@ msgid "Documentation" msgstr "مستندات وثائقية" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "استعلام SQL" @@ -5570,7 +5591,7 @@ msgid "The row has been deleted" msgstr "لقد تم حذف الصف" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "إبطال" @@ -6128,7 +6149,7 @@ msgstr "أنواع MIME المتوفرة" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "المزود" @@ -6831,14 +6852,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "متغير" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "القيمة" @@ -7059,7 +7080,7 @@ msgid "Returns" msgstr "خيارات الجدول" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "وقت" @@ -8060,7 +8081,7 @@ msgstr "نسخة البروتوكول" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "المستخدم" @@ -8506,13 +8527,13 @@ msgstr "" msgid "Files" msgstr "الملفات" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "احذف الاستعلامات المعروضة" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "اعرض الاستعلامات كاملة" @@ -9296,145 +9317,158 @@ msgstr "نوع الاستعلام" msgid "Instructions" msgstr "أفعال" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "تخصيص صفحة بدء التشغيل" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "لكل ساعة" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "لكل دقيقة" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "لكل ثانية" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "أوامر" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "استلم" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "أرسل" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "محاولات أخفقت" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "ألغي" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "رقم" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "أمر" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9442,78 +9476,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9521,7 +9555,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9529,42 +9563,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9572,33 +9606,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9607,227 +9641,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9835,99 +9869,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9935,18 +9969,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9954,66 +9988,66 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "ابدأ" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "إضافة حقل جديد" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "حدث" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "إضافه/حذف عمود حقل" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "إستعادة القيمة الإفتراضية" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10022,7 +10056,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10030,112 +10064,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "حذف الرسم البياني" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "اختر الجداول" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "اسم الجدول غير صالح" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "أضف مستخدم جديد" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Row Statistics" msgid "Log statistics" msgstr "إحصائيات" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "اختر الجداول" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "نوع الاستعلام" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10147,7 +10194,7 @@ msgstr[3] "الثانية" msgstr[4] "الثانية" msgstr[5] "الثانية" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/az.po b/po/az.po index 3c4045f71a..7d009b0f3f 100644 --- a/po/az.po +++ b/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: azerbaijani \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Hamısını göster" @@ -84,7 +84,7 @@ msgstr "Açar söz" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Haqqında" @@ -694,7 +694,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksport" @@ -763,7 +763,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -784,7 +784,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1104,13 +1104,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Cemi" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1142,7 +1142,7 @@ msgstr "Quraşdırılmış Serverler" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prosesler" @@ -1207,12 +1207,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1270,7 +1270,7 @@ msgstr "" msgid "Bytes received" msgstr "Alındı" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Elaqeler" @@ -1280,12 +1280,12 @@ msgstr "Elaqeler" msgid "Questions" msgstr "Emeliyyatlar" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Neqliyyat" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1311,7 +1311,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Heç biri" @@ -1412,7 +1412,7 @@ msgstr "Ümumi elaqe variantları" msgid "Current settings" msgstr "Ümumi elaqe variantları" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1534,7 +1534,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1754,127 +1754,147 @@ msgstr "SQL sorğusu" msgid "Zoom Search" msgstr "Axtarış" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Sahe Sütunlarını Elave Et/Sil" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Diqqete Alma" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Yeni sahe elave et" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Gösterilecek Saheni Seç" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Parolu Deyişdir" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Qurucu" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Parolu Deyişdir" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Baz Ert" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1882,30 +1902,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Heç biri" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Evvelki" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1913,96 +1933,96 @@ msgid "Next" msgstr "Sonrakı" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Cemi" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binary" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "May" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "İyun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "İyul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avq" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Yan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2010,78 +2030,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "İyun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "İyul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Avq" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sent" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Noy" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dek" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Baz" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Baz Ert" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Çerş Axş" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cüme" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2089,100 +2109,100 @@ msgid "Sun" msgstr "Baz" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Baz Ert" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Çerş Axş" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Çerş" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Cüme Axş" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Cüme" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Şen" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Baz" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Baz Ert" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Çerş Axş" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çerş" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cüme Axş" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cüme" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şen" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "istifadede" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2389,10 +2409,11 @@ msgstr "%s cedveli %s olaraq yeniden adlandırılmışdır" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2704,7 +2725,7 @@ msgid "Documentation" msgstr "Dokumentasiya" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL sorğusu" @@ -5742,7 +5763,7 @@ msgid "The row has been deleted" msgstr "Setir silindi" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Söndür" @@ -6301,7 +6322,7 @@ msgstr "Mövcud olan MIME-tipleri" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7014,14 +7035,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Deyişen" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Deyer" @@ -7235,7 +7256,7 @@ msgid "Returns" msgstr "Cedvel başlığı" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Müddet" @@ -8232,7 +8253,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "İstifadeçi" @@ -8685,13 +8706,13 @@ msgstr "" msgid "Files" msgstr "Sahe sayı" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Emrleri Tam Olaraq Göster" @@ -9488,145 +9509,158 @@ msgstr "Sorğu tipi" msgid "Instructions" msgstr "Funksiya" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "saatda" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "deqiqede" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "saniyede" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Variantlar" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Alındı" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Gönderildi" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Uğursuz Cehdler" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Dayandırılmış Elaqeler" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "Nömre" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komanda Tipi" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9634,78 +9668,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9713,7 +9747,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9721,42 +9755,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9764,33 +9798,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9799,227 +9833,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10027,99 +10061,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10127,18 +10161,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10146,64 +10180,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Şen" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Yeni sahe elave et" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Qurucu" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Sahe Sütunlarını Elave Et/Sil" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10212,7 +10246,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10220,108 +10254,121 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy msgid "Preset chart" msgstr "Cedveli yeniden adlandır" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Select Tables" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Yeni İstifadeçi elave Et" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL sorğusu" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Sıra Statistikası" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Hamısını Seç" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Sorğu tipi" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10329,7 +10376,7 @@ msgid_plural "%d seconds" msgstr[0] "saniyede" msgstr[1] "saniyede" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/be.po b/po/be.po index f783d787f8..70752b776c 100644 --- a/po/be.po +++ b/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: belarusian_cyrillic \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Паказаць усе" @@ -87,7 +87,7 @@ msgstr "Імя ключа" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Апісаньне" @@ -696,7 +696,7 @@ msgstr "Адзначыць тыя, што патрабуюць аптыміза #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Экспарт" @@ -767,7 +767,7 @@ msgstr "Праверыць табліцу" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -789,7 +789,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Стан" @@ -1124,13 +1124,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Агулам" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1162,7 +1162,7 @@ msgstr "Выбар сэрвэра" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Працэсы" @@ -1232,12 +1232,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МіБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "КiБ" @@ -1299,7 +1299,7 @@ msgstr "" msgid "Bytes received" msgstr "Атрымана" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Падлучэньні" @@ -1309,12 +1309,12 @@ msgstr "Падлучэньні" msgid "Questions" msgstr "Пэрсыдзкая" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Трафік" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1343,7 +1343,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Няма" @@ -1444,7 +1444,7 @@ msgstr "Магчымасьці асноўных сувязяў" msgid "Current settings" msgstr "Магчымасьці асноўных сувязяў" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1568,7 +1568,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Імрарт" @@ -1792,128 +1792,148 @@ msgstr "SQL-запыт" msgid "Zoom Search" msgstr "Пошук" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Дадаць/выдаліць калёнку крытэру" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ігнараваць" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Дадаць %s новыя палі" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Выберыце спасылкавы ключ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Выберыце зьнешні ключ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Калі ласка, выберыце першасны (PRIMARY) альбо ўнікальны ключ (UNIQUE)" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Выберыце поле для адлюстраваньня" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Базы дадзеных адсутнічаюць" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Згенэраваць пароль" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Згенэраваць" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Зьмяніць пароль" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пан" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1921,30 +1941,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Стварыць сувязь" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Базы дадзеных адсутнічаюць" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Дадзеныя" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Папярэдняя старонка" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1952,96 +1972,96 @@ msgid "Next" msgstr "Наступная старонка" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Агулам" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Двайковы" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Сак" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Кра" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Тра" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Чэр" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Ліп" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Жні" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Кас" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Сту" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Сак" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Кра" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2049,78 +2069,78 @@ msgid "May" msgstr "Тра" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Чэр" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Ліп" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Жні" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Кас" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Ліс" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Сьн" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ндз" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пан" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Аўт" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пят" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2128,102 +2148,102 @@ msgid "Sun" msgstr "Ндз" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Пан" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Аўт" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Сер" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Цач" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Пят" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ндз" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пан" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Аўт" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сер" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Цач" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пят" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "выкарыстоўваецца" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2446,10 +2466,11 @@ msgstr "Табліца %s была перайменаваная ў %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2777,7 +2798,7 @@ msgid "Documentation" msgstr "Дакумэнтацыя" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-запыт" @@ -5879,7 +5900,7 @@ msgid "The row has been deleted" msgstr "Радок быў выдалены" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Спыніць" @@ -6497,7 +6518,7 @@ msgstr "Даступныя MIME-тыпы" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -7213,14 +7234,14 @@ msgid "Slave status" msgstr "Паказаць стан залежных сэрвэраў" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Зьменная" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Значэньне" @@ -7439,7 +7460,7 @@ msgid "Returns" msgstr "Тып працэдуры" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Час" @@ -8493,7 +8514,7 @@ msgstr "Вэрсія пратаколу" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Карыстальнік" @@ -8967,13 +8988,13 @@ msgstr "Вылучыце двайковы лог для прагляду" msgid "Files" msgstr "Файлы" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Абразаць паказаныя запыты" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Паказаць поўныя запыты" @@ -9776,85 +9797,98 @@ msgstr "Тып запыту" msgid "Instructions" msgstr "Функцыі" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "у гадзіну" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "у хвіліну" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "у сэкунду" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Выразы" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Рэплікацыя" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9862,47 +9896,47 @@ msgstr "" "На загружаным сэрвэры байтавыя лічыльнікі могуць пераскокваць кола, таму " "статыстыка, якую паказвае MySQL-сэрвэр, можа быць няправільнай." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Атрымана" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Адпраўлена" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "максымум адначасовых злучэньняў" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Няўдалых спробаў" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Спынена" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Каманда" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Колькасьць сынхранізавыных запісаў, зробленых у лог-файл." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9912,17 +9946,17 @@ msgstr "" "якія перавысілі значэньне binlog_cache_size і выкарыстоўвалі часовы файл для " "захоўваньня выразаў транзакцыі." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Колькасьць транзакцыяў, якія выкарыстоўвалі часовы двайковы кэш запытаў." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9934,11 +9968,11 @@ msgstr "" "павялічыць значэньне tmp_table_size, каб часовыя табліцы захоўваліся ў " "памяці, а не на дыску." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Колькасьць часовых файлаў, створаных mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9946,7 +9980,7 @@ msgstr "" "Колькасьць часовых табліц, разьмешчаных у памяці, якія былі аўтаматычна " "створаныя сэрвэрам падчас выкананьня выразаў." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9954,7 +9988,7 @@ msgstr "" "Колькасьць радкоў, запісаных з INSERT DELAYED, з-за якіх адбыліся пэўныя " "памылкі (пэўна, дубляваныя ключы)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9963,23 +9997,23 @@ msgstr "" "Кожная табліца, на якой выконваецца INSERT DELAYED атрымлівае свой уласны " "паток." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Колькасьць запісаных INSERT DELAYED радкоў." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Колькасьць выкананых FLUSH-выразаў." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Колькасьць унутраных COMMIT-выразаў." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Колькасьць разоў выдаленьня радка з табліцы." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9989,7 +10023,7 @@ msgstr "" "яна табліцу з дадзеным імем. Гэта называецца высьвятленьнем. " "Handler_discover паказвае колькасьць высьвятленьняў табліц." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10000,7 +10034,7 @@ msgstr "" "сканаваньняў; напрыклад, SELECT col1 FROM foo, улічваючы, што col1 " "індэксаваная." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10008,7 +10042,7 @@ msgstr "" "Колькасьць запытаў на чытаньне радка з выкарыстаньнем ключа. Калі яна " "вялікая, гэта добрая прыкмета таго, што запыты і табліцы добра індэксаваныя." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10018,7 +10052,7 @@ msgstr "" "павялічваецца, калі выконваецца запыт на індэксаваную калёнку з шэрагам " "абмежаваньняў або калі адбываецца сканаваньне індэксаў." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10026,7 +10060,7 @@ msgstr "" "Колькасьць запытаў чытаньня папярэдні радок у ключавым парадку. Гэты мэтад " "чытаньня выкарыстоўваецца пераважна для аптымізацыі ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10038,7 +10072,7 @@ msgstr "" "прысутнічае шмат запытаў, якія патрабуюць ад MySQL перагляд табліцы цалкам " "або выконваюцца аб'яднаньні, якія няправільна выкарыстоўваюць ключы." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10050,37 +10084,37 @@ msgstr "" "што табліцы індэксаваныя няправільна або запыты не напісаныя так, каб " "выкарыстоўваць перавагі індэксаў." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Колькасьць унутраных выразаў ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Колькасьць запытаў абнаўленьня радка ў табліцы." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Колькасьць запытаў устаўкі радка ў табліцу." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" "Колькасьць старонак, якія ўтрымліваюць дадзеныя (зьмененых або нязьмененых)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Колькасьць зьмененых старонак." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Колькасьць старонак буфэрнага пулу, на якія быў атрыманы запыт на скід." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Колькасьць вольных старонак." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10090,7 +10124,7 @@ msgstr "" "старонкі, якія ў бягучы момант чытаюцца ці запісваюцца або якія ня могуць " "быць скінутыя ці выдаленыя з-за пэўнай прычыны." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10103,11 +10137,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Агульны памер буфэрнага пулу, у старонках." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10116,7 +10150,7 @@ msgstr "" "адбываецца, калі запыт праглядае значную частку табліцы, але ў выпадковым " "парадку." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10124,11 +10158,11 @@ msgstr "" "Колькасьць пасьлядоўных папярэдніх чытаньняў, зробленых InnoDB. Гэта " "адбываецца, калі InnoDB выконвае пасьлядоўны поўны прагляд табліцы." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Колькасьць лягічных запытаў чытаньня, зробленых InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10136,7 +10170,7 @@ msgstr "" "Колькасьць лягічных чытаньняў, якія InnoDB не змагла аднавіць з буфэрнага " "пулу, а таму зрабіла аднастаронкавае чытаньне." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10150,55 +10184,55 @@ msgstr "" "падлічвае колькасьць такіх чаканьняў. Калі памер буфэру быў вызначаны " "правільна, гэтае значэньне мусіць быць маленькім." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Колькасьць запісаў, зробленых у буфэрны пул InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Колькасьць апэрацыяў fsync() на бягучы момант." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Бягучая колькасьць апэрацыяў fsync(), якія чакаюць выкананьня." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Бягучая колькасьць чытаньняў, якія чакаюць выкананьня." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Бягучая колькасьць запісаў, якія чакаюць выкананьня." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Колькасьць прачытаных на бягучы момант дадзеных, у байтах." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Агульная колькасьць чытаньняў дадзеных." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Агульная колькасьць запісаў дадзеных." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Колькасьць запісаных на бягучы момант дадзеных, у байтах." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, " "якія былі запісаныя для гэтай мэты." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, " "якія былі запісаныя для гэтай мэты." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10206,35 +10240,35 @@ msgstr "" "Колькасьць выпадкаў чаканьня з-за таго, што буфэр логу быў занадта малы, і " "таму давялося чакаць, пакуль ён не ачысьціцца." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Колькасьць запісаў у лог." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Колькасьць фізычна выкананых запісаў у лог-файл." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Колькасьць сынхранізавыных запісаў, зробленых у лог-файл." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Колькасьць сынхранізаваньняў лог-файла, якія чакаюць выкананьня." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Колькасьць запісаў у лог-файл, якія чакаюць выкананьня." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Колькасьць байтаў, запісаных у лог-файл." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Колькасьць створаных старонак." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10242,55 +10276,55 @@ msgstr "" "Памер закампіляванай старонкі InnoDB (па змоўчаньні 16КБ). Пэўныя велічыні " "вымяраюцца ў старонках; памер старонкі дазваляе хутка перавесьці яго ў байты." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Колькасьць прачытаных старонак." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Колькасьць запісаных старонак." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" "Колькасьць блякаваньняў радкоў, чаканьне якіх адбываецца на бягучы момант." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Сярэдні час атрыманьня магчымасьці блякаваньня радку, у мілісэкундах." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Агульны час чаканьня атрыманьня магчымасьці блякаваньня радку, у " "мілісэкундах." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" "Максымальны час атраманьня магчымасьці блякаваньня радку, у мілісэкундах." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Колькасьць разоў, калі даводзілася чакаць блякаваньне радку." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Колькасьць радкоў, выдаленых з табліц InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Колькасьць радкоў, устаўленых у табліцы InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Колькась радкоў, прачытаных з табліц InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Колькасьць радкоў, абноўленых у табліцах InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10298,7 +10332,7 @@ msgstr "" "Колькасьць блёкаў у кэшы ключоў, якія былі зьмененыя, але яшчэ не былі " "скінутыя на дыск. Выкарыстоўваецца як значэньне Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10306,7 +10340,7 @@ msgstr "" "Колькасьць нявыкарыстаных блёкаў у кэшы ключоў. Гэтае значэньне можна " "выкарыстоўваць для вызначэньня ступені выкарыстаньня кэшу ключоў." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10316,11 +10350,11 @@ msgstr "" "ступеньню пэўнасьці сьведчыць пра максымальную за ўвесь час колькасьць " "блёкаў, якія выкарастоўваліся адначасова." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Колькасьць запытаў на чытаньне блёку ключоў з кэшу." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10330,15 +10364,15 @@ msgstr "" "вялікае, значэньне key_buffer_size, відаць, вельмі малое. Колькасьць " "промахаў у кэш можна вылічыць як Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Колькасьць запытаў на запіс блёку ключоў у кэш." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Колькасьць фізычных запісаў блёку ключоў на дыск." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10349,17 +10383,17 @@ msgstr "" "Значэньне па змоўчаньні 0 азначае, што ніводны запыт яшчэ ня быў " "зкампіляваны." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Колькасьць радкоў для запісу, адкладзеных запытамі INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10367,39 +10401,39 @@ msgstr "" "Колькасьць табліц, якія былі адкрытыя. Калі адкрытыя табліцы вялікія, " "значэньне кэшу табліц імаверна вельмі малое." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Колькасьць адкрытых файлаў." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Колькасьць адкрытых патокаў (выкарыстоўваюцца пераважна для лагаваньня)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Колькасьць адкрытых табліц." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Колькасьць вольнай памяці для кэшу запытаў." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Колькасьць зваротаў да кэшу." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Колькасьць запытаў, якія былі даданыя ў кэш." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10412,7 +10446,7 @@ msgstr "" "выкарыстоўваўся найменш (LRU) для вызначэньня, якія запыты трэба выдаляць з " "кэшу." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10420,19 +10454,19 @@ msgstr "" "Колькасьць некэшавальных запытаў (некэшавальных або некэшаваных з-за " "значэньня дырэктывы query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Колькасьць запытаў, якія прысутнічаюць у кэшы." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Агульная колькасьць блёкаў у кэшы запытыў." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Стан абароненай ад памылак рэплікацыі (яшчэ не рэалізаваная)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10440,13 +10474,13 @@ msgstr "" "Колькасьць аб'яднаньняў, якія не выкарыстоўвяюць індэксы. Калі гэтае " "значэньне ня роўнае 0, варта праверыць індэксы ў табліцах." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Колькасьць аб'яднаньняў, якія выкарыстоўвалі пошук па масцы ў мэтавай " "табліцы." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10455,7 +10489,7 @@ msgstr "" "ключа пасьля кожнага радка. (Калі гэтае значэньне ня роўнае 0, варта " "праверыць індэксы ў табліцах.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10463,17 +10497,17 @@ msgstr "" "Колькасьць аб'яднаньняў, якія выкарыстоўвалі спалучэньні палёў у першай " "табліцы. (Звычайна не крытычна, нават калі гэтае значэньне вялікае.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Колькасьць аб'яднаньняў, якія правялі поўны прагляд першай табліцы." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Колькасьць часовых табліц, якія ў бягучы момант адкрытыя залежным SQL-" "патокам." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10481,13 +10515,13 @@ msgstr "" "Агульная (ад загрузкі) колькасьць разоў, калі залежны SQL-паток рэплікацыі " "паўтараў транзакцыі." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Гэтае значэньне роўнае \"ON\", калі сэрвэр зьяўляецца залежным і падлучаным " "да сэрвэра, які яго кантралюе." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10495,14 +10529,14 @@ msgstr "" "Колькасьць патокаў, якім спатрэбілася больш за slow_launch_time сэкундаў для " "стварэньня." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Колькасьць запытаў, на выканантне якіх спатрэбілася больш, чым " "long_query_time сэкундаў." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10512,25 +10546,25 @@ msgstr "" "значэньне вялікае, варта разгледзіць павелічэньне значэньня сыстэмнай " "зьменнай sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" "Колькасьць сартаваньняў, якія былі зробленыя з выкарыстаньнем некалькіх " "слупкоў." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Колькасьць адсартаваных радкоў." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Колькасьць сартаваньняў, якія былі зробленыя падчас прагляду табліцы." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Колькасьць разоў, калі блякаваньне табліцы было зробленае імгненна." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10542,7 +10576,7 @@ msgstr "" "існуюць праблемы з прадукцыйнасьцю, варта спачатку аптымізаваць запыты, а " "пасьля або падзяліць табліцу або табліцы, або выкарыстоўваць рэплікацыю." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10552,11 +10586,11 @@ msgstr "" "вылічаная як Threads_created/Connections. Калі гэтае значэньне пафарбаванае " "ў чырвоны колер, варта павялічыць значэньне thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Колькасьць адкрытых на бягучы момант злучэньняў." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10568,64 +10602,64 @@ msgstr "" "thread_cache_size. (Звычайна, гэта не дае якога-небудзь заўважнага " "павелічэньня прадукцыйнасьці, калі прысутнічае добрая рэалізацыя патокаў.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Колькасьць патокаў, якія не зьяўляюцца сьпячымі." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Суб" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Дадаць новае поле" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Абнавіць" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Дадаць/выдаліць калёнку крытэру" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10634,7 +10668,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10642,111 +10676,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Перайменаваць базу дадзеных у" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Выберыце табліцу(ы)" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Некарэктнае імя табліцы" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Дадаць новага карыстальніка" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL-запыт" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Статыстыка радку" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Выбраць усё" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Тып запыту" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10754,7 +10801,7 @@ msgid_plural "%d seconds" msgstr[0] "у сэкунду" msgstr[1] "у сэкунду" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/be@latin.po b/po/be@latin.po index 4e1549a954..7d4babd4a3 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" "Last-Translator: Michal \n" "Language-Team: belarusian_latin \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Pakazać usie" @@ -89,7 +89,7 @@ msgstr "Imia kluča" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Apisańnie" @@ -702,7 +702,7 @@ msgstr "Adznačyć tyja, što patrabujuć aptymizacyi" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Ekspart" @@ -771,7 +771,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -791,7 +791,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stan" @@ -1122,13 +1122,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Ahułam" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "Vybar servera" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Pracesy" @@ -1231,12 +1231,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1298,7 +1298,7 @@ msgstr "" msgid "Bytes received" msgstr "Atrymana" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Padłučeńni" @@ -1309,12 +1309,12 @@ msgstr "Padłučeńni" msgid "Questions" msgstr "Suviazi" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafik" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1343,7 +1343,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nijakaja" @@ -1444,7 +1444,7 @@ msgstr "Mahčymaści asnoŭnych suviaziaŭ" msgid "Current settings" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1569,7 +1569,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Imrart" @@ -1799,127 +1799,147 @@ msgstr "U vyhladzie SQL-zapytu" msgid "Zoom Search" msgstr "Pošuk" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Dadać/vydalić kalonku kryteru" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignaravać" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dadać %s novyja pali" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Vybierycie spasyłkavy kluč" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Vybierycie źniešni kluč" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Kali łaska, vybierycie pieršasny (PRIMARY) albo ŭnikalny kluč (UNIQUE)" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Vybierycie pole dla adlustravańnia" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Zgieneravać parol" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Zgieneravać" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Źmianić parol" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pan" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1927,31 +1947,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "Bazy dadzienych adsutničajuć" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nijakaja" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Papiaredniaja staronka" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1959,96 +1979,96 @@ msgid "Next" msgstr "Nastupnaja staronka" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ahułam" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Dvajkovy" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Sak" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Kra" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Tra" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Čer" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Lip" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Žni" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Kas" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Sak" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Kra" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2056,78 +2076,78 @@ msgid "May" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Čer" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Žni" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Vier" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Śn" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ndz" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pan" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Aŭt" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Piat" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2135,102 +2155,102 @@ msgid "Sun" msgstr "Ndz" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pan" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Aŭt" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Sier" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Cač" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Piat" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ndz" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pan" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Aŭt" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sier" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Cač" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Piat" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "vykarystoŭvajecca" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2454,10 +2474,11 @@ msgstr "Tablica %s była pierajmienavanaja ŭ %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2788,7 +2809,7 @@ msgid "Documentation" msgstr "Dakumentacyja" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-zapyt" @@ -5854,7 +5875,7 @@ msgid "The row has been deleted" msgstr "Radok byŭ vydaleny" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Spynić" @@ -6477,7 +6498,7 @@ msgstr "Dastupnyja MIME-typy" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Chost" @@ -7188,14 +7209,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Źmiennaja" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Značeńnie" @@ -7414,7 +7435,7 @@ msgid "Returns" msgstr "Typ pracedury" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Čas" @@ -8471,7 +8492,7 @@ msgstr "Versija pratakołu" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Karystalnik" @@ -8945,13 +8966,13 @@ msgstr "Vyłučycie dvajkovy łog dla prahladu" msgid "Files" msgstr "Fajły" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Abrazać pakazanyja zapyty" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Pakazać poŭnyja zapyty" @@ -9752,84 +9773,97 @@ msgstr "Typ zapytu" msgid "Instructions" msgstr "Funkcyi" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "u hadzinu" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "u chvilinu" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "u sekundu" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Vyrazy" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Hety server MySQL pracuje %s. Jon byŭ zapuščany %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9837,47 +9871,47 @@ msgstr "" "Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu " "statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Atrymana" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Adpraŭlena" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "maksymum adnačasovych złučeńniaŭ" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Niaŭdałych sprobaŭ" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Spyniena" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Kamanda" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9887,17 +9921,17 @@ msgstr "" "jakija pieravysili značeńnie binlog_cache_size i vykarystoŭvali časovy fajł " "dla zachoŭvańnia vyrazaŭ tranzakcyi." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Kolkaść tranzakcyjaŭ, jakija vykarystoŭvali časovy dvajkovy keš zapytaŭ." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9909,11 +9943,11 @@ msgstr "" "pavialičyć značeńnie tmp_table_size, kab časovyja tablicy zachoŭvalisia ŭ " "pamiaci, a nie na dysku." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Kolkaść časovych fajłaŭ, stvoranych mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9921,7 +9955,7 @@ msgstr "" "Kolkaść časovych tablic, raźmieščanych u pamiaci, jakija byli aŭtamatyčna " "stvoranyja serveram padčas vykanańnia vyrazaŭ." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9929,7 +9963,7 @@ msgstr "" "Kolkaść radkoŭ, zapisanych z INSERT DELAYED, z-za jakich adbylisia peŭnyja " "pamyłki (peŭna, dublavanyja klučy)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9938,23 +9972,23 @@ msgstr "" "Kožnaja tablica, na jakoj vykonvajecca INSERT DELAYED atrymlivaje svoj " "ułasny patok." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Kolkaść zapisanych INSERT DELAYED radkoŭ." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Kolkaść vykananych FLUSH-vyrazaŭ." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Kolkaść unutranych COMMIT-vyrazaŭ." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Kolkaść razoŭ vydaleńnia radka z tablicy." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9964,7 +9998,7 @@ msgstr "" "viedaje jana tablicu z dadzienym imiem. Heta nazyvajecca vyśviatleńniem. " "Handler_discover pakazvaje kolkaść vyśviatleńniaŭ tablic." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9975,7 +10009,7 @@ msgstr "" "skanavańniaŭ; naprykład, SELECT col1 FROM foo, uličvajučy, što col1 " "indeksavanaja." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9984,7 +10018,7 @@ msgstr "" "vialikaja, heta dobraja prykmieta taho, što zapyty i tablicy dobra " "indeksavanyja." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9994,7 +10028,7 @@ msgstr "" "pavialičvajecca, kali vykonvajecca zapyt na indeksavanuju kalonku z šeraham " "abmiežavańniaŭ abo kali adbyvajecca skanavańnie indeksaŭ." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10002,7 +10036,7 @@ msgstr "" "Kolkaść zapytaŭ čytańnia papiaredni radok u klučavym paradku. Hety metad " "čytańnia vykarystoŭvajecca pieravažna dla aptymizacyi ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10015,7 +10049,7 @@ msgstr "" "całkam abo vykonvajucca ab'jadnańni, jakija niapravilna vykarystoŭvajuć " "klučy." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10027,37 +10061,37 @@ msgstr "" "aznačaje, što tablicy indeksavanyja niapravilna abo zapyty nie napisanyja " "tak, kab vykarystoŭvać pieravahi indeksaŭ." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Kolkaść unutranych vyrazaŭ ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Kolkaść zapytaŭ abnaŭleńnia radka ŭ tablicy." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Kolkaść zapytaŭ ustaŭki radka ŭ tablicu." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" "Kolkaść staronak, jakija ŭtrymlivajuć dadzienyja (źmienienych abo " "niaźmienienych)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Kolkaść źmienienych staronak." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Kolkaść staronak bufernaha pułu, na jakija byŭ atrymany zapyt na skid." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Kolkaść volnych staronak." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10067,7 +10101,7 @@ msgstr "" "staronki, jakija ŭ biahučy momant čytajucca ci zapisvajucca abo jakija nia " "mohuć być skinutyja ci vydalenyja z-za peŭnaj pryčyny." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10080,11 +10114,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Ahulny pamier bufernaha pułu, u staronkach." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10093,7 +10127,7 @@ msgstr "" "adbyvajecca, kali zapyt prahladaje značnuju častku tablicy, ale ŭ vypadkovym " "paradku." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10101,11 +10135,11 @@ msgstr "" "Kolkaść paśladoŭnych papiarednich čytańniaŭ, zroblenych InnoDB. Heta " "adbyvajecca, kali InnoDB vykonvaje paśladoŭny poŭny prahlad tablicy." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Kolkaść lagičnych zapytaŭ čytańnia, zroblenych InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10113,7 +10147,7 @@ msgstr "" "Kolkaść lagičnych čytańniaŭ, jakija InnoDB nie zmahła adnavić z bufernaha " "pułu, a tamu zrabiła adnastaronkavaje čytańnie." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10127,55 +10161,55 @@ msgstr "" "kamputar padličvaje kolkaść takich čakańniaŭ. Kali pamier buferu byŭ " "vyznačany pravilna, hetaje značeńnie musić być maleńkim." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Kolkaść zapisaŭ, zroblenych u buferny puł InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Kolkaść aperacyjaŭ fsync() na biahučy momant." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Biahučaja kolkaść aperacyjaŭ fsync(), jakija čakajuć vykanańnia." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Biahučaja kolkaść čytańniaŭ, jakija čakajuć vykanańnia." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Biahučaja kolkaść zapisaŭ, jakija čakajuć vykanańnia." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Kolkaść pračytanych na biahučy momant dadzienych, u bajtach." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Ahulnaja kolkaść čytańniaŭ dadzienych." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Ahulnaja kolkaść zapisaŭ dadzienych." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Kolkaść zapisanych na biahučy momant dadzienych, u bajtach." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, " "jakija byli zapisanyja dla hetaj mety." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, " "jakija byli zapisanyja dla hetaj mety." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10183,35 +10217,35 @@ msgstr "" "Kolkaść vypadkaŭ čakańnia z-za taho, što bufer łogu byŭ zanadta mały, i tamu " "daviałosia čakać, pakul jon nie ačyścicca." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Kolkaść zapisaŭ u łog." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Kolkaść fizyčna vykananych zapisaŭ u łog-fajł." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Kolkaść synchranizavańniaŭ łog-fajła, jakija čakajuć vykanańnia." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Kolkaść zapisaŭ u łog-fajł, jakija čakajuć vykanańnia." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Kolkaść bajtaŭ, zapisanych u łog-fajł." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Kolkaść stvoranych staronak." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10220,54 +10254,54 @@ msgstr "" "vymiarajucca ŭ staronkach; pamier staronki dazvalaje chutka pieravieści jaho " "ŭ bajty." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Kolkaść pračytanych staronak." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Kolkaść zapisanych staronak." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" "Kolkaść blakavańniaŭ radkoŭ, čakańnie jakich adbyvajecca na biahučy momant." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Siaredni čas atrymańnia mahčymaści blakavańnia radku, u milisekundach." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Ahulny čas čakańnia atrymańnia mahčymaści blakavańnia radku, u milisekundach." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" "Maksymalny čas atramańnia mahčymaści blakavańnia radku, u milisekundach." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Kolkaść razoŭ, kali davodziłasia čakać blakavańnie radku." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Kolkaść radkoŭ, vydalenych z tablic InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Kolkaść radkoŭ, ustaŭlenych u tablicy InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Kolkaś radkoŭ, pračytanych z tablic InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Kolkaść radkoŭ, abnoŭlenych u tablicach InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10275,7 +10309,7 @@ msgstr "" "Kolkaść blokaŭ u kešy klučoŭ, jakija byli źmienienyja, ale jašče nie byli " "skinutyja na dysk. Vykarystoŭvajecca jak značeńnie Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10283,7 +10317,7 @@ msgstr "" "Kolkaść niavykarystanych blokaŭ u kešy klučoŭ. Hetaje značeńnie možna " "vykarystoŭvać dla vyznačeńnia stupieni vykarystańnia kešu klučoŭ." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10293,11 +10327,11 @@ msgstr "" "stupieńniu peŭnaści śviedčyć pra maksymalnuju za ŭvieś čas kolkaść blokaŭ, " "jakija vykarastoŭvalisia adnačasova." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Kolkaść zapytaŭ na čytańnie bloku klučoŭ z kešu." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10307,15 +10341,15 @@ msgstr "" "vialikaje, značeńnie key_buffer_size, vidać, vielmi małoje. Kolkaść " "promachaŭ u keš možna vyličyć jak Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Kolkaść zapytaŭ na zapis bloku klučoŭ u keš." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Kolkaść fizyčnych zapisaŭ bloku klučoŭ na dysk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10326,17 +10360,17 @@ msgstr "" "Značeńnie pa zmoŭčańni 0 aznačaje, što nivodny zapyt jašče nia byŭ " "zkampilavany." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Kolkaść radkoŭ dla zapisu, adkładzienych zapytami INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10344,39 +10378,39 @@ msgstr "" "Kolkaść tablic, jakija byli adkrytyja. Kali adkrytyja tablicy vialikija, " "značeńnie kešu tablic imavierna vielmi małoje." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Kolkaść adkrytych fajłaŭ." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Kolkaść adkrytych patokaŭ (vykarystoŭvajucca pieravažna dla łahavańnia)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Kolkaść adkrytych tablic." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Kolkaść volnaj pamiaci dla kešu zapytaŭ." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Kolkaść zvarotaŭ da kešu." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Kolkaść zapytaŭ, jakija byli dadanyja ŭ keš." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10389,7 +10423,7 @@ msgstr "" "vykarystoŭvaŭsia najmienš (LRU) dla vyznačeńnia, jakija zapyty treba vydalać " "z kešu." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10397,19 +10431,19 @@ msgstr "" "Kolkaść niekešavalnych zapytaŭ (niekešavalnych abo niekešavanych z-za " "značeńnia dyrektyvy query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Kolkaść zapytaŭ, jakija prysutničajuć u kešy." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Ahulnaja kolkaść blokaŭ u kešy zapytyŭ." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stan abaronienaj ad pamyłak replikacyi (jašče nie realizavanaja)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10417,13 +10451,13 @@ msgstr "" "Kolkaść ab'jadnańniaŭ, jakija nie vykarystoŭviajuć indeksy. Kali hetaje " "značeńnie nia roŭnaje 0, varta pravieryć indeksy ŭ tablicach." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Kolkaść ab'jadnańniaŭ, jakija vykarystoŭvali pošuk pa mascy ŭ metavaj " "tablicy." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10432,7 +10466,7 @@ msgstr "" "kluča paśla kožnaha radka. (Kali hetaje značeńnie nia roŭnaje 0, varta " "pravieryć indeksy ŭ tablicach.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10440,17 +10474,17 @@ msgstr "" "Kolkaść ab'jadnańniaŭ, jakija vykarystoŭvali spałučeńni paloŭ u pieršaj " "tablicy. (Zvyčajna nie krytyčna, navat kali hetaje značeńnie vialikaje.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Kolkaść ab'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Kolkaść časovych tablic, jakija ŭ biahučy momant adkrytyja zaležnym SQL-" "patokam." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10458,13 +10492,13 @@ msgstr "" "Ahulnaja (ad zahruzki) kolkaść razoŭ, kali zaležny SQL-patok replikacyi " "paŭtaraŭ tranzakcyi." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Hetaje značeńnie roŭnaje \"ON\", kali server źjaŭlajecca zaležnym i " "padłučanym da servera, jaki jaho kantraluje." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10472,14 +10506,14 @@ msgstr "" "Kolkaść patokaŭ, jakim spatrebiłasia bolš za slow_launch_time sekundaŭ dla " "stvareńnia." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Kolkaść zapytaŭ, na vykanantnie jakich spatrebiłasia bolš, čym " "long_query_time sekundaŭ." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10489,25 +10523,25 @@ msgstr "" "hetaje značeńnie vialikaje, varta razhledzić pavieličeńnie značeńnia " "systemnaj źmiennaj sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" "Kolkaść sartavańniaŭ, jakija byli zroblenyja z vykarystańniem niekalkich " "słupkoŭ." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Kolkaść adsartavanych radkoŭ." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Kolkaść sartavańniaŭ, jakija byli zroblenyja padčas prahladu tablicy." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Kolkaść razoŭ, kali blakavańnie tablicy było zroblenaje imhnienna." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10519,7 +10553,7 @@ msgstr "" "prablemy z pradukcyjnaściu, varta spačatku aptymizavać zapyty, a paśla abo " "padzialić tablicu abo tablicy, abo vykarystoŭvać replikacyju." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10529,11 +10563,11 @@ msgstr "" "jak Threads_created/Connections. Kali hetaje značeńnie pafarbavanaje ŭ " "čyrvony koler, varta pavialičyć značeńnie thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Kolkaść adkrytych na biahučy momant złučeńniaŭ." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10545,62 +10579,62 @@ msgstr "" "thread_cache_size. (Zvyčajna, heta nie daje jakoha-niebudź zaŭvažnaha " "pavieličeńnia pradukcyjnaści, kali prysutničaje dobraja realizacyja patokaŭ.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Kolkaść patokaŭ, jakija nie źjaŭlajucca śpiačymi." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Dadać novaje pole" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Abnavić" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Dadać/vydalić kalonku kryteru" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10609,7 +10643,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10617,112 +10651,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Pierajmienavać bazu dadzienych u" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Vybierycie tablicu(y)" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Niekarektnaje imia tablicy" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "Dadać novaha karystalnika" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Row Statistics" msgid "Log statistics" msgstr "Statystyka radku" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Vybrać usio" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Typ zapytu" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10731,7 +10778,7 @@ msgstr[0] "u sekundu" msgstr[1] "u sekundu" msgstr[2] "u sekundu" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/bg.po b/po/bg.po index d6e2ee0455..589bec733e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-19 14:58+0200\n" "Last-Translator: \n" "Language-Team: bulgarian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Показване всички" @@ -88,7 +88,7 @@ msgstr "Име на ключ" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Описание" @@ -667,7 +667,7 @@ msgstr "Маркиране на таблиците със загубено мя #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Експорт" @@ -732,7 +732,7 @@ msgstr "Следени таблици" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -752,7 +752,7 @@ msgstr "Съвременен" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Състояние" @@ -1067,13 +1067,13 @@ msgstr "Статична информация" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Общо" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Друго" @@ -1103,7 +1103,7 @@ msgstr "Сървър трафик (в KiB)" msgid "Connections since last refresh" msgstr "Връзки след последното опресняване" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Процеси" @@ -1172,12 +1172,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "КБ" @@ -1237,7 +1237,7 @@ msgstr "" msgid "Bytes received" msgstr "Получени" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Конекции" @@ -1248,12 +1248,12 @@ msgstr "Конекции" msgid "Questions" msgstr "Версии" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Трафик" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Настройки" @@ -1278,7 +1278,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Няма" @@ -1379,7 +1379,7 @@ msgstr "Управление мои настройки" msgid "Current settings" msgstr "Още" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Chart title" msgid "Chart Title" @@ -1508,7 +1508,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" @@ -1702,52 +1702,72 @@ msgstr "Показване критерий за търсене" msgid "Zoom Search" msgstr "Търсене" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Добавияне/изтриване колони" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Игнориране" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Добавяне колона" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Изберете посочвания ключ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Избор външен ключ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Изберете първичен или уникален ключ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Изберете колона за показване" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1755,68 +1775,68 @@ msgstr "" "Не сте записали промените в оформлението. Те ще бъдат загубени, ако не ги " "запазите. Искате ли да продължите?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Добавяне опция към колона " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Завличане за промяна на подредбата" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Щракване за сортиране" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Щракване за маркиране/отмаркиране" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Щракнете стрелката,
за да изберете колони" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Генериране парола" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генериране" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Смяна парола" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Още" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1826,27 +1846,27 @@ msgstr "" "версия е %s, излязла на %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", актуална стабилна версия:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "актуално" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Готово" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Преден" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1854,149 +1874,149 @@ msgid "Next" msgstr "Следващ" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Днес" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "януари" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "февруари" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "март" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "април" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "май" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "юни" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "юли" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "август" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "септември" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "октомври" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "ноември" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "декември" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "яну" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "фев" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "март" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "май" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "юни" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "юли" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "септ" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "ное" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "дек" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "неделя" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "понеделник" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "вторник" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "сряда" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "четвъртък" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "петък" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "събота" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2004,84 +2024,84 @@ msgid "Sun" msgstr "нд" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "пн" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "вт" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "ср" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "чт" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "пт" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "сб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "нд" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "пн" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "вт" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "ср" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "чт" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "пт" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Сед" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Час" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "минута" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "секунда" @@ -2291,10 +2311,11 @@ msgstr "Таблица %s беше преименувана на %s" msgid "Could not save table UI preferences" msgstr "Таблицата с визуалните настройки не може да бъде запазена" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2613,7 +2634,7 @@ msgid "Documentation" msgstr "Документация" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL заявка" @@ -5498,7 +5519,7 @@ msgid "The row has been deleted" msgstr "Редът беше изтрит" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Спиране" @@ -6024,7 +6045,7 @@ msgstr "Показване MIME типове" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -6716,14 +6737,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Променлива" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Стойност" @@ -6925,7 +6946,7 @@ msgid "Returns" msgstr "Връща" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Време" @@ -7840,7 +7861,7 @@ msgstr "Версия на протокола" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Потребител" @@ -8261,13 +8282,13 @@ msgstr "Изберете двоичен дневник за преглед" msgid "Files" msgstr "Файлове" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Съкращаване на показаните заявки" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Показване на пълните заявки" @@ -9050,145 +9071,158 @@ msgstr "Тип на заявката" msgid "Instructions" msgstr "Функции" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Network traffic since startup: %s" msgid "Questions since startup: %s" msgstr "Мрежови трафик от включването: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "на час" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "на минута" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "на секунда" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Заявление" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "№" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Мрежови трафик от включването: %s" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Този MySQL сървър работи от %s. Включен е на %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Състояние на репликацията" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Получени" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Изпратени" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "максимален брой едновременни връзки" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Неуспешни опити" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Прекъснати" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Команда" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Броят неуспешни опити за връзка към MySQL сървъра." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9196,78 +9230,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Броят създадени от mysqld временни файлове." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Броят вмъкнати посредством INSERT DELAYED редове." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9275,7 +9309,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9283,42 +9317,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Брой заявки за обновяване на ред в таблица." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Брой заявки за вмъкване на ред в таблица." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9326,33 +9360,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9361,227 +9395,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Броят на заявки за запис в дневника." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Броят изтрити редове от InnoDB таблици." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Броят вмъкнати редове в InnoDB таблици." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Броят прочетени редове от InnoDB таблици." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Броят обновени редове в InnoDB таблици." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Броят отворени файлове." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Броят отворени потоци (използва се главно за дневници)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Броят отворени таблици." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Количеството свободна памет за буфер за заявки." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Броят попадения в кеш." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Броят заявки добавени към буфера." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9589,99 +9623,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Броят заявки регистрирани в буфера." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Общият брой блокове в буфера за заявки." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Брой временни таблици отворени от подчинена SQL нишка." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Броят сортирани редове." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9689,18 +9723,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Брой текущо отворени връзки." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9708,67 +9742,67 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Броят на нишките, които не са спящи." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start row" msgid "Start Monitor" msgstr "Начален ред" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add parameter" msgid "Add chart" msgstr "Нов параметър" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Скорост на опресняване" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Колони в текство поле" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Обработка на грешки:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Стойност по подразбиране" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9777,7 +9811,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9785,121 +9819,134 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Изтриване БД" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "All status variables" msgid "Status variable(s)" msgstr "Всички променливи на състоянието" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Избор на таблици" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "You must provide a valid table name" msgid "or type variable name:" msgstr "Трябва да дадете име на таблица на тригера" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add trigger" msgid "Add this series" msgstr "Нов тригер" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Показване статистика" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Избор на страница" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Тип на заявката" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d секунда" msgstr[1] "%d секунди" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/bn.po b/po/bn.po index 7002e3dacb..cb4562ce78 100644 --- a/po/bn.po +++ b/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-10-21 01:36+0200\n" "Last-Translator: Nobin নবীন \n" "Language-Team: bangla \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "সবগুলো দেখাও" @@ -88,7 +88,7 @@ msgstr "Keyname" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "বর্ণনা" @@ -689,7 +689,7 @@ msgstr "ওভারহেড সহ টেবিল পরীক্ষা ক #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Export" @@ -760,7 +760,7 @@ msgstr "টেবিল পরীক্ষা কর" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -782,7 +782,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "অবস্থা" @@ -1112,13 +1112,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "মোট" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1150,7 +1150,7 @@ msgstr "Server Choice" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processes" @@ -1220,12 +1220,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "মেগাবাইট" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "কিলোবাইট" @@ -1287,7 +1287,7 @@ msgstr "" msgid "Bytes received" msgstr "গৃহীত" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "সংযোগসমূহ" @@ -1297,12 +1297,12 @@ msgstr "সংযোগসমূহ" msgid "Questions" msgstr "পারসিয়ান" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Traffic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1329,7 +1329,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "কোনটিই নয়" @@ -1430,7 +1430,7 @@ msgstr "General relation features" msgid "Current settings" msgstr "General relation features" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1554,7 +1554,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "ইম্পোর্ট কর" @@ -1776,128 +1776,148 @@ msgstr "SQL query" msgid "Zoom Search" msgstr "খুঁজুন" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Add/Delete Field Columns" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s ক্ষেত্রসমূহ যোগ কর" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "প্রদর্শনের জন্য ক্ষেত্র পছন্দ কর" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "কোন ডাটাবেজ নাই" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "পাসওয়ার্ড তৈরী কর" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "তৈরী কর" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "পাসওয়ার্ড পরিবর্তন কর" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "সোমবার" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1905,30 +1925,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Server version" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "কোন ডাটাবেজ নাই" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "ডাটা" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "পূর্ববর্তী" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1936,96 +1956,96 @@ msgid "Next" msgstr "পরবর্তী" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "মোট" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "বাইনারী" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "মার্চ" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "এপ্রিল" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "মে" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "জুন" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "জুলাই" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "আগস্ট" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "অক্টোবর" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "জানুয়ারী" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "ফেব্রুয়ারী" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "মার্চ" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "এপ্রিল" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2033,78 +2053,78 @@ msgid "May" msgstr "মে" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "জুন" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "জুলাই" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "আগস্ট" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "সেপ্টেমবর" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "অক্টোবর" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "নভেম্বর" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "ডিসেম্বর" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "রবিবার" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "সোমবার" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "মঙ্গলবার" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "শুক্রবার" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2112,100 +2132,100 @@ msgid "Sun" msgstr "রবিবার" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "সোমবার" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "মঙ্গলবার" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "বুধবার" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "বৃহস্পতিবার" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "শুক্রবার" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "শনিবার" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "রবিবার" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "সোমবার" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "মঙ্গলবার" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "বুধবার" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "বৃহস্পতিবার" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "শুক্রবার" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "শনিবার" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2421,10 +2441,11 @@ msgstr "Table %s has been renamed to %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2748,7 +2769,7 @@ msgid "Documentation" msgstr "বর্ণনা" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL query" @@ -5837,7 +5858,7 @@ msgid "The row has been deleted" msgstr "সারিটি মুছে ফেলা হয়েছে" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6416,7 +6437,7 @@ msgstr "Available MIME types" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "হোষ্ট" @@ -7132,14 +7153,14 @@ msgid "Slave status" msgstr "Show slave status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "চলক" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "মান" @@ -7355,7 +7376,7 @@ msgid "Returns" msgstr "Table options" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "সময়" @@ -8390,7 +8411,7 @@ msgstr "Protocol version" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "User" @@ -8857,13 +8878,13 @@ msgstr "Select binary log to view" msgid "Files" msgstr "ক্ষেত্রসমূহ" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Show Full Queries" @@ -9664,85 +9685,98 @@ msgstr "Query type" msgid "Instructions" msgstr "ফাংশনসমূহ" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per hour" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minute" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per second" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Statements" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "This MySQL server has been running for %s. It started up on %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Replication" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9750,47 +9784,47 @@ msgstr "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "গৃহীত" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Sent" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. concurrent connections" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "ব্যার্থ হওয়া চেষ্টাসমূহ" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "বাদ দেওয়া হল" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "আইডি" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "নির্দেশ" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "The number of fsyncs writes done to the log file." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9800,16 +9834,16 @@ msgstr "" "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "The number of transactions that used the temporary binary log cache." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9821,98 +9855,98 @@ msgstr "" "to increase the tmp_table_size value to cause temporary tables to be memory-" "based instead of disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "How many temporary files mysqld has created." -#: server_status.php:1185 -msgid "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." -msgstr "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." - -#: server_status.php:1186 -msgid "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." -msgstr "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." - -#: server_status.php:1187 -msgid "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." -msgstr "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." - -#: server_status.php:1188 -msgid "The number of INSERT DELAYED rows written." -msgstr "The number of INSERT DELAYED rows written." - -#: server_status.php:1189 -msgid "The number of executed FLUSH statements." -msgstr "The number of executed FLUSH statements." - -#: server_status.php:1190 -msgid "The number of internal COMMIT statements." -msgstr "The number of internal COMMIT statements." - -#: server_status.php:1191 -msgid "The number of times a row was deleted from a table." -msgstr "The number of times a row was deleted from a table." - -#: server_status.php:1192 -msgid "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." -msgstr "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." - -#: server_status.php:1193 -msgid "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." -msgstr "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." - -#: server_status.php:1194 -msgid "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." -msgstr "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." - #: server_status.php:1195 msgid "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." msgstr "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." #: server_status.php:1196 msgid "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." msgstr "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." #: server_status.php:1197 msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." + +#: server_status.php:1198 +msgid "The number of INSERT DELAYED rows written." +msgstr "The number of INSERT DELAYED rows written." + +#: server_status.php:1199 +msgid "The number of executed FLUSH statements." +msgstr "The number of executed FLUSH statements." + +#: server_status.php:1200 +msgid "The number of internal COMMIT statements." +msgstr "The number of internal COMMIT statements." + +#: server_status.php:1201 +msgid "The number of times a row was deleted from a table." +msgstr "The number of times a row was deleted from a table." + +#: server_status.php:1202 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." + +#: server_status.php:1203 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." + +#: server_status.php:1204 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." + +#: server_status.php:1205 +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." + +#: server_status.php:1206 +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." +msgstr "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." + +#: server_status.php:1207 +msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " "probably have a lot of queries that require MySQL to scan whole tables or " @@ -9923,7 +9957,7 @@ msgstr "" "probably have a lot of queries that require MySQL to scan whole tables or " "you have joins that don't use keys properly." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9935,36 +9969,36 @@ msgstr "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "The number of internal ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "The number of requests to update a row in a table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "The number of requests to insert a row in a table." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "The number of pages containing data (dirty or clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "The number of pages currently dirty." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "The number of buffer pool pages that have been requested to be flushed." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "The number of free pages." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9974,7 +10008,7 @@ msgstr "" "being read or written or that can't be flushed or removed for some other " "reason." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9986,11 +10020,11 @@ msgstr "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total size of buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9998,7 +10032,7 @@ msgstr "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10006,11 +10040,11 @@ msgstr "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "The number of logical read requests InnoDB has done." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10018,7 +10052,7 @@ msgstr "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10032,55 +10066,55 @@ msgstr "" "counter counts instances of these waits. If the buffer pool size was set " "properly, this value should be small." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "The number writes done to the InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "The number of fsync() operations so far." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "The current number of pending fsync() operations." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "The current number of pending reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "The current number of pending writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "The amount of data read so far, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "The total number of data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "The total number of data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "The amount of data written so far, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10088,35 +10122,35 @@ msgstr "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "The number of log write requests." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "The number of physical writes to the log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "The number of fsyncs writes done to the log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "The number of pending log file fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Pending log file writes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "The number of bytes written to the log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "The number of pages created." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10124,51 +10158,51 @@ msgstr "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "The number of pages read." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "The number of pages written." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "The number of row locks currently being waited for." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "The average time to acquire a row lock, in milliseconds." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "The total time spent in acquiring row locks, in milliseconds." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "The maximum time to acquire a row lock, in milliseconds." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "The number of times a row lock had to be waited for." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "The number of rows deleted from InnoDB tables." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "The number of rows inserted in InnoDB tables." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "The number of rows read from InnoDB tables." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "The number of rows updated in InnoDB tables." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10176,7 +10210,7 @@ msgstr "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10184,7 +10218,7 @@ msgstr "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10194,11 +10228,11 @@ msgstr "" "that indicates the maximum number of blocks that have ever been in use at " "one time." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "The number of requests to read a key block from the cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10208,15 +10242,15 @@ msgstr "" "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "The number of requests to write a key block to the cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "The number of physical writes of a key block to disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10226,17 +10260,17 @@ msgstr "" "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "The number of rows waiting to be written in INSERT DELAY queues." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10244,171 +10278,171 @@ msgstr "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "The number of files that are open." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "The number of streams that are open (used mainly for logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "The number of tables that are open." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "The amount of free memory for query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "The number of cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "The number of queries added to the cache." -#: server_status.php:1263 -msgid "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." -msgstr "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." - -#: server_status.php:1264 -msgid "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." -msgstr "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." - -#: server_status.php:1265 -msgid "The number of queries registered in the cache." -msgstr "The number of queries registered in the cache." - -#: server_status.php:1266 -msgid "The total number of blocks in the query cache." -msgstr "The total number of blocks in the query cache." - -#: server_status.php:1267 -msgid "The status of failsafe replication (not yet implemented)." -msgstr "The status of failsafe replication (not yet implemented)." - -#: server_status.php:1268 -msgid "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." -msgstr "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." - -#: server_status.php:1269 -msgid "The number of joins that used a range search on a reference table." -msgstr "The number of joins that used a range search on a reference table." - -#: server_status.php:1270 -msgid "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" -msgstr "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" - -#: server_status.php:1271 -msgid "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" -msgstr "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" - -#: server_status.php:1272 -msgid "The number of joins that did a full scan of the first table." -msgstr "The number of joins that did a full scan of the first table." - #: server_status.php:1273 -msgid "The number of temporary tables currently open by the slave SQL thread." -msgstr "The number of temporary tables currently open by the slave SQL thread." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." #: server_status.php:1274 msgid "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." #: server_status.php:1275 -msgid "This is ON if this server is a slave that is connected to a master." -msgstr "This is ON if this server is a slave that is connected to a master." +msgid "The number of queries registered in the cache." +msgstr "The number of queries registered in the cache." #: server_status.php:1276 -msgid "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." -msgstr "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." +msgid "The total number of blocks in the query cache." +msgstr "The total number of blocks in the query cache." #: server_status.php:1277 -msgid "" -"The number of queries that have taken more than long_query_time seconds." -msgstr "" -"The number of queries that have taken more than long_query_time seconds." +msgid "The status of failsafe replication (not yet implemented)." +msgstr "The status of failsafe replication (not yet implemented)." #: server_status.php:1278 msgid "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." msgstr "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." #: server_status.php:1279 -msgid "The number of sorts that were done with ranges." -msgstr "The number of sorts that were done with ranges." +msgid "The number of joins that used a range search on a reference table." +msgstr "The number of joins that used a range search on a reference table." #: server_status.php:1280 -msgid "The number of sorted rows." -msgstr "The number of sorted rows." +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" #: server_status.php:1281 -msgid "The number of sorts that were done by scanning the table." -msgstr "The number of sorts that were done by scanning the table." +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" #: server_status.php:1282 -msgid "The number of times that a table lock was acquired immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgid "The number of joins that did a full scan of the first table." +msgstr "The number of joins that did a full scan of the first table." #: server_status.php:1283 -msgid "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." -msgstr "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "The number of temporary tables currently open by the slave SQL thread." #: server_status.php:1284 msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." + +#: server_status.php:1285 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "This is ON if this server is a slave that is connected to a master." + +#: server_status.php:1286 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." + +#: server_status.php:1287 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" +"The number of queries that have taken more than long_query_time seconds." + +#: server_status.php:1288 +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." +msgstr "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." + +#: server_status.php:1289 +msgid "The number of sorts that were done with ranges." +msgstr "The number of sorts that were done with ranges." + +#: server_status.php:1290 +msgid "The number of sorted rows." +msgstr "The number of sorted rows." + +#: server_status.php:1291 +msgid "The number of sorts that were done by scanning the table." +msgstr "The number of sorts that were done by scanning the table." + +#: server_status.php:1292 +msgid "The number of times that a table lock was acquired immediately." +msgstr "The number of times that a table lock was acquired immediately." + +#: server_status.php:1293 +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." +msgstr "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." + +#: server_status.php:1294 +msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." @@ -10417,11 +10451,11 @@ msgstr "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "The number of currently open connections." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10433,64 +10467,64 @@ msgstr "" "doesn't give a notable performance improvement if you have a good thread " "implementation.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "The number of threads that are not sleeping." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "শনিবার" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "%s ক্ষেত্রসমূহ যোগ কর" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Refresh" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Add/Delete Field Columns" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10499,7 +10533,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10507,111 +10541,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "ডাটাবেজ রিনেম কর" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "টেবিল সিলেক্ট করুন" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Invalid table name" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "একটি নতুন ইউজার যোগ করুন" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL query" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Row Statistics" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "সব সিলেক্ট করুন" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Query type" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10619,7 +10666,7 @@ msgid_plural "%d seconds" msgstr[0] "per second" msgstr[1] "per second" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/br.po b/po/br.po index 83ec887c26..258225869c 100644 --- a/po/br.po +++ b/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-10 22:33+0200\n" "Last-Translator: Fulup \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Diskouez pep tra" @@ -92,7 +92,7 @@ msgstr "Anv ar meneger" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Deskrivadur" @@ -673,7 +673,7 @@ msgstr "Askañ an taolennoù gant dilerc'hioù" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Ezporzhiañ" @@ -738,7 +738,7 @@ msgstr "Taolennoù heuliet-pizh" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -758,7 +758,7 @@ msgstr "Hizivaet" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Statud" @@ -1073,13 +1073,13 @@ msgstr "Roadennoù stadegel" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Hollad" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Udb all" @@ -1109,7 +1109,7 @@ msgstr "Tremenerezh war ar servijer (e Kio)" msgid "Connections since last refresh" msgstr "Kevreadennoù abaoe ar freskadenn ziwezhañ" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Argerzhioù" @@ -1172,12 +1172,12 @@ msgid "System swap" msgstr "Takad eskemm reizhiad (swap)" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "Kio" @@ -1229,7 +1229,7 @@ msgstr "Oktedoù kaset" msgid "Bytes received" msgstr "Oktedoù resevet" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Kevreadennoù" @@ -1238,12 +1238,12 @@ msgstr "Kevreadennoù" msgid "Questions" msgstr "Goulennoù" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tremenerezh" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Arventennoù" @@ -1266,7 +1266,7 @@ msgstr "Ouzhpennit da nebeutañ unan eus an argemennoù d'an heuliad" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Hini" @@ -1369,7 +1369,7 @@ msgstr "Heuliañ ar c'hemmoù" msgid "Current settings" msgstr "Arventennoù pouezus all" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Enporzhiañ" @@ -1685,52 +1685,72 @@ msgstr "Diskouez an dezverkoù enklask" msgid "Zoom Search" msgstr "Klask" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Ouzhpennañ/Diverkañ bannoù" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Na ober van" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add/Delete columns" msgid "Add columns" msgstr "Ouzhpennañ/Diverkañ bannoù" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Diuzit an alc'hwez daveet" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Diuzit an alc'hwez estren" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Diuzit an alc'hwez kentidik pe un alc'hwez nemetañ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Dibab ar bann da ziskouez" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1738,68 +1758,68 @@ msgstr "" "N'eo ket bet enrollet ar c'hemmoù degaset d'an tres ganeoc'h. Kollet e vint " "ma n'o enrollit ket. Kenderc'hel memes tra ?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Ouzhpennañ un dibarzh evit ar bann " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Genel ur ger-tremen" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genel" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Cheñch ger-tremen" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Muioc'h" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1809,27 +1829,27 @@ msgstr "" "hizivaat ho hini. Setu ar stumm nevesañ %s, embannet eo bet d'an %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", stumm stabil diwezhañ" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "hizivaet" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Graet" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Kent" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1837,149 +1857,149 @@ msgid "Next" msgstr "War-lerc'h" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Hiziv" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Genver" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "C'hwevrer" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Meurzh" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Ebrel" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mae" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Mezheven" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Gouere" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Eost" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Gwengolo" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Here" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Du" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Kerzu" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "C'hwe" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Meu" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mae" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Mezh" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Goue" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Eost" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Gwen" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Here" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Du" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Kzu" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Sul" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Lun" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Meurzh" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Merc'her" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Yaou" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Gwener" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sadorn" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1987,84 +2007,84 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Meu" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Yaou" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "L" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Mz" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Mc" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Y" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "G" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sizh." -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Eur" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Munut" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Eilenn" @@ -2275,10 +2295,11 @@ msgstr "Anv an daolenn %s zo %s bremañ" msgid "Could not save table UI preferences" msgstr "N'eus ket bet gallet enrollañ dibaboù etrefas an taolennoù" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2601,7 +2622,7 @@ msgid "Documentation" msgstr "Teuliadur" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Reked SQL" @@ -5518,7 +5539,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6044,7 +6065,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6730,14 +6751,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -6949,7 +6970,7 @@ msgid "Returns" msgstr "" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -7814,7 +7835,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8221,13 +8242,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -8978,144 +8999,157 @@ msgstr "" msgid "Instructions" msgstr "Kevreadennoù" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Personelaat ar bajenn deraouiñ" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Urzhiad" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9123,78 +9157,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9202,7 +9236,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9210,42 +9244,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9253,33 +9287,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9288,227 +9322,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9516,99 +9550,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9616,18 +9650,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9635,63 +9669,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy #| msgid "Refresh" msgid "Refresh rate" msgstr "Freskaat" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "Bannoù evit an takadoù skrid CHAR" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Adlakaat an talvoud dre ziouer" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9700,7 +9734,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9708,115 +9742,130 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Paouez gant an evezhiañ" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Dilemel ar grafik" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Foreign Key" msgid "Select series:" msgstr "Diuzit an alc'hwez estren" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Anv taolenn direizh" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add user" msgid "Add this series" msgstr "Ouzhpennañ un implijer" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Query statistics" msgid "Log statistics" msgstr "Stadegoù war ar rekedoù" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "" msgstr[1] "" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/bs.po b/po/bs.po index 6056a8ddc1..4588fbcc64 100644 --- a/po/bs.po +++ b/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: bosnian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Prikaži sve" @@ -87,7 +87,7 @@ msgstr "Ime ključa" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Opis" @@ -694,7 +694,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Izvoz" @@ -763,7 +763,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -784,7 +784,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1098,13 +1098,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1136,7 +1136,7 @@ msgstr "Izbor servera" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesi" @@ -1201,12 +1201,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1264,7 +1264,7 @@ msgstr "" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Konekcije" @@ -1274,12 +1274,12 @@ msgstr "Konekcije" msgid "Questions" msgstr "Operacije" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Saobraćaj" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1305,7 +1305,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "nema" @@ -1406,7 +1406,7 @@ msgstr "Opšte osobine relacija" msgid "Current settings" msgstr "Opšte osobine relacija" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1528,7 +1528,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1748,127 +1748,147 @@ msgstr "SQL upit" msgid "Zoom Search" msgstr "Pretraživanje" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Dodaj/obriši kolonu" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Dodaj novo polje" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izaberi polja za prikaz" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Promeni lozinku" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Generirao" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1876,30 +1896,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Baza ne postoji" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "nema" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodna" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1907,96 +1927,96 @@ msgid "Next" msgstr "Slijedeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "maj" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2004,78 +2024,78 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2083,100 +2103,100 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2383,10 +2403,11 @@ msgstr "Tabeli %s promjenjeno ime u %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2702,7 +2723,7 @@ msgid "Documentation" msgstr "Dokumentacija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL upit" @@ -5732,7 +5753,7 @@ msgid "The row has been deleted" msgstr "Red je obrisan" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Obustavi" @@ -6287,7 +6308,7 @@ msgstr "Dostupni MIME-tipovi" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -6998,14 +7019,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Promjenljiva" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vrijednost" @@ -7222,7 +7243,7 @@ msgid "Returns" msgstr "Opcije tabele" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Vrijeme" @@ -8217,7 +8238,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Korisnik" @@ -8671,13 +8692,13 @@ msgstr "" msgid "Files" msgstr "Polja" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Prikaži skraćene upite" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Prikaži kompletne upite" @@ -9473,145 +9494,158 @@ msgstr "Vrsta upita" msgid "Instructions" msgstr "Funkcija" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "na sat" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "u minuti" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "u sekundi" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Ime" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ovaj MySQL server radi već %s. Pokrenut je %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Primljeno" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Poslato" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Neuspelih pokušaja" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Prekinuto" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Naredba" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9619,78 +9653,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9698,7 +9732,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9706,42 +9740,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9749,33 +9783,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9784,227 +9818,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10012,99 +10046,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10112,18 +10146,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10131,64 +10165,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sub" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Dodaj novo polje" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Generirao" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Dodaj/obriši kolonu" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10197,7 +10231,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10205,108 +10239,121 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy msgid "Preset chart" msgstr "Promjeni ime tabele u " -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Izaberi tabele" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Dodaj novog korisnika" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL upit" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistike reda" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Izaberi sve" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Vrsta upita" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10314,7 +10361,7 @@ msgid_plural "%d seconds" msgstr[0] "u sekundi" msgstr[1] "u sekundi" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ca.po b/po/ca.po index 222039adb0..3326871231 100644 --- a/po/ca.po +++ b/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-02-23 09:57+0200\n" "Last-Translator: Xavier Navarro \n" "Language-Team: catalan \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Mostra tot" @@ -88,7 +88,7 @@ msgstr "Nom de clau" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descripció" @@ -672,7 +672,7 @@ msgstr "Comprova taules desfragmentades" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exporta" @@ -743,7 +743,7 @@ msgstr "Taules seguides" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -763,7 +763,7 @@ msgstr "Actualitzat" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Estat" @@ -1089,13 +1089,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1127,7 +1127,7 @@ msgstr "Elecció de Servidor" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processos" @@ -1196,12 +1196,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1263,7 +1263,7 @@ msgstr "" msgid "Bytes received" msgstr "Rebut" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Connexions" @@ -1274,12 +1274,12 @@ msgstr "Connexions" msgid "Questions" msgstr "Versions" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tràfic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Configuració" @@ -1306,7 +1306,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Res" @@ -1407,7 +1407,7 @@ msgstr "Gestiona els teus paràmetres" msgid "Current settings" msgstr "Més paràmetres" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title:" msgid "Chart Title" @@ -1536,7 +1536,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importa" @@ -1744,123 +1744,143 @@ msgstr "Mostrar criteri de cerca" msgid "Zoom Search" msgstr "Cerca" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Afegeix/esborra columnes" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Afegeix columna(es)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Tria la clau referenciada" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Tria una clau externa" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Tria la clau principal o una clau única" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Tria la columna a mostrar" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Afegeix una opció per a la columna" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Clica per seleccionar" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Vés a la vista" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Genera una contrasenya" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genera" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Canvi de contrasenya" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Més" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1870,29 +1890,29 @@ msgstr "" "actualitzar-la. La nova versió és la %s, alliberada el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", darrera versió estable:" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Vés a la base de dades" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Fet" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1900,149 +1920,149 @@ msgid "Next" msgstr "Següent" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Avui" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Gener" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Febrer" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Març" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Abril" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maig" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Juny" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Juliol" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Agost" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Setembre" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Octubre" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Novembre" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Desembre" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Des" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Diumenge" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Dilluns" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Dimarts" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Dimecres" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Dijous" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Divendres" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Dissabte" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2050,84 +2070,84 @@ msgid "Sun" msgstr "Diu" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Dll" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Dma" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Dcr" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Dij" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Div" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Dis" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Dg" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Dl" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Dm" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Dc" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Dj" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Dv" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Ds" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Se" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hora" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minut" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Segon" @@ -2349,10 +2369,11 @@ msgstr "La taula %s ha canviat de nom a %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2677,7 +2698,7 @@ msgid "Documentation" msgstr "Documentació" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Consulta SQL" @@ -5802,7 +5823,7 @@ msgid "The row has been deleted" msgstr "S'ha esborrat la fila" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Finalitzar" @@ -6399,7 +6420,7 @@ msgstr "Mostra tipus MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Servidor" @@ -7144,14 +7165,14 @@ msgid "Slave status" msgstr "Estat de l'esclau" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variable" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valor" @@ -7375,7 +7396,7 @@ msgid "Returns" msgstr "Tipus de retorn" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Temps" @@ -8359,7 +8380,7 @@ msgstr "Versió del protocol" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Usuari" @@ -8805,13 +8826,13 @@ msgstr "Tria el registre binari per veure" msgid "Files" msgstr "Arxius" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Talla les consultes mostrades" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostra Consultes completes" @@ -9616,61 +9637,74 @@ msgstr "Tipus de consulta" msgid "Instructions" msgstr "Informació" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Configura la pàgina d'inici" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per hora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minut" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per segon" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Sentències" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9678,19 +9712,19 @@ msgstr "" "Aquest servidor MySQL treballa com a mestre i esclau en un " "procés de replicació ." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Aquest servidor MySQL treballa com a mestre en un procés de " "replicació ." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Aquest servidor MySQL treballa com a esclau en un procés de " "replicació ." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9698,11 +9732,11 @@ msgstr "" "Per obtenir més informació sobre l'estat de replicació al servidor, visita " "la secció de replicació." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Estat de la replicació" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9710,47 +9744,47 @@ msgstr "" "En un servidor ocupat, els comptadors de bytes poden excedir el seu tamany, " "llavors les estadístiques donades pel servidor MySQL poden ser incorrectes." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Rebut" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Enviat" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. connexions a la vegada" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Intents erronis" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Avortat" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Ordre" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "No es pot connectar al servidor MySQL" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9760,17 +9794,17 @@ msgstr "" "però que excedeixen el valor de binlog_cache_size i usen un arxiu temporal " "per desar elements de la transacció." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "El nombre de transaccions que han fet servir el registre binari temporal." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9782,11 +9816,11 @@ msgstr "" "incrementar el valor de tmp_table_size per fer que les taules temporals " "treballin en memòria en lloc de treballar en disc." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Arxius temporals creats per mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9794,7 +9828,7 @@ msgstr "" "El nombre de taules temporals creades en memòria per el servidor mentre " "executa instruccions." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9802,7 +9836,7 @@ msgstr "" "El nombre de files escrites amb INSERT DELAYED en les que s'ha detectat " "quelcom error (possile clau duplicada)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9810,23 +9844,23 @@ msgstr "" "El nombre de gestors de fils de INSERT DELAYED en ús. Cada taula diferent ón " "s'usa INSERT DELAYED té el seu propi fil." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "El nombre de files escrites amb INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "El nombre d'instruccions FLUSH executades." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "El nombre d'instruccions COMMIT internes." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "El nombre de vegades que s'ha esborrat una fila d'una taula." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9836,7 +9870,7 @@ msgstr "" "coneix quelcom taula amb el nom especificat. Aixó s'anomena descobriment. " "Handler_discover indica el nombre de taules descobertes." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9846,7 +9880,7 @@ msgstr "" "és alt, suggereix que el servidor està fent moltes cerques d'índex complet; " "per exemple, SELECT col1 FROM taula, assumint que col1 és indexat." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9855,7 +9889,7 @@ msgstr "" "és una bona indicació de que les consultes i taules estàn indexades " "acuradament." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9865,7 +9899,7 @@ msgstr "" "Aixó s'incrementa si s'està consultant una columna d'index amb limitació de " "rang o si s'està fent una cerca d'index." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9874,7 +9908,7 @@ msgstr "" "Aquest mètode de lectura s'utilitza principalment per optimizar ORDER BY ... " "DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9886,7 +9920,7 @@ msgstr "" "Probablement tens moltes consultes que fan que MySQL cerqui les taules " "senceres o bé hi ha joins que no fan servir les claus acuradament." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9898,37 +9932,37 @@ msgstr "" "taules no estàn indexades acuradament o bé les consultes no estàn fetes per " "aprofitar les avantatges dels índexos definits." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "El nombre d'instruccions ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "El nombre de peticions per a actualitzar una fila en una taula." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "El nombre de peticions per a insertar una fila en una taula." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "El nombre de pàgines contenint dades (brutes o netes)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "El nombre de pàgines actualment brutes." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "El nombre de pàgines a la memòria cau que s'han demanat per ser " "actualitzades." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "El nombre de pàgines lliures." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9938,7 +9972,7 @@ msgstr "" "pàgines s'estàn llegint o escrivint actualment o no es poden actualitzar o " "esborrar per qualsevol altra raó." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9950,11 +9984,11 @@ msgstr "" "Aquest valor es pot calcular com Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Tamany total de la memòria cau, en pàgines." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9962,7 +9996,7 @@ msgstr "" "El nombre de lectures aleatòries d'InnoDB iniciades. Aixó passa quan una " "consulta cerca en una gran part de una taula però en ordre aleatori." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9970,11 +10004,11 @@ msgstr "" "El nombre de lectures secuencials d'InnoDB iniciades. Aixó passa quan InnoDB " "fa una cerca secuencial a la taula sencera." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "El nombre de peticions de lectures lògiques que InnoDB ha fet." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9982,7 +10016,7 @@ msgstr "" "El nombre de peticions de lectures lògiques que InnoDB no pot satisfer de la " "memòria cau i ha de fer lectures de pàgines individuals." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9996,55 +10030,55 @@ msgstr "" "comptador mostra instàncies d'aquestes esperes. Si el tamany de la memòria " "cau és adequat, aquest valor sól ser petit." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "El nombre d'escriptures fetes a la memòria cau d'InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "El nombre d'operacions fsync() aproximades." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "El nombre actual d'operacions fsync() pendents." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "El nombre actual de lectures pendents." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "El nombre actual d'escritures pendents." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "La quantitat aproximada de dades llegides, en bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "El nombre total de dades llegides." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "El nombre total de dades escrites." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "La quantitat aproximada de dades escrites, en bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "El nombre de dobles escriptures realitzades i el nombre de pàgines escrites " "per a aquest propòsit." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "El nombre de dobles escriptures realitzades i el nombre de pàgines escrites " "per a aquest propòsit." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10052,35 +10086,35 @@ msgstr "" "El nombre d'esperes fetes degut al petit tamany de la memòria intermèdia del " "registre i a esperar a que s'actualitzés abans de continuar." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "El nombre de peticions d'escriptura al registre." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "El nombre d'escriptures físiques a l'arxiu de registre." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "El nombre d'escriptures fsync() fetes a l'arxiu de registre." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "El nombre d'operacions fsync pendents a l'arxiu de registre." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Escriptures pendents a l'arxiu de registre." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "El nombre de bytes escrits a l'arxiu de registre." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "El nombre de pàgines creades." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10089,51 +10123,51 @@ msgstr "" "comptabilitzen en pàgines; el tamany de pàgina permet convertir-lo fàcilment " "a bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "El nombre de pàgines llegides." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "El nombre de pàgines escrites." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "El nombre de bloquejos de files actualment en espera." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "El temps promig en fer un bloqueig de fila, en milisegons." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "El temps total emprat en fer bloquejos de files, en milisegons." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "El temps màxim en fer un bloqueig de fila, en milisegons." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "El nombre de vegades que un bloqueig de fila ha estat en espera." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "El nombre de files esborrades de taules InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "El nombre de files afegides a taules InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "El nombre de files llegides de taules InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "El nombre de files actualitzades en taules InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10142,7 +10176,7 @@ msgstr "" "però que encara no han estat actualitzades a disc. Es coneix com a " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10150,7 +10184,7 @@ msgstr "" "El nombre de blocs no usats a la memòria cau de les claus. Aquest valor es " "pot fer servir per saber quànta memòria cau de les claus s'utilitza." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10159,11 +10193,11 @@ msgstr "" "El nombre de blocs usats a la memòria cau de les claus. Aquest valor és la " "marca indicativa del màxim nombre de blocs usats mai a l'hora." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "El nombre de peticions de lectura d'un bloc de clau de la memòria cau." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10173,16 +10207,16 @@ msgstr "" "gran, llavors el valor de key_buffer_size probablement és massa petit. El " "rati de la memòria cau es pot calcular com Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" "El nombre de peticions d'escriptura d'un bloc de clau a la memòria cau." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "El nombre d'escriptures físiques d'un bloc de clau a disc." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10193,17 +10227,17 @@ msgstr "" "de consulta per a la mateixa consulta. El valor 0 vol dr que encara no s'ha " "compilat cap consulta." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "El nombre de files esperant a ser escrites en cues INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10211,39 +10245,39 @@ msgstr "" "El nombre de taules que han estat obertes. Si el nombre de taules obertes és " "gran, probablement el valor de memòria cau de taula és massa petit." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "El nombre d'arxius que estàn oberts." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "El nombre de fluxes que estàn oberts (usats principalment per a registre)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "El nombre de taules que estàn obertes." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "La quantitat de memòria liure per a memòria cau de consultes." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "El nombre d'encerts a memòria cau." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "El nombre de consultes afegides a la memòria cau." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10256,7 +10290,7 @@ msgstr "" "l'estratègia menys recentment usada(least recently used - LRU) per decidir " "quines consultes treure de la memòria cau." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10264,19 +10298,19 @@ msgstr "" "El nombre de consultes no enviades a la memòria cau (no enviables, o no " "enviades degut al paràmetre query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "El nombre de consultes registrades a la memòria cau." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "El nombre total de blocs a la memòria cau de consultes." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "L'estat de la replicació a prova d'errades (no implementat encara)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10284,12 +10318,12 @@ msgstr "" "El nombre de joins que no usen indexs. Si aquest valor no és 0, s'haurien de " "comprovar acuradament els indexs de les taules." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "El nombre de joins que han usat un rang de cerca en una taula de referència." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10298,7 +10332,7 @@ msgstr "" "cada fila. (Si aquiest valor no és 0, s'haurien de comprovar acuradament els " "indexs de les taules.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10306,16 +10340,16 @@ msgstr "" "El nombre de joins que han usat rangs a la primera taula. (Normalment no és " "crític si el valor no és molt gran.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "El nombre de joins que han fet una cerca a la primera taula sencera." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "El nombre de taules temporals obertes actualment pel fil esclau de SQL." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10323,25 +10357,25 @@ msgstr "" "Nombre total (des de l'arrencada) de vegades que el fil esclau de replicació " "de SQL ha recuperat transaccions." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Aixó és ACTIU -ON- si aquest servidor és un esclau que està connectat a un " "mestre." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" "El nombre de fils que han tardat més que slow_launch_time segons a crear." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "El nombre de consultes que han tardat més que long_query_time segons." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10351,23 +10385,23 @@ msgstr "" "hagut de fer. Si aquest valor és gran, s'hauria de considerar incrementar el " "valor de la variable de sistema sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "El nombre de classificacions fetes amb rangs." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "El nombre de files classificades." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "El nombre de classificacions fetes cercant la taula." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "El nombre de vegades que un bloqueig de taula s'ha fet immediatament." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10380,7 +10414,7 @@ msgstr "" "consultes, o també dividir la taula o taules en vàries o bé utilitzar la " "replicació." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10390,11 +10424,11 @@ msgstr "" "comptar com Threads_created/Connections. Si aquest valor és vermell s'hauria " "d'augmentar el valor de thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "El nombre de connexions obertes simultàniament." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10405,69 +10439,69 @@ msgstr "" "gran, pots voler augmentar el valor de thread_cache_size. (Normalment això " "no dóna una millora de rendiment notable si es té una bona aplicació de fil.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "El nombre de fils que no estàn dormint." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Textarea rows" msgid "Start Monitor" msgstr "Files per a textareas" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "Afegir índex" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Refresca" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Columnes per a textareas" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Gestió d'errors:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Restaura el valor per defecte" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Informació" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10476,7 +10510,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10484,116 +10518,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Elimina la base de dades" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Veure la taula d'estat de l'esclau" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Tria Taules" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Nom de taula incorrecte" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Afegir un nou servidor" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "Consultes SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Mostra estadístiques" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Selecciona la pàgina" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipus de consulta" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10601,7 +10648,7 @@ msgid_plural "%d seconds" msgstr[0] "Segon" msgstr[1] "Segon" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/cs.po b/po/cs.po index 8df0102138..354fabe743 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-08-15 09:43+0200\n" -"PO-Revision-Date: 2011-08-15 09:53+0200\n" +"PO-Revision-Date: 2011-08-11 11:38+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: czech \n" "Language: cs\n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Zobrazit vše " @@ -91,7 +91,7 @@ msgstr "Název klíče" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Popis" @@ -672,7 +672,7 @@ msgstr "Zaškrtnout neoptimální" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Export" @@ -737,7 +737,7 @@ msgstr "Sledované tabulky" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -757,7 +757,7 @@ msgstr "Aktualizováno" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stav" @@ -1068,13 +1068,13 @@ msgstr "Statická data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Celkem" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Ostatní" @@ -1104,7 +1104,7 @@ msgstr "Síťový provoz (v KiB)" msgid "Connections since last refresh" msgstr "Spojení od posledního obnovaní" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesy" @@ -1167,12 +1167,12 @@ msgid "System swap" msgstr "Odkládací oblast" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1224,7 +1224,7 @@ msgstr "Odesláno bajtů" msgid "Bytes received" msgstr "Přijato bajtů" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Připojení" @@ -1233,12 +1233,12 @@ msgstr "Připojení" msgid "Questions" msgstr "Dotazy" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Provoz" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Nastavení" @@ -1261,7 +1261,7 @@ msgstr "Prosím přidejte do série alespoň jednu hodnotu" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Žádná" @@ -1358,7 +1358,7 @@ msgstr "Změnit nastavení" msgid "Current settings" msgstr "Aktuální nastavení" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Název grafu" @@ -1478,7 +1478,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1662,50 +1662,70 @@ msgstr "Zobrazit parametry vyhledávání" msgid "Zoom Search" msgstr "Vyhledávání" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Přidat nebo odebrat pole" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorovat" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Přidat sloupce" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Zvolte odkazovaný klíč" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Zvolte cizí klíč" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Zvolte, prosím, primární nebo unikátní klíč" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Zvolte která pole zobrazit" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1713,70 +1733,70 @@ msgstr "" "Neuložili jste změny ve schématu. Pokud je neuložíte, budou ztraceny. " "Přejete si pokračovat?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Přidat paramer pro sloupec " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "Klávesou Esc ukončíte editaci" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Uspořádejte přetažením" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Klikněte pro řazení" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Klikněte pro označení" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klikněte na šipku
pro vybrání sloupců" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Přejít na podhled" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Vytvořit heslo" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Vytvořit" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Změnit heslo" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Více" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1786,255 +1806,255 @@ msgstr "" "je %s a byla vydána %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", poslední stabilní verze:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "aktuální" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Hotovo" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "Předchozí" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "Následující" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Dnešek" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "leden" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "únor" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "březen" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "duben" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "květen" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "červen" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "červenec" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "srpen" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "září" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "říjen" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "listopad" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "prosinec" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "led" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "úno" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "bře" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "dub" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "kvě" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "čen" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "čec" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "srp" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "zář" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "říj" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "lis" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "pro" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Neděle" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Pondělí" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Úterý" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Středa" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Čtvrtek" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Pátek" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Úte" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Stř" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Čtv" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pát" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Út" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Čt" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Pá" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Týd" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuty" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekundy" @@ -2245,10 +2265,11 @@ msgstr "Tabulka %s byla přejmenována na %s" msgid "Could not save table UI preferences" msgstr "Nepodařilo se uložit nastavení prohlížení tabulky" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2567,7 +2588,7 @@ msgid "Documentation" msgstr "Dokumentace" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-dotaz" @@ -5613,7 +5634,7 @@ msgid "The row has been deleted" msgstr "Řádek byl smazán" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Ukončit" @@ -6199,7 +6220,7 @@ msgstr "Zobrazit MIME typy" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Počítač" @@ -6922,14 +6943,14 @@ msgid "Slave status" msgstr "Stav podřízeného" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Proměnná" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Hodnota" @@ -7131,7 +7152,7 @@ msgid "Returns" msgstr "Vrací" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Čas" @@ -8052,7 +8073,7 @@ msgstr "Verze protokolu" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Uživatel" @@ -8490,13 +8511,13 @@ msgstr "Zvolte binární log pro zobrazení" msgid "Files" msgstr "Soubory" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Zobrazit zkrácené dotazy" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Zobrazit celé dotazy" @@ -9279,59 +9300,72 @@ msgstr "Spustit analýzu" msgid "Instructions" msgstr "Návod" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Dotazů od spuštění: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "za hodinu" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "za minutu" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "za sekundu" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Údaj" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Síťový provoz od spuštění: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Tento MySQL server běží %1$s. Čas spuštění: %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9339,17 +9373,17 @@ msgstr "" "Tento server pracuje jako nadřízený i podřízený v " "replikačním procesu." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Tento server pracuje jako nadřízený v replikačním procesu." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Tento server pracuje jako podřízený v replikačním procesu." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9357,11 +9391,11 @@ msgstr "" "Pro více informací o stavu replikace se podívejte do sekce replikace." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Stav replikace" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9369,45 +9403,45 @@ msgstr "" "Na hodně zatíženém serveru mohou čítače přetéct, takže statistiky MySQL " "serveru mohou být nepřesné." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Přijato" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Odesláno" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Maximum současných připojení" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Nepovedených pokusů" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Přerušené" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Příkaz" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Počet chybných připojení k MySQL serveru." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9417,16 +9451,16 @@ msgstr "" "binlog_cache_size a musely použít dočasný soubor pro uložení příkazů " "transakce." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Počet transakcí, které využily dočasný binární log." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "Celkový počet připojení (i chybných) k MySQL serveru." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9437,18 +9471,18 @@ msgstr "" "Pokud je tato hodnota velká, můžete zvětšit parametr tmp_table_size a MySQL " "bude používat větší dočasné tabulky v paměti." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Počet vytvořených dočasných souborů." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" "Počet dočasných tabulek vytvořených serverem v paměti při provádění dotazů." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9456,7 +9490,7 @@ msgstr "" "Počet řádků provedených pomocí INSERT DELAYED, u kterých se vyskytla chyba " "(pravděpodobně duplicitní klíč)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9464,23 +9498,23 @@ msgstr "" "Počet vláken používaných pro INSERT DELAYED. Každá tabulka na které je " "použit INSERT DEKAYED má přiděleno jedno vlákno." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Počet řádků zapsaných pomocí INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Počet provedených příkazů FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Počet interních příkazů COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Počet požadavků na smazání řádku." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9489,7 +9523,7 @@ msgstr "" "Počet zjišťování tabulek. Tímto se nazývá dotaz NDB clusteru, jestli ví o " "tabulce daného jména." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9499,7 +9533,7 @@ msgstr "" "server provádí mnoho kompletních procházení indexu. Na příklad SELECT col1 " "FROM foo, pokud je col1 indexována." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9507,7 +9541,7 @@ msgstr "" "Počet požadavků na přečtení řádku vycházející z indexu. Vysoká hodnota " "znamená, že dotazy správně využívají indexy." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9517,7 +9551,7 @@ msgstr "" "zvětšuje pokud provádíte dotaz na indexované pole s omezením rozsahu nebo " "prohledáváte index." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9525,7 +9559,7 @@ msgstr "" "Počet požadavků na přečtení předchozího řádku z indexu. Používané pro " "optimalizaci dotazů ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9537,7 +9571,7 @@ msgstr "" "Pravděpodobně používáte mnoho dotazů, které vyžadují prohlížení celé tabulky " "nebo používáte spojení tabulek, která nevyužívají indexů." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9548,35 +9582,35 @@ msgstr "" "pokud dotazy procházejí celé tabulky, pravděpodobně tedy nemají vhodné " "indexy." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Počet interních příkazů ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Počet požadavků na aktualizaci řádku." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Počet požadavků na vložení řádku." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Počet stránek obsahujících data (změněné i nezměněné)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Počet změněných stránek." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Počet stránek, na které je požadavek na vyprázdnění." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Počet volných stránek." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9585,7 +9619,7 @@ msgstr "" "Počet zamčených stránek, tzn. stránek, které jsou právě zapisovány nebo " "čteny nebo nemohou být odstraněny z jakéhokoliv důvodu." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9597,11 +9631,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Celková velikost InnoDB bufferů, ve stránkách." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9609,7 +9643,7 @@ msgstr "" "Počet provedených „náhodných“ dopředných čtení. Tato situace nastává pokud " "dotaz prochází velkou část tabulky v náhodném pořadí." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9617,11 +9651,11 @@ msgstr "" "Počet provedených sekvenčních dopředných čtení. Toto nastává pokud InnoDB " "musí procházet celou tabulku." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Počet provedených logických čtení." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9629,7 +9663,7 @@ msgstr "" "Počet logických čtení, které nemohly být uspokojeny z bufferu, ale bylo " "nutné přečíst stránku ze souboru." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9642,55 +9676,55 @@ msgstr "" "k dispozici, musí se čekat. Pokud je velikost bufferů nastavena správně, " "měla by tato hodnota být malá." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Počet zápisů provedených do InnoDB bufferu." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Počet provedených synchronizací fsync()." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Počet nevyřízených synchronizací fsync()." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Počet nevyřízených čtení." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Počet nevyřízených zápisů." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Velikost přečtených dat, v bajtech." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Počet provedených čtení dat." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Počet provedených zápisů dat." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Velikost zapsaných dat, v bajtech." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Počet provedených dvojitých zapsání a počet stránek, které byly takto " "zapsány." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Počet provedených dvojitých zapsání a počet stránek, které byly takto " "zapsány." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9698,35 +9732,35 @@ msgstr "" "Počet čekání kvůli plnému bufferu logu, který musel být vyprázdněn před " "pokračováním." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Počet požadavků na zápis do logovacího souboru." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Počet skutečných zápisů do logovacího souboru." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Počet synchronizací fsync() provedených na logovacích souborech." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Počet nevyřízených synchronizací logovacích souborů." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Počet nevyřízených zápisů do logovacích souborů." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Počet bajtů zapsaných do logovacího souboru." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Počet vytvořených stránek." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9734,51 +9768,51 @@ msgstr "" "Zakompilovaná velikost stránky InnoDB (výchozí je 16 kB). Mnoho hodnot je " "uváděno ve stránkách, pomocí této hodnoty je můžete přepočítat na velikost." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Počet přečtených stránek." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Počet zapsaných stránek." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Počet zámků řádku, na které se v současné době čeká." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Průměrný čas potřebný pro získání zámku řádku, v milisekundách." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Celkový čas strávený čekáním na zámek řádku, v milisekundách." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maximální čas potřebný pro získání zámku řádku, v milisekundách." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Kolikrát se muselo čekat na zámek řádku." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Počet řádků odstraněných z InnoDB tabulek." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Počet řádků vložených do InnoDB tabulek." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Počet řádků přečtených z InnoDB tabulek." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Počet řádků aktualizovaných v InnoDB tabulkách." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9786,7 +9820,7 @@ msgstr "" "Počet bloků ve vyrovnávací paměti klíčů, které byly změněny, ale nebyly " "zapsány na disk. Dříve se tato hodnota jmenovala Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9794,7 +9828,7 @@ msgstr "" "Počet nepoužitých bloků ve vyrovnávací paměti klíčů. Pomocí této hodnoty " "poznáte jak moc je vyrovnávací paměť využitá." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9803,11 +9837,11 @@ msgstr "" "Počet použitých bloků ve vyrovnávací paměti klíčů. Tato hodnota určuje " "maximum bloků, které kdy byly obsazeny najednou." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Počet požadavků na přečtení klíče z vyrovnávací paměti." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9817,15 +9851,15 @@ msgstr "" "pravděpodobně máte malou vyrovnávací paměť (key_buffer_size). Úspěšnost " "vyrovnávací paměti můžete spočítat jako Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Počet požadavků na zápis bloku klíče na disk." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Počet skutečných zápisů bloku klíče na disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9835,17 +9869,17 @@ msgstr "" "dotazů. Užitečné pro porovnání různých dotazů. Výchozí hodnota 0 znamená, že " "žádný dotaz ještě nebyl kompilován." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "Maximální počet současně používaných připojení od spuštění serveru." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Počet řádků čekajících na zapsání ve frontě INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9853,19 +9887,19 @@ msgstr "" "Celkem otevřených tabulek. Pokud je tato hodnota příliš vysoká, " "pravděpodobně máte malou vyrovnávací paměť pro tabulky." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Počet otevřených souborů." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Počet otevřených streamů (používané převážně pro logování)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Počet aktuálně otevřených tabulek." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9875,19 +9909,19 @@ msgstr "" "na problému s fragmentací, která může být vyřešena spuštěním příkazu FLUSH " "QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Velikost volné paměti ve vyrovnávací paměti dotazů." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Počet zásahů vyrovnávací paměti dotazů." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Počet dotazů přidaných do vyrovnávací paměti dotazů." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9899,7 +9933,7 @@ msgstr "" "Vyrovnávací paměť používá strategii LRU (nejdéle nepoužité) pro vyřazování " "dotazů z vyrovnávací paměti." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9907,19 +9941,19 @@ msgstr "" "Počet necachovaných dotazů (necachovatelných nebo necachovaných kvůli " "nastavení query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Počet dotazů ve vyrovnávací paměti dotazů." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Celkový počet bloků ve vyrovnávací paměti dotazů." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stav failsafe replikace." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -9927,12 +9961,12 @@ msgstr "" "Počet spojení, které nevyužívaly indexy. Pokud tato hodnota není 0, měli " "byste zkontrolovat indexy tabulek." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Počet spojení, které používaly intervalové vyhledávání na referenční tabulce." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -9940,7 +9974,7 @@ msgstr "" "Počet spojení bez klíčů, které kontrolovaly použití klíčů po každém řádku. " "(Pokud tato hodnota není 0, měli byste zkontrolovat indexy tabulek.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -9948,38 +9982,38 @@ msgstr "" "Počet spojení, které používaly intervalové vyhledávání na první tabulce. " "(Tato hodnota obvykle není kritická i když je vysoká.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Počet spojení, které prováděly kompletní procházení první tabulky." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Počet dočasných tabulek v současné době otevřených podřízeným serverem." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "Celkový počet, kolikrát musel podřízený server opakovat transakce." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Tato položka je zapnutá, pokud server pracuje jako podřízený." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" "Počet vláken jejichž vytvoření trvalo déle než slow_launch_time sekund." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Počet dotazů, které trvaly déle než long_query_time sekund." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -9988,23 +10022,23 @@ msgstr "" "Počet průchodů slučování, které musel provést řadicí algoritmus. Při příliš " "vysoké hodnotě zvažte zvýšení sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Počet řazení, které byly omezeny rozsahem." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Počet řazených řádek." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Počet řazení provedených procházením tabulky." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Počet okamžitých získání zámku tabulky." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10015,7 +10049,7 @@ msgstr "" "problémy s výkonem, měli byste optimalizovat dotazy a případně rozdělit " "tabulky nebo použít replikaci." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10025,11 +10059,11 @@ msgstr "" "spočítána jako Threads_created/Connections. Pokud je tato hodnota červená, " "měli byste zvýšit thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Počet aktuálně otevřených připojení." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10040,57 +10074,57 @@ msgstr "" "velká, můžete zvětšit parametr thread_cache_size. (Na platformách, které " "mají dobrou implementaci vláken však toto nemá příliš velký vliv.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Počet vláken, která nespí." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Spustit monitor" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Návod/Nastavení" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Ukončit upravování grafů" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Přidat graf" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Upravit/Uspořádat grafy" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Obnovovací frekvence" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Sloupce grafu" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "Uspořádání grafů" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "Obnovit na výchozí hodnotu" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Instrukce monitoru" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10099,7 +10133,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10107,100 +10141,115 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Přerušit monitor" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Odstranit graf" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Stavové proměnné" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Vyberte série:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Obvykle monitorované" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "nebo zadejte jméno proměnné:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Zobrazit jako rozdíl" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Vynásobit" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Přidat jednoty" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Přidat tuto sérii" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Odstranit série" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Série v grafu::" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Statistiky záznamů" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Zvolený časový rozsah:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Stáhnout jen příkazy SELECT, INSERT, UPDATE a DELETE" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "Před sloučením odstranit proměnná data v příkazech INSERT" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Analýza dotazu" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" @@ -10208,7 +10257,7 @@ msgstr[0] "%d sekunda" msgstr[1] "%d sekundy" msgstr[2] "%d sekund" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/cy.po b/po/cy.po index caa001494b..877191e819 100644 --- a/po/cy.po +++ b/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-05-19 21:21+0200\n" "Last-Translator: \n" "Language-Team: Welsh \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Dangos pob" @@ -91,7 +91,7 @@ msgstr "Enw allweddol" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Disgrifiad" @@ -676,7 +676,7 @@ msgstr "Gwiriwch dablau â gorbenion" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Allforio" @@ -743,7 +743,7 @@ msgstr "Tablau a draciwyd" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -763,7 +763,7 @@ msgstr "Diweddarwyd" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Statws" @@ -1087,13 +1087,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Cyfanswm" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1125,7 +1125,7 @@ msgstr "Dewis Gweinydd" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prosesau" @@ -1194,12 +1194,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1259,7 +1259,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1270,12 +1270,12 @@ msgstr "" msgid "Questions" msgstr "Fersiynau" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1304,7 +1304,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Dim" @@ -1406,7 +1406,7 @@ msgstr "Nodweddion perthynas cyffredinol" msgid "Current settings" msgstr "Nodweddion perthynas cyffredinol" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1535,7 +1535,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Mewnforio" @@ -1769,127 +1769,147 @@ msgstr "Dangos ymholiad mewnosod" msgid "Zoom Search" msgstr "Chwilio" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Ychwanegu/Dileu colofnau" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Anwybyddu" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s column(s)" msgid "Add columns" msgstr "Ychwanegwch %s colofn" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Dewis Allwedd Estron" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Dewis colofn i'w dangos" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Pwyso i ddewis" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generadu Cyfrinair" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generadu" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Newid cyfrinair" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mo" msgid "More" msgstr "Llu" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1897,31 +1917,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Gwiriwch y fersiwn diweddaraf" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Neidiwch i'r gronfa ddata" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Gorffen" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Cynt" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1929,149 +1949,149 @@ msgid "Next" msgstr "Nesaf" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Heddiw" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Ionawr" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Chwefror" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Mawrth" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Ebrill" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Mehefin" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Gorffennaf" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Awst" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Medi" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Hydref" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Tachwedd" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Rhagfyr" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Ion" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Chwe" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Maw" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Ebr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Meh" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Gor" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aws" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Med" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Hyd" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Tach" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Rhag" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Dydd Sul" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Dydd Llun" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Dydd Mawrth" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "DYdd Mercher" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Dydd Iau" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Dydd Gwener" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Dydd Sadwrn" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2079,84 +2099,84 @@ msgid "Sun" msgstr "Sul" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Llun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Maw" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Iau" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Gwe" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sad" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Llu" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Ia" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Gw" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Wy" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Awr" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Munud" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Eiliad" @@ -2366,10 +2386,11 @@ msgstr "Cafodd y tabl %s ei ailenwi i %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2695,7 +2716,7 @@ msgid "Documentation" msgstr "Dogfennaeth" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Ymholiad SQL" @@ -5722,7 +5743,7 @@ msgid "The row has been deleted" msgstr "Cafodd y rhes ei dileu" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Lladd" @@ -6280,7 +6301,7 @@ msgstr "Mathau MIME ar gael" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Gwesteiwr" @@ -6978,14 +6999,14 @@ msgid "Slave status" msgstr "Statws y caeth" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Newidyn" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Gwerth" @@ -7202,7 +7223,7 @@ msgid "Returns" msgstr "Dychwelyd math" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Amser" @@ -8116,7 +8137,7 @@ msgstr "Fersiwn protocol" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Defnyddiwr" @@ -8556,13 +8577,13 @@ msgstr "" msgid "Files" msgstr "Ffeiliau" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9327,145 +9348,158 @@ msgstr "Ymholiad" msgid "Instructions" msgstr "Swyddogaethau" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Gorchymyn" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9473,78 +9507,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9552,7 +9586,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9560,42 +9594,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9603,33 +9637,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9638,227 +9672,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9866,99 +9900,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9966,18 +10000,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9985,64 +10019,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Routines" msgid "Add chart" msgstr "Rheolweithiau" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Adfywio" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete columns" msgid "Chart columns" msgstr "Ychwanegu/Dileu colofnau" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Adfer gwerth diofyn" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10051,7 +10085,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10059,112 +10093,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Tynnwch y gronfa ddata" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Dewis Tablau" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Enw tabl annilys" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Ychwanegwch weinydd newydd" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Dangos ystadegau" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Dewis Tablau" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query" msgid "Query analyzer" msgstr "Ymholiad" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10172,7 +10219,7 @@ msgid_plural "%d seconds" msgstr[0] "Eiliad" msgstr[1] "Eiliad" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/da.po b/po/da.po index 50ae99add5..13d6622fbf 100644 --- a/po/da.po +++ b/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-23 21:27+0200\n" "Last-Translator: Jørgen Thomsen \n" "Language-Team: danish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Vis alle" @@ -88,7 +88,7 @@ msgstr "Nøglenavn" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Beskrivelse" @@ -666,7 +666,7 @@ msgstr "Check tabeller der har overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksporter" @@ -732,7 +732,7 @@ msgstr "Sporede tabeller" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -752,7 +752,7 @@ msgstr "Opdateret" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1067,13 +1067,13 @@ msgstr "Statiske data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Andet" @@ -1103,7 +1103,7 @@ msgstr "Server-trafik (i KiB)" msgid "Connections since last refresh" msgstr "Forbindelser siden sidste visning" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processer" @@ -1170,12 +1170,12 @@ msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1243,7 +1243,7 @@ msgstr "" msgid "Bytes received" msgstr "Modtaget" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Forbindelser" @@ -1252,12 +1252,12 @@ msgstr "Forbindelser" msgid "Questions" msgstr "Spørgsmål" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafik" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Indstillinger" @@ -1282,7 +1282,7 @@ msgstr "Tilføj mindst en variabel til serien" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ingen" @@ -1387,7 +1387,7 @@ msgstr "Ændre indstillinger" msgid "Current settings" msgstr "Aktuelle indstillinger" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Diagramtitel" @@ -1521,7 +1521,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" @@ -1720,52 +1720,72 @@ msgstr "Vis søgekriterie" msgid "Zoom Search" msgstr "Søg" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Tilføj/Slet kolonner" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Tilføj kolonne" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Vælg refereret nøgle" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Vælg fremmednøgle" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Vælg venligst den primære nøgle eller en unik nøgle" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Vælg kolonne til visning" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1773,70 +1793,70 @@ msgstr "" "Du har ikke gemt ændringerne i layoutet. De vil bleve slettet hvis du ikke " "gemmer dem. Vil du fortsætte?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Tilføj mulighed for kolonne" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Træk for at ændre orden" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Klik for at sortere" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Klik for at markere/afmarkere" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klik på pilen for valgboks
for at skifte kolonnens synlighed" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Gå til view" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Generér adgangskode" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generér" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Ændre adgangskode" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Mere" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1846,27 +1866,27 @@ msgstr "" "opgradere. Den nyeste version er %s, udgivet den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", seneste stabile version:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "up-to-date" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Færdig" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1874,149 +1894,149 @@ msgid "Next" msgstr "Næste" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "I dag" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "januar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "februar" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "marts" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "april" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "maj" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "august" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "september" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "november" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "søndag" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "mandag" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "tirsdag" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "onsdag" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "torsdag" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "fredag" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "lørdag" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2024,84 +2044,84 @@ msgid "Sun" msgstr "søn" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "man" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "tir" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "ons" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "fre" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "lør" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "sø" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "ma" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "ti" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "on" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "fr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "lø" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "uge" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Time" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minut" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekund" @@ -2314,10 +2334,11 @@ msgstr "Tabellen %s er nu omdøbt til %s" msgid "Could not save table UI preferences" msgstr "Kunne ikke gemme brugerindstillinger for tabel" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2642,7 +2663,7 @@ msgid "Documentation" msgstr "Dokumentation" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-forespørgsel" @@ -5707,7 +5728,7 @@ msgid "The row has been deleted" msgstr "Rækken er slettet" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Dræb (Kill)" @@ -6296,7 +6317,7 @@ msgstr "Vis MIME-typer" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Vært" @@ -7030,14 +7051,14 @@ msgid "Slave status" msgstr "Slavestatus" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabel" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Værdi" @@ -7241,7 +7262,7 @@ msgid "Returns" msgstr "Returværdier" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tid" @@ -8167,7 +8188,7 @@ msgstr "Protokolversion" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Bruger" @@ -8609,13 +8630,13 @@ msgstr "Vælg binærlog til gennemsyn" msgid "Files" msgstr "Filer" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Trunkér viste forespørgsler" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Vis fuldstændige forespørgsler" @@ -9408,59 +9429,72 @@ msgstr "Forespørgselstype" msgid "Instructions" msgstr "Instruktioner/Opsætning" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Forespørgsler siden startup: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "pr. time" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "pr. minut" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "pr. sekund" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Forespørgsler" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Netværkstrafik siden startup: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Denne MySQL-server har kørt i %1$s. Den startede op den %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9468,17 +9502,17 @@ msgstr "" "Denne MySQL server fungerer som master og slave i en " "replikationsproces." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Denne MySQL server fungerer som master i en replikationsproces." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Denne MySQL server fungerer som slave i en replikationsproces." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9486,11 +9520,11 @@ msgstr "" "For yderligere information om replikationsstatus på serveren gå til replication section." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Status for replikation" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9498,35 +9532,35 @@ msgstr "" "På en travl server er der risiko for at bytetællerne løber over, så disse " "statistikker som rapporteret af MySQL-serveren kan være forkerte." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Modtaget" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Sendt" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Maks. samtidige forbindelser" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Mislykkede forsøg" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Afbrudt" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Kommando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9534,11 +9568,11 @@ msgstr "" "Antallet af forbindelser, som blev aborteret, fordi klienten døde uden at " "lukke forbindelsen rigtigt." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Antal mislykkede forsøg på at forbinde til MySQL server." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9548,17 +9582,17 @@ msgstr "" "overskred værdien for binlog_cache_size og brugte en midlertidig fil til at " "gemme statements fra transaktionen." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Antal transaktioner der brugte det midlertidige binære log mellemlager." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "Antal forbindelsesforsøg (lykkedes eller ej) til MySQL server." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9570,11 +9604,11 @@ msgstr "" "overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller " "hukommelses-baserede i stedet for disk-baserede." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Hvor mange midlertidige filer mysqld har oprettet." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9582,7 +9616,7 @@ msgstr "" "Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren " "under udførelse af statements." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9590,7 +9624,7 @@ msgstr "" "Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke " "der opstod fejl (sandsynligvis dublerede nøgler)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9598,23 +9632,23 @@ msgstr "" "Antallet af INSERT DELAYED handler-tråde i brug. Hver forskellig tabel " "hvorpå en bruger INSERT DELAYED får sin egen tråd." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Antallet af INSERT DELAYED rækker skrevet." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Antallet af udførte FLUSH statements." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Antallet af interne COMMIT statements." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Antallet af gange en række blev slettet fra en tabel." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9624,7 +9658,7 @@ msgstr "" "tabel med et givent navn. Dette kaldes opdagelse. Handler_discover indikerer " "antallet af gange tabeller er blevet opdaget." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9634,7 +9668,7 @@ msgstr "" "antyder det at serveren laver mange fulde indeks scans; for eksempel, SELECT " "col1 FROM foo, antagende at col1 er indekseret." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9643,7 +9677,7 @@ msgstr "" "er høj, er det en god indikation af at dine forespørgsler og tabeller er " "ordentligt indekserede." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9653,7 +9687,7 @@ msgstr "" "hvis du forespørger på en indekskolonne med en range-begrænsning eller hvis " "du udfører et indeks scan." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9661,7 +9695,7 @@ msgstr "" "Antallet af anmodninger om at læse foregående række i nøgleorden. Denne " "læsemetode bruges hovedsageligt til at optimere ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9673,7 +9707,7 @@ msgstr "" "resultatet. Du har sandsynligvis mange forespørgsler der forlanger at MySQL " "scanner hele tabeller eller du har joins der ikke bruger nøgler ordentligt." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9685,35 +9719,35 @@ msgstr "" "enten ikke er ordentligt indekserede eller at dine forespørgsler ikke er " "skrevet til at drage fordel af de indeks du har." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Antallet af interne ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Antallet af anmodninger om at opdatere en række i en tabel." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Antallet af anmodninger om at indsætte en række i en tabel." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Antallet af sider der indeholder data (beskidte eller rene)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Antallet af såkaldt beskidte sider." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Antallet af buffer pool sider der er anmodet om at skulle flushes." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Antallet af frie sider." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9723,7 +9757,7 @@ msgstr "" "sider, der i øjeblikket læses eller skrives eller som ikke kan flushes eller " "fjernes af andre årsager." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9735,11 +9769,11 @@ msgstr "" "også beregnes som Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total størrelse på buffer pool, i sider." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9748,7 +9782,7 @@ msgstr "" "forespørgsel skal scanne en større del af en tabel men i tilfældig " "rækkefølge." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9756,11 +9790,11 @@ msgstr "" "Antallet af sekventielle read-aheads InnoDB initierede. Dette sker når " "InnoDB laver en sekventiel fuld tabelscanning." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Antallet af logiske read anmodninger InnoDB har lavet." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9768,7 +9802,7 @@ msgstr "" "Antallet af logiske reads som InnoDB ikke kunne tilfredsstille fra buffer " "pool og måtte lave en enkelt-side read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9782,55 +9816,55 @@ msgstr "" "sider først. Denne tæller tæller hvor mange gange det er sket. Hvis buffer " "pool størrelsen er sat ordentligt, skulle denne værdi være lille." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Antallet af skrivninger til InnoDB buffer poolen." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Antallet af fsync() operationer indtil nu." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Nuværende antal ventende fsync() operationer." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Nuværende antal af ventende reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Nuværende antal af ventende writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Mængden af data læst indtil nu, i bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Det totale antal af data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Det totale antal af data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Mængden af data skrevet indtil nu, i bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Antallet af doublewrite skrivninger der er udført og antallet af sider der " "er blevet skrevet til dette formål." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Antallet af doublewrite skrivninger der er udført og antallet af sider der " "er blevet skrevet til dette formål." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9838,35 +9872,35 @@ msgstr "" "Antallet af waits vi har haft fordi log buffer var for lille og vi skulle " "vente på at den blev flushed før vi kunne fortsætte." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Antallet af log write anmodninger." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Antallet af fysiske skrivninger til log filen." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Antallet af fsyncs skrivninger lavet til logfilen." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Antallet af ventende log fil fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Ventende log fil skrivninger." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Antallet af bytes skrevet til log filen." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Antallet af sider oprettet." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9874,51 +9908,51 @@ msgstr "" "Den indkompilerede InnoDB sidestørrelse (standard 16KB). Mange værdier " "tælles i sider; sidestørrelsen gør at man let kan omregne dem til bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Antallet af sider læst." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Antallet af sider skrevet." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Antallet af rækkelåse der ventes på i øjeblikket." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Gennemsnitstiden for at få en rækkelås, i millisekunder." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Total tid brugt på at hente rækkelåse, i millisekunder." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maksimale tid for at hente en rækkelås, i millisekunder." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Antallet af gange der skulle ventes på en rækkelås." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Antallet af rækker slettet fra InnoDB tabeller." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Antallet af rækker indsat i InnoDB tabeller." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Antallet af rækker læst fra InnoDB tables." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Antallet af rækker opdateret i InnoDB tabeller." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9927,7 +9961,7 @@ msgstr "" "endnu ikke er blevet flushet til disk. Det hed tidligere " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9935,7 +9969,7 @@ msgstr "" "Antallet af ubrugte blokke i nøglemellemlageret. Du kan bruge denne værdi " "til at fastslå hvor meget af nøglemellemlagere der er i brug." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9945,11 +9979,11 @@ msgstr "" "mærke der indikerer det maksimale antal blokke der på noget tidspunkt har " "været i brug på en gang." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Antallet af anmodninger om at læse en nøgleblok fra mellemlageret." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9959,15 +9993,15 @@ msgstr "" "stor, er din key_buffer_size værdi sandsynligvis for lille. Mellemlager miss " "raten kan beregnes som Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Antallet af anmodninger om at skrive en nøgleblok til mellemlageret." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Antallet af fysiske skrivninger af en nøgleblok til disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9979,7 +10013,7 @@ msgstr "" "standardværdi på 0 betyder at der ikke er kompileret nogen forespørgsler " "endnu." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -9987,12 +10021,12 @@ msgstr "" "Det maksimale antal forbindelser, som har været i brug samtidigt, siden " "serveren startede." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Antallet af rækker der venter på at blive skrevet i INSERT DELAYED køer." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10000,19 +10034,19 @@ msgstr "" "Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er " "dit tabelmellemlager sandsynligvis for lille." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Antallet af filer der er åbne." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Antallet af streams der er åbne (bruges hovedsageligt til logning)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Antallet af tabeller der er åbne." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10022,19 +10056,19 @@ msgstr "" "kan indikere fragmenteringsproblemer, som kan løses ved en FLUSH QUERY CACHE " "kommando." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Mængden af fri hukommelse til forespørgselsmellemlageret." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Antallet af mellemlager hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Antallet af forespørgsler tilføjet til mellemlageret." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10047,7 +10081,7 @@ msgstr "" "Forespørgselsmellemlageret bruger en mindst nyligt brugt (LRU) strategi til " "at afgøre hvilke forespørgsler der skal fjernes fra mellemlageret." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10055,19 +10089,19 @@ msgstr "" "Antallet af ikke-mellemlagrede forespørgsler (ikke mulige at mellemlagre " "eller ikke mellemlagret grundet query_cache_type indstillingen)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Antallet af forespørgsler registreret i mellemlageret." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Totalt antal blokke i forespørgsels-mellemlageret." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Status på fejlsikker replikation (endnu ikke implementeret)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10075,11 +10109,11 @@ msgstr "" "Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du " "nøje tjekke indeksene på dine tabeller." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Antallet af joins der brugte en range søgning på en reference tabel." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10087,7 +10121,7 @@ msgstr "" "Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. " "(Hvis denne ikke er 0, bør du nøje tjekke indeks på dine tabeller.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10095,15 +10129,15 @@ msgstr "" "Antallet af joins der brugte ranges på den første tabel. (Normalt ikke " "kritisk selvom tallet er stort.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Antallet af joins som lavede en fuld scan af den første tabel." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10111,12 +10145,12 @@ msgstr "" "Totalt (siden opstart) antal gange replikationsslave SQL tråden har gen-" "forsøgt transaktioner." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Dette er TIL hvis denne server er en slave der er forbundet til en master." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10124,13 +10158,13 @@ msgstr "" "Antallet af tråde der har taget mere end slow_launch_time sekunder at " "oprette." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Antallet af forespørgsler der har taget mere end long_query_time sekunder." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10140,23 +10174,23 @@ msgstr "" "denne værdi er høj, bør du overveje at forøge værdien af sort_buffer_size " "systemvariablen." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Antallet af sorteringer lavet med ranges." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Antallet af sorterede rækker." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Antallet af sorteringer udført ved scanning af tabellen." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Antallet af gange en tabellås blev givet øjeblikkeligt." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10168,7 +10202,7 @@ msgstr "" "optimere dine forespørgsler, og derefter enten opdele din tabel eller " "tabeller, eller bruge replikation." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10178,11 +10212,11 @@ msgstr "" "som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din " "thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Antallet af i øjeblikket åbne forbindelser." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10194,63 +10228,63 @@ msgstr "" "(Normalt giver dette ingen nævneværdig ydelsesforbedring hvis du har god " "tråd-implementering.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Antallet af tråde, der ikke sover." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Start Monitor" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Instruktioner/Opsætning" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Færdig med at omordne/redigere diagrammer" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Tilføj diagram" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Omordne/rediger diagrammer" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Opdateringsfrekvens" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Diagramkolonner:" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Fejlhåndtering:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Gendan standardværdi" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Monitorinstruktioner" -#: server_status.php:1479 +#: server_status.php:1489 #, fuzzy #| msgid "" #| "The phpMyAdmin Monitor can assist you in optimizing the server " @@ -10273,7 +10307,7 @@ msgstr "" "og at slow_query_log eller general_log aktiveres. Bemærk dog, at\n" "general_log genererer en mængde data og forøger server load med op til 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10281,7 +10315,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Sæt monitor på pause" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
\n" @@ -10296,14 +10336,10 @@ msgstr "" #| "statistics from the logs helping you find what caused the\n" #| " activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Brug af monitoren:
\n" " Når du klikker på 'Start monitor' vil din browser opdatere alle " @@ -10316,7 +10352,42 @@ msgstr "" " nede og køre hen over diagrammet. Dette vill hente statistik fra " "logs og hjælpe dig til at finde årsagen.

til aktivitetsforøgelsen.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
\n" +#| " Ok, you are good to go! Once you click 'Start monitor' your " +#| "browser will refresh all displayed charts\n" +#| " in a regular interval. You may add charts and change the refresh " +#| "rate under 'Settings', or remove any chart\n" +#| " using the cog icon on each respective chart.\n" +#| "

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the\n" +#| " left mouse button and panning over the chart. This will load " +#| "statistics from the logs helping you find what caused the\n" +#| " activity spike.

" +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Brug af monitoren:
\n" +" Når du klikker på 'Start monitor' vil din browser opdatere alle " +"viste diagrammer regelmæssigt.\n" +" Du kan tilføje diagrammer og ændre opdateringsfrekvensen under " +"'Indstilinger' eller fjerne diagrammer\n" +" ved at bruge ikonet cog på det relevante diagram.\n" +"

Når du ser en pludselig forøgelse i aktivitet, så vælg det " +"relevante tidsinterval på et diagram ved at holde venstre museknap\n" +" nede og køre hen over diagrammet. Dette vill hente statistik fra " +"logs og hjælpe dig til at finde årsagen.

til aktivitetsforøgelsen.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 #, fuzzy #| msgid "" #| "Please note:\n" @@ -10327,11 +10398,10 @@ msgstr "" #| "monitoring is not required any more.\n" #| " " msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Bemærk:\n" " Aktivering af general_log kan forøge server load med 5-15%. Vær også " @@ -10341,90 +10411,96 @@ msgstr "" " der ikke er behov for den længere.\n" " " -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Fjern diagram" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Statusvariabel/-ble" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Vælg serie:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Almindeligt overvåget" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "eller indtast variabelnavn:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Vis som forskelsværdi" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Anvend divisor" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Tilføj enhed til dataværdier" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Tilføj denne serie" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Slet serie" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Serier i diagram" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Logstatistik" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Valgt tidsinterval:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Vælg fra hvilken log, du ønsker statistikken genereret fraResultaterne er grupperet af forespørgselstekst." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Forespørgselstype" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d sekund" msgstr[1] "%d sekunder" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/de.po b/po/de.po index 240b9a81cf..822ed74348 100644 --- a/po/de.po +++ b/po/de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-13 02:00+0200\n" "Last-Translator: Sven Strickroth \n" "Language-Team: german \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Alles anzeigen" @@ -88,7 +88,7 @@ msgstr "Schlüsselname" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Beschreibung" @@ -671,7 +671,7 @@ msgstr "Tabellen mit Überhang auswählen" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportieren" @@ -736,7 +736,7 @@ msgstr "Verfolgte Tabellen" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -756,7 +756,7 @@ msgstr "Aktualisiert" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1073,13 +1073,13 @@ msgstr "Statische Daten" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Insgesamt" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Weitere" @@ -1109,7 +1109,7 @@ msgstr "Server Traffic (in KiB)" msgid "Connections since last refresh" msgstr "Verbindungen seit der letzten Aktualisierung" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prozesse" @@ -1168,12 +1168,12 @@ msgid "System swap" msgstr "System-Swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1235,7 +1235,7 @@ msgstr "Bytes gesendet" msgid "Bytes received" msgstr "Bytes empfangen" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Verbindungen" @@ -1244,12 +1244,12 @@ msgstr "Verbindungen" msgid "Questions" msgstr "Anfragen" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Netzwerkverkehr" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Einstellungen" @@ -1272,7 +1272,7 @@ msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "keine" @@ -1373,7 +1373,7 @@ msgstr "Einstellungen ändern" msgid "Current settings" msgstr "Aktuelle Einstellungen" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Schaubild-Titel" @@ -1500,7 +1500,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importieren" @@ -1690,50 +1690,70 @@ msgstr "Suchkriterien anzeigen" msgid "Zoom Search" msgstr "Suche" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Spalten hinzufügen/entfernen" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorieren" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Spalten hinzufügen" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Wählen Sie den referenzierten Schlüssel" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Wähle Fremdschlüssel" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Bitte den PRIMARY KEY oder einen UNIQUE KEY wählen" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Anzuzeigende Spalte auswählen" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1741,15 +1761,15 @@ msgstr "" "Sie haben die Änderungen im Layout nicht gespeichert. Sie werden verworfen " "wenn Sie diese nicht speichern. Wünschen Sie fortzufahren?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Option hinzufügen zu Spalte " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "Drücken Sie ESC um das Bearbeiten abzubrechen" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1757,58 +1777,58 @@ msgstr "" "Sie haben Daten verändert und noch nicht gespeichert. Sind Sie sicher, dass " "Sie diese Seite ohne zu speichern verlassen möchten?" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Zur Umordnung ziehen" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Zur Anordnung anklicken" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Klicken zum aus- bzw. abwählen" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Den Pfeil des Aufklappsmenüs anklicken
um die Sichtbarkeit der Spalte " "umzustellen" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Gehe zum View" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Passwort generieren" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generieren" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Passwort ändern" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Mehr" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1818,255 +1838,255 @@ msgstr "" "vorgeschlagen. Die aktuellste Version ist %s, erschienen am %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", aktuellste stabile Version:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "auf dem laufenden Stand" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Fertig" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "Vorher" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "Nächster" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Heute" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Januar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Februar" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "März" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "April" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "August" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "September" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Dezember" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mrz" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dez" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Sonntag" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Montag" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Dienstag" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Mittwoch" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Donnerstag" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Freitag" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Samstag" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "So" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Mo" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Di" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mi" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Fr" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Wo" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Stunde" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minute" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekunde" @@ -2275,10 +2295,11 @@ msgstr "Tabelle %s wurde in %s umbenannt" msgid "Could not save table UI preferences" msgstr "Konnte die UI Einstellungen der Tabelle nicht speichern" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2606,7 +2627,7 @@ msgid "Documentation" msgstr "Dokumentation" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-Befehl" @@ -5698,7 +5719,7 @@ msgid "The row has been deleted" msgstr "Der Datensatz wurde gelöscht" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Beenden" @@ -6293,7 +6314,7 @@ msgstr "MIME-Typen anzeigen" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7031,14 +7052,14 @@ msgid "Slave status" msgstr "Slave-Status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variable" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Wert" @@ -7246,7 +7267,7 @@ msgid "Returns" msgstr "Rückgabe-Wert" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Zeit" @@ -8192,7 +8213,7 @@ msgstr "Protokoll-Version" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Benutzer" @@ -8639,13 +8660,13 @@ msgstr "Binäres Protokoll zur Anzeige auswählen" msgid "Files" msgstr "Dateien" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Zeige die SQL-Abfragen verkürzt an" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Zeige die SQL-Abfragen vollständig an" @@ -9449,85 +9470,72 @@ msgstr "Query Analyzer" msgid "Instructions" msgstr "Einführung" -#: server_status.php:806 -#, fuzzy -#| msgid "" -#| "The Advisor system can provide recommendations on server variables by " -#| "analyzing the server status variables. \n" -#| " Do note however that this system provides recommendations based " -#| "on fairly simple calculations and by rule of thumb and \n" -#| " may not necessarily work for your system.\n" -#| " Prior to changing any of the configuration, be sure to know what " -#| "you are changing and how to undo the change. Wrong tuning\n" -#| " can have a very negative effect on performance.\n" -#| " The best way to tune the system would be to change only one " -#| "setting at a time, observe or benchmark your database, and \n" -#| " undo the change if there was no clearly measurable improvement." +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" -"Der Ratgeber kann Empfehlungen zu Server-Variablen durch Analyse der Server-" -"Status-Variablen geben. \n" -" Bitte beachten Sie jedoch, dass diese Empfehlungen auf einfachen " -"Berechnungen und Faustregeln basieren und \n" -" nicht umbedingt auf Ihrem System funktionieren müssen.\n" -" Bevor Sie Änderungen an der Konfiguration vornehmen, seien Sie sich " -"sicher, was Sie ändern und wie Sie die Änderungen rückgängig machen können. " -"Falsches Tuning\n" -" kann sehr negative Effekte hervorrufen.\n" -" Der beste Weg das System zu optimieren ist es genau eine Einstellung " -"auf einmal zu ändern, die Leistungsfähigkeit der Datenbank zu testen und \n" -" die Änderungen zurückzunehmen, falls es keine klar messbaren " -"Verbesserungen gab." #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Verbindungen seit Start: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "pro Stunde" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "pro Minute" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "pro Sekunde" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Angaben" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Netzwerk-Datenverkehr seit Start: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Dieser MySQL-Server läuft bereits %1$s. Er wurde um %2$s gestartet." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9535,18 +9543,18 @@ msgstr "" "Dieser MySQL Server arbeitet als Master und Slave im " "Replikations-Prozess." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Dieser MySQL Server arbeitet als Master im Replikations-" "Prozess." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Dieser MySQL Server arbeitet als Slave im Replikations-Prozess." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9554,11 +9562,11 @@ msgstr "" "Für weitere Informationen über den Replikations-Status auf dem Server siehe " "Abschnitt Replikation." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replikations-Status" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9567,35 +9575,35 @@ msgstr "" "wieder bei 0 beginnen, deshalb können diese Werte, wie sie vom MySQL Server " "ausgegeben werden, falsch sein." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Empfangen" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Gesendet" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. gleichzeitige Verbindungen" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Fehlversuche" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Abgebrochen" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Befehl" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9603,12 +9611,12 @@ msgstr "" "Die Anzahl der Verbindungen die aufgrund einer nicht richtig geschlossenen " "Verbindung zu einem nicht mehr erreichbaren Client abgebrochen wurden." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Die maximale Nummer an Fehlversuchen um zu einem MySQL-Server zu verbinden." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9618,19 +9626,19 @@ msgstr "" "des Binarylog-Caches (binlog_cache_size) überschritten und eine temporäre " "Datei verwendet haben um die Statements der Transaktion zu speichern." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" "Die Anzahl an Verbindungsversuchen (ob erfolgreich odernicht) zum MySQL-" "Server." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9642,11 +9650,11 @@ msgstr "" "Sie eventuell die Variable tmp_table_size herauf setzen, damit temporäre " "Tabellen im Speicher erzeugt werden statt auf der Festplatte." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Anzahl der temporären Dateien, die mysqld erzeugt hat." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9654,7 +9662,7 @@ msgstr "" "Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei " "der Ausführung von Statements." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9662,7 +9670,7 @@ msgstr "" "Anzahl der Datensätze, die mit INSERT DELAYED geschrieben wurden, und bei " "denen ein Fehler auftrat (z. B. duplicate key)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9670,23 +9678,23 @@ msgstr "" "Anzahl der verzögerten Insert-Handler-Prozesse in Benutzung. Jede einzelne " "Tabelle mit verzögerten Inserts bekommt einen eigenen Prozess." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Anzahl der Datensätze, die mit INSERT DELAYED geschrieben wurden." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Anzahl der ausgeführten FLUSH-Befehle." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Anzahl der Anfragen, ein COMMIT auszuführen." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Anzahl der Datensätze, die aus Tabellen gelöscht wurden." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9696,7 +9704,7 @@ msgstr "" "kann die NDB-Cluster-Storage-Engine fragen, ob sie eine bestimmte Tabelle " "kennt. Dieser Vorgang wird "discovery" genannt." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9707,7 +9715,7 @@ msgstr "" "Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert " "ist)." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9716,7 +9724,7 @@ msgstr "" "dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und " "Tabellen korrekt indiziert sind." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9727,7 +9735,7 @@ msgstr "" "Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, " "wenn Sie einen Index-Scan durchführen." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9736,7 +9744,7 @@ msgstr "" "Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung " "von ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9749,7 +9757,7 @@ msgstr "" "haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen " "zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9762,36 +9770,36 @@ msgstr "" "sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile " "aus den Indexen ziehen, die Sie haben." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Anzahl der Anfragen, ein ROLLBACK auszuführen." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" "Anzahl der Seiten, die Daten enthalten (ob "dirty" oder nicht)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Anzahl der als "dirty" markierten Seiten." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Anzahl der Seiten im Puffer-Pool, die zurückgeschrieben werden müssen." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Anzahl der unbenutzten Seiten." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9801,7 +9809,7 @@ msgstr "" "beschrieben oder können aus einem anderen Grund nicht zurückgeschrieben oder " "entfernt werden können." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9813,11 +9821,11 @@ msgstr "" "aus Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Die Größe des Puffer-Pools in Seiten." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9825,7 +9833,7 @@ msgstr "" "Anzahl \"random\" read-aheads durch InnoDB. Dies geschieht wenn eine Abfrage " "einen großen Teil einer Tabelle durchsucht aber in zufälliger Reihenfolge." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9833,11 +9841,11 @@ msgstr "" "Anzahl sequentieller read-aheads durch InnoDB. Dies geschieht wenn InnoDB " "eine Tabelle komplett sequentiell durchsucht." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Anzahl angeforderter Lesevorgängen durch InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9845,7 +9853,7 @@ msgstr "" "Anzahl an Lesevorgängen die InnoDB nicht aus dem Zwischenspeicher bedienen " "konnte und deshalb einen Einzel-Seiten-Lesevorgang starten musste." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9860,53 +9868,53 @@ msgstr "" "geschehen ist. Wenn die Zwischenspeicher-Größe korrekt eingestellt ist " "sollte dieser Wert klein sein." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Anzahl der Schreibvorgänge im InnoDB Zwischenspeicher." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Bisher ausgeführte fsync()-Operationen." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Momentan anstehende fsync()-Operationen." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Momentan anstehende Lesezugriffe." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Momentan anstehende Schreizugriffe." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Wieviel Daten bisher gelesen wurden, in Byte." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Wie oft Daten gelesen wurden." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Wie oft Daten geschrieben wurden." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Wieviel Daten bisher geschrieben wurden, in Byte." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Anzahl der ausgeführten doublewrite Schreibzugriffe und die Anzahl der " "Seiten die dafür geschrieben wurden." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Anzahl der ausgeführten doublewrite Zugriffe." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9914,35 +9922,35 @@ msgstr "" "Wie oft gewartet werden musste weil der Protokoll-Zwischenspeicher zu klein " "war und deshalb gewartet wurde das er geleert wird." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Anzahl der Schreibzugriffe für die Protokoll-Datei." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Anzahl der tatsächlichen Schreibvorgänge der Protokoll-Datei." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Getätigte fsync() Schreibzugriffe für die Protokoll-Datei." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Anstehende fsyncs für die Protokoll-Datei." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Anstehende Schreibzugriffe für die Protokoll-Datei." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Anzahl an Byte die in die Protokoll-Datei geschrieben wurden." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Anzahl erstellter Seiten." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9951,55 +9959,55 @@ msgstr "" "werden in Seiten gezählt; die Seitengröße erlaubt es diese einfach in Byte " "umzurechnen." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Anzahl gelesener Seiten." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Anzahl geschriebener Seiten." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Momentan anstehende Zeilen-Sperren." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" "Durchschnittliche Wartezeite um eine Datensatz-Sperre zu bekommen, in " "Millisekunden." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Summe aller Wartezeiten um Datensatz-Sperren zu bekommen, in Millisekunden." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" "Längste Wartezeite um eine Datensatz-Sperre zu bekommen, in Millisekunden." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Wie oft auf ein Datensatz-Sperre gewartet werden musste." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Anzahl gelöschter Datensätze aller InnoDB Tabellen." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Anzahl der eingefügten Datensätze in alle InnoDB Tabellen." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Anzahl der Datensätze, die aus InnoDB-Tabellen gelesen wurden." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Anzahl der Datensätze, die in InnoDB-Tabellen aktualisiert wurden." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10008,7 +10016,7 @@ msgstr "" "auf die Platte zurück geschrieben (flush) wurden; auch bekannt als " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10016,7 +10024,7 @@ msgstr "" "Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert " "kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10024,11 +10032,11 @@ msgid "" msgstr "" "Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10039,17 +10047,17 @@ msgstr "" "Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet " "werden." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" "Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" "Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10059,7 +10067,7 @@ msgstr "" "berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu " "vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -10067,13 +10075,13 @@ msgstr "" "Die maximale Anzahl an Verbindungen die seit Serverstart gleichzeitig " "benutzt wurden." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Anzahl der Datensätze, die in INSERT-DELAYED-Warteschleifen darauf warten, " "geschrieben zu werden." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10081,20 +10089,20 @@ msgstr "" "Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist " "Ihre table_cache-Variable wahrscheinlich zu niedrig." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Anzahl der geöffneten Dateien." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Anzahl der geöffneten Streams (hauptsächlich zum Protokollieren benutzt)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Anzahl der geöffneten Tabellen." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10104,19 +10112,19 @@ msgstr "" "Werte können Fragmentierungsprobleme aufzeigen, die durch eine FLUSH QUERY " "CACHE - Abfrage beseitigt werden können." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Freier Speicher im Abfragen-Cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Abfrage-Cache-Zugriffsrate." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Die Anzahl der Abfragen die dem Cache hinzugefügt wurden." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10129,7 +10137,7 @@ msgstr "" "recently used), d. h. es wird stets die Abfrage gelöscht, die am " "längsten unbenutzt im Cache lag." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10137,19 +10145,19 @@ msgstr "" "Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder " "aufgrund der query_cache_type Einstellung)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Die Anzahl der Abfragen im Cache." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Die Anzahl aller Speicherblöcke im Abfrage-Cache." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Der Status der ausfallsicheren Replikation." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10157,13 +10165,13 @@ msgstr "" "Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die " "Indizes der Tabellen sorgfältig überprüft werden." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt " "fand." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10172,7 +10180,7 @@ msgstr "" "Schlüsselbenutzung geprüft wurde. (Wenn dieser Wert nicht 0 ist sollten die " "Indizes der Tabellen sorgfältig überprüft werden.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10180,16 +10188,16 @@ msgstr "" "Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. " "(Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Anzahl der Joins, bei denen die erste Tabelle gescannt wurde." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Anzahl der temporären Tabellen, die momentan vom Slave-Prozess geöffnet sind." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10197,13 +10205,13 @@ msgstr "" "Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread " "wiederversuchten Transaktionen." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master " "verbunden ist." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10211,12 +10219,12 @@ msgstr "" "Anzahl der Prozesse, die länger als slow_launch_time brauchten, um sich zu " "verbinden." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Anzahl der Anfragen, die länger als long_query_time benötigten." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10226,25 +10234,25 @@ msgstr "" "wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, " "sort_buffer herauf zu setzen." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Anzahl der sortierten Datensätze." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle " "gescannt wurde." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Wie oft eine Tabellensperre sofort erlangt wurde." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10256,7 +10264,7 @@ msgstr "" "sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle" "(n) zerteilen oder Replikation benutzen." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10266,11 +10274,11 @@ msgstr "" "Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, " "sollte der thread_cache_size erhöht werden." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Anzahl der momentan offenen Verbindungen." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10282,43 +10290,43 @@ msgstr "" "Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare " "Performance-Steigerung wenn eine gute Prozess-Implementierung vorliegt.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Anzahl der Prozesse, die nicht schlafen." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Überwachung starten" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Einführung/Einrichtung" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Umordnen/bearbeiten der Schaubilder beendet" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Schaubild hinzufügen" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Schaubilder umordnen/bearbeiten" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Aktualisierungs-Intervall" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Schaubild-Spalten" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "Schaubild-Anordnung" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." @@ -10327,15 +10335,15 @@ msgstr "" "Es empfiehlt sich dieses zu exportieren, wenn Sie eine aufwändige Anordnung " "eingerichtet haben." -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "Zurücksetzen" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Einführung zur Überwachung" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10350,7 +10358,7 @@ msgstr "" "general_log viele Daten produzieren und die Serverauslastung um bis zu 15% " "erhöhen kann." -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10358,7 +10366,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Überwachung pausieren" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
Ok, you are good to go! Once you click " @@ -10370,14 +10384,10 @@ msgstr "" #| "panning over the chart. This will load statistics from the logs helping " #| "you find what caused the activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Verwendung der Überwachung:
OK, Sie sind bereit zum Starten! " "Sobald Sie 'Überwachung starten' angeklickt haben, wird Ihr Browser in " @@ -10391,102 +10401,147 @@ msgstr "" "Statistiken aus den Protokollen laden um Sie bei der Auffindung der " "Aktivitätsspitze zu unterstützen.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the left mouse button and " +#| "panning over the chart. This will load statistics from the logs helping " +#| "you find what caused the activity spike.

" msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Verwendung der Überwachung:
OK, Sie sind bereit zum Starten! " +"Sobald Sie 'Überwachung starten' angeklickt haben, wird Ihr Browser in " +"regelmäßigen Intervallen alle angezeigten Diagramme aktualisieren. Unter " +"'Einstellungen' können Sie Diagramme hinzufügen und das " +"Aktualisierungsintervall ändern oder beliebige Diagramme entfernen, wenn Sie " +"das Zahnrad-Icon des entsprechenden Schaubilds verwenden.

Wenn Sie eine " +"plötzliche Spitze in der Aktivität feststellen, wählen Sie den " +"entsprechenden Zeitraum in einem beliebigen Diagramm, indem Sie die linke " +"Maustaste gedrückt halten und über das Schaubild ziehen. Dies wird " +"Statistiken aus den Protokollen laden um Sie bei der Auffindung der " +"Aktivitätsspitze zu unterstützen.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Bitte beachten Sie: Das Aktivieren des general_log kann die " "Serverlast um 5-15% steigern. Seien Sie sich bewusst, dass das Erzeugen von " "Statistiken aus den Logs ein sehr aufwändiger Prozess ist. Deshalb ist es " "ratsam, nur einen kleinen Zeitraum auszuwählen." -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Skala entfernen" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Status Variable(n)" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Serie auswählen:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Allgemein-überwacht" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "oder Variablen-Namen eingeben:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Den Wert als Unterschied zeigen" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Divisor hinzufügen" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Einheiten an Datenwerte anfügen" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Diese Serie hinzufügen" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Serien löschen" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Serien im Schaubild:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Protokoll Statistik" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Ausgewählte Zeit-Spanne:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Rufe nur SELECT, INSERT, UPDATE und DELETE Abfragen ab" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" "Lösche Variablen-Werte in INSERT Abfragen um die Gruppierung zu verbessern" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Bitte wählen Sie das log aus, von dem Statistiken generiert werden " "sollen

Ergebnisse sind nach Abfrage-Text zusammengefasst." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Query Analyzer" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d Sekunde" msgstr[1] "%d Sekunden" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" @@ -12851,6 +12906,46 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "" +#~| "The Advisor system can provide recommendations on server variables by " +#~| "analyzing the server status variables. \n" +#~| " Do note however that this system provides recommendations based " +#~| "on fairly simple calculations and by rule of thumb and \n" +#~| " may not necessarily work for your system.\n" +#~| " Prior to changing any of the configuration, be sure to know what " +#~| "you are changing and how to undo the change. Wrong tuning\n" +#~| " can have a very negative effect on performance.\n" +#~| " The best way to tune the system would be to change only one " +#~| "setting at a time, observe or benchmark your database, and \n" +#~| " undo the change if there was no clearly measurable improvement." +#~ msgid "" +#~ "The Advisor system can provide recommendations on server variables by " +#~ "analyzing the server status variables.

Do note however that this " +#~ "system provides recommendations based on simple calculations and by rule " +#~ "of thumb which may not necessarily apply to your system.

Prior to " +#~ "changing any of the configuration, be sure to know what you are changing " +#~ "(by reading the documentation) and how to undo the change. Wrong tuning " +#~ "can have a very negative effect on performance.

The best way to " +#~ "tune your system would be to change only one setting at a time, observe " +#~ "or benchmark your database, and undo the change if there was no clearly " +#~ "measurable improvement.

" +#~ msgstr "" +#~ "Der Ratgeber kann Empfehlungen zu Server-Variablen durch Analyse der " +#~ "Server-Status-Variablen geben. \n" +#~ " Bitte beachten Sie jedoch, dass diese Empfehlungen auf einfachen " +#~ "Berechnungen und Faustregeln basieren und \n" +#~ " nicht umbedingt auf Ihrem System funktionieren müssen.\n" +#~ " Bevor Sie Änderungen an der Konfiguration vornehmen, seien Sie " +#~ "sich sicher, was Sie ändern und wie Sie die Änderungen rückgängig machen " +#~ "können. Falsches Tuning\n" +#~ " kann sehr negative Effekte hervorrufen.\n" +#~ " Der beste Weg das System zu optimieren ist es genau eine " +#~ "Einstellung auf einmal zu ändern, die Leistungsfähigkeit der Datenbank zu " +#~ "testen und \n" +#~ " die Änderungen zurückzunehmen, falls es keine klar messbaren " +#~ "Verbesserungen gab." + #, fuzzy #~ msgid "memcached usage" #~ msgstr "Speicherplatzverbrauch" diff --git a/po/el.po b/po/el.po index 437e424645..5422dbdbc8 100644 --- a/po/el.po +++ b/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-29 14:17+0200\n" "Last-Translator: Panagiotis Papazoglou \n" "Language-Team: greek \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Εμφάνιση όλων" @@ -88,7 +88,7 @@ msgstr "Όνομα κλειδιού" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Περιγραφή" @@ -670,7 +670,7 @@ msgstr "Επιλογή πινάκων με περίσσεια" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Εξαγωγή" @@ -735,7 +735,7 @@ msgstr "Παρακολουθούμενοι πίνακες" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -755,7 +755,7 @@ msgstr "Ενημερώθηκε" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Κατάσταση" @@ -1071,13 +1071,13 @@ msgstr "Στατικά δεδομένα" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Σύνολο" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Άλλα" @@ -1107,7 +1107,7 @@ msgstr "Κυκλοφορία Διακομιστή (σε KB)" msgid "Connections since last refresh" msgstr "Συνδέσεις από την τελευταία ανανέωση" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Διεργασίες" @@ -1174,12 +1174,12 @@ msgid "System swap" msgstr "Αδράνεια συστήματος" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1247,7 +1247,7 @@ msgstr "" msgid "Bytes received" msgstr "Ελήφθησαν" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Συνδέσεις" @@ -1256,12 +1256,12 @@ msgstr "Συνδέσεις" msgid "Questions" msgstr "Ερωτήσεις" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Κίνηση" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Ρυθμίσεις" @@ -1286,7 +1286,7 @@ msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στι #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Καμία" @@ -1389,7 +1389,7 @@ msgstr "Αλλαγή ρυθμίσεων" msgid "Current settings" msgstr "Τρέχουσες ρυθμίσεις" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Τίτλος Διαγράμματος" @@ -1522,7 +1522,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Εισαγωγή" @@ -1717,50 +1717,70 @@ msgstr "Προβολή κριτηρίων αναζήτησης" msgid "Zoom Search" msgstr "Αναζήτηση" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Προσθήκη/Αφαίρεση Στηλών" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Παράληψη" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Προσθήκη στηλών" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Επιλέξτε αναφερθέν κλειδί" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Επιλέξτε Μη Διακριτό Κλειδί" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Επιλέξτε το πρωτεύον κλειδί ή ένα μοναδικό κλειδί" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Επιλέξτε στήλη για εμφάνιση" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1768,70 +1788,70 @@ msgstr "" "Δεν αποθηκεύσατε τις αλλαγές στο προϊόν. Θα χαθούν αν δεν τις αποθηκεύσετε. " "Θέλετε να συνεχίσετε;" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Προσθήκη επιλογής για τη στήλη " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Σύρτε για ανακατανομή" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Πατήστε για ταξινόμηση" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Πατήστε για εναλλαγή επισήμανσης" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Μετάβαση στην προβολή" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Δημιουργία κωδικού πρόσβασης" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Παραγωγή" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Αλλαγή Κωδικού Πρόσβασης" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Περισσότερα" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1841,27 +1861,27 @@ msgstr "" "εγκαταστήσετε. Η νεότερη έκδοση είναι η %s και δημοσιεύτηκε την %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", τελευταία έκδοση:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "ενημερωμένο" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Ολοκληρώθηκε" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Προηγούμενο" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1869,149 +1889,149 @@ msgid "Next" msgstr "Επόμενο" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Σήμερα" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Ιανουαρίου" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Φεβρουαρίου" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Μαρτίου" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Απριλίου" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Μαΐου" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Ιουνίου" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Ιουλίου" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Αυγούστου" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Σεπτεμβρίου" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Οκτωβρίου" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Νοεμβρίου" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Δεκεμβρίου" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Ιαν" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Φεβ" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Μαρ" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Απρ" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Μάη" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Ιουν" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Ιουλ" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Αυγ" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Σεπ" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Οκτ" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Νοε" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Δεκ" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Κυριακή" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Δευτέρα" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Τρίτη" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Τετάρτη" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Πέμπτη" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Παρασκευή" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Σάββατο" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2019,84 +2039,84 @@ msgid "Sun" msgstr "Κυρ" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Δευ" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Τρί" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Τετ" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Πέμ" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Παρ" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Σάβ" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Κυ" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Δε" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Τρ" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Τε" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Πε" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Πα" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Σα" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Ώρα" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Λεπτό" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Δευτερόλεπτο" @@ -2311,10 +2331,11 @@ msgstr "Ο πίνακας %s μετονομάσθηκε σε %s" msgid "Could not save table UI preferences" msgstr "Αδύνατη η αποθήκευση του πίανακα ρυθμίσεων UI" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2642,7 +2663,7 @@ msgid "Documentation" msgstr "Τεκμηρίωση" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Εντολή SQL" @@ -5761,7 +5782,7 @@ msgid "The row has been deleted" msgstr "Η εγγραφή έχει διαγραφεί" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Τερματισμός" @@ -6361,7 +6382,7 @@ msgstr "Διαθέσιμοι τύποι MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Φιλοξενητής" @@ -7095,14 +7116,14 @@ msgid "Slave status" msgstr "Κατάσταση δευτερεύοντος" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Μεταβλητή" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Τιμή" @@ -7310,7 +7331,7 @@ msgid "Returns" msgstr "Επιστροφές" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Χρόνος" @@ -8243,7 +8264,7 @@ msgstr "Έκδοση πρωτοκόλλου" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Χρήστης" @@ -8693,13 +8714,13 @@ msgstr "Επιλέξτε δυαδικό αρχείο καταγραφής για msgid "Files" msgstr "Αρχεία" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Αποκοπή εμφανιζόμενων ερωτημάτων" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Πλήρης εμφάνιση ερωτημάτων" @@ -9509,59 +9530,72 @@ msgstr "Αναλυτής ερωτήματος" msgid "Instructions" msgstr "Εισαγωγή" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Ερωτήσεις από την εκκίνηση: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "ανά ώρα" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "ανά λεπτό" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "ανά δευτερόλεπτο" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Δηλώσεις" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Κυκλοφορία δικτύου από την εκκίνηση: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Αυτός ο διακομιστής MySQL λειτουργεί για %1$s. Ξεκίνησε στις %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9569,19 +9603,19 @@ msgstr "" "Αυτός ο διακομιστής λειτουργεί ως πρωτεύων και δευτερεύων σε " "μια αναπαραγωγική διαδικασία." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Αυτός ο διακομιστής λειτουργεί ως πρωτεύων σε μια αναπαραγωγική διαδικασία." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Αυτός ο διακομιστής έχει ρυθμιστεί ως πρωτεύων σε μια " "αναπαραγωγική διαδικασία." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9589,11 +9623,11 @@ msgstr "" "Για περισσότερες πληροφορίες για την κατάσταση αναπαραγωγής στο διακομιστή, " "επισκεφτείτε τον τομέα αναπαραγωγής." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Κατάσταση αναπαραγωγής" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9602,35 +9636,35 @@ msgstr "" "έτσι αυτές οι στατιστικές όπως αναφέρονται από τον διακομιστή μπορεί να " "είναι εσφαλμένες." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Ελήφθησαν" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Εστάλησαν" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "μέγιστος αριθμός ταυτόχρονων συνδέσεων" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Αποτυχημένες προσπάθειες" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Ακυρωμένες συνδέσεις" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "Κωδικός" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Εντολή" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9638,12 +9672,12 @@ msgstr "" "Ο αριθμός των συνδέσεων που διακόπηκαν επειδή ο πελάτης παρετήθηκε χωρίς να " "κλείσει σωστά τη σύνδεση." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Ο αριθμός των αποτυχημένων προσπαθειών για σύνδεση στο διακομιστή MySQL." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9653,20 +9687,20 @@ msgstr "" "μνήμη καταγραφής που υπερβαίνει την τιμή binlog_cache_size και χρησιμοποιούν " "ένα προσωρινό αρχείο για αποθήκευση δηλώσεων από τη συναλλαγή." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Ο αριθμός των συναλλαγών που χρησιμοποίησαν την προσωρινή δυαδική λανθάνουσα " "μνήμη καταγραφής." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" "Ο αριθμός των προσπαθειών για σύνδεση (επιτυχημένων ή όχι) στο διακομιστή " "MySQL." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9678,11 +9712,11 @@ msgstr "" "είναι μεγάλο, ίσως θέλετε να αυξήσετε την τιμή tmp_table_size ώστε οι " "προσωρινοί πίνακες να είναι στη μνήμη και όχι στο δίσκο." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Πόσα προσωρινά αρχεία δημιούργησε το mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9690,7 +9724,7 @@ msgstr "" "Ο αριθμός των προσωρινών πινάκων στη μνήμη που δημιουργήθηκαν αυτόματα από " "τον διακομιστή κατά την εκτέλεσε δηλώσεων." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9698,7 +9732,7 @@ msgstr "" "Ο αριθμός των εγεγγραμμένων γραμμών με την εντολή INSERT DELAYED για τις " "οποίες υπήρξε κάποιο σφάλμα (πιθανόν διπλό κλειδί)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9707,23 +9741,23 @@ msgstr "" "διαφορετικός πίνακας στον οποίο κάποιος χρησιμοποιεί την εντολή INSERT " "DELAYED χρησιμοποιεί της δική του διεργασία." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Ο αριθμός των INSERT DELAYED γραμμών που εγγράφτηκαν." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Ο αριθμός των εκτελεσθέντων δηλώσεων FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Ο αριθμός των εσωτερικών δηλώσεων COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Οι φορές που διαγράφτηκε μια γραμμή από έναν πίνακα." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9734,7 +9768,7 @@ msgstr "" "ανακάλυψη. Το Handler_discover δείχνει τον αριθμό των πινάκων χρόνου που " "βρέθηκαν." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9745,7 +9779,7 @@ msgstr "" "ευρετηρίου. Παράδειγμα: SELECT col1 FROM foo, υποθέτοντας ότι το col1 έχει " "ευρετήριο." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9754,7 +9788,7 @@ msgstr "" "είναι υψηλός, είναι ένας καλός δείκτης ότι τα ερωτήματά σας και οι πίνακές " "σας έχουν κάνει σωστά ευρετήρια." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9764,7 +9798,7 @@ msgstr "" "κλειδιού. Αυτό αυξάνετε αν κάνετε ερώτημα σε μια στήλη ευρετηρίου με ένα " "περιορισμό ευρετηρίου ή αν κάνετε μια σάρωση ευρετηρίου." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9773,7 +9807,7 @@ msgstr "" "η μέθοδος ανάγνωσης χρησιμοποιείτε κυρίως για βελτιστοποίηση της εντολής " "ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9786,7 +9820,7 @@ msgstr "" "σαρώνει ολόκληρους πίνακες ή έχετε ενώσεις που δεν χρησιμοποιούν σωστά τα " "κλειδιά." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9798,37 +9832,37 @@ msgstr "" "ότι οι πίνακες σας δεν έχουν σωστά ευρετήρια ή ότι τα ερωτήματά σας δεν " "έχουν γραφτεί ώστε να λαμβάνουν υπόψη τα ευρετήρια που έχετε." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Ο αριθμός των εσωτερικών δηλώσεων ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Ο αριθμός των αιτήσεων για ενημέρωση μιας γραμμής σε έναν πίνακα." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Ο αριθμός των αιτήσεων για εισαγωγή μιας γραμμής σε έναν πίνακα." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Ο αριθμός των σελίδων που περιέχουν δεδομένα (καθαρά και μη)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Ο αριθμός των μη καθαρώ σελίδων." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Ο αριθμός των σελίδων του buffer pool για τις οποίες υπήρξε αίτηση για " "εκκαθάριση." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Ο αριθμός των ελεύθερων σελίδων." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9838,7 +9872,7 @@ msgstr "" "σελίδες που έχουν ήδη αναγνωστεί ή εγγραφεί ή που δεν μπορούν να " "εκκαθαριστούν ή απομακρυνθούν για κάποιο άλλο λόγο." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9850,11 +9884,11 @@ msgstr "" "τιμή μπορεί να υπολογιστεί ως Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Συνολικό μέγεθος του buffer pool, σε σελίδες." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9863,7 +9897,7 @@ msgstr "" "συμβαίνει όταν ένα ερώτημα πρόκειται να σαρώσει ένα μεγάλο τμήμα πίνακα αλλά " "με τυχαία σειρά." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9871,11 +9905,11 @@ msgstr "" "Ο αριθμός των διαδοχικών αναγνώσεων κεφαλίδων της InnoDB που ξεκίνησαν. Αυτό " "συμβείναι όταν η InnoDB εκτελεί μια διαδοχική πλήρη σάρωση πίνακα." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Ο αριθμός των λογικών αιτήσεων ανάγνωσης που έκαν η InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9883,7 +9917,7 @@ msgstr "" "Ο αριθμός των λογικών αναγνώσεων που η InnoDB δεν μπόρεσε να ικανοποιήσει " "από το buffer pool και έπρεπε να κάνει ανάγνωση μονής σελίδας." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9898,55 +9932,55 @@ msgstr "" "αναμονών. Αν το μέγεθος του buffer pool έχει οριστεί σωστά, αυτή η τιμή " "πρέπει να είναι μικρή." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Ο αριθμός των εγγραφών που έγιναν στο buffer pool της InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Ο αριθμός των λειτουργιών του fsync() μέχρι στιγμής." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Ο τρέχων αριθμός των εκκρεμών λειτουργιών του fsync()." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Ο τρέχων αριθμός των εκκρεμών αναγνώσεων." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Ο τρέχων αριθμός των εκκρεμών εγγραφών." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Το πλήθος των δεδομένων που αναγνώστηκε μέχρι στιγμής σε bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Ο συνολικός αριθμός των αναγνώσεων δεδομένων." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Ο συνολικός αριθμός των εγγραφών δεδομένων." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Το πλήθος των εγεγγραμμένων δεδομένων μέχρι στιγμής, σε bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Ο αριθμός των εγγραφών διπλοεγγραφής που έγιναν και ο αριθμός των σελίδων " "που γράφτηκαν για αυτό το σκοπό." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Ο αριθμός των εγγραφών διπλοεγγραφής που έγιναν και ο αριθμός των σελίδων " "που γράφτηκαν για αυτό το σκοπό." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9954,36 +9988,36 @@ msgstr "" "Ο αριθμός των αναμονών που έγιναν εξαιτίας του μικρού μεγέθος του buffer " "καταγραφής και έπρεπε να αναμένεται να εκκαθαριστεί πριν συνεχίσει." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Ο αριθμός των αιτήσεων εγγραφής καταγραφής." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Ο αριθμός των φυσικών εγγραφών στο αρχείο καταγραφής." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" "Ο αριθμός των εγγραφών fsync() που ολοκληρώθηκαν στο αρχείο καταγραφής." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Ο αριθμός των εκκρεμών fsyncs στο αρχείο καταγραφής." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Εκκρεμείς εγγραφές αρχείου καταγραφής." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Ο αριθμός των εγεγγραμμένων bytes στο αρχείο καταγραφής." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Ο αριθμός των δημιουργηθέντων σελίδων." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9992,55 +10026,55 @@ msgstr "" "υπολογίζονται σε σελίδες. Το μέγεθος της σελίδας επιτρέπει την εύκολη " "μετατροπή σε bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Ο αριθμός των αναγνωσμένων σελίδων." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Ο αριθμός των εγεγγραμμένων σελίδων." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Ο αριθμός των κλειδωμάτων γραμμής που είναι τώρα σε αναμονή." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" "Ο μέσος χρόνος απόκτησης ενός κλειδώματος γραμμής σε χιλιοστοδευτερόλεπτα." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Ο συνολικός απαιτούμενος χρόνος απόκτησης κλειδώματος γραμμής σε " "χιλιοστοδευτερόλεπτα." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" "Ο μέγιστος χρόνος απόκτησης ενός κλειδώματος γραμμής σε χιλιοστοδευτερόλεπτα." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Οι φορές που πρέπει να αναμένεται ένα κλείδωμα γραμμής." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Ο αριθμός των διαγραμμένων γραμμών από πίνακες InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Ο αριθμός των εισαχθέντων γραμμών σε πίνακες InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Ο αριθμός των αναγνωσμένων γραμμών από πίνακες InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Ο αριθμός των ενημερωμένων γραμμών σε πίνακες InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10049,7 +10083,7 @@ msgstr "" "αλλά δεν έχει ακόμα εκκαθαριστεί στο δίσκο. Ήταν γνωστός ως " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10058,7 +10092,7 @@ msgstr "" "Μπορείτε να χρησιμοποιήσετε αυτή τη τιμή για να προσδιορίσετε πόση " "λανθάνουσα μνήμη κλειδιού χρησιμοποιείται." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10068,12 +10102,12 @@ msgstr "" "τιμή είναι ένα έντονο σημάδι που δείχνει τον μέγιστο αριθμό μπλοκς που είναι " "σε χρήση με μια φορά." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" "Ο αριθμός των αιτήσεων ανάγνωσης ενός μπλοκ κλειδιού από τη λανθάνουσα μνήμη." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10084,16 +10118,16 @@ msgstr "" "μικρή. Ο βαθμό απώλειας λανθάνουσας μνήμης μπορεί να υπολογιστεί ως " "Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" "Ο αριθμός των αιτήσεων εγγραφής ενός μπλοκ κλειδιού στη λανθάνουσα μνήμη." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Ο αριθμός των φυσικών εγγραφών ενός κλειδιού στο δίσκο." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10104,7 +10138,7 @@ msgstr "" "διαφορετικών σχεδίων ερωτημάτων για το ίδιο ερώτημα. Η προεπιλεγμένη τιμή 0 " "σημαίνει ότι κανένα ερώτημα δεν μεταφράστηκε ακόμα." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -10112,12 +10146,12 @@ msgstr "" "Ο μέγιστος αριθμός συνδέσεων που ήταν σε σύνδεση ταυτόχρονα από την εκκίνηση " "του διακομιστή." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Ο αριθμός των γραμμών σε αναμονή για εγγραφή στις σειρές INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10125,21 +10159,21 @@ msgstr "" "Ο αριθμός των πινάκων που ανοίχτηκαν. Αν οι ανοιγμένοι πίνακες είναι " "μεγάλοι, η τιμή λανθάνουσας μνήμης πινάκων είναι πιθανον μικρή." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Ο αριθμός των αρχείων που είναι ανοιχτά." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Ο αριθμός των ροών που είναι ανοιχτές (χρησιμοποιούνται κυρίως για " "καταγραφή)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Ο αριθμός των πινάκων που είναι ανοιχτοί." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10149,19 +10183,19 @@ msgstr "" "ίσως κρύβουν θέματα συγκρότησης, που μπορούν να διορθωθούν χρησιμοποιώντας " "την εντολή FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Το μέγεθος της ελεύθερης μνήμης για λανθάνουσα μνήμη ερωτημάτων." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Ο αριθμός των προσπελάσεων λανθάνουσας μνήμης." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Ο αριθμός των ερωτημάτων που προστέθηκαν στην λανθάνουσα μνήμη." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10175,7 +10209,7 @@ msgstr "" "χρησιμοποιούμενη στρατηγική (LRU) για να αποφασίσει ποια ερωτήματα να " "απομακρύνει από τη λανθάνουσα μνήμη." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10183,19 +10217,19 @@ msgstr "" "Ο αριθμός των μη λανθανόντων ερωτημάτων (μη απομνημονεύσιμα ή δεν " "απομνημονεύονται λόγω της ρύθμισης query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Ο αριθμός των καταχωρημένων ερωτημάτων στη λανθάνουσα μνήμη." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Ο συνολικός αριθμός των μπλοκς στη λανθάνουσα μνήμη ερωτημάτων." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Η κατάσταση της ασφαλούς αναπαραγωγής (δεν έχει εφαρμοστεί)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10203,13 +10237,13 @@ msgstr "" "Ο αριθμός των ενώσεων που δεν χρησιμοποιούν ευρετήρια. Αν η τιμή είναι 0, " "πρέπει να ελέγχετε προσεκτικά τα ευρετήρια των πινάκων σας." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Ο αριθμός των ενώσεων που χρησιμοποιήσαν μια αναζήτηση εύρους σε έναν πίνακα " "παραπομπής." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10218,7 +10252,7 @@ msgstr "" "κάθε γραμμή. (Αν αυτό δεν είναι 0, πρέπει να ελέγχετε προσεκτικά τα " "ευρετήρια των πινάκων σας.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10226,17 +10260,17 @@ msgstr "" "Ο αριθμός των ενώσεων που χρησιμοποιούν εύρη στον πρώτο πίνακα. (Κανονικά " "δεν είναι κρίσιμος αν δεν είναι μεγάλος.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Ο αριθμός των ενώσεων που έκαναν μια πλήρη σάρωση του πρώτου πίνακα." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Ο αριθμός των προσωρινών πινάκων που είναι τώρα ανοιχτοί από τη δευτερεύουσα " "συνεργασία SQL." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10244,13 +10278,13 @@ msgstr "" "Συνολικές φορές (από την εκκίνηση) που η διεργασία δευτερεύουσας " "αναπαραγωγής SQL έχει ξαναδοκιμάσει συναλλαγές." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Αυτό είναι ΑΝΟΙΧΤΟ, αν αυτός ο διακομιστής είναι δευτερεύων που συνδέεται σε " "πρωτεύωντα." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10258,14 +10292,14 @@ msgstr "" "Ο αριθμός των διεργασιών που έλαβαν περισσότερα από slow_launch_time " "δευτερόλεπτα να δημιουργηθούν." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Ο αριθμός των ερωτημάτων που έλαβαν περισσότερα από long_query_time " "δευτερόλεπτα." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10275,23 +10309,23 @@ msgstr "" "ταξινόμησης. Αν ο αριθμός είναι μεγάλος, πρέπει να αυξήσετε την τιμή της " "μεταβλητής συστήματος sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Ο αριθμός των ταξινομήσεων που έγιναν με εύρη." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Ο αριθμός των ταξινομημένων γραμμών." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Ο αριθμός των ταξινομήσεων που έγιναν σαρώνοντας τον πίνακα." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Οι φορές που ένα κλείδωμα πινακα ανακτήθηκε άμεσα." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10303,7 +10337,7 @@ msgstr "" "απόδοσης, πρέπει πρώτα να βελτιώσετε τα ερωτήματά σας και μετά χωρίστε τον " "πίνακα ή τους πίνακες ή χρησιμοποιείστε αναπαραγωγή." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10313,11 +10347,11 @@ msgstr "" "λανθάνουσας μνήμης μπορεί να υπολογιστεί ως Threads_created/Connections. Αν " "η τιμή είναι κόκκινη πρέπει να αυξήσετε την τιμή thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Ο αριθμός των τρέχοντων ανοιγμένων συνδέσεων." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10329,63 +10363,63 @@ msgstr "" "thread_cache_size. (Κανονικά αυτό δεν δίνει μια σημαντική βελτίωση απόδοσης " "αν έχετε μια καλή εφαρμογή διεργασίας.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Ο αριθμός των διεργασιών που δεν είναι σε νάρκη." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Έναρξη Εποπτείας" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Οδηγίες/Εγκατάσταση" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Ολοκληρώθηκε η επανατοποθέτηση/επεξεργασία διαγραμμάτων" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Προσθήκη διαγράμματος" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Επανατοποθέτηση/επεξεργασία διαγραμμάτων" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Ρυθμός ανανέωσης" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Στήλες διαγράμματος:" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Διαχείριση σφάλματος:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Επαναφορά προεπιλεγμένης τιμής" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Οδηγίες Εποπτείας" -#: server_status.php:1479 +#: server_status.php:1489 #, fuzzy #| msgid "" #| "The phpMyAdmin Monitor can assist you in optimizing the server " @@ -10410,7 +10444,7 @@ msgstr "" " general_log παράγει πολλά δεδομένα και αυξάνει τη χρήση πόρων του " "διακομιστή μέχρι και 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10418,7 +10452,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Παύση εποπτείας" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
\n" @@ -10433,14 +10473,10 @@ msgstr "" #| "statistics from the logs helping you find what caused the\n" #| " activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Χρήση της εποπτείας:
\n" " Εντάξει, είστε έτοιμοι! Μόλις πατήσετε το «Έναρξη εποπτείας» ο " @@ -10456,7 +10492,45 @@ msgstr "" "βρείτε τι προκάλεσε αυτή\n" " την έντονη δραστηριότητα.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
\n" +#| " Ok, you are good to go! Once you click 'Start monitor' your " +#| "browser will refresh all displayed charts\n" +#| " in a regular interval. You may add charts and change the refresh " +#| "rate under 'Settings', or remove any chart\n" +#| " using the cog icon on each respective chart.\n" +#| "

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the\n" +#| " left mouse button and panning over the chart. This will load " +#| "statistics from the logs helping you find what caused the\n" +#| " activity spike.

" +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Χρήση της εποπτείας:
\n" +" Εντάξει, είστε έτοιμοι! Μόλις πατήσετε το «Έναρξη εποπτείας» ο " +"φυλλομετρητής σας θα ανανεώσει όλα τα εμφανιζόμενα διαγράμματα\n" +" ανά ένα τακτικό διάστημα. Μπορείτε να προσθέσετε διαγράμματα και να " +"αλλάξετε τον ρυθμό ανανέωσης από τις «Ρυθμίσεις», ή να απομακρύνετε κάποιο " +"διάγραμμα\n" +" χρησιμοποιώντας το εικονίδιο γρανάζι για κάθε διάγραμμα.\n" +"

Όταν δείτε ένα ξαφνικό μέγιστο, επιλέξτε την αντίστοιχη επέκταση " +"χρόνου σε οποιοδήποτε διάγραμμα έχοντας πατημένο το\n" +" αριστερό πλήκτρο του ποντικιού και μετακινηθείτε μέσα στο διάγραμμα. " +"Αυτό θα φορτώσει τα απαιτούμενα στατιστικά από τις καταγραφές βοηθόντας να " +"βρείτε τι προκάλεσε αυτή\n" +" την έντονη δραστηριότητα.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 #, fuzzy #| msgid "" #| "Please note:\n" @@ -10467,11 +10541,10 @@ msgstr "" #| "monitoring is not required any more.\n" #| " " msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Σημειώστε:\n" " Η ενεργοποίηση του general_log μπορεί να αυξήσει τη χρήση των πόρων " @@ -10483,90 +10556,96 @@ msgstr "" "απαραίτητη:\n" " " -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Απομάκρυνση διαγράμματος" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Μεταβλητή(ές) κατάστασης" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Επιλογή σειρών:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Συχνά εποπτευόμενα" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "ή όνομα τύπου μεταβλητής:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Προβολή ως διαφορική τιμή" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Εφαρμογή διαιρέτη" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Προσάρτηση μονάδας στις τιμές δεδομένων" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Προσθήκη αυτής της σειράς" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Εκκαθάριση σειράς" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Σειρά σε Διάγραμμα:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Στατιστικά καταγραφών" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Επιλεγμένο εύρος χρόνου:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Λήψη μόνο των δηλώσεων SELECT,INSERT,UPDATE και DELETE" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" "Απομάκρυνση δεδομένων μεταβλητών στις δηλώσεις INSERT για καλύτερη " "ομαδοποιήση" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Επιλέξτε από ποια καταγραφή θέλετε να προκύψουν τα στατιστικά.

Τα " "αποτελέσματα ομοδοποιούνται ανά κείμενο ερωτήματος." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Αναλυτής ερωτήματος" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d δευτερόλεπτο" msgstr[1] "%d δευτερόλεπτο" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/en_GB.po b/po/en_GB.po index fc3fb33325..6fcabee95e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-04 21:47+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: english-gb \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Show all" @@ -88,7 +88,7 @@ msgstr "Keyname" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Description" @@ -669,7 +669,7 @@ msgstr "Check tables having overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Export" @@ -734,7 +734,7 @@ msgstr "Tracked tables" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -754,7 +754,7 @@ msgstr "Updated" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1062,13 +1062,13 @@ msgstr "Static data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Other" @@ -1098,7 +1098,7 @@ msgstr "Server traffic (in KiB)" msgid "Connections since last refresh" msgstr "Connections since last refresh" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processes" @@ -1165,12 +1165,12 @@ msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1222,7 +1222,7 @@ msgstr "Bytes sent" msgid "Bytes received" msgstr "Bytes received" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Connections" @@ -1231,12 +1231,12 @@ msgstr "Connections" msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Traffic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Settings" @@ -1259,7 +1259,7 @@ msgstr "Please add at least one variable to the series" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "None" @@ -1360,7 +1360,7 @@ msgstr "Change settings" msgid "Current settings" msgstr "Current settings" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Chart Title" @@ -1482,7 +1482,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1677,50 +1677,70 @@ msgstr "Show search criteria" msgid "Zoom Search" msgstr "Search" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Add/Delete columns" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Add columns" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Select referenced key" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Select Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Please select the primary key or a unique key" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Choose column to display" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1728,70 +1748,70 @@ msgstr "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Add an option for column " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Drag to reorder" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Click to sort" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Click to mark/unmark" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Click the drop-down arrow
to toggle column's visibility" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Go to view" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Generate password" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generate" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Change Password" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "More" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1801,27 +1821,27 @@ msgstr "" "upgrading. The newest version is %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", latest stable version:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "up to date" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Done" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Prev" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1829,149 +1849,149 @@ msgid "Next" msgstr "Next" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Today" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "January" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "February" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "March" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "April" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "May" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "June" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "July" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "August" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "September" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "October" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Sunday" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Monday" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Tuesday" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Wednesday" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Thursday" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Friday" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Saturday" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1979,84 +1999,84 @@ msgid "Sun" msgstr "Sun" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Mon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Tue" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Wed" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Thu" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Fri" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sat" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Mo" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Tu" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "We" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Th" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Wk" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hour" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minute" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Second" @@ -2269,10 +2289,11 @@ msgstr "Table %s has been renamed to %s" msgid "Could not save table UI preferences" msgstr "Could not save table UI preferences" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2592,7 +2613,7 @@ msgid "Documentation" msgstr "Documentation" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL query" @@ -5648,7 +5669,7 @@ msgid "The row has been deleted" msgstr "The row has been deleted" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6236,7 +6257,7 @@ msgstr "Display MIME types" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -6964,14 +6985,14 @@ msgid "Slave status" msgstr "Slave status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variable" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Value" @@ -7177,7 +7198,7 @@ msgid "Returns" msgstr "Returns" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Time" @@ -8101,7 +8122,7 @@ msgstr "Protocol version" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "User" @@ -8542,13 +8563,13 @@ msgstr "Select binary log to view" msgid "Files" msgstr "Files" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Show Full Queries" @@ -9336,59 +9357,72 @@ msgstr "Query analyser" msgid "Instructions" msgstr "Introduction" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Questions since startup: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per hour" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minute" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per second" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Statements" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Network traffic since startup: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "This MySQL server has been running for %1$s. It started up on %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9396,16 +9430,16 @@ msgstr "" "This MySQL server works as master and slave in replication process." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "This MySQL server works as master in replication process." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "This MySQL server works as slave in replication process." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9413,11 +9447,11 @@ msgstr "" "For further information about replication status on the server, please visit " "the replication section." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replication status" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9425,35 +9459,35 @@ msgstr "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Received" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Sent" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. concurrent connections" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Failed attempts" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Aborted" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Command" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9461,11 +9495,11 @@ msgstr "" "The number of connections that were aborted because the client died without " "closing the connection properly." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "The number of failed attempts to connect to the MySQL server." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9475,102 +9509,102 @@ msgstr "" "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "The number of transactions that used the temporary binary log cache." -#: server_status.php:1182 -msgid "" -"The number of connection attempts (successful or not) to the MySQL server." -msgstr "" -"The number of connection attempts (successful or not) to the MySQL server." - -#: server_status.php:1183 -msgid "" -"The number of temporary tables on disk created automatically by the server " -"while executing statements. If Created_tmp_disk_tables is big, you may want " -"to increase the tmp_table_size value to cause temporary tables to be memory-" -"based instead of disk-based." -msgstr "" -"The number of temporary tables on disk created automatically by the server " -"while executing statements. If Created_tmp_disk_tables is big, you may want " -"to increase the tmp_table_size value to cause temporary tables to be memory-" -"based instead of disk-based." - -#: server_status.php:1184 -msgid "How many temporary files mysqld has created." -msgstr "How many temporary files mysqld has created." - -#: server_status.php:1185 -msgid "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." -msgstr "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." - -#: server_status.php:1186 -msgid "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." -msgstr "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." - -#: server_status.php:1187 -msgid "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." -msgstr "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." - -#: server_status.php:1188 -msgid "The number of INSERT DELAYED rows written." -msgstr "The number of INSERT DELAYED rows written." - -#: server_status.php:1189 -msgid "The number of executed FLUSH statements." -msgstr "The number of executed FLUSH statements." - -#: server_status.php:1190 -msgid "The number of internal COMMIT statements." -msgstr "The number of internal COMMIT statements." - -#: server_status.php:1191 -msgid "The number of times a row was deleted from a table." -msgstr "The number of times a row was deleted from a table." - #: server_status.php:1192 msgid "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." +"The number of connection attempts (successful or not) to the MySQL server." msgstr "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." +"The number of connection attempts (successful or not) to the MySQL server." #: server_status.php:1193 msgid "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." +"The number of temporary tables on disk created automatically by the server " +"while executing statements. If Created_tmp_disk_tables is big, you may want " +"to increase the tmp_table_size value to cause temporary tables to be memory-" +"based instead of disk-based." msgstr "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." +"The number of temporary tables on disk created automatically by the server " +"while executing statements. If Created_tmp_disk_tables is big, you may want " +"to increase the tmp_table_size value to cause temporary tables to be memory-" +"based instead of disk-based." #: server_status.php:1194 -msgid "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." -msgstr "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." +msgid "How many temporary files mysqld has created." +msgstr "How many temporary files mysqld has created." #: server_status.php:1195 msgid "" +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." +msgstr "" +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." + +#: server_status.php:1196 +msgid "" +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." +msgstr "" +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." + +#: server_status.php:1197 +msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." + +#: server_status.php:1198 +msgid "The number of INSERT DELAYED rows written." +msgstr "The number of INSERT DELAYED rows written." + +#: server_status.php:1199 +msgid "The number of executed FLUSH statements." +msgstr "The number of executed FLUSH statements." + +#: server_status.php:1200 +msgid "The number of internal COMMIT statements." +msgstr "The number of internal COMMIT statements." + +#: server_status.php:1201 +msgid "The number of times a row was deleted from a table." +msgstr "The number of times a row was deleted from a table." + +#: server_status.php:1202 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." + +#: server_status.php:1203 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." + +#: server_status.php:1204 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." + +#: server_status.php:1205 +msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." @@ -9579,7 +9613,7 @@ msgstr "" "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9587,7 +9621,7 @@ msgstr "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimise ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9599,7 +9633,7 @@ msgstr "" "probably have a lot of queries that require MySQL to scan whole tables or " "you have joins that don't use keys properly." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9611,36 +9645,36 @@ msgstr "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "The number of internal ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "The number of requests to update a row in a table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "The number of requests to insert a row in a table." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "The number of pages containing data (dirty or clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "The number of pages currently dirty." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "The number of buffer pool pages that have been requested to be flushed." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "The number of free pages." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9650,7 +9684,7 @@ msgstr "" "being read or written or that can't be flushed or removed for some other " "reason." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9662,11 +9696,11 @@ msgstr "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total size of buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9674,7 +9708,7 @@ msgstr "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9682,11 +9716,11 @@ msgstr "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "The number of logical read requests InnoDB has done." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9694,7 +9728,7 @@ msgstr "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9708,51 +9742,51 @@ msgstr "" "counter counts instances of these waits. If the buffer pool size was set " "properly, this value should be small." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "The number writes done to the InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "The number of fsync() operations so far." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "The current number of pending fsync() operations." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "The current number of pending reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "The current number of pending writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "The amount of data read so far, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "The total number of data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "The total number of data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "The amount of data written so far, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "The number of pages that have been written for doublewrite operations." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "The number of doublewrite operations that have been performed." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9760,35 +9794,35 @@ msgstr "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "The number of log write requests." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "The number of physical writes to the log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "The number of fsync() writes done to the log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "The number of pending log file fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Pending log file writes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "The number of bytes written to the log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "The number of pages created." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9796,51 +9830,51 @@ msgstr "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "The number of pages read." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "The number of pages written." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "The number of row locks currently being waited for." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "The average time to acquire a row lock, in milliseconds." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "The total time spent in acquiring row locks, in milliseconds." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "The maximum time to acquire a row lock, in milliseconds." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "The number of times a row lock had to be waited for." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "The number of rows deleted from InnoDB tables." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "The number of rows inserted in InnoDB tables." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "The number of rows read from InnoDB tables." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "The number of rows updated in InnoDB tables." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9848,7 +9882,7 @@ msgstr "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9856,7 +9890,7 @@ msgstr "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9866,11 +9900,11 @@ msgstr "" "that indicates the maximum number of blocks that have ever been in use at " "one time." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "The number of requests to read a key block from the cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9880,15 +9914,15 @@ msgstr "" "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "The number of requests to write a key block to the cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "The number of physical writes of a key block to disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9898,7 +9932,7 @@ msgstr "" "optimiser. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -9906,11 +9940,11 @@ msgstr "" "The maximum number of connections that have been in use simultaneously since " "the server started." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "The number of rows waiting to be written in INSERT DELAYED queues." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9918,19 +9952,19 @@ msgstr "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "The number of files that are open." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "The number of streams that are open (used mainly for logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "The number of tables that are open." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9940,114 +9974,114 @@ msgstr "" "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "The amount of free memory for query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "The number of cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "The number of queries added to the cache." -#: server_status.php:1263 -msgid "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." -msgstr "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." - -#: server_status.php:1264 -msgid "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." -msgstr "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." - -#: server_status.php:1265 -msgid "The number of queries registered in the cache." -msgstr "The number of queries registered in the cache." - -#: server_status.php:1266 -msgid "The total number of blocks in the query cache." -msgstr "The total number of blocks in the query cache." - -#: server_status.php:1267 -msgid "The status of failsafe replication (not yet implemented)." -msgstr "The status of failsafe replication (not yet implemented)." - -#: server_status.php:1268 -msgid "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." -msgstr "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." - -#: server_status.php:1269 -msgid "The number of joins that used a range search on a reference table." -msgstr "The number of joins that used a range search on a reference table." - -#: server_status.php:1270 -msgid "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" -msgstr "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" - -#: server_status.php:1271 -msgid "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" -msgstr "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" - -#: server_status.php:1272 -msgid "The number of joins that did a full scan of the first table." -msgstr "The number of joins that did a full scan of the first table." - #: server_status.php:1273 -msgid "The number of temporary tables currently open by the slave SQL thread." -msgstr "The number of temporary tables currently open by the slave SQL thread." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." #: server_status.php:1274 msgid "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." #: server_status.php:1275 -msgid "This is ON if this server is a slave that is connected to a master." -msgstr "This is ON if this server is a slave that is connected to a master." +msgid "The number of queries registered in the cache." +msgstr "The number of queries registered in the cache." #: server_status.php:1276 -msgid "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." -msgstr "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." +msgid "The total number of blocks in the query cache." +msgstr "The total number of blocks in the query cache." #: server_status.php:1277 -msgid "" -"The number of queries that have taken more than long_query_time seconds." -msgstr "" -"The number of queries that have taken more than long_query_time seconds." +msgid "The status of failsafe replication (not yet implemented)." +msgstr "The status of failsafe replication (not yet implemented)." #: server_status.php:1278 msgid "" +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." +msgstr "" +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." + +#: server_status.php:1279 +msgid "The number of joins that used a range search on a reference table." +msgstr "The number of joins that used a range search on a reference table." + +#: server_status.php:1280 +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" + +#: server_status.php:1281 +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" + +#: server_status.php:1282 +msgid "The number of joins that did a full scan of the first table." +msgstr "The number of joins that did a full scan of the first table." + +#: server_status.php:1283 +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "The number of temporary tables currently open by the slave SQL thread." + +#: server_status.php:1284 +msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." + +#: server_status.php:1285 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "This is ON if this server is a slave that is connected to a master." + +#: server_status.php:1286 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." + +#: server_status.php:1287 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" +"The number of queries that have taken more than long_query_time seconds." + +#: server_status.php:1288 +msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." @@ -10056,23 +10090,23 @@ msgstr "" "is large, you should consider increasing the value of the sort_buffer_size " "system variable." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "The number of sorts that were done with ranges." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "The number of sorted rows." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "The number of sorts that were done by scanning the table." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "The number of times that a table lock was acquired immediately." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10084,7 +10118,7 @@ msgstr "" "should first optimise your queries, and then either split your table or " "tables or use replication." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10094,11 +10128,11 @@ msgstr "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "The number of currently open connections." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10110,63 +10144,63 @@ msgstr "" "doesn't give a notable performance improvement if you have a good thread " "implementation.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "The number of threads that are not sleeping." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Start Monitor" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Instructions/Setup" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Done rearranging/editing charts" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Add chart" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Rearrange/edit charts" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Refresh rate" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Chart columns:" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Error management:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Restore default value" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Monitor Instructions" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10182,7 +10216,7 @@ msgstr "" " general_log produces a lot of data and increases server load by up " "to 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10190,7 +10224,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Pause monitor" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
Ok, you are good to go! Once you click " @@ -10202,14 +10242,10 @@ msgstr "" #| "panning over the chart. This will load statistics from the logs helping " #| "you find what caused the activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Using the monitor:
\n" " Ok, you are good to go! Once you click 'Start monitor' your browser " @@ -10223,13 +10259,52 @@ msgstr "" "statistics from the logs helping you find what caused the\n" " activity spike.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the left mouse button and " +#| "panning over the chart. This will load statistics from the logs helping " +#| "you find what caused the activity spike.

" msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Using the monitor:
\n" +" Ok, you are good to go! Once you click 'Start monitor' your browser " +"will refresh all displayed charts\n" +" in a regular interval. You may add charts and change the refresh " +"rate under 'Settings', or remove any chart\n" +" using the cog icon on each respective chart.\n" +"

When you get to see a sudden spike in activity, select the " +"relevant time span on any chart by holding down the\n" +" left mouse button and panning over the chart. This will load " +"statistics from the logs helping you find what caused the\n" +" activity spike.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Please note:\n" " Enabling the general_log may increase the server load by 5-15%. Also " @@ -10239,88 +10314,94 @@ msgstr "" "not required any more.\n" " " -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Remove chart" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Status variable(s)" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Select series:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Commonly monitored" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "or type variable name:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Display as differential value" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Apply a divisor" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Append unit to data values" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Add this series" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Clear series" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Series in Chart:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Log statistics" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Selected time range:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "Remove variable data in INSERT statements for better grouping" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Choose from which log you want the statistics to be generated from.

" "Results are grouped by query text." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Query analyser" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d second" msgstr[1] "%d seconds" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/es.po b/po/es.po index dfe0a8a99e..8f2c69f206 100644 --- a/po/es.po +++ b/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-10 16:45+0200\n" "Last-Translator: Matías Bellone \n" "Language-Team: spanish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Mostrar todo" @@ -88,7 +88,7 @@ msgstr "Nombre de la clave" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descripción" @@ -673,7 +673,7 @@ msgstr "Marcar las tablas con residuo a depurar" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportar" @@ -738,7 +738,7 @@ msgstr "Tablas con seguimiento" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -758,7 +758,7 @@ msgstr "Actualizado" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Estado actual" @@ -1074,13 +1074,13 @@ msgstr "Datos estáticos" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Otro" @@ -1110,7 +1110,7 @@ msgstr "Tráfico del servidor (en KiB)" msgid "Connections since last refresh" msgstr "Connexiones desde la última actualización" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesos" @@ -1177,12 +1177,12 @@ msgid "System swap" msgstr "Intercambio de sistema" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1234,7 +1234,7 @@ msgstr "Bytes enviados" msgid "Bytes received" msgstr "Bytes recibidos" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Conexiones" @@ -1243,13 +1243,13 @@ msgstr "Conexiones" msgid "Questions" msgstr "Preguntas" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tráfico" # This is the text showed in the tab #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Configuración" @@ -1272,7 +1272,7 @@ msgstr "Por favor agregue al menos una variable a la serie" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ninguna" @@ -1373,7 +1373,7 @@ msgstr "Cambiar configuraciones" msgid "Current settings" msgstr "Configuraciones actuales" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Título del gráfico" @@ -1502,7 +1502,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" @@ -1698,50 +1698,70 @@ msgstr "Mostrar criterio de búsqueda" msgid "Zoom Search" msgstr "Buscar" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Añadir/borrar columnas" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Agregar columnas" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Seleccione la clave referenciada" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Seleccione la clave foránea" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Por favor seleccione la clave primaria o una clave única" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Elegir la columna a mostrar" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1749,15 +1769,15 @@ msgstr "" "No se guardaron los cambios en la disposición. Serán perdidos si no los " "guardas. ¿Deseas continuar?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Añadir una opción para la columna" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "Presion la tecla de escape para cancelar la edición" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1765,25 +1785,25 @@ msgstr "" "Editó datos que no fueron guardados. ¿Está seguro que desea abandonar esta " "página sin guardar los datos?" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Arrastrar para reordenar" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Pulsar para ordenar" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Pulsar para marcar/desmarcar" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Pulsa la flecha de la lista desplegable
para conmutar la visibilidad " "de la columna" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1792,34 +1812,34 @@ msgstr "" "la edición de la grilla y los enlaces de copiado, eliminación y edición " "pueden no funcionar luego de guardar." -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ir a la vista" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Generar contraseña" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generar" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Cambar contraseña" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Más" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1829,255 +1849,255 @@ msgstr "" "la obtenga. La versión más reciente es %s, y existe desde el %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", versión estable más reciente:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "actualizada" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Terminado" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "Siguiente" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Hoy" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Enero" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Febrero" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Marzo" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Abril" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mayo" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Junio" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Julio" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Agosto" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Septiembre" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Octubre" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Noviembre" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Diciembre" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Ene" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dic" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Lunes" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Martes" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Miércoles" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Jueves" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Viernes" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Jue" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Vie" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Mi" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Ju" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Vi" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sem" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hora" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuto" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Segundo" @@ -2289,10 +2309,11 @@ msgstr "Tabla %s ahora se llama %s" msgid "Could not save table UI preferences" msgstr "No se pudieron guardar las preferencias de interfaz" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2618,7 +2639,7 @@ msgid "Documentation" msgstr "Documentación" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "consulta SQL" @@ -5737,7 +5758,7 @@ msgid "The row has been deleted" msgstr "La fila se ha borrado" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Matar el proceso" @@ -6345,7 +6366,7 @@ msgstr "Tipos MIME disponibles" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Servidor" @@ -7081,14 +7102,14 @@ msgid "Slave status" msgstr "Estado del esclavo" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variable" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valor" @@ -7290,7 +7311,7 @@ msgid "Returns" msgstr "Retorna" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tiempo" @@ -8227,7 +8248,7 @@ msgstr "Versión del protocolo" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Usuario" @@ -8682,13 +8703,13 @@ msgstr "Seleccionar el registro binario que desea examinar" msgid "Files" msgstr "Archivos" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncar las consultas que ya se han mostrado" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostrar las consultas enteras" @@ -9499,83 +9520,72 @@ msgstr "Analizador de consultas" msgid "Instructions" msgstr "Introducción" -#: server_status.php:806 -#, fuzzy -#| msgid "" -#| "The Advisor system can provide recommendations on server variables by " -#| "analyzing the server status variables.\n" -#| " Do note however that this system provides recommendations based " -#| "on fairly simple calculations and by rule of thumb and\n" -#| " may not necessarily work for your system.\n" -#| " Prior to changing any of the configuration, be sure to know what " -#| "you are changing and how to undo the change. Wrong tuning\n" -#| " can have a very negative effect on performance.\n" -#| " The best way to tune the system would be to change only one " -#| "setting at a time, observe or benchmark your database, and\n" -#| " undo the change if there was no clearly measurable improvement." +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" -"El sistema Consejero puede proveer recomendaciones para los valores de las " -"variables del servidor analizando las variables de estado del servidor.\n" -"Note, sin embargo, que este sistema provee recomendaciones basándose en " -"cálculos relativamente simples y por regla general por lo que podrían no " -"funcioanr para su sistema.\n" -"Antes de cambiar cualquier configuración asegúrese de saber qué es lo que " -"está cambiando y cómo deshacer el cambio. Ajustes incorrectos pueden tener " -"un efecto negativo en la performance.\n" -"La mejor forma de ajustar el sistema sería sólo cambiar una configuración " -"por vez, observar o medir la base de datos y deshacer el cambio si no hubo " -"una mejora conmensurable." #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Preguntas desde el inicio: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "por hora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "por minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "por segundo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Sentencias" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Tráfico de red desde el inicio: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Este servidor MySQL ha estado activo durante %1$s. Se inició en %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9583,19 +9593,19 @@ msgstr "" "Este servidor MySQL trabaja como maestro y esclavo en un " "proceso de replicación." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Este servidor MySQL trabaja como maestro en un proceso de " "replicación." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Este servidor MySQL trabaja como esclavo en un proceso de " "replicación." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9603,11 +9613,11 @@ msgstr "" "Para más información sobre el estado de replicación en el servidor, por " "favor visita la sección sobre replicación." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Estado de replicación" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9616,35 +9626,35 @@ msgstr "" "pueden excederse. Por tanto, las estadísticas reportadas por el servidor " "MySQL pueden ser incorrectas." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Recibido" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Enviado" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Número máx. de conexiones concurrentes" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Intentos fallidos" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Abortado" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "Identificación" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Comando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9652,11 +9662,11 @@ msgstr "" "La cantidad de conexiones que fueron abandonadas porque el cliente murió sin " "cerrar la conexión apropiadamente." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Cantidad de intentos de conexión al servidor MySQL fallidos." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9666,19 +9676,19 @@ msgstr "" "binarios pero que excedieron el valor del binlog_cache_size y usaron un " "archivo temporal para almacenar las sentencias de la transacción." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "El número de transacciones que usaron el cache temporal de registros " "binarios." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" "Cantidad de intentos de conexión al servidor MySQL (fallidos o exitosos)." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9691,11 +9701,11 @@ msgstr "" "tmp_table_size para hacer que las tablas temporales se basen en memoria en " "lugar de basarse en disco." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "El número de archivos temporales que fueron creados por mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9703,7 +9713,7 @@ msgstr "" "El número de tablas temporales en memoria creadas automáticamente por el " "servidor mientras se ejecutaban las sentencias." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9711,7 +9721,7 @@ msgstr "" "El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún " "error (probablemente una clave duplicada)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9719,23 +9729,23 @@ msgstr "" "El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente " "en la cual uno usa INSERT DELAYED recibe su propio proceso." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "El número de filas INSERT DELAYED escritas." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "El número de sentencias FLUSH ejecutadas." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "El número de sentencias COMMIT internas." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "El número de veces que una fila fue eliminada de una tabla." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9746,7 +9756,7 @@ msgstr "" "Handler_discover indica el número ocasiones que las tablas han sido " "descubiertas." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9757,7 +9767,7 @@ msgstr "" "de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, " "asumiendo que col1 está indizado." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9766,7 +9776,7 @@ msgstr "" "este valor es alto, es una buena indicación de que sus consultas y tablas " "están indexadas apropiadamente." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9776,7 +9786,7 @@ msgstr "" "clave. Este se incrementa si usted está consultando una columna índice con " "un limitante de rango o si usted está haciendo un escaneo del índice." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9785,7 +9795,7 @@ msgstr "" "clave. Este método de lectura se usa principalmente para optimizar a ORDER " "BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9798,7 +9808,7 @@ msgstr "" "requieren que MySQL escanee tablas enteras o usted debe tener vínculos " "(joins) que no usan las claves de manera apropiada." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9811,37 +9821,37 @@ msgstr "" "o que sus consultas no están escritas para tomar ventaja de los índices que " "tiene." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "El número de sentencias ROLLBACK internas." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "El número de solicitudes hechas para actualizar una fila en una tabla." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "El número de solicitudes hechas para insertar una fila en una tabla." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "El número de páginas conteniendo datos (sucias o limpias)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "El número de páginas actualmente sucias." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "El número de páginas de la reserva de búfers que se ha solicitado sean " "vaciadas." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "El número de páginas libres." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9851,7 +9861,7 @@ msgstr "" "páginas en fase de lectura o escritura o que no pueden ser vaciadas o " "removidas por alguna otra razón." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9863,11 +9873,11 @@ msgstr "" "también puede ser calculado como Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Tamaño total de la reserva de búfers, en páginas." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9876,7 +9886,7 @@ msgstr "" "una consulta va a escanear una gran porción de una tabla pero en orden " "aleatorio." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9884,11 +9894,11 @@ msgstr "" "El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando " "InnoDB hace un escaneo secuencial de la tabla completa." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "El número de solicitudes de lectura lógica hechas por InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9896,7 +9906,7 @@ msgstr "" "El número de lecturas lógicas que InnoDB no pudo satisfacer la reserva de " "búfers y donde fue necesario hacer lectura de página sencilla." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9911,55 +9921,55 @@ msgstr "" "Si los parámetros del tamaño de la reserva de búfers se fijaron " "apropiadamente, este valor será pequeño." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "El número de escrituras hechas a la reserva de búfers InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "El número de operaciones fsync() hechas hasta el momento." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "El número actual de operaciones fsync() pendientes." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "El número actual de lecturas pendientes." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "El número actual de escrituras pendientess." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "El número de datos leídos hasta el momento, en bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "El número total de lectura de datos." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "El número total de escritura de datos." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "La cantidad de datos escritas hasta el momento, en bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "El número de escrituras doublewrite que se han ejecutado y el número de " "páginas escritas con este propósito." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "El número de escrituras doublewrite que se han ejecutado y el número de " "páginas escritas con este propósito." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9967,35 +9977,35 @@ msgstr "" "El número de esperas generadas porque el búfer de registro fue demasiado " "pequeño y hubo que esperar a que fuera vaciado antes de continuar." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "El número de solicitudes de escritura al registro." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "El número de escrituras físicas al archivo de registro." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "El número de escrituras fsync() hechas al archivo de registro." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "El número de fsyncs pendientes al archivo de registro." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Escrituras pendientes al archivo de registro." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "El número de bytes escritos al archivo de registro." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "El número de páginas creadas." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10004,52 +10014,52 @@ msgstr "" "son contados por páginas; el tamaño de la página permite que pueda " "convertirse fácilmente a bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "El número de páginas leídas." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "El número de páginas escritas." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "El número de row locks que actualmente están en espera." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "El tiempo promedio para adquirir un row lock, en milisegundos." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "El total de tiempo invertido para adquirir los row locks, en milisegundos." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "El tiempo máximo para adquirir un row lock, en milisegundos." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "El número de veces que un row lock tuvo que esperarse." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "El número de filas eliminadas de tablas InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "El número de filas insertadas en tablas InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "El número de filas leídas de las tablas InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "El número de filas actualizadas en tablas InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10058,7 +10068,7 @@ msgstr "" "aún no han sido volcados al disco. Antes se conocía como " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10066,7 +10076,7 @@ msgstr "" "El número de bloques sin usar en el caché de claves. Puede usar este valor " "para determinar cuánto del caché de claves está en uso." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10076,11 +10086,11 @@ msgstr "" "de desbordamiento que indica el número máximo de bloques que algún momento " "se llegaron a usar." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "El número de solicitudes para leer un bloque de clave desde el caché." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10091,15 +10101,15 @@ msgstr "" "demasiado pequeño. La tasa de fallos en el caché puede calcularse como " "Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "El número de solicitudes para escribir un bloque de claves a la caché." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "El número de escrituras físicas de un bloque de claves al disco." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10110,7 +10120,7 @@ msgstr "" "planes de consulta para una misma consulta. El valor por omisión de 0 " "significa que ninguna consulta ha sido compilada todavía." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -10118,11 +10128,11 @@ msgstr "" "El máximo número de conexiones que han sido utilizadas simultáneamente desde " "que inició el servidor." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "El número de filas esperando ser escritas en las colas INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10130,21 +10140,21 @@ msgstr "" "El número de tablas que han sido abiertas. Si el número de tablas abiertas " "es grande, su valor del cache de tabla probablemente es muy pequeño." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "El número de archivos que están abiertos." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "El número de flujos de datos que están abiertos (usado principalmente para " "registros)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "El número de tablas que están abiertas." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10154,19 +10164,19 @@ msgstr "" "altas pueden indicar problemas de fragmentación que pueden ser solucionados " "ejecutando la consulta FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "La cantidad de memoria libre para el cache de consultas." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "El número de hits al cache." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "El número de consultas añadidos al cache." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10179,7 +10189,7 @@ msgstr "" "la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben " "ser removidas del cache." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10187,20 +10197,20 @@ msgstr "" "El número de consultas que no ingresaron al cache (porque no es posible o " "porque el parámetro no está activado en query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "El número de consultas registradas en el cache." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "El número total de bloques en el cache de consultas." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" "El estado de la replicación a prueba de fallos (aún no ha sido implementada)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10208,13 +10218,13 @@ msgstr "" "El número de vínculos (joins) que no usan índices. Si este valor no es 0, " "deberá revisar los índices de sus tablas cuidadosamente." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de " "referencias." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10223,7 +10233,7 @@ msgstr "" "de cada fila. (Si no es 0, deberá revisar los índices de sus tablas " "cuidadosamente.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10231,19 +10241,19 @@ msgstr "" "El número de vínculos (joins) que usaron rangos en la primera tabla " "(normalmente no es crítico aun cuando sea grande)." -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "El número de vínculos (joins) que hicieron un escaneo completo de la primera " "tabla." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "El número de tablas temporales actualmente abiertas por el proceso SQL " "esclavo." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10251,12 +10261,12 @@ msgstr "" "Número total de veces (desde el arranque) que el proceso SQL esclavo de " "replicación ha reintentado hacer transacciones." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Está ENCENDIDO si este servidor es un esclavo que está conectado a un master." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10264,14 +10274,14 @@ msgstr "" "El número de procesos que han tomado más de los segundos registrados en " "slow_launch_time para crear." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "El número de consultas que han tomado más segundos que los registrados en " "long_query_time." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10281,23 +10291,23 @@ msgstr "" "hacer. Si este valor es grande, debe considerar incrementar el valor de la " "varible de sistema sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "El número de consultas organizar que se ejecutaron con rangos." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "El número de filas sorted." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "El número de consultas organizar que se hicieron escaneando la tabla." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "El número de veces que un table lock fue adquirido inmediatamente." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10309,7 +10319,7 @@ msgstr "" "primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o " "usar replicación." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10319,11 +10329,11 @@ msgstr "" "puede calcularse como Threads_created/Connections. Si este valor es rojo, " "debe incrementar su thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "El número de conexiones abiertas actualmente." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10335,43 +10345,43 @@ msgstr "" "(Normalmente esto no aporta una mejoría notable en el rendimiento si usted " "tiene una buena implementación de procesos.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "El número de procesos que no están en reposo." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Iniciar monitorización" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Instrucciones/Configuración" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Se finalizó la reorganización/edición de gráficos" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Agregar gráfico" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Reorganizar/editar gráficos" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Velocidad de actualización" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Columnas del gráfico" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "Ordenación de los gráficos" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." @@ -10380,15 +10390,15 @@ msgstr "" "navegador. Sería recomendable exportarla si tiene una configuración " "complicada." -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "Restaurar valor predeterminado" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Instrucciones de monitorización" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10403,7 +10413,7 @@ msgstr "" "«general_log» produce mucha información y aumenta la carga en el servidor " "hasta en un 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10416,16 +10426,29 @@ msgstr "" "tabla está disponible desde MySQL versión 5.1.6 y posterior. Si puede " "utilizar las funcionalidades para graficación del servidor." -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Pausar monitorización" + +#: server_status.php:1509 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Utilizando el monitorizador:
¡Ya está listo! Una vez que pulse " "en 'Iniciar monitorización' el navegador actualizará a intervalos regulares " @@ -10438,13 +10461,52 @@ msgstr "" "de consultas agrupadas donde podrá pulsar en cualquier sentencia SELECT para " "analizarla.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Utilizando el monitorizador:
¡Ya está listo! Una vez que pulse " +"en 'Iniciar monitorización' el navegador actualizará a intervalos regulares " +"todos los gráficos mostrados. Puede agregar gráficos y cambiar la velocidad " +"de actualización en la sección 'Configuración' o eliminar cualquier gráfico " +"utilizando el icono de rueda dentada en cada gráfico.

Para mostrar las " +"consultas de los registros, seleccione el intervalo de tiempo " +"correspondiente en cualquier gráfico manteniendo pulsado el botón izquierdo " +"y arrastrando sobre el gráfico. Una vez confirmado, esto cargará una tabla " +"de consultas agrupadas donde podrá pulsar en cualquier sentencia SELECT para " +"analizarla.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Notar que: Activar «general_log» puede aumentar la carga en el " "servidor hasta un 5-15%. También esté al tanto que generar estadísticas de " @@ -10453,88 +10515,94 @@ msgstr "" "«general_log» y vaciar sus tablas una vez que ya no se necesite " "monitorizar. " -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Eliminar gráfico" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Variable(s) de estado" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Seleccionar serie:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Monitorizaciones comunes" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "o ingrese el nombre de variable:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Mostrar como un valor diferencial" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Aplicar una división" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Agregar unidad a los valores" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Agregar esta serie" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Vaciar serie" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Series en el gráfico:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Estadísticas de registros" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Rango de tiempo seleccionado:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Sólo recuperar sentencias SELECT, INSERT, UPDATE y DELETE" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "Eliminar datos variables en sentencias INSERT para mejor agrupación" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Elegir el registro del que deseagenerar estadísticas.

Los resultados " "se agruparán por el texto de la consulta." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Analizador de consultas" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d segundo" msgstr[1] "%d segundos" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" @@ -12890,6 +12958,44 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "" +#~| "The Advisor system can provide recommendations on server variables by " +#~| "analyzing the server status variables.\n" +#~| " Do note however that this system provides recommendations based " +#~| "on fairly simple calculations and by rule of thumb and\n" +#~| " may not necessarily work for your system.\n" +#~| " Prior to changing any of the configuration, be sure to know what " +#~| "you are changing and how to undo the change. Wrong tuning\n" +#~| " can have a very negative effect on performance.\n" +#~| " The best way to tune the system would be to change only one " +#~| "setting at a time, observe or benchmark your database, and\n" +#~| " undo the change if there was no clearly measurable improvement." +#~ msgid "" +#~ "The Advisor system can provide recommendations on server variables by " +#~ "analyzing the server status variables.

Do note however that this " +#~ "system provides recommendations based on simple calculations and by rule " +#~ "of thumb which may not necessarily apply to your system.

Prior to " +#~ "changing any of the configuration, be sure to know what you are changing " +#~ "(by reading the documentation) and how to undo the change. Wrong tuning " +#~ "can have a very negative effect on performance.

The best way to " +#~ "tune your system would be to change only one setting at a time, observe " +#~ "or benchmark your database, and undo the change if there was no clearly " +#~ "measurable improvement.

" +#~ msgstr "" +#~ "El sistema Consejero puede proveer recomendaciones para los valores de " +#~ "las variables del servidor analizando las variables de estado del " +#~ "servidor.\n" +#~ "Note, sin embargo, que este sistema provee recomendaciones basándose en " +#~ "cálculos relativamente simples y por regla general por lo que podrían no " +#~ "funcioanr para su sistema.\n" +#~ "Antes de cambiar cualquier configuración asegúrese de saber qué es lo que " +#~ "está cambiando y cómo deshacer el cambio. Ajustes incorrectos pueden " +#~ "tener un efecto negativo en la performance.\n" +#~ "La mejor forma de ajustar el sistema sería sólo cambiar una configuración " +#~ "por vez, observar o medir la base de datos y deshacer el cambio si no " +#~ "hubo una mejora conmensurable." + #, fuzzy #~ msgid "memcached usage" #~ msgstr "Espacio utilizado" diff --git a/po/et.po b/po/et.po index 932d78bda0..150077dfe1 100644 --- a/po/et.po +++ b/po/et.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: estonian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Näita kõiki" @@ -87,7 +87,7 @@ msgstr "Võtme nimi" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Kirjeldus" @@ -690,7 +690,7 @@ msgstr "Kontrolli ülekulusid" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Ekspordi" @@ -761,7 +761,7 @@ msgstr "Kontrolli tabelit" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -783,7 +783,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Staatus" @@ -1115,13 +1115,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Kokku" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1153,7 +1153,7 @@ msgstr "Serveri valik" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Protsessid" @@ -1223,12 +1223,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1290,7 +1290,7 @@ msgstr "" msgid "Bytes received" msgstr "Saadud" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Ühendused" @@ -1300,12 +1300,12 @@ msgstr "Ühendused" msgid "Questions" msgstr "Pärsia" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Liiklus" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1332,7 +1332,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Pole" @@ -1433,7 +1433,7 @@ msgstr "Peamised seoste võimalused" msgid "Current settings" msgstr "Peamised seoste võimalused" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1557,7 +1557,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1780,128 +1780,148 @@ msgstr "SQL-päring" msgid "Zoom Search" msgstr "Otsi" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Lisa/Kustuta välja veerud" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoreeri" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Lisa %s väli(jad)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Vali eelistus võti (referenced key)" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Vali võõrvõti(Foreign Key)" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Palun vali primaarne või unkaalne võti" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Vali väli mida kuvada" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Pole andmebaase" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Genereeri parool" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genereeri" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Muuda parooli" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Esm" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1909,30 +1929,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Suhte loomine (relation)" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Pole andmebaase" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Andmed" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Eelmine" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1940,96 +1960,96 @@ msgid "Next" msgstr "Järgmine" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kokku" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binaarne" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mär" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Veb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mär" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2037,78 +2057,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Det" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Püh" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Esm" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Tei" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ree" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2116,100 +2136,100 @@ msgid "Sun" msgstr "Püh" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Esm" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Tei" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Kol" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Nel" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Ree" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Lau" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Püh" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Esm" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Tei" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Kol" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Nel" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ree" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lau" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "kasutusel" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2424,10 +2444,11 @@ msgstr "Tabel %s on ümber nimetatud %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2751,7 +2772,7 @@ msgid "Documentation" msgstr "Dokumentatsioon" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-päring" @@ -5840,7 +5861,7 @@ msgid "The row has been deleted" msgstr "Rida kustutatud" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Tapa" @@ -6419,7 +6440,7 @@ msgstr "Olemasolevad MIME-tüübid" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Masin" @@ -7133,14 +7154,14 @@ msgid "Slave status" msgstr "Näita alluvate(slave) staatust" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Muutuja" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Väärtus" @@ -7356,7 +7377,7 @@ msgid "Returns" msgstr "Tabeli seaded" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Aeg" @@ -8396,7 +8417,7 @@ msgstr "Protokolli versioon" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Kasutaja" @@ -8857,13 +8878,13 @@ msgstr "Valige binaarne logi vaatamiseks" msgid "Files" msgstr "Väljade arv" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Lühenda näidatavad päringud" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Näita täispikkasid päringuid" @@ -9662,85 +9683,98 @@ msgstr "Päringu tüüp" msgid "Instructions" msgstr "Funktsioonid" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "tunni kohta" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minutis" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "sekundis" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Parameerid" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "See MySQL server on käinud %s. Käivitusaeg %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Tiražeerimine" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9748,47 +9782,47 @@ msgstr "" "Koormusega serveris, baitide lugeja võib lugeda vigadega (overrun), st. see " "statistika mida näitab MySQL server ei pruugi olla täpne." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Saadud" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Saadetud" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "maks. parallel ühendusi" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Ebaõnnestunud üritused" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Katkestatud" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Käsk" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Mitu fsyncs kirjutamist tehtud logi faili." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9798,16 +9832,16 @@ msgstr "" "binlog_cache_size suurust ja kasutatakse ajutist faili et salvestada " "ülekande Käske (päringuid)." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Ülekannete number mis kasutasid ajutist binaar logi vahemälu." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9818,11 +9852,11 @@ msgstr "" "käivitades. Kui Created_tmp_disk_tables on suur, sa võid tahta suurendada " "tmp_table_size väärtust et olla mälul baseeruv mitte kettal." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Mitu ajutist faili mysqld on loonud." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9830,7 +9864,7 @@ msgstr "" "Ajutiste mälul baseeruvate tabelite arv, loodud automaatselt serveri poolt, " "päringuid käivitades." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9838,7 +9872,7 @@ msgstr "" "Mitu rida on loodud käsuga INSERT DELAYED milles toimus viga (arvatavasti " "korduv võti)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9846,23 +9880,23 @@ msgstr "" "Mitu INSERT DELAYED töötleja (handler) lõimu on kasutuses. Iga erinev tabel " "mis kasutab INSERT DELAYED saab oma lõimu." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "INSERT DELAYED ridasid loodud." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "FLUSH käskude arv." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Sisemiste COMMIT käskude arv." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Mitu korda rida kustutati tabelist." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9872,7 +9906,7 @@ msgstr "" "mootor) kas ta teab tabelit etteantud nimega. Seda kutsutakse avastus" "(discovery). Handler_discover annab mitu korda on tabel leitud." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9882,7 +9916,7 @@ msgstr "" "server teeb palju täis indeksi skaneerimist; näitkes, SELECT col1 FROM foo, " "arvates et col1 indekseeritud." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9890,7 +9924,7 @@ msgstr "" "Mitu korda loeti rida võtme järgi. Kui see on suur, see on hea näitaja et " "sinu päringud ja tabelid on korralikult indekseeritud." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9899,7 +9933,7 @@ msgstr "" "Mitu korda saadi käsk lugeda võtme järgi järgmine rida. See on suurenev kui " "sa pärid indekseeritud piiratud välja või sa teed indeksi skaneerimist." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9907,7 +9941,7 @@ msgstr "" "Mitu korda saadi käsk lugeda võtme järgi eelnev rida. See lugemise meetod on " "peamiselt kasutatud optimiseerimiseks ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9919,7 +9953,7 @@ msgstr "" "mis vajavad MySQLi et skaneerida kogu tabelit või liited(joins) mis ei " "kasuta võtmeid korralikult." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9931,35 +9965,35 @@ msgstr "" "korralikult indekseeritud või sinu päringud pole kirjutatud nii et võtta " "eeliseid sinu loodud indeksitest." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Mitu korda käivitati sisemine ROLLBACK lausung." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Mitu korda uuendati tabeli rida." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Mitu korda lisati uus rida tabelisse." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Mitu lehekülge sisaldab andmeid (puhast või musta)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Mitu lehekülge on mustad." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Mitu puhvri lehekülge on määratud puhastamisele." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Mitu puu lehekülge." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9968,7 +10002,7 @@ msgstr "" "Mitu lukus lehte on InnoDB puhvris. Need lehed on hetkel lugemisel või " "kirjutamisel ja pole võimalik puhastada või kustutada mingil põhjusel." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9980,11 +10014,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Kogu puhvris suurus, lehtedes." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9992,7 +10026,7 @@ msgstr "" "Mitu InnoDB juhuslikku(random) ette-lugemisi on töös. See juhtub kui päring " "on skaneerida suur osa tabelist kuid juhuslikus järjekorras." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10000,11 +10034,11 @@ msgstr "" "Mitu InnoDB järjestikku ette-lugemisi on töös. See juhtub kui InnoDB teeb " "järjestikulist kogu tabeli skaneerimist." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Mitu loogilist lugemist InnoDB on teinud." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10012,7 +10046,7 @@ msgstr "" "Mitu loogilist lugemist InnoDB polnud võimalik puhvris poolt rahuldada ja " "tegi üksiku lehe lugemise." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10025,55 +10059,55 @@ msgstr "" "enne ühtlustatud. See This loendur loeb kõiki neid ootamisi. Kui puhvri " "suurus on seatud korralikult, se number peaks olema väike." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Mitu korda kirjutas InnoDB puhvrisse." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Mitu fsync() operatsiooni siiani." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Mitu hetkel ootel fsync() operatsiooni." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Mitu ootel lugemist." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Mitu ootel kirjutamist." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Suurus kui palju andmeid on loetud siiani, baitides." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Mitu korda loetud." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Mitu korda andmeid kirjutati." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Suurus palju andmeid on kirjutatud, baitides." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Mitu korda tehti topeltkirjutamist ja mitu lehte on kirjutatud just sellel " "põhjusel." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Mitu korda tehti topeltkirjutamise kirjutamist ja mitu lehte on kirjutatud " "just sellel põhjusel." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10081,35 +10115,35 @@ msgstr "" "Mitu ootamist on olnud sellepärast et logi puhver oli liiga väike ja pidi " "ootama enne ühtlustamist et jätkata." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Mitu logi kirjutamise soovi." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Mitu füüsilist kirjutamist logi faili." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Mitu fsyncs kirjutamist tehtud logi faili." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Mitu ootel logi faili fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "ootel logifaili kirjutamisi." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Mitu baiti on kirjutatud logi faili." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Lehti loodud." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10117,51 +10151,51 @@ msgstr "" "Sisse-kompileeritud InnoDB lehe suurus (vaikimisi 16KB). Paljud väärtused on " "loetud lehtedes; lehe suurus lubab neid lihtsalt arvutada baitidesse." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Lehti loetud." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Lehti kirjutatud." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Mitu rea lukustamist on hetkel ootel." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Keskimne aeg pärides rea lukustust, millisekundites." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Aeg mis on raisatud pärides rea lukustust, millisekundites." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maksimaalne aeg pärides rea lukustust, millisekundites." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Mitu korda pidi rea lukustus ootama." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Mitu rida kustutatud InnoDB tabelitest." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Mitu rida lisati InnoDB tabelitesse." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Mitu rida loetud InnoDB tabelitest." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Mitu rida uuendati InnoDB tabelites." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10169,7 +10203,7 @@ msgstr "" "Mitu võtme plokki on võtme vahemälus muutunud kui pole veel kettale " "kirjutatud. Tuntud nagu Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10177,7 +10211,7 @@ msgstr "" "Mitu kasutamatta võtme plokki on võtme vahemälus. Sa saad kasutatda seda " "väärtust et teada saada kui palju võtme vahemälust on kasutuses." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10186,11 +10220,11 @@ msgstr "" "Mitu kasutatud plokki on võtme vahemälus. See väärtus näitab maksimaalse " "plokkide arvu mis on kunagi olnud kasutuses." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Mitu päringut et lugeda võtme plokk vahemälust." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10200,15 +10234,15 @@ msgstr "" "siis sinu key_buffer_size näitaja on kindlasti väike. Vahemälus möödaminek " "on võimalik arvutada nii Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Mitu päringut et kirjutada võtme plokk vahemällu." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Mitu füüsilist kirjutamist kirjutada võtme plokk kettale." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10218,17 +10252,17 @@ msgstr "" "Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. " "Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Mitu rida on ootel INSERT DELAYED päringutes." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10236,38 +10270,38 @@ msgstr "" "Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus " "kindlasti liiga väike." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Mitu faili on avatud." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Mitu voogu on hetkel avatud (enamasti logimiseks)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Mitu tabelit on hetkel avatud." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Vaba mälu päringute vahemälus." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Leitud Puhvrist." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Mitu päringut on lisatud vahemällu." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10279,7 +10313,7 @@ msgstr "" "vahemälu kasutab viimati kasutatud strateegiat(LRU) et otsustada millised " "päringud eemaldada puhvrist." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10287,21 +10321,21 @@ msgstr "" "Mitu mitte-puhverdatud päringut (pole salvestatud vahemällu, või sõltuvalt " "query_cache_type sätetest mitte puhverdatud)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Mitu päringut on registreeritud vahemälus." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Plokkide koguarv päringute vahemälus." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" "See staatus on tõrkekindel tiraþeerimine (failsafe replication) (pole veel " "kasutuses)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10309,11 +10343,11 @@ msgstr "" "Liited(joins) mis ei kasuta indekseid. Kui see näitaja on 0, peaksid " "ettevaatlikult kontrollima oma tabelites indekseid." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Liidete arv mida kasutati piirkonna otsimisel eelistatud tabelist." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10322,7 +10356,7 @@ msgstr "" "kasutamist. (Kui see pole 0 siis peaksid ettevaatlikult kontrollima oma " "tabelite indekseid.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10330,17 +10364,17 @@ msgstr "" "Liidete arv mida kasutati esimese tabeli piirides. (Pole eriti kriitiline " "kui see on väga suur.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Liidete arv mis tegid täielikku skaneerimist esimesest tabelist." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Ajutiste tabelite arv mis on hetkel avatud alam-lõimu(replication slave) " "poolt." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10348,23 +10382,23 @@ msgstr "" "Kogusumma (alates käivitamisest) mitu korda tiraþeerimise(replication) SQL " "alam-lõim(replication slave) proovis ülekandeid." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Kui see on ON kui serveril on alam server(masin) mis on ühenduses masteriga." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "Lõimude arv mis võtsid rohkem aega käivitamiseks kui slow_launch_time." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Päringute arv mis võtsid rohkem aega kui long_query_time sekundites." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10373,23 +10407,23 @@ msgstr "" "Edukate ühinemiste(merge) arv millega lühike algoritm on tegelenud. Kui see " "väärtuse on suur, sa peaksid mõtlema sort_buffer_size väärtuse suurendamist." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Sorteerimiste arv mis on tehtud piirkonna ulatuses." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Sorteritud ridade arv." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Sorteerimiste arv mis on tehtud tabeli skaneerimist kasutades." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Mitu korda tabeli lukustus jõustus koheselt." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10400,7 +10434,7 @@ msgstr "" "suur ja jõudlusega on probleeme, sa peaksid optimiseerima oma päringuid või " "poolitama oma tabelid või kasutama tiraþeerimist(replication)." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10410,11 +10444,11 @@ msgstr "" "nii Threads_created/Connections. Kui see on punane paksid suurendama " "thread_cache_size suurust." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Hetkel avatud ühendusi." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10425,64 +10459,64 @@ msgstr "" "siis suurenda thread_cache_size väärtust. (Tavaliselt see ei anna märgatavat " "kiiruse tõusu kui Lõimude teostus on korralik.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Lõimude arv mis mis hetkel ei maga." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Lau" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Lisa uus väli" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Uuenda" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Lisa/Kustuta välja veerud" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10491,7 +10525,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10499,111 +10533,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Nimeta andmebaas ümber" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Vali tabelid" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Vigane tabeli nimi" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Lisa uus kasutaja" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL-päring" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Rea statistika" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Märgista kõik" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Päringu tüüp" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10611,7 +10658,7 @@ msgid_plural "%d seconds" msgstr[0] "sekundis" msgstr[1] "sekundis" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/eu.po b/po/eu.po index 496d1e968e..25fdc5ab2f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-21 14:53+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: basque \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Dena erakutsi" @@ -88,7 +88,7 @@ msgstr "Klabearen hitza" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Deskribapena" @@ -695,7 +695,7 @@ msgstr "Arazteko hondakinak egiaztatu" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Esportatu" @@ -764,7 +764,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -785,7 +785,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Egoera" @@ -1102,13 +1102,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Gutira" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1140,7 +1140,7 @@ msgstr "Zerbitzariaren hautaketa" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prozesuak" @@ -1205,12 +1205,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1268,7 +1268,7 @@ msgstr "" msgid "Bytes received" msgstr "Jasota" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Konexioak" @@ -1278,12 +1278,12 @@ msgstr "Konexioak" msgid "Questions" msgstr "Eragiketak" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafikoa" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1309,7 +1309,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Batez" @@ -1410,7 +1410,7 @@ msgstr "Erlazioen ezaaugarri orokorrak" msgid "Current settings" msgstr "Erlazioen ezaaugarri orokorrak" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1532,7 +1532,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1752,128 +1752,148 @@ msgstr "SQL kontsulta" msgid "Zoom Search" msgstr "Bilatu" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Gehitu/ezabatu irizpide-zutabea" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ezikusi" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Gehitu %s zutabe" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Aukeratu erakutsi beharreko eremua" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Pasahitza aldatu" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Egilea:" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Pasahitza aldatu" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Astel" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1881,30 +1901,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Datu-baserik ez" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Batez" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Aurrekoa" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1912,96 +1932,96 @@ msgid "Next" msgstr "Hurrengoa" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gutira" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarioa " -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Api" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Eka" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Uzt" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Abu" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Urr" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Urt" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Ots" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Api" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2009,78 +2029,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Eka" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Uzt" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Abu" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Ira" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Urr" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Aza" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Abe" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Iga" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Astel" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Astea" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Osti" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2088,100 +2108,100 @@ msgid "Sun" msgstr "Iga" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Astel" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Astea" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Astez" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Oste" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Osti" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Lar" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Iga" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Astel" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Astea" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Astez" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Oste" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Osti" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Lar" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lanean" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2388,10 +2408,11 @@ msgstr "%s taula %s-(e)ra berrizendatua izan da" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2706,7 +2727,7 @@ msgid "Documentation" msgstr "Dokumentazioa" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL kontsulta" @@ -5736,7 +5757,7 @@ msgid "The row has been deleted" msgstr "Errenkada ezabatua izan da" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Hil" @@ -6292,7 +6313,7 @@ msgstr "MIME-mota erabilgarriak" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Zerbitzaria" @@ -7002,14 +7023,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Aldagaia" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "balioa" @@ -7226,7 +7247,7 @@ msgid "Returns" msgstr "Taularen hobespenak" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Denbora" @@ -8228,7 +8249,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Erabiltzailea" @@ -8684,13 +8705,13 @@ msgstr "" msgid "Files" msgstr "Eremuak" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Erakutsitako kontultak moztu" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Kontsulta osoak erakutsi" @@ -9499,146 +9520,159 @@ msgstr "Kontsulta mota" msgid "Instructions" msgstr "Funtzioak" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "orduko" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minutuko" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "segunduko" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Sententziak" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Jasota" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Bidalita" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Erratutako saiakerak" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Deuseztatua" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komandoa" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9646,78 +9680,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9725,7 +9759,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9733,42 +9767,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9776,33 +9810,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9811,227 +9845,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10039,99 +10073,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10139,18 +10173,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10158,64 +10192,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Lar" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "Gehitu %s zutabe" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Egilea:" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10224,7 +10258,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10232,108 +10266,121 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy msgid "Preset chart" msgstr "Taula berrizendatu izen honetara: " -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Taulak hautatu" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Erabiltzaile berria gehitu" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL kontsulta" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Errenkadaren estatistikak" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Taulak hautatu" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Kontsulta mota" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10341,7 +10388,7 @@ msgid_plural "%d seconds" msgstr[0] "segunduko" msgstr[1] "segunduko" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/fa.po b/po/fa.po index 826e7c7cb2..e605ebd0bc 100644 --- a/po/fa.po +++ b/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n" "Last-Translator: \n" "Language-Team: persian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "نمايش همه" @@ -85,7 +85,7 @@ msgstr "Keyname" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "توضیحات" @@ -672,7 +672,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "صدور" @@ -741,7 +741,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -761,7 +761,7 @@ msgstr "به روز شده" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "" @@ -1071,13 +1071,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "جمع كل" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1109,7 +1109,7 @@ msgstr "نسخه سرور" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1175,12 +1175,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "مگا بايت" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "كيلوبايت" @@ -1236,7 +1236,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1246,12 +1246,12 @@ msgstr "" msgid "Questions" msgstr "فارسي" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "Deleting %s" msgid "Settings" @@ -1278,7 +1278,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "خير" @@ -1378,7 +1378,7 @@ msgstr "تغيير" msgid "Current settings" msgstr "پرس و جوي SQL" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy msgid "Chart Title" msgstr "No tables" @@ -1499,7 +1499,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1715,129 +1715,149 @@ msgstr "پرس و جوي SQL" msgid "Zoom Search" msgstr "جستجو" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "اضافه/حذف ستون ها" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "افزودن ستون جديد" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "ستون را براي نمايش انتخاب نماييد" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "برای انتخاب کلیک کنبد" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "تغيير اسم رمز" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "توليد‌شده توسط" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "تغيير اسم رمز" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "دوشنبه" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1845,32 +1865,32 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "نسخه قبلی" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "No databases" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "خير" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "قبل" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1878,96 +1898,96 @@ msgid "Next" msgstr "بعد" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "جمع كل" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "دودويي" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "مارس" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "آوريل" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "مي" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ژوئن" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "جولاي" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "آگوست" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "اكتبر" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "ژانويه" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "فوريه" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "مارس" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "آوريل" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1975,78 +1995,78 @@ msgid "May" msgstr "مي" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "ژوئن" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "جولاي" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "آگوست" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "سپتامبر" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "اكتبر" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "نوامبر" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "دسامبر" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "يكشنبه" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "دوشنبه" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "سه‌شنبه" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "چهارشنبه" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "پنجشنبه" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "جمعه" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "شنبه" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2054,98 +2074,98 @@ msgid "Sun" msgstr "يكشنبه" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "دوشنبه" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "سه‌شنبه" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "چهارشنبه" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "پنج‌شنبه" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "جمعه" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "شنبه" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "يكشنبه" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "دوشنبه" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "سه‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "چهارشنبه" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "پنج‌شنبه" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "جمعه" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "شنبه" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "هفته" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "ساعت" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "دقیقه" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "ثانیه" @@ -2348,10 +2368,11 @@ msgstr "جدول %s به %s تغيير نام داده‌شد" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2661,7 +2682,7 @@ msgid "Documentation" msgstr "مستندات" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "پرس و جوي SQL" @@ -5658,7 +5679,7 @@ msgid "The row has been deleted" msgstr "سطر حذف گرديد ." #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6207,7 +6228,7 @@ msgstr "نمايش خصوصيات" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "ميزبان" @@ -6910,14 +6931,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "متغییر" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "مقدار" @@ -7130,7 +7151,7 @@ msgid "Returns" msgstr "آمار پايگاههاي داده" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -8040,7 +8061,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "كاربر" @@ -8484,13 +8505,13 @@ msgstr "" msgid "Files" msgstr "ستونها" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9267,143 +9288,156 @@ msgstr "پرس و جو" msgid "Instructions" msgstr "تابع" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "در ساعت" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "در دقیقه" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "در ثانیه" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "شرج" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "شناسه" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "دستور" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9411,78 +9445,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9490,7 +9524,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9498,42 +9532,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9541,33 +9575,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9576,227 +9610,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9804,99 +9838,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9904,18 +9938,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9923,63 +9957,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "شنبه" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "افزودن ستون جديد" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "توليد‌شده توسط" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "اضافه يا حذف ستونها" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9988,7 +10022,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9996,116 +10030,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "حذف پایگاه داده" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Select Tables" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "افزودن يك كاربر جديد" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "پرس و جوي SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "آمار سطرها" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Select Tables" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query" msgid "Query analyzer" msgstr "پرس و جو" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] " ثانیه" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/fi.po b/po/fi.po index d332d979bc..8bd151a080 100644 --- a/po/fi.po +++ b/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-11-26 21:29+0200\n" "Last-Translator: \n" "Language-Team: finnish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Näytä kaikki" @@ -88,7 +88,7 @@ msgstr "Avaimen nimi" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Kuvaus" @@ -673,7 +673,7 @@ msgstr "Valitse taulut, joissa on ylijäämää" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Vienti" @@ -744,7 +744,7 @@ msgstr "Seurattavat taulut" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -764,7 +764,7 @@ msgstr "Päivitetty" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Tila" @@ -1083,13 +1083,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Yhteensä" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1121,7 +1121,7 @@ msgstr "Valitse palvelin" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prosessit" @@ -1190,12 +1190,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "Mt" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "kt" @@ -1257,7 +1257,7 @@ msgstr "" msgid "Bytes received" msgstr "Vastaanotettu" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Yhteydet" @@ -1268,12 +1268,12 @@ msgstr "Yhteydet" msgid "Questions" msgstr "Versiot" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Liikenne" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Asetukset" @@ -1300,7 +1300,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ei mitään" @@ -1401,7 +1401,7 @@ msgstr "Muut ydinasetukset" msgid "Current settings" msgstr "asetukset" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1530,7 +1530,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Tuonti" @@ -1738,123 +1738,143 @@ msgstr "Näytä hakusanat" msgid "Zoom Search" msgstr "Etsi" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Lisää tai poista sarakkeita" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Älä huomioi" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Lisää sarake/sarakkeita" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Valitse viitattava avain" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Valitse liiteavain" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Valitse perusavain tai uniikki avain" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Valitse näytettävä sarake" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Lisää asetus sarakkeelle" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Valitse painamalla" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Siirry näkymään" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Keksi salasana" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Keksi" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Vaihda salasana" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Lisää" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1864,29 +1884,29 @@ msgstr "" "Uusin versio on %s, ja se on julkaistu %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "Viimeisin vakaa versio" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Siirry tietokantaan" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Valmis" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Edellinen" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1894,149 +1914,149 @@ msgid "Next" msgstr "Seuraava" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Tänään" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Tammi" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Helmi" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Maalis" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Huhti" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Touko" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Kesä" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Heinä" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Elo" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Syys" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Loka" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Marras" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Joulu" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Tammi" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Helmi" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Maalis" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Huhti" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Touko" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Kesä" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Heinä" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Elo" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Syys" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Loka" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Marras" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Joulu" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Su" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Ma" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Ti" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Ke" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "To" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Pe" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "La" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2044,84 +2064,84 @@ msgid "Sun" msgstr "Su" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Ti" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Ke" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "To" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pe" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "La" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Su" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Ke" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "La" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Vko" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Tunti" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuutti" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekunti" @@ -2341,10 +2361,11 @@ msgstr "Taulun %s nimi on nyt %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2668,7 +2689,7 @@ msgid "Documentation" msgstr "Ohjeet" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-kysely" @@ -5924,7 +5945,7 @@ msgid "The row has been deleted" msgstr "Rivi on poistettu" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Lopeta" @@ -6533,7 +6554,7 @@ msgstr "Näytä MIME-tyypit" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Palvelin" @@ -7261,14 +7282,14 @@ msgid "Slave status" msgstr "Alipalvelimen tila" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Muuttuja" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Arvo" @@ -7494,7 +7515,7 @@ msgid "Returns" msgstr "Paluutyyppi" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Aika" @@ -8546,7 +8567,7 @@ msgstr "Protokollan versio" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Käyttäjä" @@ -9033,13 +9054,13 @@ msgstr "Valitse näytettävä binääriloki" msgid "Files" msgstr "Tiedostot" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Näytä katkaistut kyselyt" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Näytä kyselyt kokonaisuudessaan" @@ -9862,61 +9883,74 @@ msgstr "Kyselyn tyyppi" msgid "Instructions" msgstr "Tiedot" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Mukauta käynnistyssivua" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "tunnissa" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minuutissa" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "sekunnissa" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Tieto" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9924,18 +9958,18 @@ msgstr "" "Tämä MySQL-palvelin toimii kahdennustoiminnossa pää- ja " "alipalvelimena." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Tämä MySQL-palvelin toimii kahdennustoiminnossa pääpalvelimena." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Tämä MySQL-palvelin toimii kahdennustoiminnossa ja alipalvelimena." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9943,11 +9977,11 @@ msgstr "" "Hae lisätietoja palvelimen kahdennustilasta kohdasta Replication." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Kahdennuksen tila" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9955,47 +9989,47 @@ msgstr "" "Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-" "palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Vastaanotettu" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Lähetetty" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Enim. yhtäaikaisia yhteyksiä" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Epäonnistuneet yritykset" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Keskeytetty" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "Tunnus" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komento" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL-palvelimeen ei voitu yhdistää" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10006,16 +10040,16 @@ msgstr "" "\"binlog_cache_size\"-muuttujan arvon ja käyttäneet tilapäistiedostoa " "transaktiokyselyjen tallentamiseen." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Binäärilokin tilapäistä välimuistia käyttäneiden transaktioiden määrä." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10027,11 +10061,11 @@ msgstr "" "nosta tmp_table_size:n arvoa, jotta tilapäisiä tauluja säilytettäisiin " "muistissa eikä levyllä." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Mysqld-palvelun luomien tilapäistiedostojen määrä." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -10039,7 +10073,7 @@ msgstr "" "Kertoo, kuinka monta tilapäistaulua palvelin on automaattisesti luonut " "kyselyjä suorittaessaan." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -10047,7 +10081,7 @@ msgstr "" "Virheen aiheuttaneiden, INSERT DELAYED -kyselyllä kirjoitettujen rivien " "määrä (virheenä todennäköisesti päällekkäinen avain)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -10055,23 +10089,23 @@ msgstr "" "Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden määrä. Jokainen INSERT " "DELAYED -kyselyä käyttävä taulu saa käyttöönsä oman säikeensä." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "INSERT DELAYED -rivien kirjoituksia." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "FLUSH-kyselyjä suoritettu." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Sisäisten COMMIT-kyselyjen määrä." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Kertoo, kuinka monta kertaa taulusta on poistettu rivi." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -10081,7 +10115,7 @@ msgstr "" "tietyn nimisen taulun. Tätä toimintoa kutsutaan selvittämiseksi (engl. " "discovery). Handler_discover ilmaisee selvitettyjen taulujen määrän." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10092,7 +10126,7 @@ msgstr "" "läpikäyntejä; näin käy esimerkiksi lauseessa SELECT col1 FROM foo, olettaen " "col1:sen olevan indeksoitu sarake." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10100,7 +10134,7 @@ msgstr "" "Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä " "on suuri, kyselyjen ja taulujen indeksointi suoritetaan oikein." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10110,7 +10144,7 @@ msgstr "" "avainjärjestyksessä. Tämä arvo kasvaa, jos haetaan indeksisarakkeita " "käyttämällä rajauksia tai jos suoritetaan indeksihaku." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10119,7 +10153,7 @@ msgstr "" "avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC " "-kyselyllä optimoimiseen." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10132,7 +10166,7 @@ msgstr "" "pakottavat MySQL-palvelimen käymään läpi kaikki taulut, tai käytät " "liitoksia, jotka käyttävät avaimia virheellisesti." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10144,35 +10178,35 @@ msgstr "" "yleensä siitä, että tauluja ei ole indeksoitu hyvin, tai että kyselyjä ei " "ole kirjoitettu siten, että ne hyödyntäisivät luomiasi indeksejä." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Sisäisten ROLLBACK-kyselyjen määrä." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Taulun rivien päivityspyyntöjen määrä." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Kertoo tauluihin lisättyjen rivien määrän." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Tietoa (epäsiistiä tai siistiä) sisältävien sivujen määrä" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Tällä hetkellä epäsiistinä olevien sivujen määrä." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Siistittäviksi pyydettyjen, puskurivarannossa olevien sivujen määrä." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Vapaiden sivujen määrä." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10182,7 +10216,7 @@ msgstr "" "parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden " "välimuistia ei voida tyhjentää syystä tai toisesta." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10194,11 +10228,11 @@ msgstr "" "takia. Tämä arvo voidaan laskea näinkin: Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Puskurivarannon kokonaiskoko sivuina." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10206,7 +10240,7 @@ msgstr "" "InnoDB:n käynnistämien umpimähkäisten ennakkolukujen määrä. Näin käy kyselyn " "lukiessa satunnaisessa järjestyksessä läpi laajoja alueita taulusta." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10214,11 +10248,11 @@ msgstr "" "InnoDB:n käynnistämien perättäisten ennakkolukujen määrä. Näin käy kun " "InnoDB lukee läpi kokonaisen taulun tavallisessa järjestyksessä." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InnoDB:n suorittamien loogisten lukupyyntöjen määrä." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10226,7 +10260,7 @@ msgstr "" "Sellaisten loogisten lukujen määrä, joita InnoDB ei voinut toteuttaa " "puskurivarannon avulla vaan joutui lukemaan yksittäisen sivun." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10240,55 +10274,55 @@ msgstr "" "kertoo tällaisten odotusten määrän. Jos puskurivarannon koko on asetettu " "sopivaksi, tämän arvon pitäisi olla alhainen." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB:n puskurivarannon kirjoituspyyntöjen määrä." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Fsync()-toimenpiteitä tähän mennessä." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden määrä." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Tällä hetkellä käynnissä olevien lukutoimenpiteiden määrä." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Tällä hetkellä käynnissä olevien kirjoitustoimenpiteiden määrä." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Tähän mennessä luetun tiedon määrä tavuina." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Kertoo, kuinka monta kertaa tietoja on luettu kaikkiaan." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Kertoo, kuinka monta kertaa tietoja on kirjoitettu kaikkiaan." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Kertoo, kuinka paljon on tähän mennessä tietoja kirjoitettu (tavuina)." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Suoritettujen päällekkäisten kirjoitustoimenpiteiden määrä ja tätä varten " "kirjoitettujen sivujen määrä." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Suoritettujen päällekkäisten kirjoitustoimenpiteiden määrä ja tätä varten " "kirjoitettujen sivujen määrä." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10296,35 +10330,35 @@ msgstr "" "Liian pienestä lokipuskurista johtuneiden odotusten määrä, jolloin puskurin " "tyhjentymistä jouduttiin odottamaan ennen jatkamista." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Kertoo, kuinka monta kertaa lokitiedostoon on pyydetty kirjoittaa." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Kertoo, kuinka monta kertaa lokitiedostoon on fyysisesti kirjoitettu." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Lokitiedostojen fsync()-kirjoitusten määrä." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Lokitiedoston avointen fsync-synkronointien määrä." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Avoimet lokitiedostokirjoitukset." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Lokitiedostoon kirjoitettujen tavujen määrä." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Luotujen sivujen määrä." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10333,52 +10367,52 @@ msgstr "" "arvoja lasketaan sivuina; sivukoon avulla voidaan helposti laskea sivujen " "koko tavuina." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Luettujen rivien määrä." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Kirjoitettujen sivujen määrä." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Tällä hetkellä odotettavien rivilukitusten määrä." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" "Rivilukituksen valmistumiseen kuluva aika keskimäärin, millisekunteina." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Rivilukitusten valmistumiseen kuluva aika yhteensä, millisekunteina." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Rivilukituksen noutamiseen kulunut aika enimmillään, millisekunteina." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Kertoo, kuinka monta kertaa rivilukitusta on jouduttu odottamaan." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "InnoDB-tauluista poistettujen rivien määrä." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "InnoDB-tauluihin lisättyjen rivien määrä." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "InnoDB-taulusta luettujen rivien määrä." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB-taulun päivitettyjen rivien määrä." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10387,7 +10421,7 @@ msgstr "" "muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto " "tunnetaan yleisesti nimellä Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10396,20 +10430,20 @@ msgstr "" "avulla voi määrittää, kuinka paljon avainvälimuistia halutaan olevan " "käytössä." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "Samaan aikaan avainvälimuistissa olleiden lohkojen määrä enimmillään." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" "Kertoo, kuinka monta pyyntöä on suoritettu avainlohkon hakemiseksi " "välimuistista." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10420,16 +10454,16 @@ msgstr "" "asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea " "lausekkeella Key_reads / Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Kertoo, kuinka monta kertaa välimuistiin on kirjoitettu avainlohko." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" "Kertoo, kuinka monta kertaa levylle on fyysisesti kirjoitettu avainlohko." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10440,18 +10474,18 @@ msgstr "" "kyselytapausta varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole " "vielä koottu." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Kertoo, kuinka monta riviä INSERT DELAYED -jonoissa odottaa kirjoittamista." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10459,39 +10493,39 @@ msgstr "" "Avattujen taulujen määrä. Jos määrä on suuri, tauluvälimuistin arvo saattaa " "olla liian alhainen." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Avoinna olevien tiedostojen määrä." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Avoinna olevien tietovirtojen määrä (käytetään pääasiassa kirjauksessa)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Avoinna olevien taulujen määrä." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Kyselyvälimuistin vapaan muistin määrä." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Välimuistiosumien määrä." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Välimuistiin lisättyjen kyselyjen määrä." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10504,7 +10538,7 @@ msgstr "" "Kyselyvälimuisti päättää välimuistista poistettavat kyselyt LRU-käytännön " "avulla (\"least recently used\" eli \"äskettäin vähiten käytetyt kyselyt\")." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10513,19 +10547,19 @@ msgstr "" "tallentaa välimuistiin tai ei muuten vain ole tallennettu sinne " "query_cache_type-asetuksen takia)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Rekisteröityjen kyselyjen määrä välimuistissa." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Lohkojen kokonaismäärä kyselyvälimuistissa." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Kahdennuksen vikasietotila (ei vielä toteutettu)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10533,11 +10567,11 @@ msgstr "" "Kertoo, kuinka moni liitos ei käytä indeksejä. Jos tämä arvo ei ole 0, " "taulujen indeksit olisi hyvä tarkistaa tarkkaan." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Niiden liitosten määrä, jotka käyttivät viitetaulussa aluehakua." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10546,7 +10580,7 @@ msgstr "" "rivin jälkeen. (Jos tämä ei ole 0, taulujen indeksit tulisi tarkistaa " "huolella.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10554,17 +10588,17 @@ msgstr "" "Kertoo niiden liitosten määrän, jotka käyttävät rajausta ensimmäisessä " "taulussa. (Yleensä ei ole vakavaa, vaikka tämä arvo olisi suuri.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Kertoo niiden liitosten määrän, jotka suorittivat ensimmäisestä taulusta " "täydellisen tarkistuksen." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "SQL-alisäikeen avointen tilapäistaulujen määrä tällä hetkellä." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10572,13 +10606,13 @@ msgstr "" "Kertoo, kuinka monta kertaa kahdennusalipalvelimen SQL-säie on " "käynnistyksestään lähtien yrittänut suorittaa transaktioita." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Tämän on päällä (ON), mikäli kyseinen palvelin on pääpalvelimeen kytketty " "alipalvelin." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10586,14 +10620,14 @@ msgstr "" "Niiden säikeiden määrä, joiden luomiseen on kulunut aikaa enemmän kuin " "slow_launch_time sekuntia." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Niiden kyselyjen määrä, joiden suorittamiseen on kulunut aikaa enemmän kuin " "long_query_time sekuntia." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10602,25 +10636,25 @@ msgstr "" "Lajittelualgoritmiin tarvittavien lomitusten määrä. Jos tämä arvo on suuri, " "sort_buffer-muuttujan arvoa voi suurentaa." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Arvolillä suoritettujen lajittelutoimenpiteiden määrä." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Lajiteltujen rivien määrä." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Niiden lajittelutoimenpiteiden määrä, jotka on suoritettu lukemalla taulu " "läpi." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Kertoo, kuinka usein taulu on saatu lukittua heti." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10632,7 +10666,7 @@ msgstr "" "hyvä ensin optimoida kyselyjä ja sitten joko jakaa taulu useampaan osaan tai " "käyttää hyödyksi kahdennusta." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10642,11 +10676,11 @@ msgstr "" "voidaan laskea täten kaavalla Threads_created / yhteyksien lkm. Jos tämä " "arvo on punainen, thread_cache_size-muuttujan arvoa tulisi nostaa." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Tällä hetkellä avoinna olevien yhteyksien määrä." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10658,69 +10692,69 @@ msgstr "" "säikeet on toteutettu hyvin, tällä ei ole kovin suurta vaikutusta " "suorituskykyyn.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Hereillä olevien säikeiden määrä." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Käynnistä" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Käytä indeksiä/indeksejä" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Päivitä" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "CHAR-tekstikentän sarakkeet" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Virheiden hallinta:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Palauta oletusarvo" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Tiedot" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10729,7 +10763,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10737,116 +10771,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Tuhoa tietokanta" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Näytä alipalvelimen tilan taulu" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Valitse taulut" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Virheellinen taulun nimi" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Lisää uusi palvelin" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL-kyselyt" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Näytä tilastot" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Valitse taulut" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Kyselyn tyyppi" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10854,7 +10901,7 @@ msgid_plural "%d seconds" msgstr[0] "Sekunti" msgstr[1] "Sekunti" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/fr.po b/po/fr.po index 04a7f44482..6ba004243b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-04 21:49+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: french \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Tout afficher" @@ -89,7 +89,7 @@ msgstr "Nom de l'index" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Description" @@ -670,7 +670,7 @@ msgstr "Cocher tables avec pertes" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exporter" @@ -735,7 +735,7 @@ msgstr "Tables faisant l'objet d'un suivi" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -755,7 +755,7 @@ msgstr "Mis à jour" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "État" @@ -1075,13 +1075,13 @@ msgstr "Données statiques" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Autres" @@ -1111,7 +1111,7 @@ msgstr "Trafic du serveur (en Kio)" msgid "Connections since last refresh" msgstr "Connexions depuis le dernier rafraîchissement" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processus" @@ -1178,12 +1178,12 @@ msgid "System swap" msgstr "Zone d'échange (swap)" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "Mio" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "Kio" @@ -1235,7 +1235,7 @@ msgstr "Octets envoyés" msgid "Bytes received" msgstr "Octets reçus" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Connexions" @@ -1244,12 +1244,12 @@ msgstr "Connexions" msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Paramètres" @@ -1272,7 +1272,7 @@ msgstr "Veuillez ajouter au moins une variable à la série" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Aucune" @@ -1373,7 +1373,7 @@ msgstr "Changer les paramètres" msgid "Current settings" msgstr "Paramètres courants" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Titre du graphique" @@ -1496,7 +1496,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" @@ -1690,50 +1690,70 @@ msgstr "Afficher les critères de recherche" msgid "Zoom Search" msgstr "Rechercher" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Ajouter/effacer des colonnes" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Ajouter des colonnes" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Sélectionnez la clé référencée" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Choisissez la clé étrangère" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Veuillez choisir la clé primaire ou un index unique" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Colonne descriptive" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1741,70 +1761,70 @@ msgstr "" "Vous n'avez pas sauvegardé les changements. Ils seront perdus si vous ne les " "sauvegardez pas. Voulez-vous continuer?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Ajouter une option pour la colonne" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Faire glisser pour réordonner" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Cliquer pour trier" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Cliquer pour marquer/enlever les marques" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Cliquer sur la flèche
pour gérer l'affichage des colonnes" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Aller à la vue" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Générer un mot de passe" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Générer" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Modifier le mot de passe" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "plus" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1814,27 +1834,27 @@ msgstr "" "une mise à niveau. La version la plus récente est %s, publiée le %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", dernière version stable :" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "à jour" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Fermer" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Précédent" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1842,149 +1862,149 @@ msgid "Next" msgstr "Suivant" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Aujourd'hui" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Janvier" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Février" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Mars" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Avril" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Juin" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Juillet" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Août" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Septembre" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Octobre" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Novembre" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Décembre" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Janvier" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Février" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mars" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Avril" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Juin" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Juillet" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Août" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Septembre" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Octobre" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Novembre" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Décembre" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Dimanche" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Lundi" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Mardi" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Mercredi" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Jeudi" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Vendredi" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Samedi" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1992,84 +2012,84 @@ msgid "Sun" msgstr "Dim" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Jeu" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sam" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Di" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Je" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sem" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Heure" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minute" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Seconde" @@ -2284,10 +2304,11 @@ msgstr "La table %s se nomme maintenant %s" msgid "Could not save table UI preferences" msgstr "Impossible de sauvegarder les préférences d'interface de tables" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2614,7 +2635,7 @@ msgid "Documentation" msgstr "Documentation" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Requête SQL" @@ -5706,7 +5727,7 @@ msgid "The row has been deleted" msgstr "La ligne a été effacée" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Supprimer" @@ -6307,7 +6328,7 @@ msgstr "Afficher les types MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Client" @@ -7045,14 +7066,14 @@ msgid "Slave status" msgstr "État de l'esclave" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variable" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valeur" @@ -7259,7 +7280,7 @@ msgid "Returns" msgstr "Retourne" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Moment" @@ -8191,7 +8212,7 @@ msgstr "Version du protocole" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Utilisateur" @@ -8642,13 +8663,13 @@ msgstr "Sélectionnez le log binaire à consulter" msgid "Files" msgstr "Fichiers" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Afficher les requêtes tronquées" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Afficher les requêtes complètes" @@ -9459,59 +9480,72 @@ msgstr "Analyseur de requêtes" msgid "Instructions" msgstr "Introduction" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Questions depuis le démarrage : %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "par heure" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "par minute" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "par seconde" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Information" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Trafic réseau depuis le démarrage : %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ce serveur MySQL fonctionne depuis %1$s. Il a démarré le %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9519,19 +9553,19 @@ msgstr "" "Ce serveur est un serveur maître et esclave dans le processus " "de réplication." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Ce serveur est un serveur maître dans le processus de réplication." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Ce serveur est un serveur esclave dans le processus de " "réplication." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9539,11 +9573,11 @@ msgstr "" "Pour plus d'information sur l'état de la réplication sur ce serveur, " "consultez la section de réplication." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "État de la réplication" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9552,35 +9586,35 @@ msgstr "" "dépassée, auquel cas les statistiques rapportées par MySQL peuvent être " "inexactes." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Reçu" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Envoyé" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. de connexions simultanées" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Tentatives échouées" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Arrêts prématurés" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Commande" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9588,11 +9622,11 @@ msgstr "" "Le nombre de connexions avortées en raison d'une interruption du client sans " "fermeture adéquate de la connexion." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Le nombre de tentatives de connexion au serveur MySQL infructueuses." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9602,18 +9636,18 @@ msgstr "" "mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier " "temporaire pour stocker les énoncés de la transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Le nombre de transactions qui ont utilisé la cache temporaire du log binaire." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" "Le nombre de tentatives de connexion (réussies ou non) au serveur MySQL." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9626,11 +9660,11 @@ msgstr "" "tmp_table_size afin que les tables temporaires soient maintenues en mémoire " "au lieu d'être sur disque." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Le nombre de fichiers temporaires créés par mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9638,7 +9672,7 @@ msgstr "" "Le nombre de tables temporaires en mémoire créées automatiquement par le " "serveur lors de l'exécution d'énoncés." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9646,7 +9680,7 @@ msgstr "" "Le nombre de lignes écrites avec INSERT DELAYED pour lesquels une erreur est " "survenue (probablement un doublon sur la clé)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9654,23 +9688,23 @@ msgstr "" "Le nombre de fils d'exécution utilisés pour INSERT DELAYED. Un fil est " "utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Le nombre de lignes écrites via INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Le nombre de commandes FLUSH exécutées." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Le nombre de commandes COMMIT internes." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Le nombre de fois qu'une ligne a été supprimée d'une table." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9680,7 +9714,7 @@ msgstr "" "une table portant un certain nom. Ceci est appelé "découverte". Ce " "paramètre indique le nombre de fois que des tables ont été découvertes." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9691,7 +9725,7 @@ msgstr "" "d'un index; par exemple, SELECT col1 FROM foo, en assumant que col1 est une " "colonne indexée." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9699,7 +9733,7 @@ msgstr "" "Le nombre de requêtes pour lire une ligne via une clé. Si élevé, c'est une " "bonne indication que vos tables sont correctement indexées." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9709,7 +9743,7 @@ msgstr "" "Ceci est augmenté si vous interrogez une colonne indexée avec un critère de " "fourchette ou si vous parcourez l'index." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9717,7 +9751,7 @@ msgstr "" "Le nombre de requêtes de lecture de la ligne précédente, en ordre de clé. " "Utilisé surtout pour optimiser ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9730,7 +9764,7 @@ msgstr "" "demandent à MySQL de parcourir des tables en entier, ou vous avez des " "jointures qui n'utilisent pas correctement les clés." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9742,35 +9776,35 @@ msgstr "" "tables ne sont pas correctement indexées ou que vos requêtes ne sont pas " "écrites de façon à tirer parti des index que vous avez définis." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Le nombre d'énoncés ROLLBACK internes." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Le nombre de requêtes de mise à jour de lignes dans une table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Le nombre de requêtes d'insertion de lignes dans une table." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Le nombre de pages contenant des données." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Le nombre de pages contenant des données «dirty»." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Le nombre de pages de mémoire-tampon qui ont été effacées." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Le nombre de pages libres." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9780,7 +9814,7 @@ msgstr "" "train d'être lues ou écrites, ou qui ne peuvent être supprimées pour une " "autre raison." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9792,11 +9826,11 @@ msgstr "" "comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Taille totale de la réserve, en pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9805,7 +9839,7 @@ msgstr "" "lorsqu'une requête doit balayer une large portion de table en ordre " "discontinu." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9813,11 +9847,11 @@ msgstr "" "Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient " "quand InnoDB fait un parcours séquentiel intégral de la table." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Le nombre de requêtes de lectures logiques effectuées par InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9825,7 +9859,7 @@ msgstr "" "Le nombre de lectures que InnoDB n'a pu faire à partir de la réserve, menant " "à une lecture directe d'une page." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9839,51 +9873,51 @@ msgstr "" "Ceci compte le nombre de fois qu'une telle attente a été nécessaire. Si la " "taille de la réserve est adéquate, cette valeur devrait être petite." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Le nombre d'écritures faites dans la réserve InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Le nombre d'opérations fsync() faites jusqu'à présent." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Le nombre d'opérations fsync() actuellement en attente." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Le nombre actuel de lectures en attente." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Le nombre actuel d'écritures en attente." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "La quantité d'octets lus jusqu'à présent." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Le nombre total de lectures de données." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Le nombre total d'écritures de données." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "La quantité d'octets écrits jusqu'à présent." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "Le nombre de pages utilisées pour des opérations «doublewrite»." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Le nombre d'opérations «doublewrite» effectuées." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9891,35 +9925,35 @@ msgstr "" "Le nombre d'attentes en raison d'un tampon du fichier témoin trop petit; il " "fallait attendre qu'il se libère avant de continuer." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Le nombre de requêtes d'écritures sur le fichier témoin." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Le nombre d'écritures physiques au fichier témoin." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Le nombre d'écritures fsync() sur le fichier témoin." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Le nombre de synchronisations (fsync) du fichier témoin en attente." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Le nombre d'écritures du fichier témoin en attente." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Le nombre d'octets écrits sur le fichier témoin." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Le nombre de pages créées." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9928,51 +9962,51 @@ msgstr "" "valeurs sont comptées par page; la taille de page leur permet d'être " "facilement converties en octets." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Le nombre de pages lues." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Le nombre de pages écrites." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Le nombre de verrous d'enregistrements actuellement en attente." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Le temps d'attente moyen pour acquérir un verrou, en millisecondes." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Le temps total utilisé pour acquérir un verrou, en millisecondes." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Le temps d'attente maximum pour acquérir un verrou, en millisecondes." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Le nombre de fois qu'on a dû attendre pour un verrou." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Le nombre de lignes supprimées des tables InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Le nombre de lignes insérées dans des tables InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Le nombre de lignes lues dans des tables InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Le nombre de lignes mises à jour dans des tables InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9981,7 +10015,7 @@ msgstr "" "pas encore transférés sur disque. Anciennement connu sous le nom " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9990,7 +10024,7 @@ msgstr "" "cette valeur pour déterminer la proportion de la cache de clés qui est " "utilisée." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10000,11 +10034,11 @@ msgstr "" "maximum du nombre de blocs qui ont été utilisés en même temps dans le cache " "de clés." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Le nombre de requêtes de lecture d'un bloc de clés depuis la cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10015,15 +10049,15 @@ msgstr "" "petite. Le taux d'échec de la cache peut être calculé par Key reads/Key read " "requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Le nombre de requêtes en vue d'écrire un bloc de clé dans la cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Le nombre d'écritures physiques d'un bloc de clés vers le disque." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10034,18 +10068,18 @@ msgstr "" "pour une même requête. La valeur de 0 indique qu'aucune requête n'a encore " "été compilée." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" "Le nombre maximum de connexions simultanées depuis le démarrage du serveur." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Le nombre de lignes en attente d'écriture (INSERT DELAYED)." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10053,19 +10087,19 @@ msgstr "" "Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table " "est probablement trop petite." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Le nombre de fichiers qui sont ouverts." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Le nombre de flux de données qui sont ouverts." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Le nombre de tables qui sont ouvertes." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10075,19 +10109,19 @@ msgstr "" "peut indiquer des problèmes de fragmentation, qui peuvent être réglés par la " "commande FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "La quantité de mémoire libre dans la cache de requêtes." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Le nombre de succès dans la cache." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Le nombre de requêtes ajoutées à la cache." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10099,7 +10133,7 @@ msgstr "" "afin de peaufiner la taille de la cache. La stratégie utilisée pour " "déterminer quelles requêtes seront retirées est LRU (least recently used)." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10107,19 +10141,19 @@ msgstr "" "Le nombre de requêtes non en cache (impossible à placer en cache, ou non " "cachée en raison du paramètre query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Le nombre de requêtes enregistrées dans la cache." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Le nombre total de blocs dans la cache de requêtes." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "L'état de la réplication sans échec (pas encore implantée)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10127,13 +10161,13 @@ msgstr "" "Le nombre de jointures qui n'ont pas utilisé d'index. Si cette valeur est " "supérieure à 0, vérifiez soigneusement les indexes de vos tables." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Le nombre de jointures qui ont utilisé une recherche par plage sur une table " "de référence." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10142,7 +10176,7 @@ msgstr "" "ligne. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos " "tables.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10150,19 +10184,19 @@ msgstr "" "Le nombre de jointures qui ont utilisé des plages sur la première table. " "(Normalement non critique même si cette valeur est élevée.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Le nombre de jointures qui ont nécessité le parcours complet de la première " "table." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Le nombre de tables temporaires actuellement ouvertes par le fil d'exécution " "SQL de l'esclave." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10170,11 +10204,11 @@ msgstr "" "Nombre de fois (depuis le démarrage) que le fil d'exécution SQL de l'esclave " "a envoyé à nouveau des transactions." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Ceci est à ON si ce serveur est un esclave connecté à un maître." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10182,14 +10216,14 @@ msgstr "" "Le nombre de fils d'exécution dont le temps de création a excédé " "slow_launch_time secondes." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Le nombre de requêtes dont le temps d'exécution a excédé long_query_time " "secondes." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10198,23 +10232,23 @@ msgstr "" "Le nombre d'opérations de fusion effectuées par l'algorithme de tri. Si ce " "nombre est élevé, augmentez la valeur du paramètre sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Le nombre de tri effectués avec des plages." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Le nombre de lignes triées." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Le nombre de tri effectués via un parcours de la table." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Le nombre de fois qu'un verrou de table a été acquis immédiatement." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10226,7 +10260,7 @@ msgstr "" "des problèmes de performance, commencez par optimiser vos requêtes, puis " "subdivisez vos tables ou encore utiliser la réplication." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10236,11 +10270,11 @@ msgstr "" "calculé via Nombre de fils / connexion. Si cette valeur est en rouge, vous " "devriez augmenter la taille de cette cache." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Le nombre de connexions ouvertes actuellement." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10253,63 +10287,63 @@ msgstr "" "perceptible de la performance si votre serveur gère correctement les fils " "d'exécution.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Le nombre de fils d'exécution non suspendus." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Démarrer la surveillance" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Consignes / réglages" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Terminé de modifier les graphiques" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Ajouter un graphique" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Modifier les graphiques" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Taux de rafraîchissement" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Colonnes du graphique :" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Gestion des erreurs : " -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Ramener la valeur par défaut" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Consignes pour la surveillance" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10323,7 +10357,7 @@ msgstr "" "slow_query_log ou general_log. Cependant, general_log produit beaucoup de " "données et augmente jusqu'à 15% la charge du serveur" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10331,7 +10365,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Mettre la surveillance en pause" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
Ok, you are good to go! Once you click " @@ -10343,14 +10383,10 @@ msgstr "" #| "panning over the chart. This will load statistics from the logs helping " #| "you find what caused the activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Utilisation de la surveillance :
Vous êtes maintenant prêt! " "Après avoir cliqué sur «Démarrer la surveillance», votre navigateur va " @@ -10362,13 +10398,50 @@ msgstr "" "déplaçant sur le graphique. Ceci va charger les statistiques à partir des " "journaux et vous aidera à trouver la cause du pic dans l'activité.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the left mouse button and " +#| "panning over the chart. This will load statistics from the logs helping " +#| "you find what caused the activity spike.

" msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Utilisation de la surveillance :
Vous êtes maintenant prêt! " +"Après avoir cliqué sur «Démarrer la surveillance», votre navigateur va " +"rafraîchir les graphiques à intervalle régulier. Vous pouvez ajouter des " +"graphiques et modifier le taux de rafraîchissement sous «Paramètres», ou " +"supprimer tout graphique via l'cône de rouage.

Lorsque vous constatez un " +"pic d'activité soudain, sélectionnez la portion de temps pertinent sur l'un " +"des graphiques en tenant enfoncé le bouton gauche de la souris et en vous " +"déplaçant sur le graphique. Ceci va charger les statistiques à partir des " +"journaux et vous aidera à trouver la cause du pic dans l'activité.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "À noter :Activer le journal general_log peut causer une augmentation " "de charge de 5 à 15%. Également, la génération des statistiques à partir des " @@ -10376,89 +10449,95 @@ msgstr "" "qu'une petite portion de temps et de désactiver general_log puis de vider la " "table correspondante lorsque la surveillance n'est plus requise." -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Supprimer le graphique" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Variables d'état" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Choisissez les séries :" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Couramment surveillés" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "ou entrez un nom de variable :" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Afficher en tant que valeur différentielle" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Appliquer un diviseur" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Ajouter l'unité aux valeurs de données" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Ajouter cette série" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Effacer la série" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Séries dans le graphique :" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Statistiques des journaux" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Sélectionnez un intervalle de temps :" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Ne traiter que les énoncés SELECT, INSERT, UPDATE et DELETE" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" "Enlever les données variables des énoncés INSERT pour un meilleur groupement" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Choississez depuis quel journal les statistiques doivent être générées.Les résultats sont regroupés par le texte des requêtes." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Analyseur de requêtes" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d seconde" msgstr[1] "%d secondes" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/gl.po b/po/gl.po index 6951293106..fa37ab4b11 100644 --- a/po/gl.po +++ b/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-21 14:50+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: galician \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Ver todos os rexistros" @@ -89,7 +89,7 @@ msgstr "Nome chave" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descrición" @@ -697,7 +697,7 @@ msgstr "Exceso na comprobación" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportar" @@ -768,7 +768,7 @@ msgstr "Táboas seguidas" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -788,7 +788,7 @@ msgstr "Actualizada" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Estado" @@ -1118,13 +1118,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1156,7 +1156,7 @@ msgstr "Escolla de servidor" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesos" @@ -1227,12 +1227,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1294,7 +1294,7 @@ msgstr "" msgid "Bytes received" msgstr "Recibido" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Conexións" @@ -1305,12 +1305,12 @@ msgstr "Conexións" msgid "Questions" msgstr "Versións" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tráfico" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "settings" msgid "Settings" @@ -1339,7 +1339,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ningunha" @@ -1440,7 +1440,7 @@ msgstr "Outras opcións principais" msgid "Current settings" msgstr "opcións" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1569,7 +1569,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" @@ -1803,129 +1803,149 @@ msgstr "Caixa de Procuras SQL" msgid "Zoom Search" msgstr "Procurar" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Engadir/Eliminar columnas de campo" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Engadir columna(s)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Seleccionar a chave referida" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Escoller unha chave externa" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Escolla a chave primaria ou unha chave única" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Escolla o campo que quere que se mostre" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ir á vista" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Xerar un contrasinal" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Xerar" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Trocar o contrasinal" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Lu" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1935,33 +1955,33 @@ msgstr "" "actualizala. A versión máis recente é %s, publicada o %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Comprobar cal é a última versión" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ir á base de datos" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Doar" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1969,96 +1989,96 @@ msgid "Next" msgstr "Seguinte" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binario " -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maio" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Xuño" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Xullo" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Xan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2066,78 +2086,78 @@ msgid "May" msgstr "Maio" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Xuño" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Xullo" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dec" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Do" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lu" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ma" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ve" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2145,102 +2165,102 @@ msgid "Sun" msgstr "Do" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lu" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Ma" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mé" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Xo" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Ve" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sá" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mé" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Xo" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sá" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "en uso" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2466,10 +2486,11 @@ msgstr "A táboa %s chámase agora %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2806,7 +2827,7 @@ msgid "Documentation" msgstr "Documentación" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "orde SQL" @@ -6128,7 +6149,7 @@ msgid "The row has been deleted" msgstr "Eliminouse o rexistro" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Matar (kill)" @@ -6747,7 +6768,7 @@ msgstr "Tipos MIME dispoñíbeis" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Servidor" @@ -7477,14 +7498,14 @@ msgid "Slave status" msgstr "Estado do escravo" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variábel" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valor" @@ -7710,7 +7731,7 @@ msgid "Returns" msgstr "Tipo de retorno" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tempo" @@ -8769,7 +8790,7 @@ msgstr "Versión do protocolo" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Usuario" @@ -9267,13 +9288,13 @@ msgstr "Seleccione o ficheiro de rexistro binario que queira ver" msgid "Files" msgstr "Ficheiros" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Interrumpir as procuras mostradas" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostrar as procuras completas" @@ -10094,61 +10115,74 @@ msgstr "Tipo de procura" msgid "Instructions" msgstr "Información" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Personalizar a páxina de inicio" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "por hora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "por minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "por segundo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Informacións" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Este servidor de MySQL leva funcionando %s. Iniciouse às %s." -#: server_status.php:951 +#: server_status.php:961 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "" @@ -10157,21 +10191,21 @@ msgid "" msgstr "" "Este servidor está configurado como principal nun proceso de replicación." -#: server_status.php:953 +#: server_status.php:963 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as master in replication process." msgstr "" "Este servidor está configurado como principal nun proceso de replicación." -#: server_status.php:955 +#: server_status.php:965 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as slave in replication process." msgstr "" "Este servidor está configurado como principal nun proceso de replicación." -#: server_status.php:958 +#: server_status.php:968 #, fuzzy #| msgid "" #| "This MySQL server works as %s in replication process. For further " @@ -10185,11 +10219,11 @@ msgstr "" "b>. Para máis información acerca do estado de replicación do servidor visite " "a sección sobre replicación." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Estado da replicación" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -10198,47 +10232,47 @@ msgstr "" "que esas estatísticas, tal e como as transmite o servidor de MySQL, poden " "resultar incorrectas." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Recibido" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Enviado" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "conexións simultáneas máximas" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Tentativas falidas" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Cancelado" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "Identificador" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Orde" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Non se puido conectar co servidor de MySQL" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10248,16 +10282,16 @@ msgstr "" "excederon o valor de binlog_cache_size e utilizaron un ficheiro temporal " "para almacenar instrucións para a transacción." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Número de transaccións que utilizaron o caché do rexistro binario." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10269,11 +10303,11 @@ msgstr "" "incremente o valor de tmp_table_size para que as táboas temporais se baseen " "na memoria en vez de no disco." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Número de ficheiros temporais creados por mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -10281,7 +10315,7 @@ msgstr "" "Número de táboas temporais na memoria creadas automaticamente polo servidor " "ao executar instrucións." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -10289,7 +10323,7 @@ msgstr "" "Número de fileiras escritas con INSERT DELAYED que sofriron algún erro " "(probabelmente unha chave duplicada)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -10297,23 +10331,23 @@ msgstr "" "Número de fíos de manipulación INSERT DELAYED en uso. Cada táboa diferente " "na que se utiliza INSERT DELAYED recibe o seu propio fío." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Número de fileiras INSERT DELAYED escritas." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Número de instrucións FLUSH executadas." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Número de instrucións COMMIT internas." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Número de veces que se eliminou unha fileira dunha táboa." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -10323,7 +10357,7 @@ msgstr "" "se sabe dunha táboa cun nome dado. Isto chámase descuberta. " "Handler_discovery indica o número de veces que se descobriron táboas." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10334,7 +10368,7 @@ msgstr "" "completos; por exemplo, SELECT col FROM algo, supoñendo que col estea " "indexada." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10342,7 +10376,7 @@ msgstr "" "Número de peticións para ler unha fileira baseadas nunha chave. Se for alto, " "é unha boa indicación de que as procuras e táboas están ben indexadas." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10352,7 +10386,7 @@ msgstr "" "increméntase se está a procurar unha columna de índice cunha limitación de " "intervalo ou se está a examinar un índice." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10360,7 +10394,7 @@ msgstr "" "Número de peticións para ler a fileira anterior na orde da chave. Este " "método de lectura utilízase sobre todo para optimizar ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10372,7 +10406,7 @@ msgstr "" "Posibelmente terá un monte de procuras que esixan que MySQL examine táboas " "completas ou ten unións que non usan as chaves axeitadamente." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10384,35 +10418,35 @@ msgstr "" "táboas non están indexadas axeitadamente ou que as súas procuras non están " "escritas para aproveitar os índices de que dispón." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Número de instrucións de ROLLBACK (\"desfacer\") interno." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Número de peticións para actualizar unha fileira nunha táboa." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Número de peticións para inserir un ficheiro nunha táboa." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Número de páxinas que conteñen datos (suxos ou limpos)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Número de páxinas actualmente suxas." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Número de páxinas do búfer que se pediu que se limpasen." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Número de páxinas libres." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10422,7 +10456,7 @@ msgstr "" "actualmente a ser lidas ou escritas ou non se poden limpar ou eliminar por " "algunha outra razón." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10434,11 +10468,11 @@ msgstr "" "se pode calcular así: Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Tamaño total do búfer, en páxinas." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10447,7 +10481,7 @@ msgstr "" "cando unha procura vai examinar unha porción grande dunha táboa mais en orde " "aleatoria." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10455,11 +10489,11 @@ msgstr "" "Número de pre-lecturas secuenciais iniciadas por innoDB. Isto acontece cando " "InnoDB realiza un exame secuencial completo dunha táboa." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Número de peticións de lectura lóxicas feitas por InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10467,7 +10501,7 @@ msgstr "" "Número de lecturas lóxicas que InnoDB non puido satisfacer do búfer e tivo " "que efectuar por medio de lecturas dunha única páxina." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10481,55 +10515,55 @@ msgstr "" "que esperar. Se o tamaño do búfer é o axeitado, este valor debería ser " "pequeno." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Número de veces que se escribiu no búfer InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Número de operacións fsync() até o momento." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Número actual de operacións fsync() pendentes." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Número actual de lecturas pendentes." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Número actual de escritas pendentes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Cantidade de datos lida até o momento, en bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Número total de lecturas de datos." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Número total de escritas de datos." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Cantidade de datos escrita até o momento, en bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Número de escritas duplas realizadas e número de páxinas escritas con este " "propósito." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Número de escritas duplas realizadas e número de páxinas escritas con este " "propósito." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10537,35 +10571,35 @@ msgstr "" "Número de esperas debidas a que o búfer do rexistro é demasiado pequeno e " "houbo que agardar até que se limpase para continuar." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Número de peticións de escrita no rexistro." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Número de escritas físicas no ficheiro de rexistro." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Número de escritas fsyncss feitas no ficheiro de rexistro." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Número de fsyncs do ficheiro de rexistro pendentes." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Escritas no ficheiro de rexistro pendentes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Número de bytes escritos no ficheiro de rexistro." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Número de páxinas creadas." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10574,55 +10608,55 @@ msgstr "" "cóntanse en páxinas: o tamaño da páxina permite que se convirtan doadamente " "en bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Número de páxinas lidas." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Número de páxinas escritas." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Número de bloqueo de fileiras polos que se está a agardar agora mesmo." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" "Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, en " "milisegundos." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Tempo total empregado na adquisición de bloqueos sobre as fileiras, en " "milisegundos." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Tempo máximo en adquirir un bloqueo de fileira, en milisegundos." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Número de veces que houbo que agardar polo bloqueo dunha fileira." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Número de fileiras eliminadas das táboas InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Número de fileiras inseridas nas táboas InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Número de fileiras lidas das táboas InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Número de fileiras actualizadas en táboas InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10630,7 +10664,7 @@ msgstr "" "Número de bloques chave na caché de chaves que se mudaron mais que aínda non " "se limparon para o disco. Antes era Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10638,7 +10672,7 @@ msgstr "" "Número de bloques sen utilizar na caché de chaves. Pode utilizar este valor " "para determinar canta caché de chave está en uso." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10648,11 +10682,11 @@ msgstr "" "referencia superior que indica o número máximo de bloques que se teñen " "empregado." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Número de peticións para ler un bloque chave da caché." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10662,15 +10696,15 @@ msgstr "" "grande, é que, posiblemente, o valor de key_fuffer_size é demasiado baixo. A " "relación de perdas da caché pódese calcular así: Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Número de peticións para escribir un bloque chave na caché." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Número de escritas físicas dun bloque chave no disco." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10681,19 +10715,19 @@ msgstr "" "procura diferentes para a mesma pesquisa. O valor por omisión é 0, que " "significa que aínda non se compilou ningunha procura." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Número de procuras que están a agardar para seren escritas nas fileiras " "INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10701,38 +10735,38 @@ msgstr "" "Número de táboas abertas en total. Se a cantidade é grande, o valor da caché " "de táboas posibelmente é demasiado pequeno." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Número de ficheiros abertos." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Número de fluxos abertos (utilizado principalmente para o rexistro)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Número de táboas abertas." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Cantidade de memoria libre para a caché de procuras." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Número de impactos na caché." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Número de procuras adicionadas na caché." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10744,7 +10778,7 @@ msgstr "" "caché de procuras. A caché de procuras utiliza unha estratexia de utilizado " "menos recentemente (LRU) para decidir que procuras debe eliminar da caché." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10752,19 +10786,19 @@ msgstr "" "Número de procuras non enviadas á caché (que non se poden enviar debido á " "configuración de query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Número de procuras rexistradas na caché." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Número total de bloques na caché de procuras." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Estado da replicación en modo seguro (aínda non realizado)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10772,13 +10806,13 @@ msgstr "" "Número de unións que non utilizan índices. Se este valor non for 0, debería " "comprobar con atención os índices das táboas." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Número de unións que utilizaron un intervalo de procura nunha táboa de " "referencia." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10787,7 +10821,7 @@ msgstr "" "cada fileira (se non for 0, debería comprobar con atención os índices das " "táboas)." -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10795,15 +10829,15 @@ msgstr "" "Número de unións que utilizaron intervalos na primeira táboa (Normalmente " "non é grave, mesmo de ser grande)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Número de unións que realizaron un exame completo da primeira táboa." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Número de táboas temporais abertas actualmente polo fío SQL escravo." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10811,11 +10845,11 @@ msgstr "" "Número total de veces (desde o inicio) que o fío de replicación SQL escravo " "reintentou as transaccións." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Isto está ON se este servidor é un escravo conectado a un máster." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10823,14 +10857,14 @@ msgstr "" "Número de fíos aos que lles levou crearse máis segundos dos indicados en " "slow_launch_time." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Número de procuras ás que lles levou máis segundos dos indicados en " "long_query_time." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10840,23 +10874,23 @@ msgstr "" "este valor for grande, sería ben que considerase incrementar o valor da " "variábel de sistema sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Número de ordenacións feitas con intervalos." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Número de fileiras ordenadas." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Número de ordenacións realizadas examinando a táboa." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Número de veces que se adquiriu inmediatamente un bloqueo de táboa." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10868,7 +10902,7 @@ msgstr "" "debería en primeiro lugar mellorar as procuras e despois, ora partir a táboa " "ou táboas, ora utilizar replicación." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10878,11 +10912,11 @@ msgstr "" "calcular como Threads_created/Connections. Se este valor for vermello, " "debería aumentar a thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Número de conexións abertas neste momento." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10894,69 +10928,69 @@ msgstr "" "non fornece unha mellora notábel no desempeño se ten unha boa implementación " "de fíos.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Número de fíos que non están a durmir." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Inicio" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Aplicar índice(s)" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Refrescar" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "Columnas de área de texto de CHAR" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Xestión de erros:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Volver ao valor por omisión" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Información" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10965,7 +10999,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10973,116 +11007,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Mudar o nome da base de datos para" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Ver a táboa de estado do escravo" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Seleccionar táboas" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Non se admite este nome de táboa." -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Engadir un servidor novo" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "Solicitudes SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Mostrar as estatísticas" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Seleccionar táboas" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipo de procura" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -11090,7 +11137,7 @@ msgid_plural "%d seconds" msgstr[0] "por segundo" msgstr[1] "por segundo" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/he.po b/po/he.po index cbc1d2e7a1..87b4593b04 100644 --- a/po/he.po +++ b/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-03-02 20:17+0200\n" "Last-Translator: \n" "Language-Team: hebrew \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "הצג הכל" @@ -85,7 +85,7 @@ msgstr "שמות מפתח" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "תיאור" @@ -687,7 +687,7 @@ msgstr "בדיקת טבלאות עבור תקורה" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "ייצוא" @@ -756,7 +756,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -777,7 +777,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "מצב" @@ -1091,13 +1091,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "סה\"כ" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1129,7 +1129,7 @@ msgstr "בחירת שרת" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "תהליכים" @@ -1194,12 +1194,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1259,7 +1259,7 @@ msgstr "" msgid "Bytes received" msgstr "התקבל" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "חיבורים" @@ -1269,12 +1269,12 @@ msgstr "חיבורים" msgid "Questions" msgstr "Persian" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Traffic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1301,7 +1301,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "ללא" @@ -1402,7 +1402,7 @@ msgstr "תכונות קשר כלליות" msgid "Current settings" msgstr "תכונות קשר כלליות" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1525,7 +1525,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1748,127 +1748,147 @@ msgstr "שאילתת SQL" msgid "Zoom Search" msgstr "חיפוש" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "הוספת/מחיקת עמודות שדה" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "התעלמות" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "הוספת %s תאים" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "בחירת שדה להצגה" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "ייצור סיסמא" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "ייצור" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "שינוי סיסמא" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "יום שני" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1876,30 +1896,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "אין מאגרי נתונים" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "ללא" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "הקודם" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1907,96 +1927,96 @@ msgid "Next" msgstr "הבא" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "סה\"כ" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "בינארי" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "מרץ" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "אפריל" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "מאי" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "יוני" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "יולי" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "אוגוסט" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "אוקטובר" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "ינואר" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "פברואר" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "מרץ" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "אפריל" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2004,78 +2024,78 @@ msgid "May" msgstr "מאי" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "יוני" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "יולי" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "אוגוסט" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "ספטמבר" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "אוקטובר" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "נובמבר" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "דצמבר" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "יום ראשון" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "יום שני" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "יום שלישי" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "יום שישי" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2083,100 +2103,100 @@ msgid "Sun" msgstr "יום ראשון" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "יום שני" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "יום שלישי" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "יום רביעי" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "יום חמישי" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "יום שישי" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "שבת" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "יום ראשון" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "יום שני" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "יום שלישי" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "יום רביעי" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "יום חמישי" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "יום שישי" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "שבת" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "בשימוש" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2385,10 +2405,11 @@ msgstr "טבלה %s שונתה אל %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2702,7 +2723,7 @@ msgid "Documentation" msgstr "תיעוד" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "שאילתת SQL" @@ -5740,7 +5761,7 @@ msgid "The row has been deleted" msgstr "השורה נמחקה" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6297,7 +6318,7 @@ msgstr "סוגי MIME זמינים" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "מארח" @@ -7006,14 +7027,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "משתנה" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "ערך" @@ -7229,7 +7250,7 @@ msgid "Returns" msgstr "אפשרויות טבלה" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "זמן" @@ -8166,7 +8187,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "משתמש" @@ -8624,13 +8645,13 @@ msgstr "" msgid "Files" msgstr "שדות" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "הראה שאילתות שלמות" @@ -9417,144 +9438,157 @@ msgstr "סוג שאילתה" msgid "Instructions" msgstr "פונקציה" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "לשעה" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "לדקה" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "לשנייה" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "משפטים" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "התקבל" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "נשלח" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "ניסיונות כושלים" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "בוטל" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "קוד זיהוי" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "פקודה" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9562,78 +9596,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9641,7 +9675,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9649,42 +9683,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9692,33 +9726,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9727,227 +9761,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9955,99 +9989,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10055,18 +10089,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10074,64 +10108,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "שבת" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "הוספת שדה חדש" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "רענון" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "הוספת/מחיקת עמודות שדה" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10140,7 +10174,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10148,109 +10182,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "שינוי שם מאגר נתונים אל" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "בחירת טבלאות" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "הוספת משתמש חדש" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "שאילתת SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "סטטיסטיקת שורה" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "בחירת הכל" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "סוג שאילתה" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10258,7 +10305,7 @@ msgid_plural "%d seconds" msgstr[0] "לשנייה" msgstr[1] "לשנייה" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/hi.po b/po/hi.po index d00488b82a..91116c8a28 100644 --- a/po/hi.po +++ b/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-24 19:04+0200\n" "Last-Translator: \n" "Language-Team: hindi \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "सभी दिखाएँ" @@ -87,7 +87,7 @@ msgstr "मुख्यनाम" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "वर्णन" @@ -666,7 +666,7 @@ msgstr "ओवर्हेअद वाली तालुकाओं को #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "निर्यात" @@ -731,7 +731,7 @@ msgstr "ट्रैक की गयी टेबलएं" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -751,7 +751,7 @@ msgstr "अद्यतन" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "स्थिति" @@ -1064,13 +1064,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "कुल" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1102,7 +1102,7 @@ msgstr "सर्वर चुनिये" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "प्रक्रियां" @@ -1171,12 +1171,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1238,7 +1238,7 @@ msgstr "" msgid "Bytes received" msgstr "प्राप्त" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "कनेक्शन" @@ -1249,12 +1249,12 @@ msgstr "कनेक्शन" msgid "Questions" msgstr "संस्करण" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "ट्रैफ़िक" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1283,7 +1283,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "कोई नहीं" @@ -1384,7 +1384,7 @@ msgstr "सेटिंग्स प्रबंधक" msgid "Current settings" msgstr "अधिक सेटिंग्स" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Default title" msgid "Chart Title" @@ -1511,7 +1511,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "आयात" @@ -1719,123 +1719,143 @@ msgstr "खोज मापदंड दिखाना" msgid "Zoom Search" msgstr "ढूंढें" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "कोलम जोडें/हटायें" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "ध्यान न देना" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "नया काँलम जोडें" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "संदर्भित कुंजी का चयन करें." -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "विदेश कुंजी का चयन करें." -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "कृपया प्राथमिक कुंजी या एक अद्वितीय कुंजी का चयन करें" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "प्रदर्शित करने के लिए काँलम चयन करें." -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "काँलम के लिए एक विकल्प जोड़ें" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "चयन करने के लिए क्लिक करें." -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "दृश्य पर जायें" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "पासव्रड उत्पन्न करें" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "उत्पन्न" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "पासवर्ड बदलिये " -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "अधिक" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1844,29 +1864,29 @@ msgstr "" "phpMyAdmin का एक नया संस्करण उपलब्ध है, यह नया संस्करण %s है,और यह %s को प्रकाशित हुआ" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", नवीनतम स्थिर संस्करण:" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "डेटाबेस को कूद" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "किया" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "पिछला" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1874,149 +1894,149 @@ msgid "Next" msgstr "अगला" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "आज" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "जनवरी" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "फरवरी" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "मार्च" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "अप्रैल" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "मई" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "जून" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "जुलाई" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "अगस्त" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "सितम्बर" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "अक्तूबर" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "नवम्बर" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "दिसम्बर" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "जनवरी" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "फरवरी" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "मार्च" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "अप्रैल" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "मई" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "जून" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "जुलाई" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "अगस्त" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "सितम्बर" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "अक्तूबर" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "नवम्बर" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "दिसमबर" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "रविवार" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "सोमवार" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "मन्गलवार" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "बुधवार" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "गुरूवार" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "शुक्रवार" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "शनिवार" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2024,84 +2044,84 @@ msgid "Sun" msgstr "रविवार" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "सोमवार" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "मन्गलवार" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "बुधवार" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "गुरुवार" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "शुक्रवार" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "शनिवार" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "रविवार" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "सोमवार" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "मन्गलवार" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "बुधवार" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "गुरुवार" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "शुक्रवार" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "शनिवार" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "हफ्ता" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "घंटा" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "मिनट" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "सेकंड" @@ -2316,10 +2336,11 @@ msgstr "टेबल %s का नाम बदल कर %s रखा गया msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2638,7 +2659,7 @@ msgid "Documentation" msgstr "डोक्युमेंटेशन" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL क्वरी" @@ -5599,7 +5620,7 @@ msgid "The row has been deleted" msgstr "रौ को डिलीट कर दिया" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6143,7 +6164,7 @@ msgstr "फीचरस दिखाओ" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "होस्ट" @@ -6855,14 +6876,14 @@ msgid "Slave status" msgstr "स्लाव की स्थिति" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "स्थिति" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "मूल्य" @@ -7082,7 +7103,7 @@ msgid "Returns" msgstr "रिटर्न प्रकार" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "समय" @@ -8017,7 +8038,7 @@ msgstr "अधिक सेटिंग्स" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "यूसर" @@ -8459,13 +8480,13 @@ msgstr "द्विआधारी लॉग देखने के लिए msgid "Files" msgstr "फाइलें" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "पूर्ण क्वरीों को दिखाएँ" @@ -9243,146 +9264,159 @@ msgstr "क्वरी प्रकार" msgid "Instructions" msgstr "एडमिनिस्ट्रेशन" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "स्टार्टअप पेज अनुकूलित करें" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "प्रति घंटे" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "प्रति मिनट" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "प्रति सेकंड" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "रो आँकड़े" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "प्रतिकृति स्थिति" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "प्राप्त" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "भेजा" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "अधिकतम वर्तमान कनेक्शन" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "असफल प्रयास" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "रद्द" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "आदेश" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL सर्वर से कनेक्ट नहीं कर सका" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "लेनदेन की संख्या जिन्होंने अस्थायी द्विआधारी लॉग कैश का प्रयोग किया" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9390,78 +9424,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "mysqld ने कितनी अस्थायी फ़ाइलें बनायीं" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9469,7 +9503,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9477,42 +9511,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9520,33 +9554,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9555,227 +9589,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9783,99 +9817,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9883,18 +9917,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9902,66 +9936,66 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Textarea rows" msgid "Start Monitor" msgstr "क्षेत्र रोयाँ" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "अनुक्रमणिका जोड़" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "ताज़ा करना" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "मूलभूत मान को बहाल" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9970,7 +10004,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9978,114 +10012,127 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "डेटाबेस को हटा दे" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "टेबल चुनिये" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "अवैध टेबल नाम" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "एक नया सर्वर जोडें" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL क्वरी" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "आँकड़े दिखाएँ" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "पेज चुनिये" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "क्वरी प्रकार" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10093,7 +10140,7 @@ msgid_plural "%d seconds" msgstr[0] "सेकंड" msgstr[1] "सेकंड" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/hr.po b/po/hr.po index a0e0cd6500..11e3f821c6 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-21 14:54+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: croatian \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Prikaži sve" @@ -89,7 +89,7 @@ msgstr "Naziv ključa" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Opis" @@ -695,7 +695,7 @@ msgstr "Provjeri za prepunjene tablice" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Izvoz" @@ -766,7 +766,7 @@ msgstr "Provjeri tablicu" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -788,7 +788,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stanje" @@ -1123,13 +1123,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "Odabir poslužitelja" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesi" @@ -1231,12 +1231,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "kB" @@ -1298,7 +1298,7 @@ msgstr "" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Veze" @@ -1308,12 +1308,12 @@ msgstr "Veze" msgid "Questions" msgstr "Perzijski" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Promet" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1342,7 +1342,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "bez kompresije" @@ -1443,7 +1443,7 @@ msgstr "Opće osobine relacija" msgid "Current settings" msgstr "Opće osobine relacija" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1567,7 +1567,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvoz" @@ -1792,128 +1792,148 @@ msgstr "SQL upit" msgid "Zoom Search" msgstr "Traži" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Dodaj/Izbriši stupce polja" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoriraj" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dodaj %s polja" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Odaberite referentni ključ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Odaberite strani ključ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Odaberite primarni ključ ili jedinstveni ključ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Odaberi polje za prikaz" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Nema baza podataka" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generiraj lozinku" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generiraj" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promijeni lozinku" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1921,30 +1941,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Izradi relaciju" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Nema baza podataka" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Podaci" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodni" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1952,96 +1972,96 @@ msgid "Next" msgstr "Sljedeće" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarno" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Ožu" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Tra" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Svi" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Lip" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Srp" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Kol" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Lis" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Sij" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Velj" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Ožu" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Tra" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2049,78 +2069,78 @@ msgid "May" msgstr "Svi" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Srp" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Kol" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Ruj" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Stu" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Pro" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2128,102 +2148,102 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Sri" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sri" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "u upotrebi" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2444,10 +2464,11 @@ msgstr "Tablica %s preimenovana je u %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2773,7 +2794,7 @@ msgid "Documentation" msgstr "Dokumentacija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL upit" @@ -5864,7 +5885,7 @@ msgid "The row has been deleted" msgstr "Redak je izbrisan" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Eliminiraj" @@ -6477,7 +6498,7 @@ msgstr "Raspoložive MIME vrste" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Računalo" @@ -7190,14 +7211,14 @@ msgid "Slave status" msgstr "Prikaži stanje potčinjenog" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Varijabla" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vrijednost" @@ -7416,7 +7437,7 @@ msgid "Returns" msgstr "Vrsta povratka" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Vrijeme" @@ -8464,7 +8485,7 @@ msgstr "Verzija protokola" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Korisnik" @@ -8936,13 +8957,13 @@ msgstr "Odaberite binarni zapisnik za prikaz" msgid "Files" msgstr "Datoteke" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Sreži prikazane rezultate" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Prikaži pune upite" @@ -9742,85 +9763,98 @@ msgstr "Vrsta upita" msgid "Instructions" msgstr "Funkcije" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "po satu" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "po minuti" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "po sekundi" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Izjave" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ovaj MySQL poslužitelj radi tijekom %s. Pokrenut je %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Replikacija" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9829,47 +9863,47 @@ msgstr "" "prikaza, pri čemu bi statistike koje prikazuje MySQL poslužitelj mogle biti " "netočne." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Primljeno" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Poslano" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "najv. uzastopnih veza" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Neuspjeli pokušaji" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Prekinuto" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Naredba" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Broj fsyncs zapisivanja izvršenih u datoteci zapisnika." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9879,17 +9913,17 @@ msgstr "" "ali su nadmašile vrijednost binlog_cache_size i upotrijebile privremenu " "datoteku za pohranjivanje izjava transakcija." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Broj transakcija koje su upotrebljavale privremeni binarni zapisnik pohrane." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9901,11 +9935,11 @@ msgstr "" "moglo bi biti potrebno da povećate vrijednost tmp_table_size, kako biste " "privremene tablice smjestili u radnu memoriju, a ne na tvrdi disk." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Koliko je privremenih tablica izradio mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9913,7 +9947,7 @@ msgstr "" "Broj privremenih tablica u memoriji koje je poslužitelj automatski izradio " "tijekom izvršavanja izjava." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9921,7 +9955,7 @@ msgstr "" "Broj redaka upisanih pomoću naredbe INSERT DELAYED, a kod kojih je došlo do " "neke vrste pogreške (vjerojatan razlog je udvojen ključ)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9929,23 +9963,23 @@ msgstr "" "Broj hvatište grana INSERT DELAYED u upotrebi. Svaka druga tablica na koju " "se primjeni INSERT DELAYED dobiva vlastitu granu." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Broj redaka zapisanih pomoću INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Broj izvršenih izjava FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Broj internih izjava COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Brojka koja prokazuje koliko puta je redak bio izbrisan iz tablice." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9955,7 +9989,7 @@ msgstr "" "tablicu s traženim nazivom. Ovaj se postupak naziva otkrivanje. " "Handler_discover naznačuje koliko je puta tablica bila otkrivenom." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9965,7 +9999,7 @@ msgstr "" "broj je pokazatelj da poslužitelj izvodi mnogo potpunih pretraživanja " "indeksa, npr. SELECT col1 FROM foo, pri čemu je col1 indeksiran." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9973,7 +10007,7 @@ msgstr "" "Broj zahtjeva za čitanje retka zasnovan na ključu. Velik broj je pokazatelj " "da su vaši upiti i tablice pravilno indeksirani." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9983,7 +10017,7 @@ msgstr "" "povećava ako izvodite upite stupca indeksa s ograničenjem opsega ili ako " "izvodite pretraživanje indeksa." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9991,7 +10025,7 @@ msgstr "" "Broj zahtjeva za čitanje prethodnog retka u redoslijedu ključa. Ovaj način " "čitanja uglavnom se upotrebljava za optimiziranje opcije ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10003,7 +10037,7 @@ msgstr "" "Vjerojatno imate mnogo upita koji zahtijevaju da MySQL pretražuje cjelokupne " "tablice ili imate spojeve koji ne upotrebljavaju ključ na pravilan način." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10015,36 +10049,36 @@ msgstr "" "naznačuje da vaša tablice nisu pravilno indeksirane ili da vaši upiti nisu " "napisani na način koji iskorištava prednosti raspoloživih indeksa." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Broj internih izjava ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Broj zahtjeva za ažuriranje retka u tablici." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Broj zahtjeva za umetanje retka u tablici." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Broj stranice koje sadrže podatke (dirty ili clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Broj stranica koje su trenutno 'dirty'." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Broj stranica međuspremnika za koje je podnesen zahtjev za pražnjenjem." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Broj slobodnih stranica." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10054,7 +10088,7 @@ msgstr "" "čitaju ili zapisuju, ili ih nije moguće isprazniti ili ukloniti iz nekog " "drugog razloga." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10066,11 +10100,11 @@ msgstr "" "je vrijednost moguće izračunati i kao Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Ukupna veličina međuspremnika, u stranicama." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10078,7 +10112,7 @@ msgstr "" "Broj \"nasumičnih\" pripremnih čitanja koje je InnoDB inicijalizirao. Događa " "se kad upit mora pretražiti veliki dio tablice, ali nasumičnim redoslijedom." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10086,11 +10120,11 @@ msgstr "" "Broj slijednih pripremnih čitanja koje je inicijalizirao InnoDB. Ovo se " "događa kad InnoDB izvodi potpuno pretraživanje tablice." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Broj logičkih zahtjeva za čitanjem koje je obavio InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10098,7 +10132,7 @@ msgstr "" "Broj logičkih čitanja koje InnoDB nije mogao zadovoljiti iz međuspremnik i " "morao je izvesti čitanje po jedne stranice." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10112,55 +10146,55 @@ msgstr "" "prikazuje stanje ovog čekanja. Ako je veličina međuspremnika pravilno " "postavljena, ova bi vrijednost trebala biti malenom." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Broj izvršenih zapisivanja u InnoDB međuspremnik." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Broj dosadašnjih fsync() operacija." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Trenutan broj fsync() operacija u čekanju." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Trenutan broj čitanja u čekanju." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Trenutan broj zapisivanja u čekanju." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Količina podataka pročitanih do ovog trenutka, u bajtovima." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Ukupan broj iščitavanja podataka." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Ukupan broj zapisivanja podataka." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Količina podataka zapisanih do ovog trenutka, u bajtovima." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za " "ovu potrebu." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Broj dvostrukih zapisivanja do ovog trenutka i broj stranica zapisanih za " "ovu potrebu." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10169,35 +10203,35 @@ msgstr "" "međuspremnika, te je bilo potrebno čekati njegovo pražnjenje prije nastavka " "rada." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Broj zahtjeva za zapisivanje u zapisnik." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Broj fizičkih zapisivanja u zapisnik." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Broj fsyncs zapisivanja izvršenih u datoteci zapisnika." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Broj naredbi fsyncs za zapisnik, a koje su na čekanju." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Zapisivanja u zapisnik na čekanju." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Broj bajtova zapisanih u zapisnik." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Broj izrađenih stranica." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10206,52 +10240,52 @@ msgstr "" "vrijednosti prebrojavaju u stranicama. Veličina stranice dopušta njihovo " "jednostavno pretvaranje u bajtove." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Broj iščitanih stranica." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Broj zapisanih stranica." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Broj zaključavanja redaka na koje se trenutno čeka." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Prosječno vrijeme postizanja zaključanosti retka, u milisekundama." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Ukupno vrijeme utrošeno na postizanja zaključanosti retka, u milisekundama." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Najdulje vrijeme postizanja zaključanosti retka, u milisekundama." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Broj okolnosti kad je bilo potrebno čekati na zaključanost retka." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Broj redaka izbrisanih iz InnoDB tablica." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Broj redaka umetnutih u InnoDB tablice." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Broj redaka iščitanih iz InnoDB tablica." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Broj ažuriranih redaka u InnoDB tablicama." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10259,7 +10293,7 @@ msgstr "" "Broj ključnih blokova u pohrani ključeva koji su izmijenjeni ali još nisu " "ispražnjeni na disk. Nekoć se nazivalo: Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10267,7 +10301,7 @@ msgstr "" "Broj neiskorištenih blokova u pohrani ključeva. Ovu vrijednost možete " "upotrijebiti za određivanje veličine pohrane ključeva koja je u upotrebi." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10277,11 +10311,11 @@ msgstr "" "gornje razine koja označuje najveći broj blokova koji su ikad bili u " "istovremenoj upotrebi." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Broj zahtjeva za čitanje ključnog bloka iz pohrane." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10292,15 +10326,15 @@ msgstr "" "promašivanja pohrane moguće je izračunati putem naredbi Key_reads/" "Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Broj zahtjeva za zapisivanje ključnog bloka u pohranu." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Broj fizičkih zapisivanja ključnih blokova na disk. " -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10310,17 +10344,17 @@ msgstr "" "upita. Korisno za uspoređivanje troškova različitih planova upita za isti " "upit. Zadana vrijednost je 0 i podrazumijeva da još nema složenog upita." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Broj redaka koji čekaju svoje upisivanje u red čekanja INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10328,39 +10362,39 @@ msgstr "" "Broj tablica koje su otvorene. Ako je iznos otvorenih tablica velik, vaša " "vrijednost za pohranu tablica vjerojatno je premala." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Broj otvorenih datoteka." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Broj otvorenih protoka (uglavnom se upotrebljava za vođenje zapisnika)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Broj otvorenih tablica." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Količina slobodne memorije za pohranu upita." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Broj pronalaženja u pohrani." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Broj upita pridodanih u pohranu." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10373,7 +10407,7 @@ msgstr "" "nedavno upotrebljavanog (LRU - least recently used) radi odlučivanja koje će " "upite ukloniti iz pohrane." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10381,19 +10415,19 @@ msgstr "" "Broj upita koji nisu pohranjeni (nisu za pohranu ili nisu pohranjeni zbog " "postavke query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Broj upita registriranih u pohrani." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Ukupan broj blokova u pohrani upita." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stanje replikacije sigurnosti protiv otkaza (još nije implementirano)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10401,12 +10435,12 @@ msgstr "" "Broj spojeva koji ne upotrebljavaju indekse. Ako ovaj iznos nije 0, bit će " "potrebno da pažljivo provjerite indekse vaših tablica." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Broj spojeva koji nad referentnom tablicom upotrebljavaju opseg traženja." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10415,7 +10449,7 @@ msgstr "" "retka. (Ako ovaj iznos nije 0, bit će potrebno da pažljivo provjerite " "indekse vaših tablica." -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10423,17 +10457,17 @@ msgstr "" "Broj spojeva koji su upotrijebili opsege nad prvom tablicom. (Općenito nije " "kritično ako je ovaj iznos velik.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Broj spojeva koji su izveli potpuno pretraživanje prve tablice." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Broj privremenih tablica koje su trenutno otvorene od strane potčinjene SQL " "grane." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10441,12 +10475,12 @@ msgstr "" "Ukupna količina (od pokretanja) ponovnih pokušaja transakcija od strane " "replikacijske potčinjene SQL grane." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Uključeno (ON) ako je ovaj poslužitelj potčinjen i povezan na gospodara." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10454,14 +10488,14 @@ msgstr "" "Broj grana kojima je bilo potrebno više vremena za izradu, nego što je to " "definirano u slow_launch_time (sporo vrijeme pokretanja), u sekundama." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Broj upita kojima je bilo potrebno više vremena nego što je to definirano u " "long_query_time (dugo vrijeme upita), u sekundama." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10471,23 +10505,23 @@ msgstr "" "Ako je ovaj iznos velik, razmotrite mogućnost povećanja vrijednosti " "sistemske varijable sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Broj preslagivanja učinjenih pomoću opsega." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Broj presloženih redaka." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Broj preslagivanja učinjenih pomoću pretraživanja tablice." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Količina trenutno postignutih zaključavanja tablica." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10499,7 +10533,7 @@ msgstr "" "problema s performansama, bit će potrebno da prvo optimizirate svoje upite i " "potom ili podijelite svoje tablice ili upotrijebite replikaciju." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10509,11 +10543,11 @@ msgstr "" "kao Threads_created/Connections. Ako je ovaj iznos prikazan crvenom bojom, " "bit će potrebno da povećate svoju vrijednost thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Broj trenutno otvorenih veza." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10525,64 +10559,64 @@ msgstr "" "(Uobičajeno, ako imate dobru implementaciju grana, ova opcija neće pružiti " "primjetna poboljšanja performansi.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Broj grana koje nisu uspavane." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sub" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "Dodaj %s polja" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Osvježi" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Dodaj/Izbriši stupce polja" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10591,7 +10625,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10599,111 +10633,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Preimenuj bazu podataka u" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Odaberite tablice" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Neispravan naziv tablice" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Dodaj novog korisnika" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL upit" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistike redova" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Odaberite tablice" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Vrsta upita" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10712,7 +10759,7 @@ msgstr[0] "po sekundi" msgstr[1] "po sekundi" msgstr[2] "po sekundi" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/hu.po b/po/hu.po index d044fec834..5741a6e427 100644 --- a/po/hu.po +++ b/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-05-27 18:52+0200\n" "Last-Translator: \n" "Language-Team: hungarian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Összes mutatása" @@ -88,7 +88,7 @@ msgstr "Kulcsnév" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Leírás" @@ -673,7 +673,7 @@ msgstr "A felülírott táblák kijelölése" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportálás" @@ -738,7 +738,7 @@ msgstr "Nyomon követett táblák" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -758,7 +758,7 @@ msgstr "frissítve" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Állapot" @@ -1082,13 +1082,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Összesen" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1120,7 +1120,7 @@ msgstr "Szerver választása" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Folyamatok" @@ -1189,12 +1189,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1256,7 +1256,7 @@ msgstr "" msgid "Bytes received" msgstr "Fogadott" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Kapcsolatok" @@ -1267,12 +1267,12 @@ msgstr "Kapcsolatok" msgid "Questions" msgstr "Verziók" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Forgalom" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Beállítások" @@ -1299,7 +1299,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nincs" @@ -1400,7 +1400,7 @@ msgstr "Egyéb alapbeállítások" msgid "Current settings" msgstr "Egyéb alapbeállítások" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1527,7 +1527,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importálás" @@ -1736,52 +1736,72 @@ msgstr "Keresési kritériumok mutatása" msgid "Zoom Search" msgstr "Keresés" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Oszlopok hozzáadása/törlése" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Kihagyás" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Oszlop hozzáadása" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Válassza ki a hivatkozott kulcsot" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Idegen kulcs kiválasztása" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Válassza ki az elsődleges kulcsot, vagy egy egyedi kulcsot" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Válassza ki a megjelenítendő oszlopot" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1789,72 +1809,72 @@ msgstr "" "Nem mentette a változtatásokat az elrendezésben. Mentés nélkül ezek el " "fognak veszni. Így is folytatni szeretné?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Adjon meg egy opciót az oszlophoz" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Kattintson a kijelöléshez." -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Logo link URL" msgid "Go to link" msgstr "A logó hivatkozásának URL-címe" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Jelszó generálása" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generálás" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Jelszó megváltoztatása" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Több" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1864,27 +1884,27 @@ msgstr "" "%s, kiadás dátuma: %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", utolsó stabil verzió:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "friss" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Kész" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Előző" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1892,149 +1912,149 @@ msgid "Next" msgstr "Következő" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Ma" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Január" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Február" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Március" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Április" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Május" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Június" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Július" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Augusztus" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Szeptember" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Október" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan." #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "febr." #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "márc." #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "ápr." #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "máj." #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jún." #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "júl." #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "aug." #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "szept." #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt." #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov." #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec." -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Vasárnap" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Hétfő" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Kedd" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Szerda" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Csütörtök" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Péntek" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Szombat" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2042,84 +2062,84 @@ msgid "Sun" msgstr "V" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "H" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "K" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Sze" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Cs" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "P" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Szo" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "V" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "H" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "K" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Sze" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Cs" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Szo" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Hét" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Óra" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Perc" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "másodperc" @@ -2339,10 +2359,11 @@ msgstr "A(z) %s tábla átnevezése %s névre megtörtént" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2666,7 +2687,7 @@ msgid "Documentation" msgstr "Dokumentáció" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-lekérdezés" @@ -5804,7 +5825,7 @@ msgid "The row has been deleted" msgstr "A sor törlése megtörtént" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Leállít" @@ -6419,7 +6440,7 @@ msgstr "Létező MIME-típusok" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Hoszt" @@ -7139,14 +7160,14 @@ msgid "Slave status" msgstr "Másodlagos állapot" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Változó" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Érték" @@ -7369,7 +7390,7 @@ msgid "Returns" msgstr "Típus visszaadása" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Idő" @@ -8436,7 +8457,7 @@ msgstr "Protokoll verzió" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Felhasználó" @@ -8928,13 +8949,13 @@ msgstr "Válassza ki a megtekintendő bináris naplót" msgid "Files" msgstr "Fájlok" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "A megjelenített lekérdezések lerövidítése" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Teljes lekérdezések megjelenítése" @@ -9740,75 +9761,88 @@ msgstr "Lekérdezés típusa" msgid "Instructions" msgstr "Információ" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "A kezdőlap testreszabása" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "óránként" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "percenként" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "másodpercenként" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Utasítások" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ez a MySQL szerver %s óta fut. Indítás időpontja: %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 #, fuzzy #| msgid "" #| "This MySQL server works as %s in replication process. For further " @@ -9822,11 +9856,11 @@ msgstr "" "szerveren lévő többszörözéses állapotról a többszörözés részben kaphat bővebb információt." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Többszörözéses állapot" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9834,47 +9868,47 @@ msgstr "" "Foglalt szerveren túlfuthatnak a bájtszámlálók, ezért a MySQL által " "jelentett statisztikák pontatlanok lehetnek." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Fogadott" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Küldött" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Max. egyidejű kapcsolatok száma" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Sikertelen próbák" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Megszakítva" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "AZ" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Parancs" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Nem lehetett kapcsolódni a MySQL-szerverhez" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9884,17 +9918,17 @@ msgstr "" "használt, azonban az túllépte a binlog_cache_size méretet, és ideiglenes " "fájlt használt az utasítások tárolásához a tranzakcióból." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Az ideiglenes bináris naplógyorsítótár által használt tranzakciók száma." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9906,11 +9940,11 @@ msgstr "" "nagy, akkor növelheti a tmp_table_size értékét, mely az ideiglenes táblákból " "memóriaalapúakat csinál a lemezalapú helyett." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Ennyi ideiglenes fájlt hozott létre a mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9918,7 +9952,7 @@ msgstr "" "A szerver által az utasítások végrehajtásakor automatikusan létrehozott, a " "memóriában tárolt ideiglenes táblák száma." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9926,7 +9960,7 @@ msgstr "" "Az INSERT DELAYED utasítással írt sorok száma, melyeknél néhány hiba történt " "(valószínűleg ismétlődő kulcs)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9934,23 +9968,23 @@ msgstr "" "A használatban lévő INSERT DELAYED kezelőszálak száma. Minden eltérő " "táblának, melyen valaki INSERT DELAYED parancsot használ, saját szála lesz." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "A beírt INSERT DELAYED sorok száma." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "A végrehajtott FLUSH utasítások száma." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "A belső COMMIT utasítások száma." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Egy sornak a táblázatból történő törléseinek a száma." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9960,7 +9994,7 @@ msgstr "" "megadott nevű táblát. Ezt hívják felfedezésnek. A handler_discover jelzi a " "táblák felfedezésének számát." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9971,7 +10005,7 @@ msgstr "" "például a SELECT col1 FROM foo azt feltételezi, hogy a col1 kerül " "indexelésre." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9979,7 +10013,7 @@ msgstr "" "Egy sor kulcs alapján történő beolvasási kéréseinek száma. Ha ez magas, " "akkor jól mutatja, hogy a lekérdezések és a táblák megfelelően indexeltek." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9989,7 +10023,7 @@ msgstr "" "ha Ön tartománymegkötéses index oszlopot kérdez le, vagy ha indexvizsgálatot " "végez." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9997,7 +10031,7 @@ msgstr "" "A kulcssorrendben előző sort beolvasandó kérések száma. Ezt a beolvasási " "módszert főleg az ORDER BY ... DESC optimalizálásához használják." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10009,7 +10043,7 @@ msgstr "" "Valószínűleg sok olyan lekérdezés van, s a MySQL-nek teljes táblákat kell " "megvizsgálnia, vagy a kulcsokat nem megfelelően használó illesztések vannak." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10021,35 +10055,35 @@ msgstr "" "hogy a táblák nem megfelelően indexeltek, vagy a lekérdezések nincsenek írva " "az indexek kihasználása végett." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "A belső ROLLBACK utasítások száma." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "A kérések száma egy táblában lévő sor frissítéséhez." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "A kérések száma egy táblában lévő sor beszúrásához." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Az adatokat tartalmazó lapok száma (piszkos vagy tiszta)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "A jelenleg piszkos lapok száma." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "A pufferkészlet oldalainak száma, melyeket kiírásra kértek." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "A szabad lapok száma." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10059,7 +10093,7 @@ msgstr "" "írás alatt lévő oldalak, melyeket bizonyos más okok miatt nem lehet kiírni " "vagy eltávolítani." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10072,11 +10106,11 @@ msgstr "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data értékként is " "számolható." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "A pufferkészlet teljes mérete lapokban." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10085,7 +10119,7 @@ msgstr "" "akkor történik, ha egy lekérdezés meg akarja vizsgálni egy tábla nagy " "részét, viszont véletlenszerű sorrendben." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10093,11 +10127,11 @@ msgstr "" "Az InnoDB által kezdeményezett sorozatos előreolvasások száma. Ez akkor " "történik, mikor az InnoDB sorozatos teljes táblavizsgálatot tart." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Az InnoDB által elvégzett logikai olvasási kérések száma." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10105,7 +10139,7 @@ msgstr "" "A logikai olvasások száma, melyeket az InnoDB nem tudott a pufferkészletből " "kielégíteni, s egyoldalas beolvasást végzett." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10120,53 +10154,53 @@ msgstr "" "méretét megfelelően állították be, akkor ennek az értéknek kicsinek kell " "lennie." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Az InnoDB pufferkészletébe történt írások száma." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Az fsync() műveletek eddigi száma." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "A folyamatban lévő fsync() műveletek száma." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "A folyamatban lévő olvasások száma." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "A folyamatban lévő írások száma." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Az eddig beolvasott adatok mennyisége bájtban." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Az összes beolvasott adat." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Az összes írott adat." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Az összes írott adat, bájtban." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "A végrehajtott duplaírásos írások száma, s az e célból kiírt oldalak száma." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "A végrehajtott duplaírásos írások száma, s az e célból kiírt oldalak száma." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10174,35 +10208,35 @@ msgstr "" "Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás " "előtt meg kellett várni a kiírást." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "A naplóírási kérések száma." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "A naplófájlba történt fizikai írások száma." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "A naplófájlba történt fsyncs írások száma." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "A folyamatban lévő naplófájl fsync-ek száma." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "A folyamatban lévő naplófájl írások száma." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "A naplófájlba írt bájtok száma." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "A létrehozott lapok száma." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10211,51 +10245,51 @@ msgstr "" "került számolásra az oldalakban; az oldal mérete teszi lehetővé a bájtokká " "történő könnyű átalakítást." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "A beolvasott lapok száma." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Az írott lapok száma." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "A jelenleg várakozás alatt lévő sorzárolások száma." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "A sorzároláshoz szükséges átlag időtartam, milliszekundumban." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "A sorzárolásokra fordított összes idő, milliszekundumban." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "A sorzároláshoz szükséges időtartam, milliszekundumban." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "A sorzárolásra váráshoz szükséges alkalmak száma." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Az InnoDB táblákból törölt sorok száma." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Az InnoDB táblákba beszúrt sorok száma." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Az InnoDB táblákból beolvasott sorok száma." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Az InnoDB táblákban frissített sorok száma." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10263,7 +10297,7 @@ msgstr "" "A kulcsgyorsítótárban lévő kulcsblokkok száma, melyek megváltoztak, de még " "nem kerültek lemezre kiírásra. Ez Not_flushed_key_blocks néven ismert." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10271,7 +10305,7 @@ msgstr "" "A kulcsgyorsítótárban lévő, nem használt blokkok száma. Ezzel az értékkel " "állapíthatja meg, hogy mennyire van használatban a kulcsgyorsítótár." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10280,11 +10314,11 @@ msgstr "" "A kulcsgyorsítótárban lévő használt blokkok száma. Ez az érték egy maximális " "jel, mely a valamikor használatban volt blokkok számát jelzi." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "A gyorsítótárból egy kulcsblokk beolvasásához szükséges kérések száma." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10295,15 +10329,15 @@ msgstr "" "sikertelen találatainak aránya a Key_reads/Key_read_requests alapján " "számítható ki." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "A kérések száma egy kulcsblokk gyorsítótárba történő írásához." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Egy kulcsblokk lemezre történő fizikai írásainak száma." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10314,17 +10348,17 @@ msgstr "" "költségének lekérdezéséhez hasznos. Az alapértelmezett 0 érték azt jelenti, " "hogy lekérdezés lefordítására még nem került sor." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Az INSERT DELAYED sorokban írásra várakozó sorok száma." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10332,40 +10366,40 @@ msgstr "" "Az eddig megnyitott táblák száma. Ha a megnyitott táblák nagy,akkor " "valószínűleg túl kicsi a táblagyorsítótár értéke." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "A megnyitott fájlok száma." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Az adatfolyamok száma, melyek nyitottak (főleg a naplózáshoz kerül " "felhasználásra)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "A megnyitott táblák száma." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "A szabad memória mérete a lekérdezési gyorsítótárhoz." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "A gyorsítótár találatok száma." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "A gyorsítótárhoz adott lekérdezések száma." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10378,7 +10412,7 @@ msgstr "" "lekérdezési gyorsítótár a legrégebben használt (LRU) stratégiával dönti el, " "hogy mely lekérdezéseket kell eltávolítani a gyorsítótárból." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10386,19 +10420,19 @@ msgstr "" "A nem gyorsítótárazott lekérdezések száma (nem gyorsítótárazható, vagy nem " "gyorsítótárazott a query_cache_type beállítás miatt)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "A gyorsítótárban bejegyzett lekérdezések száma." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "A blokkok száma a lekérdezési gyorsítótárban." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "A hibabiztos többszörözések állapota (megvalósításra vár)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10406,11 +10440,11 @@ msgstr "" "Az indexeket nem használó illesztések száma. Ha ez az érték nem 0, akkor " "ellenőrizze körültekintően a táblák indexeit." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Egy hivatkozási táblán tartománykeresést használt illesztések száma." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10419,7 +10453,7 @@ msgstr "" "használatát ellenőrzik. (Ha ez nem 0, akkor ellenőrizze körültekintően a " "táblák indexeit.))" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10427,15 +10461,15 @@ msgstr "" "Az első táblán tartományokat használt illesztések száma. (Normál esetben ez " "nem súlyos, még ha túl nagy is ez.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Az első tábla teljes vizsgálatát elvégzett illesztések száma." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "A kisegítő SQL szál által épp megnyitott ideiglenes táblák száma." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10443,11 +10477,11 @@ msgstr "" "A többszörözésben kisegítő SQL szál (az indítás óta) ennyiszer próbálta újra " "a tranzakciókat." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Ez BE, ha ez főszerverhez csatlakoztatott kisegítő szerver." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10455,14 +10489,14 @@ msgstr "" "A szálak száma, melyek létrehozásához slow_launch_time másodpercnél többre " "volt szükség." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "A lekérdezések száma, melyekhez long_query_time másodpercnél többre volt " "szükség." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10472,23 +10506,23 @@ msgstr "" "végeznie. Ha ez az érték nagy, akkor gondolja meg a sort_buffer_size " "rendszerváltozó értékének növelését." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "A tartományokkal végzett rendezések száma." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Rendezett sorok száma." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "A tábla vizsgálatával végrehajtott rendezések száma." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Ennyiszer nem lehetett azonnal megszerezni egy táblazárolást." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10500,7 +10534,7 @@ msgstr "" "optimalizálja a lekérdezéseket, majd vagy ossza fel a táblát vagy táblákat, " "vagy használja a többszörözést." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10510,11 +10544,11 @@ msgstr "" "Threads_created/Connections alapján számítható ki. Ha ez az érték piros, " "akkor növelnie kell a thread_cache_size méretét." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "A jelenleg megnyitott kapcsolatok száma." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10525,67 +10559,67 @@ msgstr "" "nagy, akkor növelheti a thread_cache_size értékét. (Normál esetben ez nem " "növeli jelentősen a teljesítményt, ha jó szálmegvalósítása van.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "A nem alvó szálak száma." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Indítás" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "Index hozzáadása" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Frissítés" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Szövegterület oszlopai" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Alapértelmezett érték visszaállítása" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Információ" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10594,7 +10628,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10602,114 +10636,127 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Adatbázis eltávolítása" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Táblák kiválasztása" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Érvénytelen táblanév" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Új szerver hozzáadása" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL-lekérdezések" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "A statisztika megjelenítése" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Táblák kiválasztása" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Lekérdezés típusa" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10717,7 +10764,7 @@ msgid_plural "%d seconds" msgstr[0] "másodperc" msgstr[1] "másodperc" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/id.po b/po/id.po index e78e1bbde4..8a0126262c 100644 --- a/po/id.po +++ b/po/id.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-06-18 11:34+0200\n" "Last-Translator: \n" "Language-Team: indonesian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Tampilkan semua" @@ -88,7 +88,7 @@ msgstr "Nama Kunci" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Deskripsi" @@ -670,7 +670,7 @@ msgstr "Periksa Overheaded" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Ekspor" @@ -739,7 +739,7 @@ msgstr "Tabel-tabel yang dilacak" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -759,7 +759,7 @@ msgstr "Diperbarui" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1076,13 +1076,13 @@ msgstr "Data statis" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Jumlah" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Lainnya" @@ -1112,7 +1112,7 @@ msgstr "Lalulintas Server (dalam KiB)" msgid "Connections since last refresh" msgstr "Koneksi sejak dibuka terakhir" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Proses Aktif" @@ -1178,12 +1178,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1245,7 +1245,7 @@ msgstr "" msgid "Bytes received" msgstr "Penerimaan" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Koneksi" @@ -1256,12 +1256,12 @@ msgstr "Koneksi" msgid "Questions" msgstr "Versi" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Lalu-Lintas" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1288,7 +1288,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "tanpa" @@ -1389,7 +1389,7 @@ msgstr "Ciri-ciri dari General Relation" msgid "Current settings" msgstr "Ciri-ciri dari General Relation" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1516,7 +1516,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1717,52 +1717,72 @@ msgstr "Tampilkan kriteria pencarian" msgid "Zoom Search" msgstr "Cari" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Tambahkan/Hapus kolom" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Abaikan" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Tambah kolom" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Pilih kunci rujukan" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Pilih Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Silakan pilih primary key atau sebuah unique key" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Pilih kolom untuk ditampilkan" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1770,70 +1790,70 @@ msgstr "" "Anda belum menyimpan perubahan pada susunan. Mereka akan hilang jika Anda " "tidak menyimpannya. Apakah Anda ingin melanjutkan?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Tambahkan pilihan untuk kolom" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Klik untuk memilih" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Menghasilkan kata sandi" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Menghasilkan" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Ubah Kata Sandi" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Selebihnya" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1843,27 +1863,27 @@ msgstr "" "untuk meng-upgrade. Versi terbaru adalah %s, dirilis pada %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", versi stabil terakhir:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "Mutakhir" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Selesai" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Sebelumnya" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1871,149 +1891,149 @@ msgid "Next" msgstr "Berikutnya" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Hari ini" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Januari" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Februari" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Maret" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "April" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mei" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Agustus" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "September" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Januari" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Februari" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Maret" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "April" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Juni" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Juli" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Agustus" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "September" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Oktober" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nopember" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Desember" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Minggu" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Senin" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Selasa" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Rabu" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Kamis" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Jumat" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sabtu" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2021,84 +2041,84 @@ msgid "Sun" msgstr "Minggu" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Senin" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Selasa" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Rabu" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Kamis" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Jumat" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sabtu" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Minggu" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Senin" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Selasa" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Rabu" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Kamis" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Jumat" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sabtu" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Mingguan" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Jam" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Menit" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Detik" @@ -2313,10 +2333,11 @@ msgstr "Nama tabel %s telah diubah menjadi %s" msgid "Could not save table UI preferences" msgstr "Tidak dapat menyimpan preferensi UI tabel" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2639,7 +2660,7 @@ msgid "Documentation" msgstr "Dokumentasi" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Pencarian SQL" @@ -5681,7 +5702,7 @@ msgid "The row has been deleted" msgstr "Baris telah dihapus" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Tutup" @@ -6261,7 +6282,7 @@ msgstr "Tipe MIME yang tersedia" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -6980,14 +7001,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabel" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Nilai" @@ -7204,7 +7225,7 @@ msgid "Returns" msgstr "Pilihan untuk tabel" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Jangka Waktu" @@ -8232,7 +8253,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Pengguna" @@ -8701,13 +8722,13 @@ msgstr "Pilih Log binari untuk ditinjau" msgid "Files" msgstr "Field" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Potongkan pencarian yang ditampilkan" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Tampilkan pencarian yang lengkap" @@ -9517,54 +9538,67 @@ msgstr "Tipe Pencarian" msgid "Instructions" msgstr "Fungsi" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "dalam sejam" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per menit" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per detik" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Keterangan" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." @@ -9572,94 +9606,94 @@ msgstr "" "MySQL server ini telah berjalan secara berturut-turut selama %s. Server " "dijalankan pada tanggal %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Penerimaan" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Pengiriman" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Gagal" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Pembatalan" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Perintah" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam " "batas waktu satu jam." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9667,78 +9701,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9746,7 +9780,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9754,42 +9788,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9797,33 +9831,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9832,227 +9866,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10060,99 +10094,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10160,18 +10194,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10179,65 +10213,65 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy msgid "Start Monitor" msgstr "Status" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add column" msgid "Add chart" msgstr "Tambah kolom" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Menyegarkan" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete columns" msgid "Chart columns" msgstr "Tambahkan/Hapus kolom" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Kembalikan nilai default" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10246,7 +10280,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10254,118 +10288,131 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Hapus database" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Pilih tabel" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Nama tabel tidak valid" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Menambahkan pengguna baru" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "Pencarian SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistik Baris" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Pilih tabel" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipe Pencarian" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "Detik" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/it.po b/po/it.po index 2db7e06b03..d74555215e 100644 --- a/po/it.po +++ b/po/it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-22 19:13+0200\n" "Last-Translator: Rouslan Placella \n" "Language-Team: italian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Mostra tutti" @@ -89,7 +89,7 @@ msgstr "Chiave" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descrizione" @@ -670,7 +670,7 @@ msgstr "Controllo addizionale" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Esporta" @@ -735,7 +735,7 @@ msgstr "Tabelle monitorate" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -755,7 +755,7 @@ msgstr "Aggiornato" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stato" @@ -1072,13 +1072,13 @@ msgstr "Dati statici" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Totale" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Altre" @@ -1108,7 +1108,7 @@ msgstr "Traffico del server (in KiB)" msgid "Connections since last refresh" msgstr "Numero di connessioni dall'ultimo aggiornamento" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processi" @@ -1175,12 +1175,12 @@ msgid "System swap" msgstr "Swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1248,7 +1248,7 @@ msgstr "" msgid "Bytes received" msgstr "Ricevuti" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Connessioni" @@ -1257,12 +1257,12 @@ msgstr "Connessioni" msgid "Questions" msgstr "Questions" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Traffico" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Impostazioni" @@ -1287,7 +1287,7 @@ msgstr "Aggiungi almeno una variabile alla serie" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nessuno" @@ -1392,7 +1392,7 @@ msgstr "Modifica impostazioni" msgid "Current settings" msgstr "Impostazioni attuali" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Titolo del diagramma" @@ -1530,7 +1530,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importa" @@ -1730,52 +1730,72 @@ msgstr "Mostra criteri di ricerca" msgid "Zoom Search" msgstr "Cerca" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Aggiungi/Cancella colonne" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Aggiungi campo" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Seleziona le chiavi referenziali" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Seleziona Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Seleziona la chiave primaria o una chiave univoca" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Scegli la colonna da mostrare" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1783,71 +1803,71 @@ msgstr "" "Non hai salvato i cambiamenti della disposizione. Questi cambiamenti saranno " "persi se non li salvi. Vuoi procedere?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Aggiungi un'opzione alla colonna " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Trascina per riordinare" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Clicca per ordinare" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Clicca per selezionare/deselezionare" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Clicca sulla freccia
per cambiare lo stato di visualizzazzione dei campi" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Vai alla visualizzazione" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Genera password" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genera" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Cambia password" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Più" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1857,27 +1877,27 @@ msgstr "" "l'aggiornamento. La versione più recente è la %s, rilasciata il %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", versione stabile piú recente:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "aggiornata" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Fatto" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Precedente" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1885,149 +1905,149 @@ msgid "Next" msgstr "Prossimo" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Oggi" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Gennaio" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Febbraio" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Marzo" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Aprile" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maggio" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Giugno" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Luglio" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Agosto" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Setttembre" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Ottobre" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Novembre" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Dicembre" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Gen" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mag" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Giu" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Lug" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Ott" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dic" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Domenica" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Lunedì" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Martedì" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Mercoledì" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Giovedì" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Venerdì" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sabato" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2035,84 +2055,84 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mer" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Gio" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Ven" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Do" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Lu" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ma" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Me" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Gi" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Ve" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Sa" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sett" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Ora" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuto" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Secondo" @@ -2325,10 +2345,11 @@ msgid "Could not save table UI preferences" msgstr "" "Impossibile salvare la tabella delle preferenze per l'interfaccia utente" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2652,7 +2673,7 @@ msgid "Documentation" msgstr "Documentazione" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Query SQL" @@ -5780,7 +5801,7 @@ msgid "The row has been deleted" msgstr "La riga è stata cancellata" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Rimuovi" @@ -6381,7 +6402,7 @@ msgstr "Mostra tipi MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7119,14 +7140,14 @@ msgid "Slave status" msgstr "Stato slave" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabile" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valore" @@ -7335,7 +7356,7 @@ msgid "Returns" msgstr "Ritorna" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tempo" @@ -8278,7 +8299,7 @@ msgstr "Versione protocollo" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Utente" @@ -8727,13 +8748,13 @@ msgstr "Selezionare il log binario da visualizzare" msgid "Files" msgstr "File" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Tronca le Query Mostrate" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostra query complete" @@ -9535,59 +9556,72 @@ msgstr "Tipo di query" msgid "Instructions" msgstr "Introduzione" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Questions eseguiti dall'avvio: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "all'ora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "al minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "al secondo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Istruzioni" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Traffico rete dall'avvio: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Questo server MySQL sta girando da %1$s. É stato avviato il %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9595,19 +9629,19 @@ msgstr "" "Questo server MySQL funziona come un master e slave nel " "processo di replicazione." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Questo server MySQL funziona come un master nel processo di " "replicazione." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Questo server MySQL funziona come un slave nel processo di " "replicazione." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9616,11 +9650,11 @@ msgstr "" "server, prego vedi la seztione sulla replicazione." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Stato di replicazione" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9629,35 +9663,35 @@ msgstr "" "e per questa ragione le statistiche riportate dal server MySQL potrebbero " "non essere corrette." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Ricevuti" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Spediti" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. connessioni contemporanee" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Tentativi falliti" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Fallito" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Comando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9665,11 +9699,11 @@ msgstr "" "Il numero di connessioni fallite perché il cliente é morto senza chiudere la " "connessione correttemente." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Il numero di tentativi falliti di connettere al server MySQL." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9679,19 +9713,19 @@ msgstr "" "ma che oltrepassano il valore di binlog_cache_size e usano un file " "temporaneo per salvare gli statements dalle transazioni." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Il numero delle transazioni che usano la cache temporanea del log binario." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" "Il numero di tentativi di connesione al server MySQL (completati con " "successo o no)." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9703,11 +9737,11 @@ msgstr "" "grande, potresti voler aumentare il valore tmp_table_size, per fare im modo " "che le tabelle temporanee siano memory-based anzichè disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Numero di file temporanei che mysqld ha creato." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9715,7 +9749,7 @@ msgstr "" "Il numero di tabelle temporanee create automaticamente in memoria dal server " "durante l'esecuzione dei comandi." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9723,7 +9757,7 @@ msgstr "" "Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori " "(probabilmete chiave dublicata)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9731,23 +9765,23 @@ msgstr "" "Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato " "INSERT DELAYED occupa un thread." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Il numero di righe INSERT DELAYED scritte." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Il numero di comandi FLUSH eseguiti." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Il numero di comandi interni COMMIT eseguiti." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Il numero di volte in cui una riga è stata cancellata da una tabella." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9757,7 +9791,7 @@ msgstr "" "tabella sulla base di un nome dato. Questo è chaiamto discovery. " "Handler_discover indica il numero di volte che una tabella è stata trovata." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9768,7 +9802,7 @@ msgstr "" "degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia " "indicizzata." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9777,7 +9811,7 @@ msgstr "" "alta, è un buon indice che le tue query e le tue tabelle sono correttamente " "indicizzate." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9788,7 +9822,7 @@ msgstr "" "colonna indice con un range costante, oppure se stai facendo una scansione " "degli indici." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9797,7 +9831,7 @@ msgstr "" "chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare " "ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9810,7 +9844,7 @@ msgstr "" "MySQL di leggere l'intera tabella oppure ci sono dei joins che non usano le " "chiavi correttamente." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9823,37 +9857,37 @@ msgstr "" "indicizzate, o che le query non sono state scritte per trarre vantaggi dagli " "indici che hai." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Il numero di comandi ROLLBACK interni." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Il numero di richieste per aggiornare una riga in una tabella." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Il numero di richieste per inserire una riga in una tabella." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Il numero di pagine che contengono dati (sporchi o puliti)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Il numero di pagine attualmente sporche." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Il numero di buffer pool pages che hanno avuto richiesta di essere " "aggiornate." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Il numero di pagine libere." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9863,7 +9897,7 @@ msgstr "" "attualmente in lettura o in scittura e non possono essere aggiornate o " "rimosse per altre ragioni." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9875,11 +9909,11 @@ msgstr "" "come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Il numero totale di buffer pool, in pagine." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9887,7 +9921,7 @@ msgstr "" "Il numero di read-aheads \"random\" InnoDB iniziate. Questo accade quando " "una query legge una porzione di una tabella, ma in ordine casuale." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9895,11 +9929,11 @@ msgstr "" "Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB " "esegue una scansione completa sequenziale di una tabella." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Il numero di richieste logiche che InnoDb ha fatto." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9907,7 +9941,7 @@ msgstr "" "Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool " "e che devono fare una lettura di una pagina singola." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9922,55 +9956,55 @@ msgstr "" "dimesione del buffer pool è stata settata correttamente questo valore " "dovrebbe essere basso." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Il numero di scritture effettuate nel buffer pool InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Il numero delle operazioni fsync() fino ad ora." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Il numero di operazioni fsync() in attesa." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Il numero di letture in attesa." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Il numero di scritture in attesa." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "La quantità di dati letti fino ad ora, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Il numero totale di dati letti." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Il numero totale di dati scritti." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "La quantità di dati scritti fino ad ora, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Il numero di scritture doublewrite che sono state eseguite ed il numero che " "sono state scritte a questo scopo." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Il numero di scritture doublewrite che sono state eseguite ed il numero che " "sono state scritte a questo scopo." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9978,35 +10012,35 @@ msgstr "" "Il numero di attese che abbiamo avuto perchè il buffer di log era troppo " "piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Il numero di richieste di scrittura dei log." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Il numero scritture fisiche del log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Il numero di scritture effettuate da fsync() sul log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Il numero degli fsyncs in sospeso sul log file." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Il numero di scritture in sospeso sul log file." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Il numero di bytes scritti sul log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Il numero di pagine create." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10015,51 +10049,51 @@ msgstr "" "valori sono conteggiati nelle pagine; la dimesione delle pagine permette di " "convertirli facilmente in bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Il numero di pagine lette." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Il numero di pagine scritte." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Il numero di row locks attualmente in attesa." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Il tempo medio per l'acquisizione di un row lock, in millisecondi." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Il tempo totale per l'acquisizione di un row locks, in millisecondi." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Il tempo massimo per l'acquisizione di un row lock, in millisecondi." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Il numero di volte che un row lock ha dovuto attendere." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Il numero di righe cancellate da una tabella InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Il numero di righe inserite da una tabella InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Il numero di righe lette da una tabella InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Il numero di righe aggiornate da una tabella InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10068,7 +10102,7 @@ msgstr "" "cambiati, ma che non sono stai aggiornati su disco. É conosciuto con il nome " "di Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10076,7 +10110,7 @@ msgstr "" "Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore " "per determinare quanta cache chiave è in uso." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10086,11 +10120,11 @@ msgstr "" "segnale che indica il numero massimo di blocchi che sono stati in uso " "contemporaneamente." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Il numero di richieste per le ggere un blocco chiave dalla cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10101,15 +10135,15 @@ msgstr "" "rapporto di cache miss rate può essere calcolato come Key_reads/" "Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Il numero di richieste per scrivere una blocco chiave nella cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Il numero di scritture fisiche di un blocco chiave sul disco." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10120,7 +10154,7 @@ msgstr "" "query per la stessa operazione di query. Il valore di default è 0, che " "significa che nessuna query è stata ancora compilata." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -10128,12 +10162,12 @@ msgstr "" "Il massimo numero di connessioni che sono state utilizzate " "contemporaneamente dall'avvio del server." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "In numero di righe in attesa di essere scritte nella coda INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10141,20 +10175,20 @@ msgstr "" "Il numero di tabelle che sono state aperte. Se il valore opened_tables è " "grande, probabilmente il valore di table cache è troppo piccolo." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Il numero di file che sono aperti." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Il numero di stream che sono aperti (usato principalmente per il logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Il numero di tabelle che sono aperte." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10164,19 +10198,19 @@ msgstr "" "potrebbero indicare problemi di fragmentazione che possono essere risolti " "con l'esecuzione dell'istruzione FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "L'ammontare di memoria libera nella cache delle query." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Il numero di cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Il numero di query aggiunte alla cache." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10189,7 +10223,7 @@ msgstr "" "una strategia di \"meno usate recentemente\" (LRU - least recently used) per " "decidere quali query rimuovere dalla cache." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10197,19 +10231,19 @@ msgstr "" "Il numero di query non in cache (impossibilità di inserirle nella cache " "oppure non inserite per i settaggi del parametro query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Il numero di query registrate nella cache." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Il numero totale di blocchi nella cache delle query." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Lo sato delle repliche failsafe (non ancora implementato)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10217,13 +10251,13 @@ msgstr "" "Il numero di joins che non usano gli indici. Se questo valore non è 0, " "dovresti controllare attentamente gli indici delle tue tabelle." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Il numero di joins che usano una ricerca limitata su di una tabella di " "riferimento." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10232,7 +10266,7 @@ msgstr "" "ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli " "indici delle tue tabelle.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10240,17 +10274,17 @@ msgstr "" "Il numero di joins che usano un range sulla prima tabella. (Non è, " "solitamente, un valore critico anche se è grande.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Il numero di join che hanno effettuato una scansione completa della prima " "tabella." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Il numero di tabelle temporaneamente aperte da processi SQL slave." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10258,12 +10292,12 @@ msgstr "" "Numero totale di volte (dalla partenza) in cui la replica slave SQL ha " "ritentato una transazione." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Questa chiave è ON se questo è un server slave connesso ad un server master." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10271,12 +10305,12 @@ msgstr "" "Numero di processi che hanno impiegato più di slow_launch_time secondi per " "partire." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Numero di query che hanno impiegato più di long_query_time secondi." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10286,23 +10320,23 @@ msgstr "" "fatte. Se questo valore è grande, dovresti incrementare la variabile di " "sistema sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Il numero di ordinamenti che sono stati eseguiti in un intervallo." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Il numero di righe ordinate." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Il numero di ordinamenti che sono stati fatti leggendo la tabella." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Il numero di volte che un table lock è stato eseguito immediatamente." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10314,7 +10348,7 @@ msgstr "" "performance, dovresti prima ottimizzare le query, oppure sia utilizzare le " "repliche, sia dividere le tabelle." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10324,11 +10358,11 @@ msgstr "" "essere calcolato come processi_creati/connessioni. Se questo valore è rosso " "devi aumentare la tua thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Il numero di connessioni correntemente aperte." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10340,63 +10374,63 @@ msgstr "" "(Normalmente questo non fornisce un significatico incremento delle " "performace se hai una buona implementazione dei processi.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Il numero di processi non in attesa." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Avvia monitoraggio" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Istruzioni/Configurazione" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Ho finito di modificare/muovere i grafici" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Aggiungi grafico" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Muovi/modifica i grafici" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Ritmo di aggiornamenti" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Campi del grafico:" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Gestione degli errori:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Ripristinare valori predefiniti" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Istruzioni per monitoraggio" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10405,7 +10439,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10413,111 +10447,130 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Arresta il monitoraggio" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Rimuovi il diagramma" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Variabili di stato" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Seleziona serie:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Monitorate di solito" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "or scrivi il nome di una variabile:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Visualizzare come valore differenziale" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Applica un divisore" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Aggiungi un unitá ai valori dei dati" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Aggiungi questa serie" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Cancella la serie" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Serie del grafico:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Registra statistiche" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Intervallo di tempo selezionato:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Scegli il log dal quale generare le statistiche.

I risultati verranno " "raggruppati secondo il testo di query." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipo di query" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d secondo" msgstr[1] "%d secondi" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/ja.po b/po/ja.po index bfba88f1d1..c84ddfa8ad 100644 --- a/po/ja.po +++ b/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-13 12:52+0200\n" "Last-Translator: Yuichiro \n" "Language-Team: japanese \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "すべて表示" @@ -88,7 +88,7 @@ msgstr "キー名" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "説明" @@ -663,7 +663,7 @@ msgstr "オーバーヘッドのあるテーブルを確認する" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "エクスポート" @@ -728,7 +728,7 @@ msgstr "SQL コマンドを追跡しているテーブル" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -748,7 +748,7 @@ msgstr "更新日時" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "状態" @@ -1063,13 +1063,13 @@ msgstr "統計データ" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "合計" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "その他" @@ -1099,7 +1099,7 @@ msgstr "サーバのトラフィック (単位:KiB)" msgid "Connections since last refresh" msgstr "更新間隔中の接続数" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "プロセス" @@ -1166,12 +1166,12 @@ msgid "System swap" msgstr "システムスワップ" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1223,7 +1223,7 @@ msgstr "送信" msgid "Bytes received" msgstr "受信" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "接続" @@ -1232,12 +1232,12 @@ msgstr "接続" msgid "Questions" msgstr "問い合わせ" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "トラフィック" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "設定" @@ -1260,7 +1260,7 @@ msgstr "少なくとも1つの系列を追加してください" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "なし" @@ -1361,7 +1361,7 @@ msgstr "設定の変更" msgid "Current settings" msgstr "現在の設定" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "グラフの題名" @@ -1485,7 +1485,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "インポート" @@ -1683,50 +1683,70 @@ msgstr "検索条件を表示する" msgid "Zoom Search" msgstr "検索" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "カラムを追加・削除する" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "無視" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "カラムを追加する" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "参照されているキーを選択" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "外部キーを選択してください" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "主キーまたはユニークキーを選択してください" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "表示するカラムの選択" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1734,70 +1754,70 @@ msgstr "" "レイアウトの変更を保存されていません。保存していない場合、それらは失われま" "す。このまま続けてもよろしいですか?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "カラムに対するオプションを追加する" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "ドラッグでカラムの入れ替え" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "クリックでソート" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "クリックでカラムを反転/解除" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "ビューに移動" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "パスワードを生成する" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "生成する" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "パスワードを変更する" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "その他" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1807,255 +1827,255 @@ msgstr "" "します。最新バージョンは %s で、%s にリリースされています。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", 最終安定バージョン:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "最新版" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "決定" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "前月" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "翌月" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "今日" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "1 月" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "2 月" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "3 月" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "4 月" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "5 月" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "6 月" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "7 月" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "8 月" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "9 月" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "10 月" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "11 月" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "12 月" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "1 月" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "2 月" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "3 月" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "4 月" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "5 月" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "6 月" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "7 月" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "8 月" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "9 月" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "10 月" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "11 月" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "12 月" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "日" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "月" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "火" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "水" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "木" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "金" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "土" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "日" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "月" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "火" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "水" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "木" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "金" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "土" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "月" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "火" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "水" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "木" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "金" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "土" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "週" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "時" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "分" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "秒" @@ -2265,10 +2285,11 @@ msgstr "テーブル %s を %s にリネームしました" msgid "Could not save table UI preferences" msgstr "テーブルにユーザ設定が保存できません" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2587,7 +2608,7 @@ msgid "Documentation" msgstr "ドキュメント" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "実行した SQL" @@ -5636,7 +5657,7 @@ msgid "The row has been deleted" msgstr "行を削除しました" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "停止" @@ -6222,7 +6243,7 @@ msgstr "MIME タイプの表示" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "ホスト" @@ -6938,14 +6959,14 @@ msgid "Slave status" msgstr "スレーブステータス" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "変数" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "値" @@ -7156,7 +7177,7 @@ msgid "Returns" msgstr "返り値の種類" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "時間" @@ -8077,7 +8098,7 @@ msgstr "プロトコルバージョン" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "ユーザ" @@ -8523,13 +8544,13 @@ msgstr "表示するバイナリログを選択してください" msgid "Files" msgstr "ファイル" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "クエリの表示を切り詰める" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "クエリ全体を表示" @@ -9314,59 +9335,72 @@ msgstr "クエリの解析" msgid "Instructions" msgstr "はじめに" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "起動以後の問い合わせ数:%s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "/時" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "/分" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "/秒" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "ステートメント" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "クエリ数" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "起動以後のネットワークトラフィック:%s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "この MySQL サーバの稼働時間: %1$s (起動時刻: %2$s)" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9374,19 +9408,19 @@ msgstr "" "この MySQL サーバは、レプリケーションプロセスのマスタス" "レーブとして動作しています。" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "この MySQL サーバは、レプリケーションプロセスのマスタとして動作" "しています。" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "この MySQL サーバは、レプリケーションプロセスのスレーブとして動" "作しています。" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the
replication section." @@ -9394,11 +9428,11 @@ msgstr "" "サーバ上のレプリケーションステータスの詳細については、レプリケーションの節を参照してください。" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "レプリケーションステータス" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9406,45 +9440,45 @@ msgstr "" "処理が集中するサーバではバイトカウンタが超過することがあるため、MySQL サーバ" "が報告してくる統計は不正確なことがあります" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "受信済" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "送信済" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "最大同時接続数" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "失敗回数" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "中断" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "コマンド" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "クライアントが適切に接続を閉じなかったために中断された接続数。" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL サーバへの接続を試みて失敗した回数。" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9453,16 +9487,16 @@ msgstr "" "一時バイナリログキャッシュを利用したものの binlog_cache_size の値を超過したた" "め一時ファイルにステートメントを保存したトランザクション数" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "一時バイナリログキャッシュを使用したトランザクション数" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "MySQL サーバへの接続試行回数(成否に関わらず)。" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9473,24 +9507,24 @@ msgstr "" "Created_tmp_disk_tables の値が大きい場合は tmp_table_size の値を増やしてディ" "スク上ではなくメモリ上に一時テーブルを構築した方がよいかもしれません。" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "mysqld が生成した一時ファイル数" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "ステートメント実行中にサーバが自動生成したメモリ上の一時テーブル数" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" "何らかのエラー (たぶんキーの重複) が発生したため INSERT DELAYED された行数" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9498,23 +9532,23 @@ msgstr "" "使用中の INSERT DELAYED ハンドラのスレッド数。INSERT DELAYED を適用するテーブ" "ルの数だけ固有のスレッドが用意されます" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "INSERT DELAYED で書き込まれた行数" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "FLUSH 文の実行回数" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "内部で COMMIT 文を実行した回数" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "テーブルから行を削除した回数" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9524,7 +9558,7 @@ msgstr "" "ての情報を持っているか問い合わせることができます。これを開示と言いますが、" "Handler_discover はその開示されたタイムテーブルの数です" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9534,7 +9568,7 @@ msgstr "" "もインデックスのフルスキャンを実行しているものと思われます。例えば SELECT " "col1 FROM foo を実行した場合 (col1 はインデックスに含まれているものとします)" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9542,7 +9576,7 @@ msgstr "" "キーに基づいて行を読み込んだリクエストの数。この値が高い場合はクエリとテーブ" "ルが適切にインデックスされているものと考えられます" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9551,7 +9585,7 @@ msgstr "" "キーの順序通りに次の行を読み込んだリクエストの数。この値はインデックス列のク" "エリに範囲指定をしているか、インデックススキャンを行っているときに増加します" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9559,7 +9593,7 @@ msgstr "" "キーの順序通りに前の行を読み込んだリクエストの数。この読み込みは主に ORDER " "BY ... DESC の最適化に利用されます" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9571,7 +9605,7 @@ msgstr "" "キャンしなければならないクエリを大量に行っているか、結合の際のキーの使い方に" "不適切なところがあります" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9582,36 +9616,36 @@ msgstr "" "キャンを大量に実行しているためです。一般にこれはテーブルのインデックスが不適" "切か、クエリがインデックスを利用するように書かれていないことを意味します" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "内部で ROLLBACK 文を実行した回数" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "テーブル内の行を更新したリクエストの数" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "テーブル内に行を挿入したリクエストの数" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" "データが含まれるページの数 (ダーティページ、クリーンページの別を問わず)" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "現在のダーティページの数" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "フラッシュリクエストを受けたバッファプールのページ数" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "空きページ数" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9621,7 +9655,7 @@ msgstr "" "るいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除し" "たりできなくなっているページの数です" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9633,11 +9667,11 @@ msgstr "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data という式でも計" "算できます" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "ページのバッファプールサイズの合計" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9645,7 +9679,7 @@ msgstr "" "InnoDB が開始したランダム読み込みの回数。これはクエリがテーブルの大部分をラン" "ダムな順番でスキャンするときに発生します" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9653,11 +9687,11 @@ msgstr "" "InnoDB が開始したシーケンシャル読み込みの回数。これは InnoDB がシーケンシャル" "なフルテーブルスキャンを行うときに発生します" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InnoDB が実行した論理読み込みリクエストの数" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9665,7 +9699,7 @@ msgstr "" "InnoDB がバッファプールの内容を利用できず、シングルページ読み込みを行わなけれ" "ばならなかった論理読み込みの回数" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9679,51 +9713,51 @@ msgstr "" "そのウェイトの回数をカウントするものです。バッファプールの値が適切に設定され" "ていれば、この値は小さいはずです" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB バッファプールへの書き込み回数" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "これまでに fsync() を実行した回数" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "現在保留されている fsync() の回数" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "現在保留されている読み込みの数" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "現在保留されている書き込みの数" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "これまでのデータ読み込み量 (単位:バイト)" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "データ読み込み回数の合計" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "データ書き込み回数の合計" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "これまでのデータの書き込み量 (単位:バイト)" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "二重書き込みの実行回数と二重書き込みが発生したページ数" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "二重書き込みの実行回数と二重書き込みが発生したページ数" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9731,35 +9765,35 @@ msgstr "" "ログバッファが小さすぎてフラッシュしないと作業を続行できなくなったために発生" "したウェイトの回数" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "ログ書き込みリクエストの数" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "ログファイルへの物理書き込みの回数" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "ログファイルへの fsync 書き込みの回数" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "保留中のログファイルへの fsync 回数" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "保留中のログファイルへの書き込み回数" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "ログファイルに書き込んだバイト数" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "作成されたページ数" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9767,51 +9801,51 @@ msgstr "" "コンパイル時の InnoDB のページサイズ (デフォルト:16KB)。多くの値がページ単位" "で計算されますが、この値を使えば簡単にバイト単位に変換できます" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "読み込んだページ数" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "書き込んだページ数" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "現在待機中の行ロックの数" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "行ロック取得に要する平均時間 (単位:ミリ秒)" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "行ロック取得に要した時間の合計 (単位:ミリ秒)" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "行ロック取得に要した時間の最大値 (単位:ミリ秒)" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "行ロック取得時に待機した回数" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "InnoDB テーブルから削除した行数" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "InnoDB テーブルに挿入した行数" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "InnoDB テーブルから読み込んだ行数" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB テーブルで更新された行数" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9819,7 +9853,7 @@ msgstr "" "変更されてからディスクにフラッシュされていないキーキャッシュのキーブロックの" "数。以前は Not_flushed_key_blocks でした" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9827,7 +9861,7 @@ msgstr "" "キーキャッシュの未使用ブロックの数。キーキャッシュの使用率を調べるときに使え" "ます" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9836,11 +9870,11 @@ msgstr "" "キーキャッシュの使用済みブロックの数。この値はこれまで一度に使用されたブロッ" "クの最大数です" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "キャッシュからキーブロックを読み込んだリクエストの数" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9850,15 +9884,15 @@ msgstr "" "く key_buffer_size が小さすぎるためです。キャッシュミスの割合は Key_reads/" "Key_read_requests で計算できます" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "キャッシュにキーブロックを書き込んだリクエストの数" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "ディスクにキーブロックを物理書き込みした回数" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9868,17 +9902,17 @@ msgstr "" "クエリのプランを変えたときにコストがどう変わるか比較するときに便利です。デ" "フォルト値の 0 はまだ一度もクエリをコンパイルしていないという意味です" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "サーバが起動してからの同時接続の最大数。" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "INSERT DELAYED キューの中で書き込まれるのを待っている行数" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9886,19 +9920,19 @@ msgstr "" "開いているテーブルの数。開いているテーブルが多い場合はおそらくテーブルキャッ" "シュの値が小さすぎます" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "開いているファイルの数" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "開いているストリームの数 (主にログの記録用です)" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "開いているテーブルの数" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9908,19 +9942,19 @@ msgstr "" "ていることを示しています。FLUSH QUERY CACHE 文を発行することによって解消され" "るかもしれません。" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "クエリキャッシュの空きメモリ量" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "キャッシュのヒット数" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "キャッシュに追加されたクエリの数" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9932,7 +9966,7 @@ msgstr "" "エリキャッシュは最後に使われた時刻が最も古いものから削除する(LRU)戦略に従って" "削除するクエリを決めます" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9940,19 +9974,19 @@ msgstr "" "キャッシュされなかった (キャッシュできないか query_cache_type の設定でキャッ" "シュしないことになっている) クエリの数" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "キャッシュに登録されているクエリの数" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "クエリキャッシュの総ブロック数" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "フェイルセーフレプリケーションの状態 (未実装)" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -9960,11 +9994,11 @@ msgstr "" "インデックスを利用しなかった結合の数。この値が 0 でない場合はテーブルのイン" "デックスをよく確認してください" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "参照テーブルで範囲検索をした結合の数" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -9972,7 +10006,7 @@ msgstr "" "キーが指定されていなかったため一行ずつキーが使われているか確認した結合の数" "(0 でない場合はテーブルのインデックスをよく確認してください)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -9980,15 +10014,15 @@ msgstr "" "最初のテーブルで範囲指定された結合の数 (この値は大きくてもふつう問題ありませ" "ん)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "最初のテーブルをフルスキャンした結合の数" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "スレーブの SQL スレッドが現在開いている一時テーブルの数" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -9996,22 +10030,22 @@ msgstr "" "レプリケーションスレーブの SQL スレッドがトランザクションを再試行した回数(起" "動時からの合計)" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "このサーバがマスタに接続するスレーブである場合は ON になります" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "slow_launch_time で指定された秒数以上に作成時間がかかったスレッドの数" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "long_query_time で指定された秒数以上に時間のかかったクエリの数" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10020,23 +10054,23 @@ msgstr "" "ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合" "は sort_buffer_size システム変数の値を増やした方がよいでしょう" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "範囲指定付きでソートが行われた回数" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "ソート済の行数" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "テーブルをスキャンしたときに実行されたソートの回数" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "テーブルロックをすぐに取得できた回数" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10047,7 +10081,7 @@ msgstr "" "フォーマンスに問題が生じている場合は、まずクエリを最適化してください。それで" "もだめならテーブルを分割するか、レプリケーションを利用してください" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10057,11 +10091,11 @@ msgstr "" "Connections で計算できます。この値が赤くなっている場合は thread_cache_size を" "大きくしてください" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "現在開いている接続の数" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10072,59 +10106,59 @@ msgstr "" "thread_cache_size の値を増やした方がよいかもしれません (スレッドの実装に問題" "がない場合はふつうあまりパフォーマンスは向上しません)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "スリープしていないスレッドの数" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "モニタ開始" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "使用方法/セットアップ" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "グラフの再配置/変更完了" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "グラフの追加" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "グラフの再配置/変更" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "再描画間隔" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "1 段のグラフ数" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "管理エラー:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "デフォルトに戻す" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "モニタの使用方法" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10138,7 +10172,7 @@ msgstr "" "お、general_log は大量のデータを生成し、サーバの負荷を 15% 増加させますので、" "注意するようにしてください。" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10150,16 +10184,29 @@ msgstr "" "グ機能は、MySQL 5.1.6 以降でサポートされています。ですが、サーバのグラフモニ" "タ機能は使用することができます。" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "モニタ一時中断" + +#: server_status.php:1509 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "モニタの使い方:
「モニタ開始」をクリックすると、ブラウザは一定間" "隔で表示されている全てのグラフを更新します。「設定」のところよりグラフを追加" @@ -10170,102 +10217,145 @@ msgstr "" "が読み込まれ表示されますので、実行されたクエリを確認することができます。" "SELECT 文の部分をクリックすることで、更なるクエリ解析が可能です。

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"モニタの使い方:
「モニタ開始」をクリックすると、ブラウザは一定間" +"隔で表示されている全てのグラフを更新します。「設定」のところよりグラフを追加" +"や再描画間隔の変更が行え、それぞれのグラフにある歯車のアイコンを通じて削除を" +"行えます。

ログからクエリ分析を行うには、グラフで該当期間を選択します。マウ" +"スの左ボタンを押したままグラフの上をドラッグするように移動させてください。こ" +"うすることで、グラフの任意の期間を選択できます。グループ毎に分類されたクエリ" +"が読み込まれ表示されますので、実行されたクエリを確認することができます。" +"SELECT 文の部分をクリックすることで、更なるクエリ解析が可能です。

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "注意事項:general_log を有効にすると、5~15% サーバの負荷が増加するこ" "とがあります。ログから生成される統計は、負荷が集中する作業であることを認識し" "ておいてください。ですから、テーブルのモニタで必要としないのであれば、しばら" "くの間 general_log を無効にして空にしておくのが望ましいです。" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "グラフの削除" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "状態変数" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "系列の選択:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "You must provide a valid table name" msgid "or type variable name:" msgstr "有効なテーブル名を指定してください" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "差分値として表示する" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "除数を適用する" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "データ値に単位を追加する" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "この系列を追加する" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "系列をクリアする" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "グラフの系列" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "ログの統計" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "選択期間:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "SELECT、INSERT、UPDATE、DELETE 文のみ取得する" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "結果を扱いやすくするために INSERT 文におけるデータ部を同一のように扱う" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

ログの統計元を選択することができます。

結果はクエリ文でグループ化されま" "す。" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "クエリの解析" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d 秒" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/ka.po b/po/ka.po index 80ac40861c..952bf15dbb 100644 --- a/po/ka.po +++ b/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: georgian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "ყველას ჩვენება" @@ -87,7 +87,7 @@ msgstr "Keyname" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "აღწერილობა" @@ -694,7 +694,7 @@ msgstr "Check tables having overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "ექსპორტი" @@ -765,7 +765,7 @@ msgstr "დაბლოკილი ცხრილების გამოტ #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -787,7 +787,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "მდგომარეობა" @@ -1118,13 +1118,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "სულ" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1156,7 +1156,7 @@ msgstr "სერვერის არჩევა" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "პროცესები" @@ -1227,12 +1227,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1294,7 +1294,7 @@ msgstr "" msgid "Bytes received" msgstr "მიღებულია" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "კავშირები" @@ -1304,12 +1304,12 @@ msgstr "კავშირები" msgid "Questions" msgstr "სპარსული" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "ტრაფიკი" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1338,7 +1338,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "არაა" @@ -1439,7 +1439,7 @@ msgstr "Other core settings" msgid "Current settings" msgstr "Other core settings" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1565,7 +1565,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "შემოტანა" @@ -1799,128 +1799,148 @@ msgstr "SQL Query box" msgid "Zoom Search" msgstr "ძებნა" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "ველის სვეტების დამატება/წაშლა" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "იგნორირება" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s ველის დამატება" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Select referenced key" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Select Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Please select the primary key or a unique key" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "აირჩიეთ საჩვენებელი ველი" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "მონაცემთა ბაზები არაა" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "პაროლის დაგენერირება" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "დაგენერირება" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "პაროლის შეცვლა" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "ორშ" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1930,32 +1950,32 @@ msgstr "" "upgrading. The newest version is %s, released on %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "უკანასკნელ ვერსიაზე შემოწმება" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "მონაცემთა ბაზები არაა" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "შემოწირულობა" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "წინა" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1963,96 +1983,96 @@ msgid "Next" msgstr "შემდეგი" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "სულ" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ბინარული" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "მარ" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "აპრ" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "მაი" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ივნ" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ივლ" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "აგვ" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ოქტ" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "იან" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "თებ" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "მარ" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "აპრ" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2060,78 +2080,78 @@ msgid "May" msgstr "მაი" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "ივნ" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "ივლ" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "აგვ" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "სექ" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "ოქტ" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "ნოე" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "დეკ" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "კვი" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "ორშ" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "სამ" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "პარ" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2139,102 +2159,102 @@ msgid "Sun" msgstr "კვი" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "ორშ" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "სამ" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "ოთხ" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "ხუთ" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "პარ" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "შაბ" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "კვი" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "ორშ" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "სამ" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "ოთხ" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "ხუთ" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "პარ" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "შაბ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "ვიკი" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "in use" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2460,10 +2480,11 @@ msgstr "Table %s has been renamed to %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2790,7 +2811,7 @@ msgid "Documentation" msgstr "დოკუმენტაცია" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL მოთხოვნა" @@ -6054,7 +6075,7 @@ msgid "The row has been deleted" msgstr "სტრიქონი წაიშალა" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6668,7 +6689,7 @@ msgstr "MIME-ის ხელმისაწვდომი ტიპები" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "ჰოსტი" @@ -7388,14 +7409,14 @@ msgid "Slave status" msgstr "Show slave status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "ცვლადი" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "მნიშვნელობა" @@ -7616,7 +7637,7 @@ msgid "Returns" msgstr "Return type" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "დრო" @@ -8676,7 +8697,7 @@ msgstr "ოქმის ვერსია" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "მომხმარებელი" @@ -9171,13 +9192,13 @@ msgstr "აირჩიეთ საჩვენებელი ორობი msgid "Files" msgstr "ფაილები" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Show Full Queries" @@ -9976,86 +9997,99 @@ msgstr "მოთხოვნის ტიპი" msgid "Instructions" msgstr "ინფორმაცია" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Customize startup page" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "საათში" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "წუთში" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "წამში" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Statements" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "MySQL სერვერის მუშაობის პერიოდი - %s. გაშვების დრო - %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "რეპლიკაცია" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -10063,47 +10097,47 @@ msgstr "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "მიღებულია" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "გაიგზავნა" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. concurrent connections" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Failed attempts" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "შეწყვეტილია" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "ბრძანება" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL სერვერთან დაკავშირება ვერ მოხერხდა" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10113,16 +10147,16 @@ msgstr "" "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "The number of transactions that used the temporary binary log cache." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10134,98 +10168,98 @@ msgstr "" "to increase the tmp_table_size value to cause temporary tables to be memory-" "based instead of disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "How many temporary files mysqld has created." -#: server_status.php:1185 -msgid "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." -msgstr "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." - -#: server_status.php:1186 -msgid "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." -msgstr "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." - -#: server_status.php:1187 -msgid "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." -msgstr "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." - -#: server_status.php:1188 -msgid "The number of INSERT DELAYED rows written." -msgstr "The number of INSERT DELAYED rows written." - -#: server_status.php:1189 -msgid "The number of executed FLUSH statements." -msgstr "The number of executed FLUSH statements." - -#: server_status.php:1190 -msgid "The number of internal COMMIT statements." -msgstr "The number of internal COMMIT statements." - -#: server_status.php:1191 -msgid "The number of times a row was deleted from a table." -msgstr "The number of times a row was deleted from a table." - -#: server_status.php:1192 -msgid "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." -msgstr "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." - -#: server_status.php:1193 -msgid "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." -msgstr "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." - -#: server_status.php:1194 -msgid "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." -msgstr "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." - #: server_status.php:1195 msgid "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." msgstr "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." #: server_status.php:1196 msgid "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." msgstr "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." #: server_status.php:1197 msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." + +#: server_status.php:1198 +msgid "The number of INSERT DELAYED rows written." +msgstr "The number of INSERT DELAYED rows written." + +#: server_status.php:1199 +msgid "The number of executed FLUSH statements." +msgstr "The number of executed FLUSH statements." + +#: server_status.php:1200 +msgid "The number of internal COMMIT statements." +msgstr "The number of internal COMMIT statements." + +#: server_status.php:1201 +msgid "The number of times a row was deleted from a table." +msgstr "The number of times a row was deleted from a table." + +#: server_status.php:1202 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." + +#: server_status.php:1203 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." + +#: server_status.php:1204 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." + +#: server_status.php:1205 +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." + +#: server_status.php:1206 +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." +msgstr "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." + +#: server_status.php:1207 +msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " "probably have a lot of queries that require MySQL to scan whole tables or " @@ -10236,7 +10270,7 @@ msgstr "" "probably have a lot of queries that require MySQL to scan whole tables or " "you have joins that don't use keys properly." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10248,36 +10282,36 @@ msgstr "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "The number of internal ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "The number of requests to update a row in a table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "The number of requests to insert a row in a table." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "The number of pages containing data (dirty or clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "The number of pages currently dirty." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "The number of buffer pool pages that have been requested to be flushed." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "The number of free pages." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10287,7 +10321,7 @@ msgstr "" "being read or written or that can't be flushed or removed for some other " "reason." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10299,11 +10333,11 @@ msgstr "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total size of buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10311,7 +10345,7 @@ msgstr "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10319,11 +10353,11 @@ msgstr "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "The number of logical read requests InnoDB has done." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10331,7 +10365,7 @@ msgstr "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10345,51 +10379,51 @@ msgstr "" "counter counts instances of these waits. If the buffer pool size was set " "properly, this value should be small." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "The number writes done to the InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "The number of fsync() operations so far." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "The current number of pending fsync() operations." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "The current number of pending reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "The current number of pending writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "The amount of data read so far, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "The total number of data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "The total number of data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "The amount of data written so far, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "The number of pages that have been written for doublewrite operations." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "The number of doublewrite operations that have been performed." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10397,35 +10431,35 @@ msgstr "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "The number of log write requests." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "The number of physical writes to the log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "The number of fsync() writes done to the log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "The number of pending log file fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Pending log file writes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "The number of bytes written to the log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "The number of pages created." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10433,51 +10467,51 @@ msgstr "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "The number of pages read." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "The number of pages written." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "The number of row locks currently being waited for." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "The average time to acquire a row lock, in milliseconds." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "The total time spent in acquiring row locks, in milliseconds." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "The maximum time to acquire a row lock, in milliseconds." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "The number of times a row lock had to be waited for." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "The number of rows deleted from InnoDB tables." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "The number of rows inserted in InnoDB tables." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "The number of rows read from InnoDB tables." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "The number of rows updated in InnoDB tables." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10485,7 +10519,7 @@ msgstr "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10493,7 +10527,7 @@ msgstr "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10503,11 +10537,11 @@ msgstr "" "that indicates the maximum number of blocks that have ever been in use at " "one time." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "The number of requests to read a key block from the cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10517,15 +10551,15 @@ msgstr "" "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "The number of requests to write a key block to the cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "The number of physical writes of a key block to disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10535,17 +10569,17 @@ msgstr "" "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "The number of rows waiting to be written in INSERT DELAYED queues." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10553,171 +10587,171 @@ msgstr "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "The number of files that are open." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "The number of streams that are open (used mainly for logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "The number of tables that are open." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "The amount of free memory for query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "The number of cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "The number of queries added to the cache." -#: server_status.php:1263 -msgid "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." -msgstr "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." - -#: server_status.php:1264 -msgid "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." -msgstr "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." - -#: server_status.php:1265 -msgid "The number of queries registered in the cache." -msgstr "The number of queries registered in the cache." - -#: server_status.php:1266 -msgid "The total number of blocks in the query cache." -msgstr "The total number of blocks in the query cache." - -#: server_status.php:1267 -msgid "The status of failsafe replication (not yet implemented)." -msgstr "The status of failsafe replication (not yet implemented)." - -#: server_status.php:1268 -msgid "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." -msgstr "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." - -#: server_status.php:1269 -msgid "The number of joins that used a range search on a reference table." -msgstr "The number of joins that used a range search on a reference table." - -#: server_status.php:1270 -msgid "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" -msgstr "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" - -#: server_status.php:1271 -msgid "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" -msgstr "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" - -#: server_status.php:1272 -msgid "The number of joins that did a full scan of the first table." -msgstr "The number of joins that did a full scan of the first table." - #: server_status.php:1273 -msgid "The number of temporary tables currently open by the slave SQL thread." -msgstr "The number of temporary tables currently open by the slave SQL thread." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." #: server_status.php:1274 msgid "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." #: server_status.php:1275 -msgid "This is ON if this server is a slave that is connected to a master." -msgstr "This is ON if this server is a slave that is connected to a master." +msgid "The number of queries registered in the cache." +msgstr "The number of queries registered in the cache." #: server_status.php:1276 -msgid "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." -msgstr "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." +msgid "The total number of blocks in the query cache." +msgstr "The total number of blocks in the query cache." #: server_status.php:1277 -msgid "" -"The number of queries that have taken more than long_query_time seconds." -msgstr "" -"The number of queries that have taken more than long_query_time seconds." +msgid "The status of failsafe replication (not yet implemented)." +msgstr "The status of failsafe replication (not yet implemented)." #: server_status.php:1278 msgid "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." msgstr "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." #: server_status.php:1279 -msgid "The number of sorts that were done with ranges." -msgstr "The number of sorts that were done with ranges." +msgid "The number of joins that used a range search on a reference table." +msgstr "The number of joins that used a range search on a reference table." #: server_status.php:1280 -msgid "The number of sorted rows." -msgstr "The number of sorted rows." +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" #: server_status.php:1281 -msgid "The number of sorts that were done by scanning the table." -msgstr "The number of sorts that were done by scanning the table." +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" #: server_status.php:1282 -msgid "The number of times that a table lock was acquired immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgid "The number of joins that did a full scan of the first table." +msgstr "The number of joins that did a full scan of the first table." #: server_status.php:1283 -msgid "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." -msgstr "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "The number of temporary tables currently open by the slave SQL thread." #: server_status.php:1284 msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." + +#: server_status.php:1285 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "This is ON if this server is a slave that is connected to a master." + +#: server_status.php:1286 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." + +#: server_status.php:1287 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" +"The number of queries that have taken more than long_query_time seconds." + +#: server_status.php:1288 +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." +msgstr "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." + +#: server_status.php:1289 +msgid "The number of sorts that were done with ranges." +msgstr "The number of sorts that were done with ranges." + +#: server_status.php:1290 +msgid "The number of sorted rows." +msgstr "The number of sorted rows." + +#: server_status.php:1291 +msgid "The number of sorts that were done by scanning the table." +msgstr "The number of sorts that were done by scanning the table." + +#: server_status.php:1292 +msgid "The number of times that a table lock was acquired immediately." +msgstr "The number of times that a table lock was acquired immediately." + +#: server_status.php:1293 +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." +msgstr "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." + +#: server_status.php:1294 +msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." @@ -10726,11 +10760,11 @@ msgstr "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "The number of currently open connections." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10742,67 +10776,67 @@ msgstr "" "doesn't give a notable performance improvement if you have a good thread " "implementation.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "The number of threads that are not sleeping." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Startup" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "ახალი ველის დამატება" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "განახლება" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "CHAR textarea columns" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Restore default value" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "ინფორმაცია" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10811,7 +10845,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10819,114 +10853,127 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Rename database to" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "ცხრილების არჩევა" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "ცხრილის არასწორი სახელი" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "ახალი სერვერის დამატება" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL მოთხოვნები" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "სტატისტიკის ჩევნება" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "ყველას მონიშნვა" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "მოთხოვნის ტიპი" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10934,7 +10981,7 @@ msgid_plural "%d seconds" msgstr[0] "წამში" msgstr[1] "წამში" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ko.po b/po/ko.po index 503c674e14..8a31b369b7 100644 --- a/po/ko.po +++ b/po/ko.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-05 14:17+0200\n" "Last-Translator: Chung-Ook Lee \n" "Language-Team: korean \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "모두 보기" @@ -87,7 +87,7 @@ msgstr "키 이름" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "설명" @@ -677,7 +677,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "내보내기" @@ -746,7 +746,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -767,7 +767,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "상태" @@ -1088,13 +1088,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "전체 사용량" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1126,7 +1126,7 @@ msgstr "서버 선택" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "프로세스 목록" @@ -1193,12 +1193,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1256,7 +1256,7 @@ msgstr "" msgid "Bytes received" msgstr "받음" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "연결 수" @@ -1266,12 +1266,12 @@ msgstr "연결 수" msgid "Questions" msgstr "테이블 작업" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "소통량" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "Deleting %s" msgid "Settings" @@ -1298,7 +1298,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "없음" @@ -1399,7 +1399,7 @@ msgstr "변경" msgid "Current settings" msgstr "연결 수" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1522,7 +1522,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1743,126 +1743,146 @@ msgstr "SQL 질의" msgid "Zoom Search" msgstr "검색" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "컬럼 추가/삭제" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignore" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "필드 추가하기" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "출력할 필드 선택" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "암호 변경" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "암호 변경" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mo" msgid "More" msgstr "월" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1870,28 +1890,28 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "데이터베이스가 없습니다" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "완료" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "이전" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1899,149 +1919,149 @@ msgid "Next" msgstr "다음" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "오늘" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "1월" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "2월" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "3월" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "4월" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "5월" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "6월" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "7월" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "8월" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "9월" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "10월" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "11월" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "12월" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "1월" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "2월" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "3월" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "4월" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "5월" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "6월" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "7월" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "8월" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "9월" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "10월" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "11월" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "12월" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "일요일" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "월요일" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "화요일" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "수요일" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "목요일" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "금요일" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "토요일" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2049,84 +2069,84 @@ msgid "Sun" msgstr "일" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "월" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "화" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "수" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "목" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "금" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "토" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "일" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "월" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "화" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "수" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "목" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "금" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "토" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "주" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "시" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "분" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "초" @@ -2337,10 +2357,11 @@ msgstr "테이블 %s을(를) %s(으)로 변경하였습니다." msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2655,7 +2676,7 @@ msgid "Documentation" msgstr "문서" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL 질의" @@ -5685,7 +5706,7 @@ msgid "The row has been deleted" msgstr "선택한 줄(레코드)을 삭제 하였습니다." #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6232,7 +6253,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "호스트" @@ -6936,14 +6957,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "변수" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "값" @@ -7157,7 +7178,7 @@ msgid "Returns" msgstr "데이터베이스 사용량 통계" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "시간" @@ -8075,7 +8096,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "사용자" @@ -8525,13 +8546,13 @@ msgstr "" msgid "Files" msgstr "필드" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9318,146 +9339,159 @@ msgstr "질의 종류" msgid "Instructions" msgstr "함수" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "명세" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" "이 MySQL 서버는 %s 동안 구동되었습니다.
구동 시작날짜는 %s 입니다." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "받음" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "보냄" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "실패한 시도" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "커맨드" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9465,78 +9499,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9544,7 +9578,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9552,42 +9586,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9595,33 +9629,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9630,227 +9664,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9858,99 +9892,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9958,18 +9992,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9977,62 +10011,62 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "토" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "필드 추가하기" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete columns" msgid "Chart columns" msgstr "컬럼 추가/삭제" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10041,7 +10075,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10049,113 +10083,126 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "데이터베이스 이름 변경" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy msgid "Select series:" msgstr "모두 선택" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "새 사용자 추가" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL 질의" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "행(레코드) 통계" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy msgid "Selected time range:" msgstr "모두 선택" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "질의 종류" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d 초" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/lt.po b/po/lt.po index 2c7dd20382..bd20f91d0d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-08 18:05+0200\n" "Last-Translator: Kęstutis \n" "Language-Team: lithuanian \n" @@ -15,7 +15,7 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Rodyti viską" @@ -88,7 +88,7 @@ msgstr "Indekso pavadinimas" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Paaiškinimas" @@ -672,7 +672,7 @@ msgstr "Pažymėti turinčias perteklių" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksportuoti" @@ -737,7 +737,7 @@ msgstr "Sekamos lentelės" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -757,7 +757,7 @@ msgstr "Atnaujinta" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Būsena" @@ -1068,13 +1068,13 @@ msgstr "Statiniai duomenys" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Iš viso" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Kita" @@ -1104,7 +1104,7 @@ msgstr "Serverio duomenų srautas (KiB)" msgid "Connections since last refresh" msgstr "prisijungimų nuo paskutinio įkėlimo iš naujo" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesai" @@ -1171,12 +1171,12 @@ msgid "System swap" msgstr "Sistemos swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1228,7 +1228,7 @@ msgstr "Išsiųsta baitų" msgid "Bytes received" msgstr "Gauta baitų" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Prisijungimai" @@ -1239,12 +1239,12 @@ msgstr "Prisijungimai" msgid "Questions" msgstr "Versijos" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Apkrovimas" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Nustatymai" @@ -1269,7 +1269,7 @@ msgstr "Prašome pridėti bent vieną kintamąjį į eilę" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ne" @@ -1367,7 +1367,7 @@ msgstr "Keisti nustatymus" msgid "Current settings" msgstr "Dabartiniai nustatymai" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Diagramos antraštė" @@ -1486,7 +1486,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importuoti" @@ -1681,121 +1681,141 @@ msgstr "Rodyti paieškos kriterijų" msgid "Zoom Search" msgstr "Paieška" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Įterpti/trinti stulpelius" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoruoti" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Pridėti stulpelį(-ius)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Pasirinkite siejamą raktą" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Pasirinkti Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Prašome pasirinkti pirminį raktą arba unikalųjį raktą" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Pasirinkite laukus peržiūrai" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Pridėti parinktį stulpeliui/skilčiai" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Spustelėkite pažymėjimui" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Eiti į rodinį (view)" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Generuoti slaptažodį" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generuoti" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Pakeisti slaptažodį" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Daugiau" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1805,27 +1825,27 @@ msgstr "" "atnaujinimą. Naujausia versija yra %s, išleista %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", naujausia stabili versija:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "naujausias" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Atlikta" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Ankstesnis" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1833,149 +1853,149 @@ msgid "Next" msgstr "Kitas" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Šiandien" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "sausio" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "vasario" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "kovo" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "balandžio" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Geg" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "birželio" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "liepos" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "rugpjūčio" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "rugsėjo" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "spalio" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "lapkričio" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "gruodžio" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Sau" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Vas" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Kov" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Bal" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Geg" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Bir" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Lie" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Rgp" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Rgs" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Spa" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Lap" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Grd" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Sekmadienis" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Pirmadienis" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Antradienis" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Trečiadienis" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Ketvirtadienis" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Penktadienis" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Šeštadienis" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1983,84 +2003,84 @@ msgid "Sun" msgstr "Sek" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pir" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Ant" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Tre" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Ket" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pen" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Šeš" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Sk" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Pr" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "An" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Tr" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Kt" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Pn" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Št" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sav." -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Valanda" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minutė" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekundės" @@ -2271,10 +2291,11 @@ msgstr "Lentelė %s pervadinta į %s" msgid "Could not save table UI preferences" msgstr "Nepavyko išsaugoti lentelės naudotojo sąsajos nustatymų." -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2594,7 +2615,7 @@ msgid "Documentation" msgstr "Dokumentacija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL užklausa" @@ -5604,7 +5625,7 @@ msgid "The row has been deleted" msgstr "Eilutė buvo ištrinta" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Stabdyti procesą" @@ -6144,7 +6165,7 @@ msgstr "Rodyti MIME-tipus" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Darbinė stotis" @@ -6872,14 +6893,14 @@ msgid "Slave status" msgstr "Pavaldžiojo serverio būklė (Slave status)" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Kintamasis" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Reikšmė" @@ -7085,7 +7106,7 @@ msgid "Returns" msgstr "Grąžina" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Laikas" @@ -8019,7 +8040,7 @@ msgstr "Protokolo versija" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Naudotojas" @@ -8459,13 +8480,13 @@ msgstr "Pasirinkti dvejetainį žurnalą (log) peržiūrai" msgid "Files" msgstr "Failai" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Trumpinti rodomas užklausas" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Rodyti pilnas užklausas" @@ -9262,61 +9283,74 @@ msgstr "Užklausos analizatorius" msgid "Instructions" msgstr "Įvadas" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Adaptuoti paleidimo (pagrindinį) puslapį" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per valandą" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minutę" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per sekundę" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Parametrai" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9324,19 +9358,19 @@ msgstr "" "Šis MySQL serveris veikia kaip pagrindinis ir kaip pavaldusis " "serveris dauginimo procese." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Šis MySQL serveris veikia kaip pagrindinis serveris dauginimo " "procese." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Šis MySQL serveris veikia kaip pavaldusis serveris dauginimo " "procese." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9344,71 +9378,71 @@ msgstr "" "Daugiau informacijos apie dauginimo serverio būseną prašome aplankyti dauginimo skyrelį." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Dauginimo būsena" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Gauta" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Siųsta" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Daugiausia lygiagrečių prisijungimų" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Nepavykę bandymai" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Nutraukta" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komanda" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Skaičius nepavykusių bandymų prisijungti prie MySQL serverio." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9416,78 +9450,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Kiek laikinųjų failų mysqld sukūrė." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Įvykdytų FLUSH užklausų skaičius." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Vidinių COMMIT užklausų skaičius." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9495,7 +9529,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9503,42 +9537,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Vidinių ROLLBACK užklausų skaičius." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Skaičius užklausų, kad atnaujinti eilutę lentelėje." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Skaičius užklausų, kad įtraukti eilutę lentelėje." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Tuščių puslapių skaičius." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9546,33 +9580,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9581,227 +9615,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Esamu momentu laukiančių fsync() operacijų skaičius." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Esamu momentu laukiančių skaitymų skaičius." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Esamu momentu laukiančių rašymų skaičius." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Duomenų nuskaitymų skaičius." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Duomenų įrašymų skaičius." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Sukurtų puslapių skaičius." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Puslapių skaitymų skaičius." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Įrašytų puslapių skaičius." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Failų kurie yra atidaryti skaičius." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Lentelių kurios yra atidarytos skaičius." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Podėlio kreipimųsi skaičius." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9809,99 +9843,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Surikiuotų eilučių skaičius." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Rikiavimų kurie buvo atlikti skenuojant lentelę skaičius." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9909,18 +9943,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9928,57 +9962,57 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Paleisti Monitor" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Instrukcijos/Diegimas" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Pridėti diagramą" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Naujinimo dažnis" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Diagramos stulpeliai" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "Diagramos išdėstymas" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "Atstatyti numatytąsias reikšmes" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Monitor instrukcijos" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9987,7 +10021,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9995,100 +10029,113 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Pašalinti diagramą" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Būsenos kintamasis(ieji)" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Pasirinkite eiles:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "arba įveskite kintamojo vardą:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Pridėti šią eilę" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Eilės diagramoje:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Registruoti statistiką" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Pasirinktas laiko tarpas:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Užklausos analizatorius" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10097,7 +10144,7 @@ msgstr[0] "Sekundė" msgstr[1] "Sekundės" msgstr[2] "Sekundžių" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/lv.po b/po/lv.po index 545593c786..9dda9e1197 100644 --- a/po/lv.po +++ b/po/lv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: latvian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Rādīt visu" @@ -87,7 +87,7 @@ msgstr "Atslēgas nosaukums" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Apraksts" @@ -691,7 +691,7 @@ msgstr "Iezīmēt tabulas ar pārtēriņu" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksports" @@ -760,7 +760,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -781,7 +781,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Statuss" @@ -1100,13 +1100,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Kopā" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "Servera izvēle" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesi" @@ -1203,12 +1203,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1266,7 +1266,7 @@ msgstr "" msgid "Bytes received" msgstr "Saņemts" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Konekcijas" @@ -1276,12 +1276,12 @@ msgstr "Konekcijas" msgid "Questions" msgstr "Persiešu" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Datu apmaiņa" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1308,7 +1308,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nav" @@ -1409,7 +1409,7 @@ msgstr "Galvenās relāciju īpašības" msgid "Current settings" msgstr "Galvenās relāciju īpašības" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1532,7 +1532,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1755,128 +1755,148 @@ msgstr "SQL vaicājums" msgid "Zoom Search" msgstr "Meklēt" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Pievienot/Dzēst laukus (kolonnas)" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorēt" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Pievienot %s lauku(s)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izvēlieties, kuru lauku rādīt" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Mainīt paroli" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Uzģenerēja" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Mainīt paroli" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "P" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1884,30 +1904,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Nav datubāzu" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Nav" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Iepriekšējie" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1915,96 +1935,96 @@ msgid "Next" msgstr "Nākamie" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Kopā" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binārais" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jūn" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jūl" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2012,78 +2032,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jūn" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jūl" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dec" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Sv" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "P" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "O" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pk" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2091,100 +2111,100 @@ msgid "Sun" msgstr "Sv" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "P" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "O" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "T" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "C" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pk" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "S" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Sv" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "P" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "O" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "T" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "C" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pk" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "S" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "lietošanā" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2394,10 +2414,11 @@ msgstr "Tabula %s tika pārsaukta par %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2715,7 +2736,7 @@ msgid "Documentation" msgstr "Dokumentācija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL vaicājums" @@ -5749,7 +5770,7 @@ msgid "The row has been deleted" msgstr "Ieraksts tika dzēsts" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Nogalināt" @@ -6311,7 +6332,7 @@ msgstr "Pieejamie MIME tipi" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Hosts" @@ -7022,14 +7043,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Mainīgais" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vērtība" @@ -7245,7 +7266,7 @@ msgid "Returns" msgstr "Tabulas opcijas" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Laiks" @@ -8252,7 +8273,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Lietotājs" @@ -8708,13 +8729,13 @@ msgstr "Izvēlieties bināro log-failu apskatei" msgid "Files" msgstr "Lauki" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Ierobežot parādīto vaicājumu garumu" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Rādīt pilnos vaicājumus" @@ -9518,146 +9539,159 @@ msgstr "Vaicājuma tips" msgid "Instructions" msgstr "Funkcija" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "stundā" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minūtē" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "sekundē" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Parametrs" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Šis MySQL serveris strādā %s. Tas tika palaists %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Saņemts" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Nosūtīts" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Neveiksmīgi mēģinājumi" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Pārtraukts" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komanda" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9665,78 +9699,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9744,7 +9778,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9752,42 +9786,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9795,33 +9829,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9830,227 +9864,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10058,99 +10092,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10158,18 +10192,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10177,64 +10211,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "S" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Pievienot jaunu lauku" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Atjaunot" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10243,7 +10277,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10251,109 +10285,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Pārsaukt datubāzi par" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Izvēlieties tabulas" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Pievienot jaunu lietotāju" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL vaicājums" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Rindas statistika" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Iezīmēt visu" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Vaicājuma tips" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10361,7 +10408,7 @@ msgid_plural "%d seconds" msgstr[0] "sekundē" msgstr[1] "sekundē" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/mk.po b/po/mk.po index 2469c46d21..c2be8f29f8 100644 --- a/po/mk.po +++ b/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-05-19 17:04+0200\n" "Last-Translator: \n" "Language-Team: macedonian_cyrillic \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "прикажи ги сите" @@ -88,7 +88,7 @@ msgstr "Име на клуч" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Опис" @@ -690,7 +690,7 @@ msgstr "табели кои имаат пречекорувања" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Извоз" @@ -755,7 +755,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -775,7 +775,7 @@ msgstr "Ажурирано" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Статус" @@ -1093,13 +1093,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Вкупно" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1131,7 +1131,7 @@ msgstr "Избор на сервер" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 #, fuzzy msgid "Processes" msgstr "Листа на процеси" @@ -1197,12 +1197,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1264,7 +1264,7 @@ msgstr "" msgid "Bytes received" msgstr "Примено" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Конекции" @@ -1274,12 +1274,12 @@ msgstr "Конекции" msgid "Questions" msgstr "Персиски" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Сообраќај" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1306,7 +1306,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "нема" @@ -1407,7 +1407,7 @@ msgstr "Општи особини на релациите" msgid "Current settings" msgstr "Општи особини на релациите" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1530,7 +1530,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1752,127 +1752,147 @@ msgstr "SQL упит" msgid "Zoom Search" msgstr "Пребарување" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Додади/избриши колона" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Игнорирај" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Додади %s полиња" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Избери полиња за прикажување" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Генерирање на лозинка" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерирај" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промена на лозинка" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1880,30 +1900,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Базата на податоци не постои" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "нема" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1911,96 +1931,96 @@ msgid "Next" msgstr "Следен" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Вкупно" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарен" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "мај" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2008,78 +2028,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "дек" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Вто" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2087,100 +2107,100 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Вто" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Саб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Вто" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Саб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2392,10 +2412,11 @@ msgstr "Табелата %s е преименувана во %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2715,7 +2736,7 @@ msgid "Documentation" msgstr "Документација" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL упит" @@ -5763,7 +5784,7 @@ msgid "The row has been deleted" msgstr "Записот е избришан" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Прекини" @@ -6345,7 +6366,7 @@ msgstr "Достапни MIME-типови" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7058,14 +7079,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Променлива" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Вредност" @@ -7280,7 +7301,7 @@ msgid "Returns" msgstr "Опции на табелата" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Време" @@ -8308,7 +8329,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Корисник" @@ -8770,13 +8791,13 @@ msgstr "Изберете бинарен дневник за преглед" msgid "Files" msgstr "Полиња" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Прикажи скратени упити" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Прикажи комплетни упити" @@ -9584,147 +9605,160 @@ msgstr "Вид на упит" msgid "Instructions" msgstr "Функција" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "на час" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "во минута" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "во секунда" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Име" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Овој MySQL сервер работи %s. Стартуван е на %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Примено" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Пратено" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Неуспешни обиди" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Прекинато" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Наредба" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Го ограничува бројот на нови конекции кои корисникот може да ги отвори за " "еден час." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9732,78 +9766,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9811,7 +9845,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9819,42 +9853,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9862,33 +9896,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9897,227 +9931,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10125,99 +10159,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10225,18 +10259,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10244,64 +10278,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Саб" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Додади ново поле" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Освежи" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Додади/избриши колона" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10310,7 +10344,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10318,109 +10352,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Избриши ја базата на податоци." -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Избери табели" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Додади нов корисник" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL упит" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Статистики за записите" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "избери се" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Вид на упит" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10428,7 +10475,7 @@ msgid_plural "%d seconds" msgstr[0] "во секунда" msgstr[1] "во секунда" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ml.po b/po/ml.po index 751ad3a0fc..e5c1a8e5ef 100644 --- a/po/ml.po +++ b/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-02-10 14:03+0100\n" "Last-Translator: Michal Čihař \n" "Language-Team: Malayalam \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.7.0\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "" @@ -86,7 +86,7 @@ msgstr "" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "" @@ -660,7 +660,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "" @@ -725,7 +725,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -745,7 +745,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "" @@ -1041,13 +1041,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1077,7 +1077,7 @@ msgstr "" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1136,12 +1136,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "" @@ -1193,7 +1193,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1202,12 +1202,12 @@ msgstr "" msgid "Questions" msgstr "" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "" @@ -1230,7 +1230,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "" @@ -1324,7 +1324,7 @@ msgstr "" msgid "Current settings" msgstr "" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "" @@ -1437,7 +1437,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "" @@ -1619,117 +1619,135 @@ msgstr "" msgid "Zoom Search" msgstr "" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +msgid "Select two columns" +msgstr "" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1737,255 +1755,255 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "" @@ -2186,10 +2204,11 @@ msgstr "" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2496,7 +2515,7 @@ msgid "Documentation" msgstr "" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "" @@ -5347,7 +5366,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -5873,7 +5892,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6557,14 +6576,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -6762,7 +6781,7 @@ msgid "Returns" msgstr "" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -7605,7 +7624,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8010,13 +8029,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -8763,143 +8782,156 @@ msgstr "" msgid "Instructions" msgstr "" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -8907,78 +8939,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -8986,7 +9018,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -8994,42 +9026,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9037,33 +9069,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9072,227 +9104,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9300,99 +9332,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9400,18 +9432,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9419,57 +9451,57 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9478,7 +9510,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9486,105 +9518,118 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 msgid "Preset chart" msgstr "" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "" msgstr[1] "" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/mn.po b/po/mn.po index fa99dc9e60..ac216f7f1c 100644 --- a/po/mn.po +++ b/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: mongolian \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Бүгдийг харах" @@ -86,7 +86,7 @@ msgstr "Түлхүүрийн нэр" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Тайлбар" @@ -690,7 +690,7 @@ msgstr "Дээдхийг шалгах" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Гаргах" @@ -759,7 +759,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -779,7 +779,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Статус" @@ -1094,13 +1094,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Нийт" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1132,7 +1132,7 @@ msgstr "Сервэр сонго" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Процессууд" @@ -1203,12 +1203,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "кБ" @@ -1270,7 +1270,7 @@ msgstr "" msgid "Bytes received" msgstr "Ирсэн" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Холболт" @@ -1281,12 +1281,12 @@ msgstr "Холболт" msgid "Questions" msgstr "Хамаарал" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Гуйвуулга" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1313,7 +1313,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Байхгүй" @@ -1414,7 +1414,7 @@ msgstr "Ерөнхий хамаатай онцлог" msgid "Current settings" msgstr "Ерөнхий хамаатай онцлог" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1539,7 +1539,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Оруулах" @@ -1767,127 +1767,147 @@ msgstr "SQL асуудал харуулах" msgid "Zoom Search" msgstr "Хайх" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Багана нэмэх/устгах" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Үл тоох" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s талбар(ууд) нэмэх" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Хамаарагдсан түлхүүр сонгох" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Гадаад түлхүүр сонгох" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Үндсэн түлхүүр эсвэл орь ганц түлхүүр сонгон уу" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Харуулах талбарыг соль" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Нууц үг бий болгох" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Бий болгох" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Нууц үг солих" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Да" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1895,31 +1915,31 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "No databases" msgid "up to date" msgstr "ӨС байхгүй" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Байхгүй" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Өмнөх" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1927,96 +1947,96 @@ msgid "Next" msgstr "Цааш" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Нийт" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Хоёртын " -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "3-р" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "4-р" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "5-р" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "6-р" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "7-р" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "8-р" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "10р" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "1-р" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "2-р" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "3-р" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "4-р" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2024,78 +2044,78 @@ msgid "May" msgstr "5-р" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "6-р" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "7-р" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "8-р" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "9-р" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "10р" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "11р" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "12р" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ня" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Да" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Мя" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Ба" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2103,100 +2123,100 @@ msgid "Sun" msgstr "Ня" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Да" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Мя" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Лх" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Пү" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Ба" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Бя" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ня" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Да" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Мя" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Лх" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пү" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Ба" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Бя" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "хэрэглэгдэж байна" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2409,10 +2429,11 @@ msgstr "Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2734,7 +2755,7 @@ msgid "Documentation" msgstr "Баримт" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-асуулт" @@ -5774,7 +5795,7 @@ msgid "The row has been deleted" msgstr "Мөр устгагдсан" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Алах" @@ -6351,7 +6372,7 @@ msgstr "Идэвхтэй MIME-төрлүүд" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -7061,14 +7082,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Хувьсагч" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Утга" @@ -7285,7 +7306,7 @@ msgid "Returns" msgstr "Хүснэгтийн сонголтууд" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Цаг" @@ -8303,7 +8324,7 @@ msgstr "Протоколын хувилбар" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Хэрэглэгч" @@ -8762,13 +8783,13 @@ msgstr "Харах хоёртын log сонго" msgid "Files" msgstr "Файлууд" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Бүтэн асуулт харуулах" @@ -9557,130 +9578,143 @@ msgstr "Асуултын төрөл" msgid "Instructions" msgstr "Мэдээлэл" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "цагт" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "минутад" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "секундэд" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Баримтжуулал" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Энэ MySQL сервэр %s-д ажиллаж байна. Эхэлсэн нь %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Ирсэн" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Илгээгдэв" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "ХИ. давхацсан холболтууд" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Бүтэлгүйтсэн оролдлого" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Таслагдсан" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Команд" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Limits the number of simultaneous connections the user may have." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9690,16 +9724,16 @@ msgstr "" "хэрэглэгдэх завсрын файлын утгаас хэтэрсэн хоёртын тэмдэглэлийн нөөцлөлд " "хэрэглэгдэх хэлэлцээрийн тоо." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Завсрын хоёртын тэмдэглэлийн нөөцөлөлт хэрэглэгдэх хэлэлцээрийн тоо." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9711,11 +9745,11 @@ msgstr "" "оронд санах ойд суурилсан завсрын хүснэгтийн tmp хүснэгтийн хэмжээн утгыг " "нэмэгдүүлэхийг хүсэж байж болно." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Хичнээн завсрын файл mysqld-д үүсгэгдэв." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9723,7 +9757,7 @@ msgstr "" "Сервэрийн ажиллуулсан хэлэлцээрийн үед автоматаар үүссэн санах ойн " "хүснэгтүүдийн тоо." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9731,7 +9765,7 @@ msgstr "" "Ижил алдаа өгөх (түлхүүр давхардсан байж болзошгүй) бүрт ДАВТАЛТТАЙ ОРУУЛАЛТ-" "аар бичигдсэн мөрүүдийн тоо." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9739,23 +9773,23 @@ msgstr "" "Хэрэглэгдэж буй ДАВТАЛТТАЙ ОРУУЛАЛТ-ын thread баригчийн тоо. Ялгаатай " "хүснэгт бүр ДАВТАЛТТАЙ ОРУУЛАЛТ-д өөрийн thread-ийг хэрэглэнэ." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "ДАВТАЛТТАЙ ОРУУЛАЛТ-аар бичигдсэн мөрийн тоо." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "ЦЭВЭРЛЭХ хэлэлцээрийн ажилласан тоо." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "дотоод COMMIT хэлэлцээриийн тоо." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Хүснэгтээс мөр устгасан тоо." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9765,7 +9799,7 @@ msgstr "" "NDB Кластер хадгалуурын хөдөлгүүрийг асууж чадна. Үүнийг ололт гэж нэрлэнэ. " "Ололтын баригч нь ололт хийгдсэн хүснэгтийн хичнээн удааг илэрхийлэх тоо юм." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9775,7 +9809,7 @@ msgstr "" "бүтэн индекс шалгалтыг энэ сервэр хийснийг илтгэнэ; Жишээлбэл, SELECT col1 " "FROM foo, энд col1 индекслэгдсэн байна." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9783,7 +9817,7 @@ msgstr "" "Түлхүүрт суурилсан мөр унших хүсэлтийн тоо. Хэрэв энэ нь өндөр бол, таны " "асуудлууд болон хүснэгтүүд зөв индекслэгдсэнийг илтгэнэ." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9793,7 +9827,7 @@ msgstr "" "та мужийн нөхцөлтэйгээр баганын индекс шаардах эсвэл индекс шалгалтыг хийхэд " "нэмэгдэж байдаг." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9801,7 +9835,7 @@ msgstr "" "Түлхүүрийн дараалал дахь өмнөх мөрийг унших хүсэлтийн тоо. Энэ унших арга нь " "голчлон ORDER BY ... DESC-д хэрэглэгддэг." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9813,7 +9847,7 @@ msgstr "" "Та магадгүй хүснэгтийг бүрэн шалгахыг MySQL-ээс цөөнгүй хүссэн эсвэл нэгдэлд " "түлхүүрийг зөв ашиглаагүй байх." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9825,35 +9859,35 @@ msgstr "" "ерөнхийдөө, таны хүснэгтүүд зөв индекслэгдээгүй эсвэл индексүүд чинь " "асуудалд зөв бичигдээгүйг илтгэнэ." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Дотоод ROLLBACK хэлэлцээрийн тоо." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Хүснэгт дэх мөрийг шинэчлэх хүсэлтийн тоо." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Хүснэгтэд мөр оруулах хүсэлтийн тоо." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Өгөгдөл агуулж буй (бохир, цэвэр) хуудсын тоо." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Одоогоор бохир байгаа хуудсын тоо." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Цэвэрлэх хүсэлт дэх буфферийн хуудсын тоо." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Чөлөөтэй байгаа хуудсуудын тоо." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9863,7 +9897,7 @@ msgstr "" "одоогоор унших, бичих эсвэл цэвэрлэгдэж чадаагүй, мөн бусад шалгааны улмаас " "хасагдсан." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9875,11 +9909,11 @@ msgstr "" "InndoDB буфферийн нөөцийн нийт хуудас - Innodb_буфферийн нөөцийн чөлөөт " "хуудас - Innodb_буфферийн нөөцийн хуудсын өгөгдөл зэргээс бодогддог." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Хуудас дахь буфферийн нөөцийн хэмжээ." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9887,7 +9921,7 @@ msgstr "" "InnoDB үүсгэсэн \"санамсаргүй\" өмнөх уншилтын тоо. Замбараагүй " "эрэмбэлэгдсэн хүснэгтийн нилээд хувийг шалгасан асуудлыг илэрхийлнэ." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9895,11 +9929,11 @@ msgstr "" "InnoDB үүсгэсэн дараалсан өмнөх уншилтын тоо. Хүснэгтийн дараалсан бүтэн " "шалгалтыг InnoDB хийснийг илэрхийлнэ." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InndoDB-ийн хийсэн логик уншилтын хүсэлтийн тоо." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9907,7 +9941,7 @@ msgstr "" "InnoDB буфферийн нөөцөөс нийцэмжгүй ба ганц хуудас уншилт хийсэн логик " "уншилтын тоо." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9916,227 +9950,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB буфферийн нөөц рүү бичигдэж дууссан тоо." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "fsync() үйлдлийн ойрхон хийгдсэн тоо." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "fsync() үйлдлийн хүлээгдэж буй тухайн тоо." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Уншихаар хүлээгдэж буй тухайн тоо." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Бичихээр хүлээгдэж буй тухайн тоо." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Өгөгдөл ойрхон уншсан дүн, байтаар." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Өгөгдөл уншилтийн нийт тоо." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Өгөгдөл бичилтийн нийт тоо." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Өгөгдөл ойрхон бичсэн дүн, байтаар." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Тэмдэглэл бичих хүсэлтийн тоо." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Тэмдэглэлийн файлын физик бичилтийн тоо." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Тэмдэглэлийн файл руу бичих хүлээлт." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10144,99 +10178,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Эрэмбэлэгдсэн мөрийн тоо." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10244,18 +10278,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10263,63 +10297,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Шинэ талбар нэмэх" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Да.дуудах" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Багана нэмэх/устгах" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Мэдээлэл" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10328,7 +10362,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10336,112 +10370,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Өгөгдлийн санг д.нэрлэх нь" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Хүснэгтүүд сонго" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Хүснэгтийн буруу нэр" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "Шинэ хэрэглэгч нэмэх" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Row Statistics" msgid "Log statistics" msgstr "Мөрийн статистик" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Бүгдийг сонгох" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Асуултын төрөл" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10449,7 +10496,7 @@ msgid_plural "%d seconds" msgstr[0] "секундэд" msgstr[1] "секундэд" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ms.po b/po/ms.po index de9ca2d4f9..4e22c8c521 100644 --- a/po/ms.po +++ b/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: malay \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.5.3\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Papar semua" @@ -84,7 +84,7 @@ msgstr "Nama Kekunci" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Keterangan" @@ -692,7 +692,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksport" @@ -761,7 +761,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -782,7 +782,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1092,13 +1092,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Jumlah" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1130,7 +1130,7 @@ msgstr "Pilihan Pelayan" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Proses-proses" @@ -1195,12 +1195,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1258,7 +1258,7 @@ msgstr "" msgid "Bytes received" msgstr "DiTerima" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Hubungan" @@ -1268,12 +1268,12 @@ msgstr "Hubungan" msgid "Questions" msgstr "Operasi" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Kesibukan" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1299,7 +1299,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Tiada" @@ -1400,7 +1400,7 @@ msgstr "Ciri-ciri hubungan am" msgid "Current settings" msgstr "Ciri-ciri hubungan am" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy msgid "Chart Title" msgstr "Tiada Jadual" @@ -1521,7 +1521,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1739,127 +1739,147 @@ msgstr "kueri-SQL" msgid "Zoom Search" msgstr "Cari" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Tambah/Padam Kolum Medan" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Abai" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Tambah medan baru" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Pilih Medan untuk dipapar" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Ubah Katalaluan" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Dijana oleh" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Ubah Katalaluan" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Isn" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1867,30 +1887,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Tiada pangkalan data" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Tiada" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Terdahulu" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1898,96 +1918,96 @@ msgid "Next" msgstr "Berikut" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jumlah" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binari" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mac" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mei" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ogos" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mac" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1995,78 +2015,78 @@ msgid "May" msgstr "Mei" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ogos" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sept" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dis" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Aha" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Isn" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sel" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2074,100 +2094,100 @@ msgid "Sun" msgstr "Aha" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Isn" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Sel" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Rab" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Kha" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Aha" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Isn" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sel" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Rab" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Kha" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "sedang digunakan" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "Records" msgid "Second" @@ -2372,10 +2392,11 @@ msgstr "Jadual %s telah ditukarnama ke %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2686,7 +2707,7 @@ msgid "Documentation" msgstr "Dokumentasi" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "kueri-SQL" @@ -5694,7 +5715,7 @@ msgid "The row has been deleted" msgstr "Baris telah dipadam" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Bunuh" @@ -6245,7 +6266,7 @@ msgstr "Paparkan Ciri-ciri" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Hos" @@ -6945,14 +6966,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Pembolehubah" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Nilai" @@ -7166,7 +7187,7 @@ msgid "Returns" msgstr "Statistik pangkalan data" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Masa" @@ -8101,7 +8122,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Pengguna" @@ -8550,13 +8571,13 @@ msgstr "" msgid "Files" msgstr "Medan" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9339,145 +9360,158 @@ msgstr "Jenis Kueri" msgid "Instructions" msgstr "Fungsi" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per jam" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Penyataan" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "DiTerima" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Hantar" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Percubaan Gagal" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "DiBatalkan" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Arahan" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9485,78 +9519,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9564,7 +9598,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9572,42 +9606,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9615,33 +9649,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9650,227 +9684,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9878,99 +9912,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9978,18 +10012,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9997,63 +10031,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sab" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "Tambah medan baru" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Dijana oleh" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Tambah/Padam Kolum Medan" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10062,7 +10096,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10070,108 +10104,121 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy msgid "Preset chart" msgstr "Tukarnama jadual ke" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Pilih Jadual" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Tambah Pengguna Baru" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "kueri-SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistik Baris" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Sila pilih pangkalan data" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Jenis Kueri" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Records" msgid "%d second" @@ -10179,7 +10226,7 @@ msgid_plural "%d seconds" msgstr[0] "Rekod" msgstr[1] "Rekod" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/nb.po b/po/nb.po index 00dbf67f7c..1f04ca24e3 100644 --- a/po/nb.po +++ b/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-03-07 11:21+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: norwegian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Vis alle" @@ -87,7 +87,7 @@ msgstr "Nøkkel" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Beskrivelse" @@ -669,7 +669,7 @@ msgstr "Merk overheng" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksporter" @@ -740,7 +740,7 @@ msgstr "Overvåkede tabeller" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -760,7 +760,7 @@ msgstr "Oppdatert" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1085,13 +1085,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Totalt" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1123,7 +1123,7 @@ msgstr "Tjenervalg" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Prosesser" @@ -1192,12 +1192,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1259,7 +1259,7 @@ msgstr "" msgid "Bytes received" msgstr "Mottatt" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "tilkoblinger" @@ -1270,12 +1270,12 @@ msgstr "tilkoblinger" msgid "Questions" msgstr "Versjoner" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafikk" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Iinnstillinger" @@ -1302,7 +1302,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Ingen" @@ -1403,7 +1403,7 @@ msgstr "Endre dine innstillinger" msgid "Current settings" msgstr "Flere innstillinger" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1532,7 +1532,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importer" @@ -1740,123 +1740,143 @@ msgstr "Vis søkekriterier" msgid "Zoom Search" msgstr "Søk" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Legg til/Slett kolonner" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorer" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Legg til kolonne(r)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Velg referert nøkkel" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Velg fremmednøkkel" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Velg primærnøkkelen eller en unik nøkkel" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Velg kolonne for visning" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Legg til valg for kolonne" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Klikk for å velge" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Gå til visning" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Generer passord" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generer" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Endre passord" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Mer" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1866,29 +1886,29 @@ msgstr "" "versjon er %s, utgitt den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", siste tilgjengelige versjon:" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Gå til database" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Utført" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Forrige" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1896,149 +1916,149 @@ msgid "Next" msgstr "Neste" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "I dag" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Januar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Februar" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Mars" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "April" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "August" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "September" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Desember" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Des" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Søndag" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Mandag" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Tirsdag" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Fredag" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Lørdag" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2046,84 +2066,84 @@ msgid "Sun" msgstr "Søn" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Man" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Tir" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Tor" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Lør" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Søndag" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Man" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Tir" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Ons" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Tor" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Fre" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Lør" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Uke" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Time" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minutt" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekund" @@ -2344,10 +2364,11 @@ msgstr "Tabellen %s har fått nytt navn %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2669,7 +2690,7 @@ msgid "Documentation" msgstr "Dokumentasjon" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-spørring" @@ -5786,7 +5807,7 @@ msgid "The row has been deleted" msgstr "Raden er slettet" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Avslutt" @@ -6388,7 +6409,7 @@ msgstr "Vis MIME-typer" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Vert" @@ -7115,14 +7136,14 @@ msgid "Slave status" msgstr "Slavestatus" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabler" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Verdi" @@ -7346,7 +7367,7 @@ msgid "Returns" msgstr "Returtype" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tid" @@ -8336,7 +8357,7 @@ msgstr "Protokollversjon" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Bruker" @@ -8827,13 +8848,13 @@ msgstr "Velg binærlogg for visning" msgid "Files" msgstr "Filer" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Forkort vist spørring" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Vis hele spørringen" @@ -9640,61 +9661,74 @@ msgstr "Spørringstype" msgid "Instructions" msgstr "Informasjon" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Endre oppstartssiden" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per time" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minutt" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per sekund" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Oversikt" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9702,19 +9736,19 @@ msgstr "" "Denne tjeneren jobber både som tjener og slave i " "replikasjonsprosessen." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Denne tjeneren er konfigurert som tjener i en replikasjonsprosess." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Denne tjeneren er konfigurert som slave i en replikasjonsprosess." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9722,11 +9756,11 @@ msgstr "" "For mer informasjon om replikasjonsstatusen for tjeneren, gå til replikasjonsseksjonen." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replikasjonsstatus" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9734,47 +9768,47 @@ msgstr "" "På en travel tjener så kan byte-tellerene overflyte, så denne statistikken " "som rapportert av MySQL tjeneren kan være unøyaktig." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Mottatt" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Sendt" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "maks. samtidige tilkoblinger" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Feilede forsøk" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Avbrutt" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Kommando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Kunne ikke koble til MySQL tjener" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9784,17 +9818,17 @@ msgstr "" "som overskred verdien av binlog_size og brukte en midlertidig fil for å " "lagre spørringer fra transaksjonen." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Antall transaksjoner som brukte den midlertidige binærloggmellomlageret." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9806,11 +9840,11 @@ msgstr "" "bør du vurdere å øke tmp_table_size verdien slik at midlertidige tabeller " "blir lagret i minnet og ikke på harddisken." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Antall midlertidige filer mysqld har opprettet." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9818,7 +9852,7 @@ msgstr "" "Antall midlertidige tabeller i minnet automatisk opprettet av tjeneren under " "utføriing av spørringer." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9826,7 +9860,7 @@ msgstr "" "Antall rader skrevet med INSERT DELAYED hvor en eller annen form for feil " "oppstod (mest sannsynlig duplisert nøkkel)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9834,23 +9868,23 @@ msgstr "" "Antall INSERT DELAYED håndterertråder i bruk. Hver eneste tabell hvor det " "blir brukt INSERT DELAYE får sin egen tråd." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Antall INSERT DELAYED rader skrevet." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Antall utførte FLUSH uttrykk." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Antall interne COMMIT uttrykk." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Antall ganger en rad ble slettet fra en tabell." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9860,7 +9894,7 @@ msgstr "" "tabell med et gitt navn. Dette blir kalt oppdaging (discovery). " "Handler_discover indikerer antall ganger tabeller har blitt oppdaget." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9870,7 +9904,7 @@ msgstr "" "er høyt tyder det på at tjeneren utfører en god del fullindekssøk; for " "eksempel, SELECT col1 FROM foo, da forutsatt at col1 er indeksert." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9879,7 +9913,7 @@ msgstr "" "er høyt gir dette en god indikasjon på at dine spørringer og tabeller er " "riktig indeksert." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9890,7 +9924,7 @@ msgstr "" "har sansynligvis mange spørringer som krever at MySQL leser hele tabeller " "eller du har joins som ikke bruker nøkler korrekt." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9898,7 +9932,7 @@ msgstr "" "Antall forespørsler for å lese den forrige raden i nøkkelrekkefølge. Denne " "lesemetoden er hovedsakelig brukt for å optimalisere ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9910,7 +9944,7 @@ msgstr "" "har mest sansynlig mange spørringer som krever at MySQL leser hele tabeller " "eller du har joins som som ikke bruker nøkler korrekt." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9922,37 +9956,37 @@ msgstr "" "tabeller ikke er rett indeksert eller at dine spørringer ikke er skrevet for " "å utnytte de indeksene du har." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Antall interne ROLLBACK kommandoer." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Antall forespørsler for å oppdatere en rad i en tabell." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Antall forespørsler for å sette inn en rad i en tabell." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Antall sider som inneholder data (endret eller uendret)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Antall sider for tiden endret." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Antall midlertidige mellomlagersider som det har vært " "oppfriskningsforespørsler på." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Antall tomme sider." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9961,7 +9995,7 @@ msgstr "" "Antallet låste sider i InnoDBs mellomlager. Dette er sider som er under " "lesing eller skriving eller ikke kan tømmes eller fjernes av en annen grunn." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9973,11 +10007,11 @@ msgstr "" "kan også regnes ut som Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total størrelse på midlertidig mellomlager i sider." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9985,7 +10019,7 @@ msgstr "" "Antall \"tilfeldige\" \"read-aheads\" InnoDB startet. Dette skjer når en " "spørring skanner en stor andel av en tabell men i en tilfeldig rekkefølge." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9993,11 +10027,11 @@ msgstr "" "Antall sekvensielle \"read-aheads\" InnoDB startet. Denne skjer når InnoDB " "utfører en sekvensiell full tabellskanning." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Antall logiske leseforespørsler InnoDB har utført." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10005,7 +10039,7 @@ msgstr "" "Antall logiske lesninger som InnoDN ikke kunne tilfredsstille fra " "mellomlageret og måtte utføre en enkelsidelesnining." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10019,55 +10053,55 @@ msgstr "" "telleren viser antall slike ventinger. Hvis mellomlagerstørrelsen er godt " "innstilt så vil denne verdien være liten." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Antall skrivinger til InnoDBs midlertidig mellomlager." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Antall fsync() operasjoner så langt." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Antall ventende fsync() operasjoner." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Antall ventende lesinger." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Antall ventende skrivinger." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Mengden data lest så langt, i bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Antall utførte lesninger." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Antall utførte skrivinger." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Mengden data skrevet så langt, i bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Antallet dobbeltskrivinger som har blitt utført og antall sider som har " "blitt skrevet på grunn av dette." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Antallet dobbeltskrivinger som har blitt utført og antall sider som har " "blitt skrevet på grunn av dette." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10075,35 +10109,35 @@ msgstr "" "Antall ganger ventinger vi hadde fordi loggmellomlageret var for lite og vi " "måtte vente for at det skulle bli tømt før vi kunne fortsette." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Antall loggskrivingsforespørsler." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Antall fysiske skrivinger til loggfila." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Antall fsync-skrivinger utført på loggfila." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Antall ventende loggfil-fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Ventende loggfilskrivinger." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Antall bytes skrevet til loggfila." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Antall sider opprettet." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10111,51 +10145,51 @@ msgstr "" "Den innkompilerte InnoDB sidestørrelsen (standard 16KB). Mange verdier måles " "i sider; sidestørrelsen gjør at det er lett å konvertere dem til bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Antall sidelesninger." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Antall sideskrivinger." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Antall ventende radlåsinger." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Total tid brukt for å få radlåsinger, i millisekunder." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maksimum tid brukt for å oppnå en radlåsing, i millisekunder." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Antall ganger en radlås måtte ventes på." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Antall rader slettet fra InnoDB tabeller." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Antall rader satt inn i InnoDB tabeller." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Antall rader lest fra InnoDB tabeller." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Antall rader oppdatert i InnoDB tabeller." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10164,7 +10198,7 @@ msgstr "" "ennå har blitt skrevet til harddisken. Dette var tidligere kjent som " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10172,7 +10206,7 @@ msgstr "" "Antall ubrukte blokker i nøkkelmellomlageret. Du kan bruke denne verdien til " "å bestemme hvor mye av nøkkelmellomlageret som er i bruk." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10181,11 +10215,11 @@ msgstr "" "Antall brukte blokker i nøkkelmellomlageret. Denne verdien er et høyvannsmål " "som viser maksimum antall blokker som har vært brukt på en gang." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Antall forespørsler for å lese en nøkkelblokk fra mellomlageret." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10195,15 +10229,15 @@ msgstr "" "stor er nok din key_buffer_size verdi for liten. Mellomlagertreffraten kan " "kalkuleres med Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Antall forespørsler for å skrive en nøkkelblokk til mellomlageret." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Antall fysiske skrivinger av en nøkkelblokk til disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10214,17 +10248,17 @@ msgstr "" "forskjellige spørringsplaner for den samme spørringen. Standardverdien på 0 " "betyr at ingen spørring har blitt kompilert ennå." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Antall rader som venter på å bli skrevet i INSERT DELAYED køer." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10232,38 +10266,38 @@ msgstr "" "Antall tabeller som har blitt åpnet. Hvis denne er stor er nok din " "tabellmellomlagerverdi for liten." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Antall åpne filer." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Antall åpne dataflyter (hovedsaklig brukt til logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Antall åpne tabeller." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Mengden ledig minne i spørringsmellomlager." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Antall mellomlagertreff." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Antall spørringer lagt til i mellomlageret." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10276,7 +10310,7 @@ msgstr "" "og sist brukt (least recently used (LRU)) strategi for å finne hvilke " "spørringer som skal fjernes fra mellomlageret." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10284,19 +10318,19 @@ msgstr "" "Antallet ikkelagrede spørringer (kan ikke lagres, eller ikke lagret p.g.a. " "query_cache_type innstillingen)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Antall spørringer registrert i mellomlageret." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Totale antall blokker i spørringsmellomlageret." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Failsafe replikasjonsstatus (ikke implementert ennå)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10304,11 +10338,11 @@ msgstr "" "Antall joins som ikke bruker indekser. Hvis denne verdien ikke er 0 bør du " "nøye sjekke indeksene til dine tabeller." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Antall joins som trenger en rekkefølgesøk i en referansetabell." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10316,7 +10350,7 @@ msgstr "" "Antall joins uten nøkler som kontrollerer for nøkkelbruk etter hver rad " "(Hvis denne ikke er 0 bør du nøye kontrollere dine tabellindekser.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10324,15 +10358,15 @@ msgstr "" "Antall joins som brukte rekkefølger på den første tabellen. (Det er normalt " "ikke kritisk selv om denne verdien er stor.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Antall joins som utførte en full skann av den første tabellen." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Antall midlertidige tabeller for tiden åpnet av slave SQL tråden." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10340,12 +10374,12 @@ msgstr "" "Det totale antall ganger (siden oppstart) replikasjonsslave-SQL-tråden har " "gjentatt transaksjoner." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Denne er ON hvis denne tjeneren er en slave som er koblet til en master." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10353,12 +10387,12 @@ msgstr "" "Antall tråder som har brukt mer enn slow_launch_time sekunder under " "opprettelse." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Antall spørringer som har brukt mer enn long_query_time sekunder." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10368,24 +10402,24 @@ msgstr "" "denne verdien er stor bør du vurdere å øke verdien av sort_buffer_size " "systemvariabelen." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Antall sorteringer som ble utført med rekkefølger." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Antall sorterte rader." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Antall sorteringer som har vært utført ved hjelp av skanning av tabellen." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Antall ganger en tabellåsing ble utført umiddelbart." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10397,7 +10431,7 @@ msgstr "" "først optimalisere dine spørringer, og deretter enten splitte din tabell " "eller tabeller eller bruke replikasjon." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10407,11 +10441,11 @@ msgstr "" "Threads_created/Connections. Hvis denne verdien er rød bør du øke din " "thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Antall åpne tilkoblinger." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10422,69 +10456,69 @@ msgstr "" "stor bør du vurdere å øke thread_cache_size størrelsen. (Normalt vil dette " "ikke gi noen merkbar forbedring hvis du har en god trådimplementering.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Antall tråder som ikke sover." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "CHAR textarea rows" msgid "Start Monitor" msgstr "CHAR textarea rader" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Utfør indeks(er)" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Oppdater" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "CHAR textarea kolonner" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Feilbehandling:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Gjennopprett standard verdi" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "Informasjon" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10493,7 +10527,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10501,116 +10535,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Fjern database" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Se slavestatustabell" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Velg tabeller" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Ugylding tabellnavn" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Legg til en ny tjener" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL spørringer" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Vis statistikk" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Velg side" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Spørringstype" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10618,7 +10665,7 @@ msgid_plural "%d seconds" msgstr[0] "Sekund" msgstr[1] "Sekund" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/nl.po b/po/nl.po index f8ee0d7f5d..7c65d3ed87 100644 --- a/po/nl.po +++ b/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-06-04 15:19+0200\n" "Last-Translator: Dieter Adriaenssens \n" "Language-Team: dutch \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Toon alles" @@ -87,7 +87,7 @@ msgstr "Sleutelnaam" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Beschrijving" @@ -671,7 +671,7 @@ msgstr "Selecteer tabellen met overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exporteer" @@ -736,7 +736,7 @@ msgstr "Tabellen met tracker" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -756,7 +756,7 @@ msgstr "Bijgewerkt" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1080,13 +1080,13 @@ msgstr "Statische data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Totaal" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Andere" @@ -1118,7 +1118,7 @@ msgstr "Serverkeuze" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processen" @@ -1187,12 +1187,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1254,7 +1254,7 @@ msgstr "" msgid "Bytes received" msgstr "Ontvangen" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Connecties" @@ -1265,12 +1265,12 @@ msgstr "Connecties" msgid "Questions" msgstr "Versies" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Verkeer" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Instellingen" @@ -1297,7 +1297,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Geen" @@ -1398,7 +1398,7 @@ msgstr "Beheer uw instellingen" msgid "Current settings" msgstr "Overige instellingen" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title:" msgid "Chart Title" @@ -1527,7 +1527,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importeer" @@ -1727,52 +1727,72 @@ msgstr "Toon zoek-criteria" msgid "Zoom Search" msgstr "Zoeken" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Toevoegen/Verwijderen kolommen" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Negeer" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Voeg kolom toe" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Selecteer de gerefereerde sleutel" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Selecteer vreemde sleutel" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Selecteer de primaire sleutel of een unieke sleutel" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Kies weer te geven veld" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1780,70 +1800,70 @@ msgstr "" "U hebt de layoutwijzigingen niet opgeslagen. Deze zullen verloren gaan als u " "deze niet opslaat. Wilt u doorgaan?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Voeg een optie toe voor komom " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Klik om te sorteren" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Klik om te markeren/demarkeren" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ga naar view" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Genereer wachtwoord" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Genereer" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Wijzig wachtwoord" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Meer" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1853,27 +1873,27 @@ msgstr "" "overwegen. De nieuwe versie is %s, uitgebracht op %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", meest recente versie:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "Recent bijgewerkt" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Klaar" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Vorige" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1881,149 +1901,149 @@ msgid "Next" msgstr "Volgende" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Vandaag" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "januari" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "februari" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "maart" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "april" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "mei" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "augustus" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "september" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "november" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mrt" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "mei" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "zondag" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "maandag" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "dinsdag" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "woensdag" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "donderdag" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "vrijdag" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "zaterdag" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2031,84 +2051,84 @@ msgid "Sun" msgstr "zo" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "ma" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "di" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "wo" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "do" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "vr" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "za" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "zo" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "ma" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "di" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "wo" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "do" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "vr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "za" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Week" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Uur" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuut" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Seconde" @@ -2325,10 +2345,11 @@ msgstr "Tabel %s is hernoemd naar %s" msgid "Could not save table UI preferences" msgstr "UI tabel voorkeuren konden niet worden opgeslagen" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2654,7 +2675,7 @@ msgid "Documentation" msgstr "Documentatie" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-query" @@ -5772,7 +5793,7 @@ msgid "The row has been deleted" msgstr "De rij is verwijderd" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "stop proces" @@ -6372,7 +6393,7 @@ msgstr "Toon beschikbare MIME-types" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Machine" @@ -7111,14 +7132,14 @@ msgid "Slave status" msgstr "Slave status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabelen" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Waarde" @@ -7342,7 +7363,7 @@ msgid "Returns" msgstr "Retour type" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tijd" @@ -8327,7 +8348,7 @@ msgstr "Protocolversie" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Gebruiker" @@ -8779,13 +8800,13 @@ msgstr "Selecteer de te bekijken binaire log" msgid "Files" msgstr "Bestanden" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Getoonde queries afkappen" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Toon volledige Queries" @@ -9602,61 +9623,74 @@ msgstr "Query-type" msgid "Instructions" msgstr "Inleiding" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Aanpassen beginpagina" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per uur" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minuut" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per seconde" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Opdrachten" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Deze MySQL-server draait inmiddels %s. Hij is gestart op %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9664,13 +9698,13 @@ msgstr "" "Deze MySQL server is ingesteld als master en slave in een " "replicatie proces." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Deze MySQL server is ingesteld als master in een replicatie " "proces." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Deze MySQL server is ingesteld als slave in een replicatie " @@ -9679,7 +9713,7 @@ msgstr "" # Er moet een betere vertaling voor "replication" zijn. "Nadoen"? # "Deze MySQL-server functioneert als %s in een replicatie proces." # weggehaald. -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9687,11 +9721,11 @@ msgstr "" "Kijk voor meer informatie over de replicatiestatus op deze server in de replicatiestatus sectie." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replicatie status" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9699,47 +9733,47 @@ msgstr "" "Op drukke servers kunnen de byte-tellers over hun maximum heengaan. Hierdoor " "kunnen de gerapporteerde statistieken afwijken." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Ontvangen" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Verzonden" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Max. gelijktijdige verbindingen" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Mislukte pogingen" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Afgehaakte" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Commando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Er kan geen verbinding worden gemaakt met de server" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9750,18 +9784,18 @@ msgstr "" "hebben gemaakt van een tijdelijkbestand om opdrachten uit de transactie op " "te slaan." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Het aantal transactie dat gebruik maakte van het tijdelijke binaire log " "cache." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9773,11 +9807,11 @@ msgstr "" "to increase the tmp_table_size value to cause temporary tables to be memory-" "based instead of disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Het aantal tijdelijke bestanden dat door MySQL werd aangemaakt." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9785,7 +9819,7 @@ msgstr "" "Het aantal in het geheugen geplaatste tijdelijke tabellen dat automatisch " "door de server werd aangemaakt tijdens het uitvoeren van opdrachten." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9793,7 +9827,7 @@ msgstr "" "Het aantal met INSERT DELAYED opgeslagen rijen waarbij er een fout optrad " "(mogelijk een reeds bestaande sleutel)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9802,23 +9836,23 @@ msgstr "" "afzonderlijke tabel waarop INSERT DELAYED wordt toegepast krijgt een eigen " "thread." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Het aantal met INSERT DELAYED opgeslagen rijen." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Het aantal uitgevoerde FLUSH opdrachten." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Het aantal interne COMMIT opdrachten." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Het aantal keer dat een rij werd verwijderd uit een tabel." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9828,7 +9862,7 @@ msgstr "" "met een bepaalde naam. Dit wordt discovery genoemd. Handler_discover geeft " "aan hoeveel tabellen met discovery werden opgezocht." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9838,7 +9872,7 @@ msgstr "" "hoog geeft dit een indicatie dat de server veel scans doet op de volledige " "index; bijvoorbeeld SELECT kolom1 FROM foo, waarbij kolom1 is geïndexeerd." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9847,7 +9881,7 @@ msgstr "" "hoog is dit een indicatie dat er goed gebruik wordt gemaakt van de aanwezige " "indexen." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9857,7 +9891,7 @@ msgstr "" "wordt verhoogd wanneer u een index kolom raadpleegt met een bereik beperking " "of bij het doen van een index scan." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9865,7 +9899,7 @@ msgstr "" "Het aantal leesopdrachten voor de voorgaande rij in de sleutel volgorde. Dit " "wordt hoofdzakelijk gebruikt voor het optimaliseren van ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9878,7 +9912,7 @@ msgstr "" "gehele tabel moet scannen of er worden joins toegepast die niet goed " "gebruikmaken van sleutels." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9891,35 +9925,35 @@ msgstr "" "zijn voorzien of dat de toegepaste queries hier niet optimaal gebruik van " "maken." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Het aantal interne ROLLBACK opdrachten." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Het aantal update opdrachten voor een tabel rij." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Het aantal opdrachten om een rij aan een tabel toe te voegen." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Het aantal pages dat data bevat (dirty en clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Het aantal pages dat momenteel dirty is." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Het aantal buffer pool pages dat is geschoond." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Het aantal vrije pages." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9929,7 +9963,7 @@ msgstr "" "momenteel wordt gelezen of geschreven, of die om een andere reden niet " "geschoond of verwijderd kunnen worden." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9941,11 +9975,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Totale formaat van de buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9954,7 +9988,7 @@ msgstr "" "gebeurd wanneer een query een groot deel van een tabel laat scannen, maar in " "willekeurige volgorde." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9962,11 +9996,11 @@ msgstr "" "Het aantal sequentiele read-aheads dat door InnoDB werd geïnitieerd. Dit " "gebeurd wanneer er een volledige tabelscan wordt uitgevoerd." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Het aantal logische read requests dat door InnoDB werd uitgevoerd." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9974,7 +10008,7 @@ msgstr "" "Het aantal logische lees operaties dat InnoDB niet kon doen vanuit de buffer " "pool maar waarvoor een extra page ingeladen moest worden." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9988,86 +10022,86 @@ msgstr "" "geschoond. Deze teller houd bij hoe vaak dit voorkomt. Indien het buffer " "pool formaat goed is ingesteld hoort deze waarde laag te zijn." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Het aantal schrijf operaties uitgevoerd op de InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Het aantal fsync() operaties." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Het aantal momenteel openstaande fsync() operaties." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Het aantal momenteel openstaande lees operaties." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Het aantal momenteel openstaande schrijf operaties." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "De hoeveelheid gelezen data, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Het totale aantal data lees operaties." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Het totale aantal data schrijf operaties." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "De hoeveelheid geschreven data, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "Het aantal pagina's dat werd geschreven voor doublewrite operaties." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Het aantal uitgevoerde doublewrite operaties." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" "Het aantal keer dat er gewacht moest worden vanwege een volle log buffer." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Het aantal log schrijf opdrachten." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Het aantal fysieke schrijf operaties op het log bestand." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Het aantal fsync() schrijf operaties uitgevoerd op het log bestand." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Het aantal momenteel openstaande fsync operaties op het logbestand." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Het aantal momenteel openstaande schrijf operaties op het logbestand." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Het aantal bytes dat naar het logbestand werd geschreven." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Het aantal pages dat werd aangemaakt." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10076,54 +10110,54 @@ msgstr "" "Veel waarden worden geteld in pages. Een vaste page grootte maakt het " "eenvoudig deze te converteren naar bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Het aantal gelezen pages." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Het aantal geschreven pages." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Het aantal gelockte rijen waar momenteel op wordt gewacht." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" "De gemiddelde tijd nodig om een rij lock te verkrijgen, in milliseconden." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "De totale tijd besteed aan het verkrijgen van rij locks, in milliseconden." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" "De maximale tijd nodig om een rij lock te verkrijgen, in milliseconden." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Het aantal keer dat er op een rij lock moest worden gewacht." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Het aantal rijen dat werd verwijderd uit InnoDB tabellen." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Het aantal rijen dat werd ingevoegd in InnoDB tabellen." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Het aantal rijen dat werd gelezen uit InnoDB tabellen." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Het aantal rijen dat werd bijgewerkt in InnoDB tabellen." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10132,13 +10166,13 @@ msgstr "" "niet naar disk zijn geschreven. Dit stond voorheen bekend als " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "Het aantal ongebruikte blokken in het sleutelcache." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10147,11 +10181,11 @@ msgstr "" "Het aantal gebruikte blokken in het sleutelcache. Dit is de maximaal " "behaalde waarde sinds het starten van de server." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Het aantal leesopdrachten voor een sleutelblok uit het cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10161,15 +10195,15 @@ msgstr "" "key_reads groot is, is de waarde van key_buffer_size mogelijk te laag. De " "cache miss rate kan worden berekend met Key_reads / Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Het aantal schrijf opdrachten voor een sleutelblok naar het cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Het aantal fysieke schrijf opdrachten voor een sleutelblok naar disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10180,19 +10214,19 @@ msgstr "" "verschillende query plans voor dezelfde query. De standaardwaarde 0 betekend " "dat er nog geen query is gecompiled." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Het aantal rijen dat klaar staan om te worden geschreven in INSERT DELAYED " "wachtrijen." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10200,39 +10234,39 @@ msgstr "" "Het aantal tabellen dat werd geopend. Indien hoog, is mogelijk de table " "cache waarde te laag." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Het totaal aantal geopende bestanden." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Het aantal open streams (hoofdzakelijk gebruikt voor het schrijven van log)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Het totaal aantal open tabellen." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "De hoeveelheid vrij geheugen voor het query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Het aantal cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Het aantal queries dat aan het cache werd toegevoegd." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10245,7 +10279,7 @@ msgstr "" "recent gebruikt (least recently used, LRU) strategie om te bepalen welke " "queries worden verwijderd." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10253,19 +10287,19 @@ msgstr "" "Het aantal niet gecachte queries (niet cachebaar, danwel niet gecached " "vanwege de query_cache_type instelling)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Het aantal queries dat in het cache staat." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Het totaal aantal blokken in het query cache." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "De status van failsafe replicatie (nog niet geïmplementeerd)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10273,13 +10307,13 @@ msgstr "" "Het aantal joins dat geen gebruik maakt van een index. Indien dit geen 0 is, " "is het aan te raden om het gebruik van indexen te controleren." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Het aantal joins dat een bereik beperking toepassen op een gerefereerde " "tabel." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10288,7 +10322,7 @@ msgstr "" "van een sleutel. (Indien dit geen 0 is, is het aan te raden om het gebruik " "van indexen te controleren.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10296,17 +10330,17 @@ msgstr "" "Het aantal joins dat een bereik beperking gebruikt op de eerste tabel. (Dit " "hoeft geen groot probleem te zijn, zelfs niet bij grote tabellen.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Het aantal joins dat een volledige scan van de eerste tabel uitvoerde." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Het aantal momenteel openstaande tijdelijke tabellen voor de slave SQL " "threas." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10314,13 +10348,13 @@ msgstr "" "Het totaal aantal transacties dat moest worden herhaald door de replicatie " "slave SQL thread (sinds het opstarten van de server)." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Dit staat op 'ON' indien deze server als een replicatie slave verbonden is " "met een master server." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10328,14 +10362,14 @@ msgstr "" "Het aantal threads waarvoor het opstarten langer dan slow_launch_time " "seconden duurde." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Het aantal queries waarvan het uitvoeren langer dan long_query_time seconden " "duurde." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10345,24 +10379,24 @@ msgstr "" "uitvoeren. Indien deze waarde hoog is, is het een optie om de systeem " "variabele sort_buffer_size te vergroten." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Het aantal sorteringen dat werd uitgevoerd met een bereikbeperking." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Het aantal gesorteerde rijen." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Het aantal sorteringen dat werd uitgevoerd door het scannen van de tabel." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Het aantal keer dat een tabel lock direct kon worden verkregen." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10374,7 +10408,7 @@ msgstr "" "problemen, kunt u het beste eerst uw queries optimalizeren. Daarna kunt u " "nog kijken naar het splitsen van tabellen en het gebruik van replicatie." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10384,11 +10418,11 @@ msgstr "" "berekend met Threads_created/Connections. Indien deze waarde rood staat " "aangegeven is het aan te raden om thread_cache_size te vergroten." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Het aantal momenteel openstaande verbindingen." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10400,72 +10434,72 @@ msgstr "" "verhogen. (Dit geeft echter in de meeste gevallen, bij gebruik van een goede " "thead implementatie, geen noemenswaardige prestatie verbetering.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Het aantal threads dat actief bezig is." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Textarea rows" msgid "Start Monitor" msgstr "Tekstveld regels" -#: server_status.php:1435 +#: server_status.php:1445 #, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" msgstr "Inleiding" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add prefix" msgid "Add chart" msgstr "Voeg voorvoegsel toe" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Vernieuw" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Textarea kolommen" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Fouten beheer:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Herstel standaard waarde" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy #| msgid "Introduction" msgid "Monitor Instructions" msgstr "Inleiding" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10474,7 +10508,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10482,116 +10516,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Verwijder database" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "All status variables" msgid "Status variable(s)" msgstr "alle status variabelen" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Selecteer tabellen" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Ongeldige tabel naam" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Een server toevoegen" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL-queries" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Toon statistieken" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Selecteer pagina" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Query-type" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10599,7 +10646,7 @@ msgid_plural "%d seconds" msgstr[0] "Seconde" msgstr[1] "Seconde" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot index 0894175a71..a451105ee7 100644 --- a/po/phpmyadmin.pot +++ b/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "" @@ -89,7 +89,7 @@ msgstr "" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "" @@ -663,7 +663,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "" @@ -728,7 +728,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -748,7 +748,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "" @@ -1044,13 +1044,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1080,7 +1080,7 @@ msgstr "" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1139,12 +1139,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "" @@ -1196,7 +1196,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1205,12 +1205,12 @@ msgstr "" msgid "Questions" msgstr "" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "" @@ -1233,7 +1233,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "" @@ -1327,7 +1327,7 @@ msgstr "" msgid "Current settings" msgstr "" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "" @@ -1440,7 +1440,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "" @@ -1622,117 +1622,135 @@ msgstr "" msgid "Zoom Search" msgstr "" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +msgid "Select two columns" +msgstr "" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, possible-php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1740,255 +1758,255 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "" @@ -2189,10 +2207,11 @@ msgstr "" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, possible-php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2499,7 +2518,7 @@ msgid "Documentation" msgstr "" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "" @@ -5350,7 +5369,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -5876,7 +5895,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6560,14 +6579,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -6765,7 +6784,7 @@ msgid "Returns" msgstr "" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -7608,7 +7627,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8013,13 +8032,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -8766,143 +8785,156 @@ msgstr "" msgid "Instructions" msgstr "" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, possible-php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, possible-php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, possible-php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -8910,78 +8942,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -8989,7 +9021,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -8997,42 +9029,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9040,33 +9072,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9075,227 +9107,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9303,99 +9335,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9403,18 +9435,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9422,57 +9454,57 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9481,7 +9513,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9489,105 +9521,118 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 msgid "Preset chart" msgstr "" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "" -#: server_status.php:1626 +#: server_status.php:1652 #, possible-php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "" msgstr[1] "" -#: server_status.php:1628 +#: server_status.php:1654 #, possible-php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/pl.po b/po/pl.po index 5486d4fc9e..fecd61822e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-02-24 16:21+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: polish \n" @@ -15,7 +15,7 @@ msgstr "" "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Pokaż wszystko" @@ -89,7 +89,7 @@ msgstr "Nazwa klucza" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Opis" @@ -682,7 +682,7 @@ msgstr "Zaznacz nieoptymalne" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksport" @@ -749,7 +749,7 @@ msgstr "Monitorowane tabele" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -769,7 +769,7 @@ msgstr "Zaktualizowane" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1095,13 +1095,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Sumarycznie" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1133,7 +1133,7 @@ msgstr "Wybór serwera" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesy" @@ -1202,12 +1202,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1269,7 +1269,7 @@ msgstr "" msgid "Bytes received" msgstr "Otrzymane" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Połączenia" @@ -1280,12 +1280,12 @@ msgstr "Połączenia" msgid "Questions" msgstr "Propozycje:" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Ruch" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1314,7 +1314,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Brak" @@ -1415,7 +1415,7 @@ msgstr "Inne kluczowe ustawienia" msgid "Current settings" msgstr "Inne kluczowe ustawienia" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1544,7 +1544,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1758,125 +1758,145 @@ msgstr "Okno zapytania SQL" msgid "Zoom Search" msgstr "Szukaj" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Dodaj/usuń kolumny" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoruj" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dodaj %s pól" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Wybierz klucz odwołujący" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Wybierz klucz zewnętrzny" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Należy wybrać klucz główny lub klucz jednoznaczny" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Wybierz kolumny do wyświetlenia" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Dodaj opcję do kolumny" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Kliknij, aby zaznaczyć" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Przejdź do widoku" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Wygeneruj hasło" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generuj" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Zmień hasło" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Więcej" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1886,29 +1906,29 @@ msgstr "" "werja to %s, wydana dnia %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", ostatnia stabiln()a wersja:" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Przejdź do bazy danych" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Zakończ" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Poprzedni" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1916,80 +1936,80 @@ msgid "Next" msgstr "Następne" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Dzisiaj" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Styczeń" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Luty" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Marzec" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Kwiecień" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maj" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Czerwiec" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Lipiec" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Sierpień" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Wrzesień" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Październik" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Listopad" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Grudzień" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Sty" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Lut" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Kwi" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1997,70 +2017,70 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Cze" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Lip" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Sie" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Wrz" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Paź" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Lis" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Gru" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Niedziela" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Poniedziałek" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Wtorek" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Środa" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Czwartek" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Piątek" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2068,98 +2088,98 @@ msgid "Sun" msgstr "Nie" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Wto" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Śro" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Czw" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pią" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sob" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Nie" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Wto" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Śro" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Czw" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pią" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sob" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Wk" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Godzina" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuta" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekunda" @@ -2383,10 +2403,11 @@ msgstr "Tabela %s ma nazwę zmienioną na %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2714,7 +2735,7 @@ msgid "Documentation" msgstr "Dokumentacja" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Zapytanie SQL" @@ -5940,7 +5961,7 @@ msgid "The row has been deleted" msgstr "Rekord został skasowany" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Unicestwij" @@ -6551,7 +6572,7 @@ msgstr "Dostępne typy MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7286,14 +7307,14 @@ msgid "Slave status" msgstr "Stan serwera podrzędnego" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Zmienna" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Wartość" @@ -7519,7 +7540,7 @@ msgid "Returns" msgstr "Zwracany typ" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Czas" @@ -8582,7 +8603,7 @@ msgstr "Wersja protokołu" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Użytkownik" @@ -9072,13 +9093,13 @@ msgstr "Wybierz dziennik binarny do podglądu" msgid "Files" msgstr "Pliki" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Ucinaj wyświetlane zapytania" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Pokaż pełne zapytania" @@ -9901,61 +9922,74 @@ msgstr "Rodzaj zapytania" msgid "Instructions" msgstr "Wprowadzenie" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Personalizuj stronę startową" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "na godzinę" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "na minutę" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "na sekundę" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Cecha" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Serwer MySQL działa przez %s. Początek pracy: %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9963,25 +9997,25 @@ msgstr "" "Ten serwer MySQL jest ustawiony jako master i slave w procesie " "replikacji." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Stan replikacji" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9989,47 +10023,47 @@ msgstr "" "Na aktywnym serwerze liczniki bajtów mogą się przekręcić, więc statystyki " "jakich dostarcza serwer MySQL nie są wiarygodne." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Otrzymane" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Wysłane" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Maks. jednoczesnych połączeń" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Nieudane próby" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Przerwane" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Polecenie" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "Nie można połączyć się z serwerem MySQL" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10039,18 +10073,18 @@ msgstr "" "binarnego, które przekroczyły wartość binlog_cache_size i do zapisania " "instrukcji transakcji został użyty plik tymczasowy." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Liczba transakcji, które używały pamięci podręcznej tymczasowego dziennika " "binarnego." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10062,11 +10096,11 @@ msgstr "" "zwiększenie wartości tmp_table_size spowoduje tworzenie tymczasowych tabel w " "pamięci, a nie na dysku." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Ile plików tymczasowych utworzył mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -10074,7 +10108,7 @@ msgstr "" "Liczba tabel tymczasowych w pamięci, utworzonych automatycznie przez serwer " "podczas wykonywania instrukcji." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -10082,7 +10116,7 @@ msgstr "" "Liczba rekordów zapisanych przy pomocy INSERT DELAYED, dla których wystąpił " "jakiś błąd (prawdopodobnie zdublowany klucz)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -10090,23 +10124,23 @@ msgstr "" "Liczba użytych wątków obsługujących INSERT DELAYED. Każda osobna tabela, na " "której wykonuje się INSERT DELAYED dostaje własny wątek." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Liczba rekordów zapisanych poprzez INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Liczba wykonanych instrukcji FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Liczba wewnętrznych instrukcji COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Ile razy rekord został usunięty z tabeli." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -10116,7 +10150,7 @@ msgstr "" "informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (discovery). Handler_discover wskazuje, ile razy tabela została odkryta." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10126,7 +10160,7 @@ msgstr "" "sugeruje, że serwer wykonuje pełnych przeszukań indeksów; na przykład SELECT " "col1 FROM foo, przy założeniu, że col1 jest zindeksowane." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10134,7 +10168,7 @@ msgstr "" "Liczba żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra " "oznaka tego, że zapytania i tabele są właściwie zindeksowane." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10144,7 +10178,7 @@ msgstr "" "jest zwiększana przy odpytywaniu o zindeksowaną kolumnę na ograniczonym " "przedziale lub przy przeszukiwaniu indeksu." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10152,7 +10186,7 @@ msgstr "" "Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda " "używana głównie do optymalizacji ORDER BY … DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10164,7 +10198,7 @@ msgstr "" "sortowania rezultatu. Prawdopodobnie wykonano wiele zapytań wymagających " "przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10176,35 +10210,35 @@ msgstr "" "nie są poprawnie zindeksowane lub że zapytania nie są napisane w sposób " "pozwalający skorzystać z istniejących indeksów." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Liczba wewnętrznych instrukcji ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Liczba żądań zmiany rekordu w tabeli." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Liczba żądań dodania rekordu do tabeli." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Liczba stron zawierających dane (brudnych lub czystych)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Liczba aktualnie brudnych stron." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Liczba stron w puli bufora, których wymiecienia zażądano." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Liczba wolnych stron." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10214,7 +10248,7 @@ msgstr "" "odczytywane lub zapisywane lub takie, które nie mogą zostać wymiecione lub " "usunięte z jakiegoś innego powodu." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10227,11 +10261,11 @@ msgstr "" "Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Łączny rozmiar puli bufora, w stronach." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10240,7 +10274,7 @@ msgstr "" "Występuje gdy zapytane przeszukiwałoby duże fragmenty tabeli, ale w dowolnej " "kolejności." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10248,11 +10282,11 @@ msgstr "" "Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowanych przez InnoDB. " "Występuje gdy InnoDB wykonuje sekwencyjne pełne przeszukiwanie tabeli." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Liczba żądań logicznych odczytów które wykonał InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10260,7 +10294,7 @@ msgstr "" "Liczba logicznych odczytów, których InnoDB nie mógł zaspokoić pulą bufora i " "musiał wykonać odczyt pojedynczej strony." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10274,51 +10308,51 @@ msgstr "" "wskazuje liczbę wystąpień takich oczekiwań. Jeżeli rozmiar puli bufora był " "ustawiony właściwie, wartość ta powinna być mała." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Liczba wykonanych zapisów do puli bufora InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Liczba dotąd wykonanych operacji fsync()." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Aktualna liczba operacji fsync() w toku." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Aktualna liczba odczytów w toku." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Aktualna liczba zapisów w toku." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Ilość dotąd odczytanych danych, w bajtach." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Łączna liczba odczytów danych." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Łączna liczba zapisów danych." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Ilość dotąd zapisanych danych, w bajtach." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "Liczba przeprowadzonych zapisów typu doublewrite." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Liczba stron zapisanych przy zapisie typu doublewrite." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10326,35 +10360,35 @@ msgstr "" "Ile razy czekano, bo bufor dziennika był zbyt mały i przed wznowieniem pracy " "oczekiwano na jego opróżnienie." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Liczba żądań zapisów do dziennika." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Liczba fizycznych zapisów do pliku dziennika." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Liczba synchronicznych zapisów do pliku dziennika." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Liczba wywołań fsync dla pliku dziennika w toku." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Liczba zapisów do pliku dziennika w toku." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Liczba bajtów zapisanych do pliku dziennika." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Liczba utworzonych stron." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10363,51 +10397,51 @@ msgstr "" "mierzonych w stronach; znajomość wielkości strony pozwala na ich łatwą " "konwersję na bajty." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Liczba odczytanych stron." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Liczba zapisanych stron." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Liczba blokad rekordów na które aktualnie się czeka." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Średni czas uzyskania blokady rekordu, w milisekundach." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Całkowity czas zużyty na uzyskiwanie blokad rekordów, w milisekundach." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maksymalny czas uzyskania blokady rekordu, w milisekundach." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Ile razy czekano na blokadę rekordu." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Liczba rekordów usuniętych z tabel InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Liczba rekordów dodanych do tabel InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Liczba rekordów odczytanych z tabel InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Liczba rekordów zmienionych w tabelach InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10416,7 +10450,7 @@ msgstr "" "jeszcze nie wymiecione na dysk. Wcześniej zmienna miała nazwę " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10424,7 +10458,7 @@ msgstr "" "Liczba nieużywanych bloków w buforze podręcznym indeksów. Można użyć tej " "wartości do określenia jaka część bufora indeksów jest w użyciu." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10433,11 +10467,11 @@ msgstr "" "Liczba użytych bloków w buforze podręcznym indeksów. Ta wartość to próg, " "który wskazuje maksymalną liczbę kiedykolwiek jednocześnie użytych bloków." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Liczba żądań odczytu bloku z bufora podręcznego indeksów." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10448,15 +10482,15 @@ msgstr "" "Współczynnik chybień bufora podręcznego można policzyć ze wzoru Key_reads/" "Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Liczba żądań zapisów bloków indeksów to bufora podręcznego." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Liczba fizycznych zapisów bloków indeksów na dysk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10467,17 +10501,17 @@ msgstr "" "wykonania tego samego zapytania. Domyślna wartość 0 oznacza, że jeszcze " "żadne zapytanie nie zostało skompilowane." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Liczba rekordów oczekujących na zapisanie w kolejkach INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10485,39 +10519,39 @@ msgstr "" "Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, " "prawdopodobnie wielkość pamięci podręcznej tabel jest zbyt mała." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Liczba otwartych plików." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Liczba otwartych strumieni (używanych głownie do rejestracji w dzienniku)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Liczba otwartych tabel." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Ilość dostępnej pamięci w podręcznym buforze zapytań." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Liczba trafień pamięci podręcznej." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Liczba zapytań dodanych do pamięci podręcznej." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10530,7 +10564,7 @@ msgstr "" "bufora podręcznego używana jest strategia \"najpierw najdłużej nieużywany" "\" (least recently used - LRU)." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10538,19 +10572,19 @@ msgstr "" "Liczba niezbuforowanych zapytań (nie dających się zbuforować lub " "niezbuforowanych z powodu ustawienia query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Liczba zapytań zarejestrowanych w buforze podręcznym." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Całkowita liczba bloków w buforze podręcznym zapytań." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stan replikacji zabezpieczającej (jeszcze nie zaimplementowane)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10558,13 +10592,13 @@ msgstr "" "Liczba złączeń nie używających indeksów. Wartość różna od 0 sugeruje " "staranne przyjrzenie się indeksom tabel." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Liczba złączeń w których użyto wyszukiwania zakresowego na pierwszej " "złączanej tabeli." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10573,7 +10607,7 @@ msgstr "" "dla każdego rekordu. (Wartość różna od 0 sugeruje staranne przyjrzenie się " "indeksom tabel.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10581,16 +10615,16 @@ msgstr "" "Liczba złączeń w których użyto zakresów w stosunku do pierwszej tabeli. " "(Nawet duża wartość nie ma kluczowego znaczenia.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Liczba złączeń, które przeszukały w pełni pierwszą tabelę." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Liczba tymczasowych tabel aktualnie otwartych przez podrzędny wątek SQL." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10598,26 +10632,26 @@ msgstr "" "Ile raz łącznie (od startu) podrzędny wątek SQL replikacji ponawiał " "transakcje." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "ON oznacza, że ten serwer jest podrzędny i jest podłączony go serwera " "głównego." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" "Liczba wątków, których utworzenie trwało dłużej niż slow_launch_time sekund." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Liczba zapytań, których wykonanie zajęło więcej niż long_query_time sekund." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10627,23 +10661,23 @@ msgstr "" "dużej wartości, warto wziąć pod uwagę zwiększenie wartości zmiennej " "systemowej sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Liczba sortowań wykonanych przy użyciu zakresów." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Liczba posortowanych rekordów." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Liczba sortowań wykonanych poprzez przeszukiwanie tabeli." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Ile razy blokada tabeli została uzyskana natychmiastowo." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10655,7 +10689,7 @@ msgstr "" "się najpierw zoptymalizować zapytania, a następnie podzielić tabelę (tabele) " "lub użyć replikacji." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10665,11 +10699,11 @@ msgstr "" "może być wyliczony ze wzoru Threads_created/Connections. Kolor czerwony " "oznacza, że powinno się zwiększyć thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Liczba aktualnie otwartych połączeń." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10681,72 +10715,72 @@ msgstr "" "(W przypadku dobrej implementacja wątków zwykle nie daje to zauważalnego " "polepszenia wydajności.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Liczba nieuśpionych wątków." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Start" -#: server_status.php:1435 +#: server_status.php:1445 #, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" msgstr "Wprowadzenie" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Dołącz indeks(y)" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Odśwież" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Dodaj/usuń pola" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Błąd zarządzania:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Przywróć wartość domyślną" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy #| msgid "Introduction" msgid "Monitor Instructions" msgstr "Wprowadzenie" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10755,7 +10789,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10763,116 +10797,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Usuń bazę danych" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Zobacz status tabeli serwera podrzędnego" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Wybierz tabele" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Niewłaściwa nazwa tabeli" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Dodaj nowy serwer" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "Zapytania SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Pokaż statystyki" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Wybierz tabele" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Rodzaj zapytania" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10881,7 +10928,7 @@ msgstr[0] "Sekunda" msgstr[1] "Sekunda" msgstr[2] "Sekunda" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/pt.po b/po/pt.po index d6562f4cf9..9a3d0badb7 100644 --- a/po/pt.po +++ b/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-13 19:21+0200\n" "Last-Translator: \n" "Language-Team: portuguese \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Mostrar tudo" @@ -89,7 +89,7 @@ msgstr "Nome do Índice" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descrição" @@ -673,7 +673,7 @@ msgstr "Verificar tabelas com overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportar" @@ -740,7 +740,7 @@ msgstr "Tabelas em tracking" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -760,7 +760,7 @@ msgstr "Actualizado" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Estado" @@ -1087,13 +1087,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1125,7 +1125,7 @@ msgstr "Escolha do Servidor" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processos" @@ -1190,12 +1190,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1253,7 +1253,7 @@ msgstr "" msgid "Bytes received" msgstr "Recebido" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Ligações" @@ -1264,12 +1264,12 @@ msgstr "Ligações" msgid "Questions" msgstr "Versões" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tráfego" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1296,7 +1296,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nenhum" @@ -1397,7 +1397,7 @@ msgstr "Características gerais de Relação" msgid "Current settings" msgstr "Características gerais de Relação" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy msgid "Chart Title" msgstr "Tipo de Exportação" @@ -1522,7 +1522,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1725,130 +1725,150 @@ msgstr "Mostrar critérios de busca" msgid "Zoom Search" msgstr "Pesquisar" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Adicionar/Remover Colunas" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignora" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Adiciona novo campo" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Seleccione chave de referencia" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Seleccione Foreign Key" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Por favor seleccione a chave primária ou a chave única " -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Escolha campo para mostrar" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Clique para seleccionar" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Sem bases de dados" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Alterar a palavra-passe" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Gerado por" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Alterar a palavra-passe" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Seg" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1856,30 +1876,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Versão do servidor" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Sem bases de dados" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Dados" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1887,96 +1907,96 @@ msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binário " -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Abr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Ago" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Out" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1984,78 +2004,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dez" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dom" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Seg" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Ter" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Sex" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2063,100 +2083,100 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "em uso" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2365,10 +2385,11 @@ msgstr "Tabela %s renomeada para %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2685,7 +2706,7 @@ msgid "Documentation" msgstr "Documentação" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Comando SQL" @@ -5727,7 +5748,7 @@ msgid "The row has been deleted" msgstr "Registo eliminado" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Termina" @@ -6283,7 +6304,7 @@ msgstr "MIME-types disponíveis" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Máquina" @@ -6995,14 +7016,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variável" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valor" @@ -7217,7 +7238,7 @@ msgid "Returns" msgstr "Opções da tabela" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tempo" @@ -8171,7 +8192,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Utilizador" @@ -8626,13 +8647,13 @@ msgstr "" msgid "Files" msgstr "Qtd Campos" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncar os Queries mostrados" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostrar queries completos" @@ -9431,146 +9452,159 @@ msgstr "Tipo de Query" msgid "Instructions" msgstr "Funções" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "por hora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "por minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "por segundo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Itens" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Relações" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Recebido" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Enviado" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Tentativas falhadas" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Abortado" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Comando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9578,78 +9612,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9657,7 +9691,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9665,42 +9699,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9708,33 +9742,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9743,227 +9777,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9971,99 +10005,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10071,18 +10105,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10090,62 +10124,62 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy msgid "Start Monitor" msgstr "Estado" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "Adiciona novo campo" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Gerado por" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Adicionar/Remover Campos" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10154,7 +10188,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10162,109 +10196,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Remover a Base de Dados" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Seleccionar Tabelas" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Acrescenta um utilizador" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "Comando SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Estatísticas dos registos" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Seleccionar Tabelas" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipo de Query" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10272,7 +10319,7 @@ msgid_plural "%d seconds" msgstr[0] "por segundo" msgstr[1] "por segundo" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/pt_BR.po b/po/pt_BR.po index e9530597b4..35816aa053 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-30 02:20+0200\n" "Last-Translator: Julio Cesar Zuppa \n" "Language-Team: brazilian_portuguese \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Mostrar todos" @@ -88,7 +88,7 @@ msgstr "Nome chave" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descrição" @@ -669,7 +669,7 @@ msgstr "Verificar sobre-carga" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportar" @@ -734,7 +734,7 @@ msgstr "Tabelas rastreadas" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -754,7 +754,7 @@ msgstr "Atualizado" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1069,13 +1069,13 @@ msgstr "Dado(s) estático(s)" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Outro" @@ -1105,7 +1105,7 @@ msgstr "Tráfego do Servidor (em KiB)" msgid "Connections since last refresh" msgstr "Conexões desde a última atualização" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processos" @@ -1172,12 +1172,12 @@ msgid "System swap" msgstr "Área de Troca (Swap) do sistema" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1245,7 +1245,7 @@ msgstr "" msgid "Bytes received" msgstr "Recebido" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Conexões" @@ -1254,12 +1254,12 @@ msgstr "Conexões" msgid "Questions" msgstr "Requisições" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Tráfego" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Configurações" @@ -1290,7 +1290,7 @@ msgstr "Por favor adicione no mínimo uma variável à série" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nenhum" @@ -1393,7 +1393,7 @@ msgid "Current settings" msgstr "Configurações atuais" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it depends of the context. -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Título do Relatório/Gráfico ou Tabela" @@ -1518,7 +1518,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importar" @@ -1713,52 +1713,72 @@ msgstr "Exibir critério de pesquisa" msgid "Zoom Search" msgstr "Procurar" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Adicionar/Remover colunas" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorar" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Adicionar coluna" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Seleciona chave referenciada" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Selecionar Chave Estrangeira" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Por favor, selecione uma chave primária ou uma chave única" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Marque a coluna para exibir" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1766,71 +1786,71 @@ msgstr "" "Você não salvou as mudanças no layout. Eles serão perdidos se você não salva-" "los. Deseja continuar mesmo assim?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Adicionar uma opção para a coluna" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Arraste para reordenar" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Clique para selecionar" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Clique para marcar/desmarcar" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Clique na seta
para alternar a visibilidade da coluna" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Sem bases" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Gerar senha" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Gerar" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Alterar senha" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Mais" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1840,27 +1860,27 @@ msgstr "" "atualização. A nova versão é %s, lançada em %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ". última versão estável:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "até à data" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Concluído" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1868,149 +1888,149 @@ msgid "Next" msgstr "Próximo" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Hoje" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Janeiro" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Fevereiro" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Março" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Abril" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maio" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Junho" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Julho" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Agosto" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Setembro" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Outubro" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Novembro" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Dezembro" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Abr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ago" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Set" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Out" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dez" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Domingo" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Segunda" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Terça" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Quarta" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Quinta" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Sexta" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sábado" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2018,98 +2038,98 @@ msgid "Sun" msgstr "Dom" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Seg" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Ter" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Qua" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Qui" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Sex" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sab" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dom" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Seg" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Ter" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Qua" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Qui" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Sex" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sab" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Sem" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hora" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuto" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Segundo" @@ -2324,10 +2344,11 @@ msgstr "Tabela %s renomeada para %s" msgid "Could not save table UI preferences" msgstr "Não foi possível salvar as preferências da tabela" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2649,7 +2670,7 @@ msgid "Documentation" msgstr "Documentação" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "consulta SQL" @@ -5665,7 +5686,7 @@ msgid "The row has been deleted" msgstr "Registro eliminado" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Matar" @@ -6235,7 +6256,7 @@ msgstr "MIME-type disponíveis" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Servidor" @@ -6951,14 +6972,14 @@ msgid "Slave status" msgstr "Exibir status dos escravos" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variáveis" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valor" @@ -7179,7 +7200,7 @@ msgid "Returns" msgstr "Tipo de returno" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tempo" @@ -8217,7 +8238,7 @@ msgstr "Versão do Protocolo" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Usuário" @@ -8691,13 +8712,13 @@ msgstr "Selecionar log binário para exibir" msgid "Files" msgstr "Arquivos" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncar as consultas SQL exibidas" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Mostrar consultas completas" @@ -9497,85 +9518,98 @@ msgstr "Tipo de consulta" msgid "Instructions" msgstr "Introdução" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "por hora" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "por minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "por segundo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Comandos" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Replicação" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9583,47 +9617,47 @@ msgstr "" "Em servidores ocupados, os contadores de byte podem sobrecarregar, então as " "estatísticas como relatadas pelo servidor MySQL podem estar incorretas." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Recebido" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Enviar" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "máx. de conexões concorrentes" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Tentativas falharam" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Abortado" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Comando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Whether to enable SSL for connection to MySQL server." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Caso queira ativar o SSL para conexões com o servidor MySQL." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9633,16 +9667,16 @@ msgstr "" "excederam o valor do binlog_cache_size e usaram o arquivo temporário para " "armazenar enunciados da transação." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "O número de transações que usaram o cache do log binário temporário." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9654,11 +9688,11 @@ msgstr "" "grande, você pode aumentar o valor de tmp_table_size para fazer as tabelas " "temporárias serem baseadas na memória ou invés de baseadas no disco" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Quantos arquivos temporários o MySQL tinha criado." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9666,7 +9700,7 @@ msgstr "" "O número de tabelas temporárias na memória criadas automaticamente pelo " "servidor enquanto executava os enunciados." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9674,7 +9708,7 @@ msgstr "" "O número de linhas escritas com INSERT DELAYED para cada erro ocorrido " "(provavelmente chave duplicada)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9682,23 +9716,23 @@ msgstr "" "O número de processos manipuladores de INSERT DELAYED em uso. Cada tabela " "diferente em que se usa INSERT DELAYED começa seu próprio processo." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "O número de linhas INSERT DELAYED escritas." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "O número de enunciados FLUSH executados." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "O número de enunciados COMMIT internos." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "O número de vezes que uma linha foi deletada de uma tabela." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9708,7 +9742,7 @@ msgstr "" "ele sabe sobre uma tabela com um nome dado. Isto é chamado descoberta. " "Handler_discover indica o número de vezes que tabelas foram descobertas." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9718,7 +9752,7 @@ msgstr "" "alto, sugere que o usuário está fazendo muitas varreduras completas do " "índice; por exemplo, SELECT col1 FROM foo, supondo que col1 é um índice." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9727,7 +9761,7 @@ msgstr "" "alto, é uma boa indicação de que suas consultas e tabelas estejam " "corretamente indexadas." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9737,7 +9771,7 @@ msgstr "" "incrementado se você estiver consultando uma coluna do índice com uma " "restrição da escala ou se você estiver fazendo uma varredura do índice." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9745,7 +9779,7 @@ msgstr "" "O número de requisições para ler a linha precedente na ordem da chave. Este " "método de leitura é usado principalmente para otimizar ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9758,7 +9792,7 @@ msgstr "" "faça a varredura de tabelas inteiras ou você tem junções que não usam as " "chaves corretamente." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9770,37 +9804,37 @@ msgstr "" "sugere que suas tabelas não estão corretamente indexadas ou que suas " "consultas não estão escritas para tomar vantagem dos índices que você têm." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "O número de enunciados ROLLBACK internos." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "O número de requisições para atualizar uma linha na tabela." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "O número de requisições para inserir uma linha na tabela." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "O número de páginas que contém dados (sujos ou limpos)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "O número de páginas atualmente sujas." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "O número de páginas do buffer pool que foram requisitadas para serem " "niveladas." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "O número de páginas livres." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9810,7 +9844,7 @@ msgstr "" "que estão sendo lidas ou escritas atualmente ou aquela não pode ser nivelada " "ou removido por alguma outra razão." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9822,11 +9856,11 @@ msgstr "" "Este valor pode também ser calculado como Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Tamanho total do buffer pool, em páginas." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9835,7 +9869,7 @@ msgstr "" "uma consulta faz a varredura de uma parcela grande de uma tabela mas na " "ordem aleatória." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9843,11 +9877,11 @@ msgstr "" "O número de ler-adiante sequenciais InnoDB iniciado. Isto acontece quando o " "InnoDB faz uma varredura sequencial completa da tabela." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "O número de requisições de leitura lógica InnoDB que foram feitas." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9855,7 +9889,7 @@ msgstr "" "O número de leituras lógicas que o InnoDB não pode satisfer do buffer pool e " "teria que fazer uma leitura de página simples" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9869,55 +9903,55 @@ msgstr "" "primeiramente. Este contador conta instâncias dessas esperas. Se o tamanho " "do buffer pool for ajustado corretamente, este valor deve ser pequeno." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "O número de escritas feitas para o buffer pool do InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "O número de operações fsync() à fazer." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "O número atual de operações fsync() pendentes." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "O número atual de leituras pendentes." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "O número atual de escritas pendentes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "O montante de leitura de dados à fazer, em bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "O número total de dados lidos." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "O número total de dados escritos." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "O montante de escrita de dados à fazer, em bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "O número de escritas doublewrite que foram executadas e o número de páginas " "que foram escritas para esta finalidade." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "O número de escritas doublewrite que foram executadas e o número de páginas " "que foram escritas para esta finalidade." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9925,35 +9959,35 @@ msgstr "" "O número de esperas geradas porque o buffer do log era muito pequeno e teve " "que esperar que fosse nivelada antes de continuar." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "O número de requisições de escrita de log." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "O número de escritas físicas para o arquivo de log." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "O número de escritas fsyncs feitas no arquivo de log." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "O número de arquivos de log fsyncs pendentes." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Escrita de arquivos de log pendentes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "O número de bytes escritos para o arquivo de log." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "O número de páginas criadas." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9962,52 +9996,52 @@ msgstr "" "contados em páginas; o tamanho de página permite que sejam facilmente " "convertidos em bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "O número de páginas lidas." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "O número de páginas escritas." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "O número de linhas trancadas que estão esperando atualmente." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "O tempo médio para recuperar uma linha trancada, em milísegundo." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "O tempo total gasto para recuperar linhas trancadas, em milísegundo." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "O máximo de tempo para recuperar uma linha trancada, em milísegundo." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" "O número de vezes que uma linhas trancada teve que esperar para ser escrita." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "O número de linhas deletadas de tabelas InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "O número de linhas inseridas em tabelas InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "O número de linhas lidas de tabelas InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "O número de linhas atualizadas em tabelas InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10015,7 +10049,7 @@ msgstr "" "O número de blocos chave no cache chave que mudaram mas não foram nivelados " "ainda ao disco. Antes era chamado de Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10023,7 +10057,7 @@ msgstr "" "O número de blocos não usados no cache chave. Você pode usar este valor para " "determinar quanto do cache chave está no uso." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10033,11 +10067,11 @@ msgstr "" "indica o número máximo de blocos que estiveram sempre em uso em algum " "momento." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "O número de requisições para ler um bloco chave do cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10047,15 +10081,15 @@ msgstr "" "alto, então seu valor do key_buffer_size é provavelmente muito baixo. A taxa " "de falta de cache pode ser calculada como Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "O número de requisições para escrever um bloco chave para o cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "O número de escritas físicas para um bloco chave para o disco." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10066,18 +10100,18 @@ msgstr "" "a mesma consulta. O valor padrão 0 significa que nenhuma consulta foi " "compilada ainda." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "O número de linhas esperando para serem escritas na fila de INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10085,39 +10119,39 @@ msgstr "" "O número de tabelas que devem estar abertas. Se aberta, as tabelas são " "grandes, o valor do cache de suas tabelas é provavelmente muito pequeno." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "O número de arquivos que estão abertos." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "O número de streams que estão abertos (usados principalmente para log)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "O número de tabelas que estão abertas." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "O montante de memória livre para a consulta do cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "O número de hits do cache." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "O número de consultas adicionadas no cache." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10130,7 +10164,7 @@ msgstr "" "recentemente\" (LRU - least recently used) para decidir qual consulta " "remover do cache." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10138,19 +10172,19 @@ msgstr "" "O número de consultas sem cache (não cacheável, ou não pode ser cacheável " "devido à configuração em query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "O número de consultas registradas no cache." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "O número total de blocos na consulta do cache." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "O status da replicação à prova de falhas (não implementado)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10158,13 +10192,13 @@ msgstr "" "O número de junções que não usaram índices. Se este valor não for 0, você " "deve cuidadosamente verificar os índices de suas tabelas." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "O número de junções que usaram uma pesquisa de escala na tabela de " "referência." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10173,7 +10207,7 @@ msgstr "" "após cada linha. (Se este não for 0, você deve cuidadosamente verificar os " "índices de suas tabelas.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10181,16 +10215,16 @@ msgstr "" "O número de junções que usaram escalas na primeira tabela. (Não é " "normalmente crítico mesmo se este for grande.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "O número junções que fez uma varredura completa da primeira tabela." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "O número de tabelas temporárias abertas atualmente pelo processo SQL escravo." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10198,11 +10232,11 @@ msgstr "" "Número total (desde o início) de vezes que o processo SQL escravo de " "replicação teve que tentar transações." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Isto é ON se este servidor é um escravo conectado à um mestre." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10210,12 +10244,12 @@ msgstr "" "O número de processos que levaram mais que slow_launch_time segundos para " "serem criadas." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "O número de consultas que levaram mais que long_query_time segundos." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10225,24 +10259,24 @@ msgstr "" "valor for alto, você deve considerar aumentar o valor da variável " "sort_buffer_size do sistema." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "O número de ordenações que foram feitas com escalas." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "O número de linhas ordenadas." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "O número de ordenações que foram feitas scaneando a tabela." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" "O número de vezes que uma tabela trancada foi recuperada imediatamente." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10254,7 +10288,7 @@ msgstr "" "performance, você precisa primeiramente otimizar suas consultas e então, ou " "dividir sua tabela ou usar replicação." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10264,11 +10298,11 @@ msgstr "" "ser calculada como Threads_created/conexões. Se este valor for vermelho você " "deve aumentar seu thread_cache_size" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "O número de conexões atualmente abertas." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10280,69 +10314,69 @@ msgstr "" "isso não da um aumento notável de performance se você tem uma boa " "implementação de processos.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "O número de processos que não estão dormindo." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy msgid "Start Monitor" msgstr "Status" -#: server_status.php:1435 +#: server_status.php:1445 #, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" msgstr "Introdução" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "Adicionar índice" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Atualizar" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Adicionar/Remover colunas" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Restaurar valor padrão" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy #| msgid "1. Introduction" msgid "Monitor Instructions" msgstr "1. Introdução" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10351,7 +10385,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10359,115 +10393,130 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Pausar o monitoramento" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" -#: server_status.php:1501 +#: server_status.php:1511 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" # The word "chart" in brasilian portuguese can mean either "Table = tabela" or "Report = relatório" or "Chart = gráfico" or "Diagram = diagrama". So, it depends of the context. -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Remover Gráfico/Tabela ou Relatório" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Tabelas selecionadas" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Nome de tabela inválida" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Adicionar novo servidor" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "Consultas SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Mostrar estatísticas" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Tabelas selecionadas" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tipo de consulta" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10475,7 +10524,7 @@ msgid_plural "%d seconds" msgstr[0] "Segundo" msgstr[1] "Segundo" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/ro.po b/po/ro.po index adf3fc4b8a..08de3dbed6 100644 --- a/po/ro.po +++ b/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-22 02:28+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: romanian \n" @@ -15,7 +15,7 @@ msgstr "" "20)) ? 1 : 2);;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Arată toate" @@ -89,7 +89,7 @@ msgstr "Nume cheie" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Descriere" @@ -695,7 +695,7 @@ msgstr "Verificare depășit" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportă" @@ -766,7 +766,7 @@ msgstr "Tabelele urmărite" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -786,7 +786,7 @@ msgstr "Actualizat(ă)" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stare" @@ -1123,13 +1123,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "Alegerea serverului" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procese" @@ -1231,12 +1231,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiO" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiO" @@ -1298,7 +1298,7 @@ msgstr "" msgid "Bytes received" msgstr "Recepționat" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Conexiuni" @@ -1309,12 +1309,12 @@ msgstr "Conexiuni" msgid "Questions" msgstr "Versiuni" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafic" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1343,7 +1343,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Nici unul(a)" @@ -1444,7 +1444,7 @@ msgstr "Facilități generale" msgid "Current settings" msgstr "Facilități generale" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1568,7 +1568,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importă" @@ -1793,130 +1793,150 @@ msgstr "Comanda SQL" msgid "Zoom Search" msgstr "Caută" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Adaugă/șterge coloane" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoră" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Adaugă %s cîmp(uri)" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Alegere cheie referențiată" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Alegeți cheia străină" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Vă rugăm să alegeți cheia primară sau o cheie unică" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Selectează un cîmp" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Click pentru a selecta" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Nu sînt baze de date" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Generează parolă" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generează" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Schimbare parolă" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Lun" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1926,30 +1946,30 @@ msgstr "" "procesul de actualizare. Noua versiune este %s, publicată în data de %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "Ultima versiune" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Nu sînt baze de date" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Gata" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Anterior" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1957,84 +1977,84 @@ msgid "Next" msgstr "Următorul" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Total" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Ianuarie" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Februarie" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Martie" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Aprilie" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mai" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Iunie" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Iulie" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Septembrie" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Octombrie" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Noiembrie" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Decembrie" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Ian" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2042,78 +2062,78 @@ msgid "May" msgstr "Mai" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Iun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Iul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Oct" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Noi" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dec" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Dum" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Lun" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Vin" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2121,102 +2141,102 @@ msgid "Sun" msgstr "Dum" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Lun" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mie" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Joi" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Vin" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sâm" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Dum" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Lun" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mie" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Joi" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Vin" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sâm" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Wiki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "în folosință" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2439,10 +2459,11 @@ msgstr "Tabelului %s i s-a dat un numele de %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2772,7 +2793,7 @@ msgid "Documentation" msgstr "Documentație" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Comanda SQL" @@ -5871,7 +5892,7 @@ msgid "The row has been deleted" msgstr "Linia a fost ștearsă" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Oprește" @@ -6483,7 +6504,7 @@ msgstr "Tipuri MIME disponibile" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Gazda" @@ -7197,14 +7218,14 @@ msgid "Slave status" msgstr "Afișează stare sclav" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabil" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Valoare" @@ -7424,7 +7445,7 @@ msgid "Returns" msgstr "Tipul întors" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Timp" @@ -8476,7 +8497,7 @@ msgstr "Versiune protocol" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Utilizator" @@ -8950,13 +8971,13 @@ msgstr "Selectați jurnalul binar pentru vizualizare" msgid "Files" msgstr "Fișiere" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncare comenzi afișate" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Afișare comandă întreagă" @@ -9764,85 +9785,98 @@ msgstr "Tip interogare" msgid "Instructions" msgstr "Introducere" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "pe oră" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "pe minut" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "pe secundă" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Comenzi" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Acest server MySQL rulează de %s. S-a lansat la %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Replicare" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9850,46 +9884,46 @@ msgstr "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Recepționat" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Trimis" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "conexiuni concurente (maxim)" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Încercări nereușite" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Întrerupt" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Comanda" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Comprimă conexiunea la serverul MySQL" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9899,16 +9933,16 @@ msgstr "" "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "The number of transactions that used the temporary binary log cache." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9920,98 +9954,98 @@ msgstr "" "to increase the tmp_table_size value to cause temporary tables to be memory-" "based instead of disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Cîte fișiere temporare a creat mysqld." -#: server_status.php:1185 -msgid "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." -msgstr "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." - -#: server_status.php:1186 -msgid "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." -msgstr "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." - -#: server_status.php:1187 -msgid "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." -msgstr "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." - -#: server_status.php:1188 -msgid "The number of INSERT DELAYED rows written." -msgstr "The number of INSERT DELAYED rows written." - -#: server_status.php:1189 -msgid "The number of executed FLUSH statements." -msgstr "The number of executed FLUSH statements." - -#: server_status.php:1190 -msgid "The number of internal COMMIT statements." -msgstr "The number of internal COMMIT statements." - -#: server_status.php:1191 -msgid "The number of times a row was deleted from a table." -msgstr "The number of times a row was deleted from a table." - -#: server_status.php:1192 -msgid "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." -msgstr "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." - -#: server_status.php:1193 -msgid "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." -msgstr "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." - -#: server_status.php:1194 -msgid "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." -msgstr "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." - #: server_status.php:1195 msgid "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." msgstr "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." #: server_status.php:1196 msgid "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." msgstr "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." #: server_status.php:1197 msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." + +#: server_status.php:1198 +msgid "The number of INSERT DELAYED rows written." +msgstr "The number of INSERT DELAYED rows written." + +#: server_status.php:1199 +msgid "The number of executed FLUSH statements." +msgstr "The number of executed FLUSH statements." + +#: server_status.php:1200 +msgid "The number of internal COMMIT statements." +msgstr "The number of internal COMMIT statements." + +#: server_status.php:1201 +msgid "The number of times a row was deleted from a table." +msgstr "The number of times a row was deleted from a table." + +#: server_status.php:1202 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." + +#: server_status.php:1203 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." + +#: server_status.php:1204 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." + +#: server_status.php:1205 +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." + +#: server_status.php:1206 +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." +msgstr "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." + +#: server_status.php:1207 +msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " "probably have a lot of queries that require MySQL to scan whole tables or " @@ -10022,7 +10056,7 @@ msgstr "" "probably have a lot of queries that require MySQL to scan whole tables or " "you have joins that don't use keys properly." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10034,36 +10068,36 @@ msgstr "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "The number of internal ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "The number of requests to update a row in a table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Numărul de cereri de a insera un rînd într-un tabel." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Numărul de pagini conținînd date (curate sau murdare)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Numărul de pagini actualmente murdare." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "The number of buffer pool pages that have been requested to be flushed." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Numărul de pagini libere." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10073,7 +10107,7 @@ msgstr "" "being read or written or that can't be flushed or removed for some other " "reason." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10085,11 +10119,11 @@ msgstr "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total size of buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10097,7 +10131,7 @@ msgstr "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10105,11 +10139,11 @@ msgstr "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "The number of logical read requests InnoDB has done." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10117,7 +10151,7 @@ msgstr "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10131,55 +10165,55 @@ msgstr "" "counter counts instances of these waits. If the buffer pool size was set " "properly, this value should be small." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "The number writes done to the InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "The number of fsync() operations so far." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "The current number of pending fsync() operations." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "The current number of pending reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "The current number of pending writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "The amount of data read so far, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "The total number of data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "The total number of data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "The amount of data written so far, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10187,35 +10221,35 @@ msgstr "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "The number of log write requests." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "The number of physical writes to the log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "The number of fsyncs writes done to the log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "The number of pending log file fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Pending log file writes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "The number of bytes written to the log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Numărul de pagini create." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10223,51 +10257,51 @@ msgstr "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Numărul de pagini citite." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Numărul de pagini scrise." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "The number of row locks currently being waited for." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "The average time to acquire a row lock, in milliseconds." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "The total time spent in acquiring row locks, in milliseconds." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "The maximum time to acquire a row lock, in milliseconds." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "The number of times a row lock had to be waited for." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "The number of rows deleted from InnoDB tables." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "The number of rows inserted in InnoDB tables." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Numărul de rînduri citite din tabelele InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Numărul de rînduri actualizate în tabelele InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10275,7 +10309,7 @@ msgstr "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10283,7 +10317,7 @@ msgstr "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10293,11 +10327,11 @@ msgstr "" "that indicates the maximum number of blocks that have ever been in use at " "one time." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "The number of requests to read a key block from the cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10307,15 +10341,15 @@ msgstr "" "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "The number of requests to write a key block to the cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "The number of physical writes of a key block to disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10325,17 +10359,17 @@ msgstr "" "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "The number of rows waiting to be written in INSERT DELAYED queues." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10343,171 +10377,171 @@ msgstr "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "The number of files that are open." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "The number of streams that are open (used mainly for logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Numărul de tabele ce sînt deschise." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "The amount of free memory for query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Numărul de nimeriri în cache." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Numărul de interogări adăugate la cache." -#: server_status.php:1263 -msgid "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." -msgstr "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." - -#: server_status.php:1264 -msgid "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." -msgstr "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." - -#: server_status.php:1265 -msgid "The number of queries registered in the cache." -msgstr "Numărul de interogări înregistrate în cache." - -#: server_status.php:1266 -msgid "The total number of blocks in the query cache." -msgstr "Numărul total de blocuri în cache-ul interogării." - -#: server_status.php:1267 -msgid "The status of failsafe replication (not yet implemented)." -msgstr "The status of failsafe replication (not yet implemented)." - -#: server_status.php:1268 -msgid "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." -msgstr "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." - -#: server_status.php:1269 -msgid "The number of joins that used a range search on a reference table." -msgstr "The number of joins that used a range search on a reference table." - -#: server_status.php:1270 -msgid "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" -msgstr "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" - -#: server_status.php:1271 -msgid "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" -msgstr "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" - -#: server_status.php:1272 -msgid "The number of joins that did a full scan of the first table." -msgstr "The number of joins that did a full scan of the first table." - #: server_status.php:1273 -msgid "The number of temporary tables currently open by the slave SQL thread." -msgstr "The number of temporary tables currently open by the slave SQL thread." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." #: server_status.php:1274 msgid "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." #: server_status.php:1275 -msgid "This is ON if this server is a slave that is connected to a master." -msgstr "This is ON if this server is a slave that is connected to a master." +msgid "The number of queries registered in the cache." +msgstr "Numărul de interogări înregistrate în cache." #: server_status.php:1276 -msgid "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." -msgstr "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." +msgid "The total number of blocks in the query cache." +msgstr "Numărul total de blocuri în cache-ul interogării." #: server_status.php:1277 -msgid "" -"The number of queries that have taken more than long_query_time seconds." -msgstr "" -"The number of queries that have taken more than long_query_time seconds." +msgid "The status of failsafe replication (not yet implemented)." +msgstr "The status of failsafe replication (not yet implemented)." #: server_status.php:1278 msgid "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." msgstr "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." #: server_status.php:1279 -msgid "The number of sorts that were done with ranges." -msgstr "The number of sorts that were done with ranges." +msgid "The number of joins that used a range search on a reference table." +msgstr "The number of joins that used a range search on a reference table." #: server_status.php:1280 -msgid "The number of sorted rows." -msgstr "Numărul de rînduri sortate." +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" #: server_status.php:1281 -msgid "The number of sorts that were done by scanning the table." -msgstr "The number of sorts that were done by scanning the table." +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" #: server_status.php:1282 -msgid "The number of times that a table lock was acquired immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgid "The number of joins that did a full scan of the first table." +msgstr "The number of joins that did a full scan of the first table." #: server_status.php:1283 -msgid "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." -msgstr "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "The number of temporary tables currently open by the slave SQL thread." #: server_status.php:1284 msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." + +#: server_status.php:1285 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "This is ON if this server is a slave that is connected to a master." + +#: server_status.php:1286 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." + +#: server_status.php:1287 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" +"The number of queries that have taken more than long_query_time seconds." + +#: server_status.php:1288 +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." +msgstr "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." + +#: server_status.php:1289 +msgid "The number of sorts that were done with ranges." +msgstr "The number of sorts that were done with ranges." + +#: server_status.php:1290 +msgid "The number of sorted rows." +msgstr "Numărul de rînduri sortate." + +#: server_status.php:1291 +msgid "The number of sorts that were done by scanning the table." +msgstr "The number of sorts that were done by scanning the table." + +#: server_status.php:1292 +msgid "The number of times that a table lock was acquired immediately." +msgstr "The number of times that a table lock was acquired immediately." + +#: server_status.php:1293 +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." +msgstr "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." + +#: server_status.php:1294 +msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." @@ -10516,11 +10550,11 @@ msgstr "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Numărul de conexiuni deschise momentan." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10532,68 +10566,68 @@ msgstr "" "doesn't give a notable performance improvement if you have a good thread " "implementation.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "The number of threads that are not sleeping." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Dum" -#: server_status.php:1435 +#: server_status.php:1445 #, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" msgstr "Introducere" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "Adaugă %s cîmp(uri)" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Reîncarcă" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Adaugă/șterge coloane" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy #| msgid "Introduction" msgid "Monitor Instructions" msgstr "Introducere" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10602,7 +10636,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10610,112 +10644,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Redenumire bază de date în" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Selectează tabele" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Denumire de tabel nevalidă" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Adaugă un server nou" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "Comanda SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statisticile rîndului" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Selectează tabele" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Tip interogare" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10724,7 +10771,7 @@ msgstr[0] "pe secundă" msgstr[1] "pe secundă" msgstr[2] "pe secundă" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ru.po b/po/ru.po index e9fd9d8ff1..e45321daf4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-03 19:50+0200\n" "Last-Translator: Victor Volkov \n" "Language-Team: russian \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Показать все" @@ -89,7 +89,7 @@ msgstr "Имя индекса" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Описание" @@ -674,7 +674,7 @@ msgstr "Отметить требующие оптимизации" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Экспорт" @@ -739,7 +739,7 @@ msgstr "Отслеживаемые таблицы" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -759,7 +759,7 @@ msgstr "Обновлён" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Состояние" @@ -1073,13 +1073,13 @@ msgstr "Статические данные" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Всего" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Другое" @@ -1109,7 +1109,7 @@ msgstr "Трафик сервера (в KiB)" msgid "Connections since last refresh" msgstr "Соединений с момента последнего обновления" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Процессы" @@ -1178,12 +1178,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "КБ" @@ -1245,7 +1245,7 @@ msgstr "" msgid "Bytes received" msgstr "Принято" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Соединения" @@ -1256,12 +1256,12 @@ msgstr "Соединения" msgid "Questions" msgstr "Версии" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Трафик" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Настройки" @@ -1288,7 +1288,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Нет" @@ -1389,7 +1389,7 @@ msgstr "Пользовательские настройки" msgid "Current settings" msgstr "Дополнительные настройки" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Chart title" msgid "Chart Title" @@ -1518,7 +1518,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" @@ -1717,54 +1717,74 @@ msgstr "Отобразить параметры поиска" msgid "Zoom Search" msgstr "Поиск" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Добавить/удалить столбцы" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Игнорировать" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Добавить столбец" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Выберите ссылочный ключ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Выберите внешний ключ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" "Выберите поле являющееся первичным (PRIMARY), или уникальным (UNIQUE) " "индексом" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Выбор отображаемого столбца" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1772,70 +1792,70 @@ msgstr "" "Вы не сохранили изменения в раскладке. Без сохранения, они будут потеряны. " "Продолжить?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Добавить параметр для столбца" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Изменить порядок перетаскиванием" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Кликнуть для сортировки" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Кликнуть для снятия/установки отметки" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Перейти к представлению (VIEW)" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Создать пароль" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерировать" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Изменить пароль" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Ещё" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1845,27 +1865,27 @@ msgstr "" "Новейшая версия %s, выпущена %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", последняя стабильная версия:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "актуально" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Готово" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Предыдущий" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1873,149 +1893,149 @@ msgid "Next" msgstr "Следующий" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Сегодня" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Январь" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Февраль" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Март" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Апрель" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Май" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Июнь" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Июль" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Август" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Сентябрь" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Октябрь" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Ноябрь" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Декабрь" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Дек" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Воскресенье" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Понедельник" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Вторник" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Среда" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Четверг" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Пятница" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Суббота" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2023,84 +2043,84 @@ msgid "Sun" msgstr "Вс" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Вс" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Нед." -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Час" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Минута" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Секунда" @@ -2317,10 +2337,11 @@ msgstr "Таблица %s была переименована в %s" msgid "Could not save table UI preferences" msgstr "Не получилось сохранить настройки интерфейса таблицы" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2643,7 +2664,7 @@ msgid "Documentation" msgstr "Документация" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-запрос" @@ -5764,7 +5785,7 @@ msgid "The row has been deleted" msgstr "Запись была удалена" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Завершить" @@ -6361,7 +6382,7 @@ msgstr "Отобразить MIME типы" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -7098,14 +7119,14 @@ msgid "Slave status" msgstr "Статус Slave" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Переменная" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Значение" @@ -7339,7 +7360,7 @@ msgid "Returns" msgstr "Возвращаемый тип" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Время" @@ -8305,7 +8326,7 @@ msgstr "Версия протокола" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Пользователь" @@ -8751,13 +8772,13 @@ msgstr "Выберите бинарный журнал для просмотра msgid "Files" msgstr "Файлов" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Сокращенное отображение запросов" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Развернутое отображение запросов" @@ -9562,61 +9583,74 @@ msgstr "Тип запроса" msgid "Instructions" msgstr "Функции" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Network traffic since startup: %s" msgid "Questions since startup: %s" msgstr "Сетевой трафик с момента запуска: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "в час" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "в минуту" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "в секунду" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Характеристика" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "Кол-во" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Сетевой трафик с момента запуска: %s" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "MySQL сервер работает %s. Время запуска: %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9624,16 +9658,16 @@ msgstr "" "Данный MySQL сервер настроен головным и подчиненным в процессе " "репликации." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "Данный сервер настроен головным в процессе репликации." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Данный сервер настроен подчиненным в процессе репликации." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9641,11 +9675,11 @@ msgstr "" "Для получения подробной информации о состоянии репликации сервера, " "пожалуйста, перейдите в раздел репликации." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Состояние репликации" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9653,45 +9687,45 @@ msgstr "" "На загруженном сервере, побайтовые счетчики могут переполняться, таким " "образом, статистика, передаваемая MySQL-сервером, может быть некорректной." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Принято" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Отправлено" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Максимально одновременных" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Неудачных попыток" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Прерваны" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Команда" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Количество неудавшихся попыток соединения к серверу MySQL." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9701,16 +9735,16 @@ msgstr "" "значение binlog_cache_size, вследствие чего содержащиеся в них SQL-выражения " "были сохранены во временном файле." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Количество транзакций, использовавших кеш бинарного журнала." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "Количество попыток соединения (успешных либо нет) к серверу MySQL." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9722,11 +9756,11 @@ msgstr "" "велико, следует увеличить значение переменной tmp_table_size, чтобы " "временные таблицы располагались в памяти, а не на жестком диске." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Количество временных файлов, созданных MySQL-сервером (mysqld)." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9734,7 +9768,7 @@ msgstr "" "Количество временных таблиц в памяти, созданных сервером автоматически в " "процессе выполнения SQL-выражений." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9742,31 +9776,31 @@ msgstr "" "Количество ошибок, возникших в процессе обработки запросов INSERT DELAYED, " "например, из-за дублирования ключей." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "Количество обрабатываемых запросов INSERT DELAYED." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" "Количество строк записанных в режиме отложенной вставки данных (INSERT " "DELAYED)." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Количество выполненных команд FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Количество внутренних команд COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Количество запросов на удаление строк из таблицы." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9776,7 +9810,7 @@ msgstr "" "определенным именем. Этот процесс называется обнаружением. Handler_discover " "- число обнаружений таблиц." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9787,7 +9821,7 @@ msgstr "" "индекса. Например, SELECT col1 FROM foo, при условии, что col1 " "проиндексирован." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9796,7 +9830,7 @@ msgstr "" "значение переменной говорит о том, что запросы и таблицы проиндексированы " "надлежащим образом." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9806,7 +9840,7 @@ msgstr "" "индексов. Значение увеличивается при запросе индексного столбца с " "ограничением по размеру или при сканировании индекса." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9814,7 +9848,7 @@ msgstr "" "Количество запросов на чтение предыдущей строки при ниспадающей сортировке " "индекса. Обычно используется при оптимизации: ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9827,7 +9861,7 @@ msgstr "" "требующих полного сканирования таблиц, наличием объединений не использующих " "индексы надлежащим образом." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9839,39 +9873,39 @@ msgstr "" "что таблицы не проиндексированы надлежащим образом или запросы не используют " "преимущества индексов." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Количество внутренних команд ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Количество запросов на обновление строк в таблице." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Количество запросов на вставку строк в таблицу." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" "Количество страниц содержащих данные ("грязные" или "" "чистые")." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Текущее количество "грязных" страниц." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Количество страниц буферного пула, над которыми был осуществлен процесс " "очистки (FLUSH)." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Количество свободных страниц." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9881,7 +9915,7 @@ msgstr "" "страницами осуществляется процесс чтения или записи, либо они не могут быть " "очищены или удалены по какой-либо другой причине." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9893,11 +9927,11 @@ msgstr "" "Значение можно рассчитать по формуле: Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Общий размер буферного пула (в страницах)." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9905,7 +9939,7 @@ msgstr "" "Количество \"случайных\" опережающих чтений, инициированных InnoDB. Это " "происходит, когда запрос сканирует большую часть таблицы в случайном порядке." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9914,11 +9948,11 @@ msgstr "" "происходит, когда InnoDB выполняет полное последовательное сканирование " "таблицы." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Количество последовательных запросов на чтение, выполненных InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9926,7 +9960,7 @@ msgstr "" "Количество последовательных запросов на чтение, которые InnoDB не смог " "выполнить из буферного пула и использовал постраничное чтение." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9940,55 +9974,55 @@ msgstr "" "ожиданий. Если размер буферного пула был установлен должным образом, " "значение будет небольшим." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Количество записей, выполненных в буферный пул InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Количество операций fsync(), выполненных на данный момент." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Текущее количество незавершенных операций fsync()." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Текущее количество незавершенных операций чтения." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Текущее количество незавершенных операций записи." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Сумма данных (в байтах), прочитанных на данный момент." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Общее количество операций чтения данных." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Общее количество операций записи данных." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Сумма данных (в байтах), записанных на данный момент." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Количество записей в буфер doublewrite, и количество созданных для этого " "страниц." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Количество записей в буфер doublewrite, и количество созданных для этого " "страниц." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9996,36 +10030,36 @@ msgstr "" "Количество ожиданий очистки журнального буфера, вследствие малого его " "размера." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Количество запросов на запись в журнал." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Количество физических записей в файл журнала." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Количество записей с помощью fsync(), сделанных в файл журнала." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" "Количество незавершенных попыток синхронизации с помощью операции fsync." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Количество незавершенных запросов на запись в журнал." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Объем данных в байтах, записанных в файл журнала." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Количество созданных страниц." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10034,51 +10068,51 @@ msgstr "" "приводятся в страницах, но зная объем страницы, можно перевести эти значения " "в байты." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Количество прочитанных страниц." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Количество записанных страниц." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Текущее количество ожиданий блокировок строк." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Среднее время ожидания блокировки строк (в миллисекундах)." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Общее время, ожидания блокировок строк (в миллисекундах)." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Максимальное время ожидания блокировки строк (в миллисекундах)." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Общее количество ожиданий блокировки строк." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Количество строк, удаленных из таблиц InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Количество строк, добавленных в таблицы InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Количество строк, прочитанных из таблиц InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Количество строк, обновленных в таблицах InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10086,7 +10120,7 @@ msgstr "" "Количество блоков в кеше индекса, которые были изменены, но еще не записаны " "на диск. Данный параметр также известен как Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10094,7 +10128,7 @@ msgstr "" "Количество неиспользуемых блоков в кеше индекса. Данный параметр позволяет " "определить как полно используется кеш индекса." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10103,11 +10137,11 @@ msgstr "" "Количество используемых блоков в кеше индекса. Данное значение - " "максимальное количество блоков, использованных одновременно." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Количество запросов на чтение блока из кеша индексов." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10118,15 +10152,15 @@ msgstr "" "key_buffer_size. Коэффициент неудачных обращений к кешу может быть рассчитан " "как: Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Количество запросов на запись блока в кеш индекса." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Количество физических операций записи блока индексов на диск." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10137,7 +10171,7 @@ msgstr "" "одного запроса. Изначальное нулевое значение, означает, что процесса " "компиляции запроса еще не было." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -10145,11 +10179,11 @@ msgstr "" "Максимальное количество соединений использованных одновременно начиная с " "запуска сервера." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Количество строк, ожидающих вставки в запросах INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10157,21 +10191,21 @@ msgstr "" "Общее количество открывавшихся таблиц. При большом значении переменной " "рекомендуется увеличить размер кеша таблиц (table_cache)." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Количество открытых файлов." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Количество открытых потоков (применяется к файлам журналов). Потоком " "называется файл, открытый с помощью функции fopen." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Количество открытых таблиц." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -10181,21 +10215,21 @@ msgstr "" "указывать на фрагментацию, проблема которой решается выполнением запроса " "FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Объем свободной памяти для кеша запросов." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" "Количество "попаданий" в кеш запросов, т.е. сколько запросов было " "удовлетворено запросами, находящимися в кеше." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Количество запросов, добавленных в кеш запросов." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10208,7 +10242,7 @@ msgstr "" "не использующиеся страницы заменяются новыми) при принятии решения об " "удаления запроса из кеша." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10216,19 +10250,19 @@ msgstr "" "Количество запросов, которые оказались некешируемыми или для которых " "кеширование было подавлено с помощью ключевого слова SQL_NO_CACHE." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Количество запросов, зарегистрированных в кеше." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Суммарное количество блоков памяти, отведенных под кеш запросов." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Состояние отказоустойчивой репликации (пока не реализовано)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10236,13 +10270,13 @@ msgstr "" "Количество запросов-объединений, выполненных без использования индексов. " "Если значение переменной не равно 0, рекомендуется проверить индексы таблиц." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Количество запросов-объединений, выполненных с использованием поиска по " "диапазону в таблице, на которую делается ссылка." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10251,7 +10285,7 @@ msgstr "" "диапазону для выборки строк из вторичной таблицы. Если значение переменной " "не равно 0, рекомендуется проверить индексы таблиц." -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10260,18 +10294,18 @@ msgstr "" "диапазону в первой таблице. Обычно значение этой переменной не критично, " "даже если оно велико." -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Количество запросов-объединений, выполненных с использованием полного поиска " "по первой таблице." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Количество временных таблиц, открытых в настоящий момент подчиненным потоком." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10279,13 +10313,13 @@ msgstr "" "Общее количество повторов транзакций подчиненным потоком репликации с " "момента запуска." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Присваивается значение ON, если данный сервер функционирует как подчиненный, " "подключенный к главному." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10293,12 +10327,12 @@ msgstr "" "Количество потоков, на создание которых потребовалось более чем " "slow_launch_time секунд." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Количество запросов, выполнявшихся более long_query_time секунд." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10307,28 +10341,28 @@ msgstr "" "Количество проходов, сделанных алгоритмом сортировки. При большом значении " "следует увеличить значение переменной sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" "Количество операций сортировки, выполненных с использованием диапазона." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Количество отсортированных строк." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Количество операций сортировки, выполненных с использованием полного " "сканирования таблицы." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" "Количество запросов на блокировку таблицы, которые были удовлетворены " "немедленно." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10340,7 +10374,7 @@ msgstr "" "производительностью, необходимо сначала оптимизировать свои запросы, а затем " "разбить свою таблицу (или таблицы) или использовать репликацию." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10350,11 +10384,11 @@ msgstr "" "вычислить по формуле Threads_created/Connections. Если это значение окрашено " "в красный цвет - вам следует увеличить thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Количество открытых текущих соединений." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10366,67 +10400,67 @@ msgstr "" "thread_cache_size (это не даст существенного выигрыша в производительности, " "при хорошей реализации потоков)." -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Количество процессов, находящихся в активном состоянии." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Textarea rows" msgid "Start Monitor" msgstr "Строк в текстовом поле" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add parameter" msgid "Add chart" msgstr "Добавить параметр" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Частота обновления" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Столбцов в текстовом поле" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Управление ошибками:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Восстановить изначальное значение" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10435,7 +10469,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10443,116 +10477,129 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Удалить базу данных" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "All status variables" msgid "Status variable(s)" msgstr "Все переменные состояния" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Выберите таблицы" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "You must provide a routine name" msgid "or type variable name:" msgstr "Необходимо задать имя процедуры" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a trigger" msgid "Add this series" msgstr "Добавить триггер" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "Series:" msgid "Series in Chart:" msgstr "Серии:" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Показывать статистику" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Выберите страницу" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Тип запроса" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" @@ -10560,7 +10607,7 @@ msgstr[0] "%d секунда" msgstr[1] "%d секунды" msgstr[2] "%d секунд" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/si.po b/po/si.po index 455c1e6d11..deb095fde0 100644 --- a/po/si.po +++ b/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-06-04 15:35+0200\n" "Last-Translator: Madhura Jayaratne \n" "Language-Team: sinhala \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "සියල්ල පෙන්වන්න" @@ -87,7 +87,7 @@ msgstr "යතුරු නම" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "විස්තරය" @@ -669,7 +669,7 @@ msgstr "Check tables having overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "අපනයනය" @@ -734,7 +734,7 @@ msgstr "අවධානය සක්‍රීය වගු" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -754,7 +754,7 @@ msgstr "යාවත්කාලීන කරන ලදි" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "තත්වය" @@ -1071,13 +1071,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "මුළු එකතුව" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1109,7 +1109,7 @@ msgstr "සේවාදායකයේ තේරීම" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "ක්‍රියාවලිය" @@ -1178,12 +1178,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1245,7 +1245,7 @@ msgstr "" msgid "Bytes received" msgstr "ලබන ලද" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "සම්බන්ධතා" @@ -1256,12 +1256,12 @@ msgstr "සම්බන්ධතා" msgid "Questions" msgstr "අනුවාද" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "තදබදය" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "සිටුවම්" @@ -1286,7 +1286,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "කිසිවක් නැත" @@ -1388,7 +1388,7 @@ msgstr "සිටුවම් පරිපාලනය" msgid "Current settings" msgstr "තවත් සිටුවම්" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title:" msgid "Chart Title" @@ -1515,7 +1515,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "ආනයනය" @@ -1719,54 +1719,74 @@ msgstr "SQL විමසුම" msgid "Zoom Search" msgstr "සෙවීම" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "තීර එක් කරන්න/ඉවත් කරන්න" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "නොසලකන්න" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "තීරයක් එක් කරන්න" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "සම්බන්දිත මූලය තෝරන්න" # ප්‍රාථමික මූලය = Primary key. Source: Glossary of Information Technology # Terms - ICTA -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "අන්‍ය මූලය තෝරන්න" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "කරුණාකර ප්‍රාථමික මූලය හෝ අනුපම මූලයක් තෝරන්න" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "පෙන්වීම සඳහා තීරය ‍තෝරාගන්න" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1775,71 +1795,71 @@ msgstr "" "යන්න?" # අභිරුචිය = option. Source: Glossary of Information Technology Terms - ICTA -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "ක්ෂේත්‍රයට අභිරුචියක් එක් කරන්න " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "තේරීමට ක්ලික් කරන්න" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "දත්තගබඩා නොමැත" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "මුරපදය උත්පාදනය කරන්න" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "උත්පාදනය කරන්න" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "මුරපදය වෙනස් කරන්න" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "තවත්" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1849,27 +1869,27 @@ msgstr "" "අනුවාදය %s අනුවාදයයි (%s දින නිකුත් කරන ලද)." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", නවතම ස්ථායි අනුවාදය:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "යාවත්කාලීන" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "තෝරන්න" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "පෙර" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1877,149 +1897,149 @@ msgid "Next" msgstr "මීලඟ" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "අද දින" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "ජනවාරි" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "පෙබරවාරි" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "මාර්තු" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "අ‍ප්‍රේල්" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "මැයි" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "ජුනි" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "ජූලි" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "අගෝස්තු" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "සැප්තැම්බර්" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "ඔක්තෝම්බර්" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "නොවැම්බර්" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "දෙසැම්බර්" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "ජනවාරි" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "පෙබරවාරි" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "මාර්තු" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "අ‍ප්‍රේල්" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "මැයි" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "ජුනි" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "ජූලි" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "අගෝස්තු" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "සැප්තැම්බර්" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "ඔක්තෝම්බර්" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "නොවැම්බර්" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "දෙසැම්බර්" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "ඉරිදා" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "සඳුදා" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "අඟහරු‍වදා" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "බදාදා" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "බ්‍රහස්පතින්දා" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "සිකුරාදා" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "සෙනසුරාදා" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2027,84 +2047,84 @@ msgid "Sun" msgstr "ඉරිදා" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "සඳුදා" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "අඟහ" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "බදාදා" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "බ්‍රහස්" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "සිකුරා" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "සෙනසු" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "ඉරි" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "සඳු" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "අඟ" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "බදා" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "බ්‍රහ" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "සිකු" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "සෙන" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "සති" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "පැය" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "මිනිත්තු" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "තත්පර" @@ -2314,10 +2334,11 @@ msgstr "%s වගුව %s බවට නම වෙනස් කරන ලදි" msgid "Could not save table UI preferences" msgstr "වගු පරිශීලක අතුරුමුහුණත් සඳහා අභිමතයන් සුරැකීම අසමත් විය" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2636,7 +2657,7 @@ msgid "Documentation" msgstr "ලියකියවිලි" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL විමසුම" @@ -5595,7 +5616,7 @@ msgid "The row has been deleted" msgstr "පෙළ ඉවත් කරන ලදි" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Kill" @@ -6157,7 +6178,7 @@ msgstr "Available MIME types" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "දායකයා" @@ -6867,14 +6888,14 @@ msgid "Slave status" msgstr "උපතත්වයන් පෙන්වන්න" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "විචල්‍යය" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "අගය" @@ -7094,7 +7115,7 @@ msgid "Returns" msgstr "වගු විකල්ප" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "වේලාව" @@ -8116,7 +8137,7 @@ msgstr "ප්‍රෝටකෝල අනුවාදය" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "භාවිතා කරන්නා" @@ -8550,13 +8571,13 @@ msgstr "පෙන්වීම සඳහා ද්වීමය ලොගය ත msgid "Files" msgstr "ගොනු" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Truncate Shown Queries" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "සම්පූර්ණ විමසුම් පෙන්වන්න" @@ -9343,61 +9364,74 @@ msgstr "විමසුම් වර්ගය" msgid "Instructions" msgstr "ශ්‍රිත" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "ඇරඹුම් පිටුව රිසි සේ සකසන්න" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "පැයකට" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "මිනිත්තුවකට" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "තප්පරයකට" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "ප්‍රකාශය" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "මෙම MySQL සේවාදායකය %s තිස්සේ ක්‍රියාත්මකයි. මෙය ඇරඹුයේ %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9405,15 +9439,15 @@ msgstr "" "මෙම MySQL සේවාදායකය අනුරූකරණ ක්‍රියාවලියේදී master හා slave " "ලෙස ක්‍රියාකරයි." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "මෙම MySQL සේවාදායකය අනුරූකරණ ක්‍රියාවලියේදී master ලෙස ක්‍රියාකරයි." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "මෙම MySQL සේවාදායකය අනුරූකරණ ක්‍රියාවලියේදී slave ලෙස ක්‍රියාකරයි." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9421,11 +9455,11 @@ msgstr "" "සේවාදායකයේ අනුරූකරණ තත්වය පිළිබඳ වැඩි විස්තර සඳහා කරුණාකර අනුරූකරණ අංශය වෙත යන්න" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "අනුරූ කරණයේ තත්වය" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9433,47 +9467,47 @@ msgstr "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "ලබන ලද" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "යවන ලද" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "උපරිම සමගාමී සම්බන්ධතා" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "අසාර්ථක උත්සාහයන්" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "අත්හැර දමන ලදි" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "හැඳුනුම් අංකය" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "විධානය" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "The number of fsync() writes done to the log file." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9483,16 +9517,16 @@ msgstr "" "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "The number of transactions that used the temporary binary log cache." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9504,98 +9538,98 @@ msgstr "" "to increase the tmp_table_size value to cause temporary tables to be memory-" "based instead of disk-based." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "How many temporary files mysqld has created." -#: server_status.php:1185 -msgid "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." -msgstr "" -"The number of in-memory temporary tables created automatically by the server " -"while executing statements." - -#: server_status.php:1186 -msgid "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." -msgstr "" -"The number of rows written with INSERT DELAYED for which some error occurred " -"(probably duplicate key)." - -#: server_status.php:1187 -msgid "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." -msgstr "" -"The number of INSERT DELAYED handler threads in use. Every different table " -"on which one uses INSERT DELAYED gets its own thread." - -#: server_status.php:1188 -msgid "The number of INSERT DELAYED rows written." -msgstr "The number of INSERT DELAYED rows written." - -#: server_status.php:1189 -msgid "The number of executed FLUSH statements." -msgstr "The number of executed FLUSH statements." - -#: server_status.php:1190 -msgid "The number of internal COMMIT statements." -msgstr "The number of internal COMMIT statements." - -#: server_status.php:1191 -msgid "The number of times a row was deleted from a table." -msgstr "The number of times a row was deleted from a table." - -#: server_status.php:1192 -msgid "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." -msgstr "" -"The MySQL server can ask the NDB Cluster storage engine if it knows about a " -"table with a given name. This is called discovery. Handler_discover " -"indicates the number of time tables have been discovered." - -#: server_status.php:1193 -msgid "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." -msgstr "" -"The number of times the first entry was read from an index. If this is high, " -"it suggests that the server is doing a lot of full index scans; for example, " -"SELECT col1 FROM foo, assuming that col1 is indexed." - -#: server_status.php:1194 -msgid "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." -msgstr "" -"The number of requests to read a row based on a key. If this is high, it is " -"a good indication that your queries and tables are properly indexed." - #: server_status.php:1195 msgid "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." msgstr "" -"The number of requests to read the next row in key order. This is " -"incremented if you are querying an index column with a range constraint or " -"if you are doing an index scan." +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." #: server_status.php:1196 msgid "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." msgstr "" -"The number of requests to read the previous row in key order. This read " -"method is mainly used to optimize ORDER BY ... DESC." +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." #: server_status.php:1197 msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." + +#: server_status.php:1198 +msgid "The number of INSERT DELAYED rows written." +msgstr "The number of INSERT DELAYED rows written." + +#: server_status.php:1199 +msgid "The number of executed FLUSH statements." +msgstr "The number of executed FLUSH statements." + +#: server_status.php:1200 +msgid "The number of internal COMMIT statements." +msgstr "The number of internal COMMIT statements." + +#: server_status.php:1201 +msgid "The number of times a row was deleted from a table." +msgstr "The number of times a row was deleted from a table." + +#: server_status.php:1202 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." + +#: server_status.php:1203 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." + +#: server_status.php:1204 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." + +#: server_status.php:1205 +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." + +#: server_status.php:1206 +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." +msgstr "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY ... DESC." + +#: server_status.php:1207 +msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " "probably have a lot of queries that require MySQL to scan whole tables or " @@ -9606,7 +9640,7 @@ msgstr "" "probably have a lot of queries that require MySQL to scan whole tables or " "you have joins that don't use keys properly." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9618,36 +9652,36 @@ msgstr "" "tables are not properly indexed or that your queries are not written to take " "advantage of the indexes you have." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "The number of internal ROLLBACK statements." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "The number of requests to update a row in a table." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "The number of requests to insert a row in a table." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "The number of pages containing data (dirty or clean)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "The number of pages currently dirty." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "The number of buffer pool pages that have been requested to be flushed." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "නිදහස් පිටු ගණන." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9657,7 +9691,7 @@ msgstr "" "being read or written or that can't be flushed or removed for some other " "reason." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9669,11 +9703,11 @@ msgstr "" "be calculated as Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total size of buffer pool, in pages." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9681,7 +9715,7 @@ msgstr "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9689,11 +9723,11 @@ msgstr "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "The number of logical read requests InnoDB has done." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9701,7 +9735,7 @@ msgstr "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9715,55 +9749,55 @@ msgstr "" "counter counts instances of these waits. If the buffer pool size was set " "properly, this value should be small." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "The number writes done to the InnoDB buffer pool." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "The number of fsync() operations so far." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "The current number of pending fsync() operations." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "The current number of pending reads." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "The current number of pending writes." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "The amount of data read so far, in bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "The total number of data reads." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "The total number of data writes." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "The amount of data written so far, in bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "The number of doublewrite writes that have been performed and the number of " "pages that have been written for this purpose." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9771,35 +9805,35 @@ msgstr "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "The number of log write requests." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "The number of physical writes to the log file." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "The number of fsync() writes done to the log file." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "The number of pending log file fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Pending log file writes." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "The number of bytes written to the log file." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "The number of pages created." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9807,51 +9841,51 @@ msgstr "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "කියවන ලද පිටු ගණන." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "ලියන ලද පිටු ගණන." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "The number of row locks currently being waited for." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "The average time to acquire a row lock, in milliseconds." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "The total time spent in acquiring row locks, in milliseconds." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "The maximum time to acquire a row lock, in milliseconds." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "The number of times a row lock had to be waited for." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "The number of rows deleted from InnoDB tables." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "The number of rows inserted in InnoDB tables." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "The number of rows read from InnoDB tables." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "The number of rows updated in InnoDB tables." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9859,7 +9893,7 @@ msgstr "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9867,7 +9901,7 @@ msgstr "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9877,11 +9911,11 @@ msgstr "" "that indicates the maximum number of blocks that have ever been in use at " "one time." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "The number of requests to read a key block from the cache." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9891,15 +9925,15 @@ msgstr "" "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "The number of requests to write a key block to the cache." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "The number of physical writes of a key block to disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9909,17 +9943,17 @@ msgstr "" "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "The number of rows waiting to be written in INSERT DELAYED queues." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9927,171 +9961,171 @@ msgstr "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "The number of files that are open." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "The number of streams that are open (used mainly for logging)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "The number of tables that are open." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "The amount of free memory for query cache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "The number of cache hits." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "The number of queries added to the cache." -#: server_status.php:1263 -msgid "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." -msgstr "" -"The number of queries that have been removed from the cache to free up " -"memory for caching new queries. This information can help you tune the query " -"cache size. The query cache uses a least recently used (LRU) strategy to " -"decide which queries to remove from the cache." - -#: server_status.php:1264 -msgid "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." -msgstr "" -"The number of non-cached queries (not cachable, or not cached due to the " -"query_cache_type setting)." - -#: server_status.php:1265 -msgid "The number of queries registered in the cache." -msgstr "The number of queries registered in the cache." - -#: server_status.php:1266 -msgid "The total number of blocks in the query cache." -msgstr "The total number of blocks in the query cache." - -#: server_status.php:1267 -msgid "The status of failsafe replication (not yet implemented)." -msgstr "The status of failsafe replication (not yet implemented)." - -#: server_status.php:1268 -msgid "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." -msgstr "" -"The number of joins that do not use indexes. If this value is not 0, you " -"should carefully check the indexes of your tables." - -#: server_status.php:1269 -msgid "The number of joins that used a range search on a reference table." -msgstr "The number of joins that used a range search on a reference table." - -#: server_status.php:1270 -msgid "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" -msgstr "" -"The number of joins without keys that check for key usage after each row. " -"(If this is not 0, you should carefully check the indexes of your tables.)" - -#: server_status.php:1271 -msgid "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" -msgstr "" -"The number of joins that used ranges on the first table. (It's normally not " -"critical even if this is big.)" - -#: server_status.php:1272 -msgid "The number of joins that did a full scan of the first table." -msgstr "The number of joins that did a full scan of the first table." - #: server_status.php:1273 -msgid "The number of temporary tables currently open by the slave SQL thread." -msgstr "The number of temporary tables currently open by the slave SQL thread." +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." #: server_status.php:1274 msgid "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." msgstr "" -"Total (since startup) number of times the replication slave SQL thread has " -"retried transactions." +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." #: server_status.php:1275 -msgid "This is ON if this server is a slave that is connected to a master." -msgstr "This is ON if this server is a slave that is connected to a master." +msgid "The number of queries registered in the cache." +msgstr "The number of queries registered in the cache." #: server_status.php:1276 -msgid "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." -msgstr "" -"The number of threads that have taken more than slow_launch_time seconds to " -"create." +msgid "The total number of blocks in the query cache." +msgstr "The total number of blocks in the query cache." #: server_status.php:1277 -msgid "" -"The number of queries that have taken more than long_query_time seconds." -msgstr "" -"The number of queries that have taken more than long_query_time seconds." +msgid "The status of failsafe replication (not yet implemented)." +msgstr "The status of failsafe replication (not yet implemented)." #: server_status.php:1278 msgid "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." msgstr "" -"The number of merge passes the sort algorithm has had to do. If this value " -"is large, you should consider increasing the value of the sort_buffer_size " -"system variable." +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." #: server_status.php:1279 -msgid "The number of sorts that were done with ranges." -msgstr "The number of sorts that were done with ranges." +msgid "The number of joins that used a range search on a reference table." +msgstr "The number of joins that used a range search on a reference table." #: server_status.php:1280 -msgid "The number of sorted rows." -msgstr "The number of sorted rows." +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" #: server_status.php:1281 -msgid "The number of sorts that were done by scanning the table." -msgstr "The number of sorts that were done by scanning the table." +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" #: server_status.php:1282 -msgid "The number of times that a table lock was acquired immediately." -msgstr "The number of times that a table lock was acquired immediately." +msgid "The number of joins that did a full scan of the first table." +msgstr "The number of joins that did a full scan of the first table." #: server_status.php:1283 -msgid "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." -msgstr "" -"The number of times that a table lock could not be acquired immediately and " -"a wait was needed. If this is high, and you have performance problems, you " -"should first optimize your queries, and then either split your table or " -"tables or use replication." +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "The number of temporary tables currently open by the slave SQL thread." #: server_status.php:1284 msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." + +#: server_status.php:1285 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "This is ON if this server is a slave that is connected to a master." + +#: server_status.php:1286 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." + +#: server_status.php:1287 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" +"The number of queries that have taken more than long_query_time seconds." + +#: server_status.php:1288 +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." +msgstr "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." + +#: server_status.php:1289 +msgid "The number of sorts that were done with ranges." +msgstr "The number of sorts that were done with ranges." + +#: server_status.php:1290 +msgid "The number of sorted rows." +msgstr "The number of sorted rows." + +#: server_status.php:1291 +msgid "The number of sorts that were done by scanning the table." +msgstr "The number of sorts that were done by scanning the table." + +#: server_status.php:1292 +msgid "The number of times that a table lock was acquired immediately." +msgstr "The number of times that a table lock was acquired immediately." + +#: server_status.php:1293 +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." +msgstr "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." + +#: server_status.php:1294 +msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." @@ -10100,11 +10134,11 @@ msgstr "" "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "The number of currently open connections." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10116,68 +10150,68 @@ msgstr "" "doesn't give a notable performance improvement if you have a good thread " "implementation.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "The number of threads that are not sleeping." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Startup" msgid "Start Monitor" msgstr "ඇරඹුම්" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "සුචිය එක් කරන්න" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "අලුත් කරන්න" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "ක්ෂේත්‍ර තීර එක් කරන්න/ඉවත් කරන්න" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "දෝෂ කළමනාකරණය:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "පෙරනිමි අගය ප්‍රතිස්ථාපනය කරන්න" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10186,7 +10220,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10194,115 +10228,128 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "දත්තගබඩාව ඉවත් කරන්න" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "slave තත්ව වගුව බලන්න" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "වගු තෝරන්න" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "වලංගු නොවන වගු නම" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "නව සේවාදායකයක් එක් කරන්න" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL විමසුම" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "පේළි සංඛ්‍ය ලේඛන" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "වගු තෝරන්න" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "විමසුම් වර්ගය" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10310,7 +10357,7 @@ msgid_plural "%d seconds" msgstr[0] "තත්පර" msgstr[1] "තත්පර" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/sk.po b/po/sk.po index 17f8abce7d..c5014a7920 100644 --- a/po/sk.po +++ b/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-27 15:32+0200\n" "Last-Translator: Martin Lacina \n" "Language-Team: slovak \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Zobraziť všetko" @@ -88,7 +88,7 @@ msgstr "Kľúčový názov" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Popis" @@ -671,7 +671,7 @@ msgstr "Zvoliť neoptimálne" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportovať" @@ -736,7 +736,7 @@ msgstr "Sledované tabuľky" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -756,7 +756,7 @@ msgstr "Aktualizované" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stav" @@ -1069,13 +1069,13 @@ msgstr "Statické data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Celkom" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Ostatné" @@ -1105,7 +1105,7 @@ msgstr "Sieťová prevádzka (v KiB)" msgid "Connections since last refresh" msgstr "Spojení od posledného obnovenia" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesy" @@ -1174,12 +1174,12 @@ msgid "System swap" msgstr "Stránkovacia oblasť" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1247,7 +1247,7 @@ msgstr "" msgid "Bytes received" msgstr "Prijaté" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Spojenia" @@ -1256,12 +1256,12 @@ msgstr "Spojenia" msgid "Questions" msgstr "Dopyty" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Vyťaženie" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Nastavenia" @@ -1286,7 +1286,7 @@ msgstr "Pridajte prosím aspoň jednu hodnotu do série" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Žiadny" @@ -1387,7 +1387,7 @@ msgstr "Spravovať svoje nastavenia" msgid "Current settings" msgstr "Ďalšie nastavenia" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Chart title" msgid "Chart Title" @@ -1514,7 +1514,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1709,52 +1709,72 @@ msgstr "Zobraziť parametre vyhľadávania" msgid "Zoom Search" msgstr "Hľadať" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Pridať/Odobrať stĺpce" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorovať" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "Pridať stĺpec" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Zvoliť odkazovaný kľúč" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Zvoliť cudzí kľúč" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Zoľte, prosím, primárny alebo unikátny kľúč" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Zvoľte, ktoré polia zobraziť" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1762,70 +1782,70 @@ msgstr "" "Neuložili ste zmeny v schéme. Ak ich neuložíte, tieto zmeny budú stratené. " "Chcete pokračovať?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Pridať voľbu pre stĺpec " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Usporiadajte pretiahnutím" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Kliknite pre zoradenie" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Kliknite pre označenie/odznačenie" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Kliknite na šípku
pre zmenu viditeľnosti stĺpca" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Prejsť na Prejsť na pohľad" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Vytvoriť heslo" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Vytvoriť" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Zmeniť heslo" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Viac" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1835,27 +1855,27 @@ msgstr "" "Najnovšia verzia je %s a bola vydaná %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", posledná stabilná verzia:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "aktuálne" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Hotovo" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Predchádzajúci" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1863,149 +1883,149 @@ msgid "Next" msgstr "Ďalší" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Dnes" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Január" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Február" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Marec" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Apríl" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Máj" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Jún" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Júl" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "August" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "September" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Október" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "November" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "December" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Máj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Jún" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Júl" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Nedeľa" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Pondelok" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Utorok" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Streda" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Štvrtok" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Piatok" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Sobota" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2013,84 +2033,84 @@ msgid "Sun" msgstr "Ne" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Po" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Út" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "St" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Št" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pi" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "So" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Ne" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Po" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ut" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "St" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Št" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Pi" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "So" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "týž" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Hodiny" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minúty" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekundy" @@ -2309,10 +2329,11 @@ msgstr "Tabuľka %s bola premenovaná na %s" msgid "Could not save table UI preferences" msgstr "Nepodarilo sa uložiť nastavenia tabuľky" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2631,7 +2652,7 @@ msgid "Documentation" msgstr "Dokumentácia" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL dopyt" @@ -5695,7 +5716,7 @@ msgid "The row has been deleted" msgstr "Riadok bol zmazaný" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Zabiť" @@ -6247,7 +6268,7 @@ msgstr "Zobraziť MIME typy" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Hostiteľ" @@ -6952,14 +6973,14 @@ msgid "Slave status" msgstr "Zobraziť stav podriadených hostov" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Premenná" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Hodnota" @@ -7181,7 +7202,7 @@ msgid "Returns" msgstr "Návratový typ" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Čas" @@ -8130,7 +8151,7 @@ msgstr "Verzia protokolu" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Používateľ" @@ -8565,13 +8586,13 @@ msgstr "Vyberte binárny log na zobrazenie" msgid "Files" msgstr "Súbory" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Zobraziť skrátene dopyty" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Zobraziť kompletné dopyty" @@ -9357,61 +9378,74 @@ msgstr "Typ dopytu" msgid "Instructions" msgstr "Úvod" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Prispôsobenie úvodnej stránky" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "za hodinu" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "za minútu" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "za sekundu" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Údaj" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Tento server beží %s. Bol spustený %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9419,18 +9453,18 @@ msgstr "" "Tento server je nakonfigurovaný ako master a slave v " "replikačnom procese." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Tento MYSQL server je nakonfigurovaný ako master v replikačnom " "procese." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Tento MYSQL server pracuje ako slave v replikačnom procese." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9438,11 +9472,11 @@ msgstr "" "Pre viac informácií o stave replikácie na tomto serveri navštívte prosím sekciu replikácie." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Stav replikácie" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9450,45 +9484,45 @@ msgstr "" "Na vyťaženom serveri môže dôjsť k pretečeniu počítadiel, takže štatistiky " "servera môžu byť nepresné." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Prijaté" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Odoslané" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "max. súčasných pripojení" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Nepodarených pokusov" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Prerušené" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Príkaz" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Počet neúspešných pokusov o pripojenie k MySQL serveru." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9498,16 +9532,16 @@ msgstr "" "ale zároveň prekročili hodnotu binlog_cache_size a museli tak použiť dočasný " "súbor na uloženie príkazov transakcie." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Počet transakcií, ktoré využili vyrovnávaciu pamäť binárneho logu." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9519,11 +9553,11 @@ msgstr "" "hodnotu tmp_table_size aby boli dočasné tabuľky ukladané do pamäte a nie na " "disk." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Počet dočasných súborov vytvorených servrom mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9531,7 +9565,7 @@ msgstr "" "Počet dočasných, v pamäti uložených tabuliek, vytvorených servrom pri " "vykonávaní príkazov." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9539,7 +9573,7 @@ msgstr "" "Počet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla " "chyba (pravdepodobne opakujúci sa kľúč)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9547,23 +9581,23 @@ msgstr "" "Počet vlákien používaných príkazmi INSERT DELAYED. Každá samostatná tabuľka, " "na ktorú je použitý príkaz INSERT DELAYED, ma svoje vlastné vlákno." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Počet riadkov vložených príkazom INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Počet vykonaných príkazov FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Počet interných príkazov COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Koľkokrát bol z tabuľky odstránený riadok." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9573,7 +9607,7 @@ msgstr "" "tabuľky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover " "zobrazuje počet doposiaľ objavených tabuliek." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9583,7 +9617,7 @@ msgstr "" "znamená to že server vykonáva príliš veľa kompletných prechádzaní indexov; " "napríklad, SELECT col1 FROM foo, za predpokladu že col1 je indexovaný." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9591,7 +9625,7 @@ msgstr "" "Počet požiadavkov na načítanie riadku podľa kľúča. Ak je táto hodnota " "vysoká, je to dobrým znamením že sú príkazy a tabuľky správne indexované." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9601,7 +9635,7 @@ msgstr "" "Táto hodnota sa zvyšuje ak sa načítava indexovaný stĺpec v danom rozsahu " "alebo ak sa vykonáva prehľadávanie indexu." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9610,7 +9644,7 @@ msgstr "" "čítacia metóda sa použiva hlavne na optimalizáciu príkazov typu ORDER BY ... " "DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9623,7 +9657,7 @@ msgstr "" "kompletne prehľadávať tabuľky, alebo sa používajú zjednotenia, ktoré správne " "nevyužívajú kľúče." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9635,35 +9669,35 @@ msgstr "" "tabuľky nie sú správne indexované alebo príkazy nedostatočne využívajú " "dostupné indexy." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Počet interných príkazov ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Počet požiadavkov na zmenu riadku v tabuľke." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Počet požiadavkov na vloženie nového riadku do tabuľky." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Počet stránok obsahujúcich dáta (nečistých aj čistých)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Počet nečistých stránok." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Počet stránok, na ktoré je požiadavka na vyprázdnenie." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Počet voľných stránok." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9673,7 +9707,7 @@ msgstr "" "momentálne číta alebo zapisuje, prípadne nemôžu byť vyprázdnené ani " "odstránené z nejakého iného dôvodu." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9685,11 +9719,11 @@ msgstr "" "hodnota sa tiež môže vypočítať ako Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Celkový počet stránok vo vyrovnávacej pamäti InnoDB." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9697,7 +9731,7 @@ msgstr "" "Počet \"náhodných\" predčítaní vykonaných InnoDB. Táto situácia nastáva pri " "príkazoch, ktoré prehľadávajú veľkú časť tabuľky, ale v náhodnom poradí." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9705,11 +9739,11 @@ msgstr "" "Počet sekvenčných predčítaní vykonaných InnoDB. Táto situácia nastáva pri " "vykonávaní sekvenčného prehľadávania celej tabuľky." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Počet požiadavkov na logické načítavanie." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9717,7 +9751,7 @@ msgstr "" "Počet logických načítaní, ktoré sa nemohli vykonať z vyrovnávacej pamäte a " "namiesto toho bolo vykonané načítanie celej jednej stránky." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9731,88 +9765,88 @@ msgstr "" "počet týchto čakaní a ak bola správne nastavená veľkosť vyrovnávacej pamäte, " "mala by byť nízka." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Počet zápisov do vyrovnávacej pamäte InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Počet vykonaných fsync() operácií." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Aktuálny počet prebiehajúcich fsync() operácií." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Počet aktuálne prebiehajúcich načítavaní." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Počet aktuálne prebiehajúcich zápisov." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Množstvo už načítaných dát, v bajtoch." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Celkový počet načítaní dát." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Celkový počet zápisov dát." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Množstvo už zapísaných dát, v bajtoch." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" "Počet čakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Počet požiadaviek na zápis do logovacieho súboru." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Počet fyzických zápisov do logovacieho súboru." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Počet fsync() zápisov vykonaných do logovacieho súboru." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Počet prebiehajúcich synchronizácií logovacieho súboru." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Počet prebiehajúcich zápisov do logovacieho súboru." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Množstvo bajtov zapísaných do logovacieho súboru." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Počet vytvorených stránok." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9821,51 +9855,51 @@ msgstr "" "hodnôt sa udáva v stránkach; pomocou veľkosti stránky je možné ich premeniť " "na bajty." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Počet načítaných stránok." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Počet zapísaných stránok." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Počet zámkov na riadky, na ktoré sa čaká." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Priemerný čas potrebný na získanie zámku na riadok, v milisekundách." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Celkový čas potrebný na získanie zámku na riadok, v milisekundách." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maximálny čas potrebný na získanie zámku na riadok, v milisekundách." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Koľkokrát sa muselo čakať na zámok na riadok." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Počet riadkov odstránených z InnoDB tabuliek." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Počet riadkov vložených do InnoDB tabuliek." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Počet načítaných riadkov z InnoDB tabuliek." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Počet upravených riadkov v InnoDB tabuľkách." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9874,7 +9908,7 @@ msgstr "" "neboli zapísané na disk. Predtým sa táto hodnota nazývala " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9882,7 +9916,7 @@ msgstr "" "Počet nevyužitých blokov vo vyrovnávacej pamäti kľúčov. Z tejto hodnoty " "môžete zistiť koľko vyrovnávacej pamäte sa práve používa." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9891,11 +9925,11 @@ msgstr "" "Počet využitých blokov vo vyrovnávacej pamäti kľúčov. Táto hodnota určuje " "najväčšie množstvo blokov, ktoré kedy naraz použité." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Počet požiadavkov na načítanie kľúčového bloku z vyrovnávacej pamäti." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9906,15 +9940,15 @@ msgstr "" "je príliš malá. Úspešnosť vyrovnávacej pamäte si môžte vypočítať zo vzťahu " "Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Počet požiadavkov na zápis kľúčového bloku do vyrovnávacej pamäti." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Počet fyzických zápisov kľúčového bloku na disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9925,17 +9959,17 @@ msgstr "" "požiadavku. Prednastavená hodnota 0 znamená, že doposiaľ neboli skompilované " "žiadne príkazy." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Počet riadkov čakajúcich na zápis cez INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9943,38 +9977,38 @@ msgstr "" "Počet doposiaľ otvorených tabuliek. Ak je táto hodnota príliš vysoká, " "pravdepodobne je vyrovnávacia pamäť pre tabuľky príliš malá." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Počet otvorených súborov." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Počet otvorených streamov (väčšinou využívané na logovanie)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Počet práve otvorených tabuliek." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Veľkosť voľnej pamäti pre vyrovnávaciu pamäť príkazov." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Počet zásahov vyrovnávacej pamäti." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Počet príkazov pridaných do vyrovnávacej pamäti." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9986,7 +10020,7 @@ msgstr "" "veľkosti vyrovnávacej pamäte príkazov. Vyrovnávacia pamäť príkazov používa " "stratégiu (LRU), odstránenie najdlhšie nepoužitých príkazov ako prvých." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9994,19 +10028,19 @@ msgstr "" "Počet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovateľné " "alebo nevyhovujú nastaveniu query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Počet príkazov registrovaných vo vyrovnávacej pamäti." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Celkové množstvo blokov vo vyrovnávacej pamäti príkazov." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stav failsafe replikácie (zatiaľ neimplementované)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10014,12 +10048,12 @@ msgstr "" "Počet spojení, ktoré nevyužívajú indexy. Ak sa táto hodnota nerovná 0, mali " "by ste starostlivo skontrolovať indexy vašich tabuliek." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Počet spojení, ktoré na referenčnej tabuľke využili intervalové vyhľadávanie." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10028,7 +10062,7 @@ msgstr "" "(ak táto hodnota nie je 0, mali by ste starostlivo skontrolovať indexy " "vašich tabuliek.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10036,15 +10070,15 @@ msgstr "" "Počet spojení, ktoré na prvej tabuľke využili intervalové vyhľadávanie (táto " "hodnota nie je kritická ani v prípade, že je vysoká.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Počet spojení, ktoré vykonali kompletné prehľadanie prvej tabuľky." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Počet dočasných tabuliek, otvorených podriadeným SQL vláknom." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10052,13 +10086,13 @@ msgstr "" "Celkový počet (od spustenia) pokusov replikačného podriadeného SQL vlákna o " "znovuobnovenie transakcie." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Táto položka obsahuje hodnotu ON ak je tento server podriadeným a je " "pripojený k prislúchajúcemu nadriadenému servru." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10066,14 +10100,14 @@ msgstr "" "Počet vlákien, ktorých vytvorenie zabralo viac ako je hodnota " "slow_launch_time." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" "Počet príkazov, ktorých vykonanie zabralo viac ako je hodnota " "long_query_time." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10083,23 +10117,23 @@ msgstr "" "je táto hodnota prílis veľká, mali by ste pouvažovať nad zvýšením hodnoty " "systémového nastavania sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Počet rozsahom obmedzených zoraďovaní." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Počet zoradených riadkov." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Počet zoradení uskutočnených prehľadávaním tabuľky." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Počet zámkov tabuliek, ktoré boli získané okamžite." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10111,7 +10145,7 @@ msgstr "" "najprv optimalizovať vaše príkazy a potom buď rozdeliť tabuľku/tabuľky alebo " "použiť replikáciu." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10121,11 +10155,11 @@ msgstr "" "dá vypočítať zo vzťahu Threads_created/Connections. Ak je táto hodnota v " "červenom, mali by ste zvýšiť hodnotu thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Počet momentálne otvorených spojení." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10136,69 +10170,69 @@ msgstr "" "Threads_created vysoká, mohli by ste zvýšiť hodnotu thread_cache_size (to " "však nespôsobí žiadnu citeľnú zmenu ak máte vlákna dobre implementované.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Počet nespiacich vlákien." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Štart" -#: server_status.php:1435 +#: server_status.php:1445 #, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" msgstr "Úvod" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "Odstrániť index/indexy" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Obnoviť" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "Stĺpce s textovou oblasťou" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Obnoviť východziu hodnotu" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy #| msgid "Introduction" msgid "Monitor Instructions" msgstr "Úvod" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10207,7 +10241,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10215,113 +10249,126 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Odstrániť graf" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Vybrať Tabuľky" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Chybné meno tabuľky" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Pridať nového používateľa" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "Series:" msgid "Series in Chart:" msgstr "Série:" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Zobraziť štatistiky" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "Zvoliť stránku" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Typ dopytu" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10330,7 +10377,7 @@ msgstr[0] "Sekundy" msgstr[1] "Sekundy" msgstr[2] "Sekundy" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/sl.po b/po/sl.po index d09cee8aa8..d30300cc77 100644 --- a/po/sl.po +++ b/po/sl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-11 18:40+0200\n" "Last-Translator: Domen \n" "Language-Team: slovenian \n" @@ -15,7 +15,7 @@ msgstr "" "%100==4 ? 2 : 3);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Pokaži vse" @@ -88,7 +88,7 @@ msgstr "Ime ključa" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Opis" @@ -672,7 +672,7 @@ msgstr "Preveri prekoračene" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Izvozi" @@ -737,7 +737,7 @@ msgstr "Sledene tabele" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -757,7 +757,7 @@ msgstr "Posodobljeno" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Stanje" @@ -1070,13 +1070,13 @@ msgstr "Statični podatki" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Skupaj" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Drugo" @@ -1106,7 +1106,7 @@ msgstr "Promet strežnika (v KiB)" msgid "Connections since last refresh" msgstr "Povezav od zadnje osvežitve" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesi" @@ -1173,12 +1173,12 @@ msgid "System swap" msgstr "Sistemska izmenjava" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1230,7 +1230,7 @@ msgstr "Poslanih bajtov" msgid "Bytes received" msgstr "Prejetih bajtov" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Povezave" @@ -1239,12 +1239,12 @@ msgstr "Povezave" msgid "Questions" msgstr "Vprašanja" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Promet" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Nastavitve" @@ -1267,7 +1267,7 @@ msgstr "Prosimo, v serijo dodajte vsaj eno spremenljivko" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Brez" @@ -1368,7 +1368,7 @@ msgstr "Spremeni nastavitve" msgid "Current settings" msgstr "Trenutne nastavitve" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Naslov grafikona" @@ -1493,7 +1493,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvozi" @@ -1677,50 +1677,70 @@ msgstr "Prikaži iskalne pogoje" msgid "Zoom Search" msgstr "Iskanje" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Dodaj/Odstrani stolpce" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Prezri" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Dodaj stolpce" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Izberite referenčni ključ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Izberite tuji ključ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Prosimo, izberite primarni ključ ali unikatni ključ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Izberite stolpec za prikaz" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1728,15 +1748,15 @@ msgstr "" "Niste shranili sprememb ureditve. Če jih ne shranite, bodo izgubljena. " "Želite nadaljevati?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Dodaj možnost za stolpec " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "Pritisnite ubežnico (escape) za prekinitev urejanja" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1744,56 +1764,56 @@ msgstr "" "Uredili ste nekatere podatke, vendar jih niste shranili. Ste prepričani, da " "želite zapustiti stran, preden shranite podatke?" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Povlecite za preureditev" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Kliknite za razvrstitev" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Kliknite za označitev/opustitev" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Kliknite spustno puščico
za preklop vidnosti stolpcev" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Pojdi na pogled" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Ustvari geslo" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Ustvari" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Spremeni geslo" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Več" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1803,255 +1823,255 @@ msgstr "" "Najnovejša različica je %s, izdana %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", zadnja ustaljena različica:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "posodobljeno" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Končano" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "Prej" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "Nasl" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Danes" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "januar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "februar" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "marec" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "april" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "maj" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "junij" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "julij" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "avgust" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "september" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "november" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "nedelja" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "ponedeljek" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "torek" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "sreda" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "četrtek" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "petek" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "sobota" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "ned" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "tor" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "sre" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "čet" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "pet" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "sob" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "ne" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "po" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "to" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "sr" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "če" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "pe" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "so" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "ted." -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Ura" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuta" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekunda" @@ -2265,10 +2285,11 @@ msgstr "Tabela %s je preimenovana v %s" msgid "Could not save table UI preferences" msgstr "Ne morem shraniti nastavitev uporabniškega vmesnika tabel" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2587,7 +2608,7 @@ msgid "Documentation" msgstr "Dokumentacija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "Poizvedba SQL" @@ -5643,7 +5664,7 @@ msgid "The row has been deleted" msgstr "Vrstica je izbrisana" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Prekini proces" @@ -6236,7 +6257,7 @@ msgstr "Prikaži vrste MIME" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Gostitelj" @@ -6964,14 +6985,14 @@ msgid "Slave status" msgstr "Stanje podrejenca" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Spremenljivka" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vrednost" @@ -7173,7 +7194,7 @@ msgid "Returns" msgstr "Vrnjeno" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Čas" @@ -8097,7 +8118,7 @@ msgstr "Različica protokola" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Uporabnik" @@ -8540,13 +8561,13 @@ msgstr "Izberite dvojiški dnevnik za pregled" msgid "Files" msgstr "Datoteke" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Skrči prikazane poizvedbe" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Pokaži celotne poizvedbe" @@ -9336,59 +9357,72 @@ msgstr "Zaženi analitik" msgid "Instructions" msgstr "Navodila" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Vprašanja od zagona: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "na uro" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "na minuto" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "na sekundo" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Izjave" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "Št." -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Promet omrežja od zagona: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Strežnik MySQL deluje že %1$s. Zagnal se je %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9396,18 +9430,18 @@ msgstr "" "Strežnik MySQL deluje kot glavni strežnik in podrejenec v " "postopku podvojevanja." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Strežnik MySQL deluje kot glavni strežnik v postopku podvojevanja." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Strežnik MySQL deluje kot podrejenec v postopku podvojevanja." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9415,11 +9449,11 @@ msgstr "" "Za več informacij o stanju podvojevanja na tem strežniku, prosimo obiščite " "razdelek o podvojevanju." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Stanje podvojevanja" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9427,35 +9461,35 @@ msgstr "" "Na zaposlenem strežniku lahko števci bajtov naštejejo preveč, zato je ta " "statistika, kot jo poroča strežnik MySQL, morda napačna." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Prejeto" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Poslano" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Največ sočasnih povezav" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Neuspeli poizkusi" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Prekinjeno" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Ukaz" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9463,11 +9497,11 @@ msgstr "" "Število prekinjenih povezav zaradi izgube odjemalca, ki ni primerno prekinil " "povezave." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Število spodletelih poskusov povezave s strežnikom MySQL." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9477,18 +9511,18 @@ msgstr "" "dnevnika, vendar je ta presegel vrednost binlog_cache_size, zato so bile za " "shranitev izjav iz transakcije uporabljene začasne datoteke." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" "Število transakcij, ki so uporabile začasni predpomnilnik dvojiškega " "dnevnika." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "Število poskusov povezave (uspešnih ali ne) na strežnik MySQL." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9500,11 +9534,11 @@ msgstr "" "povečati vrednost tmp_table_size, zaradi česar bodo začasne tabele temeljile " "na pomnilniku namesto na disku." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Koliko začasnih datotek je ustvaril mysqld." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9512,7 +9546,7 @@ msgstr "" "Število začasnih tabel v-pomnilniku, ki jih je strežnik samodejno ustvaril " "med izvajanjem stavkov." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9520,7 +9554,7 @@ msgstr "" "Število vrstic zapisanih z INSERT DELAYED, pri katerih je prišlo do neke " "napake (najverjetneje podvojen ključ)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9528,23 +9562,23 @@ msgstr "" "Število upravljalnih niti INSERT DELAYED v uporabi. Vsaka različna tabela, " "na kateri se uporabi INSERT DELAYED, dobi svojo lastno nit." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Število zapisanih vrstic INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Število izvedenih izjav FLUSH." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Število notranjih izjav COMMIT." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Število izbrisov vrstice iz tabele." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9554,7 +9588,7 @@ msgstr "" "navedenim imenom. Temu se reče odkritje. Handler_discover kaže koliko krat " "so bile tabele odkrite." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9564,7 +9598,7 @@ msgstr "" "kaže, da strežnik izvaja mnogo pregledov indeksa; na primer: SELECT col1 " "FROM foo, pri čemer se predpostavlja, da je col1 indeksiran." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9573,7 +9607,7 @@ msgstr "" "visoka, je to dober znak, da so vaše poizvedbe in tabele primerno " "indeksirane." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9583,7 +9617,7 @@ msgstr "" "povečano, če poizvedujete po indeksnem stolpcu z omejitvijo obsega ali če " "pregledujete indeks." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9591,7 +9625,7 @@ msgstr "" "Število poizvedb za branje prejšnje vrstice v zaporedju ključa. Ta postopek " "branja se uporablja predvsem za optimizacijo ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9603,7 +9637,7 @@ msgstr "" "Najverjetneje imate veliko poizvedb, ki od MySQL zahtevajo pregled celotnih " "tabel, ali stike, ki ne uporabljajo ključev pravilno." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9615,36 +9649,36 @@ msgstr "" "tabele niso primerno indeksirane ali da vaše poizvedbe ne izkoristijo " "prednosti indeksov, ki jih imate." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Število notranjih izjav ROLLBACK." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Število zahtev za posodobitev vrstice v tabeli." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Število zahtev za vstavitev vrstice v tabelo." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Število strani, ki vsebujejo podatke (umazane ali čiste)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Število trenutno umazanih strani." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" "Število strani zaloge medpomnilnika, za katere je bila zaprošena izplaknitev." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Število prostih strani." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9654,7 +9688,7 @@ msgstr "" "trenutno v postopku branja ali pisanja ali pa zaradi nekega drugega razloga " "ne morejo biti izplaknjene ali odstranjene." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9666,11 +9700,11 @@ msgstr "" "lahko izračuna tudi kot Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Skupna velikost zaloge medpomnilnika, v straneh." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9678,7 +9712,7 @@ msgstr "" "Število začetih \"naključnih\" vnaprejšnjih branj InnoDB. To se zgodi, ko " "poizvedba zahteva pregled večjega dela tabele, vendar v naključnem redu." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9686,11 +9720,11 @@ msgstr "" "Število začetih zaporednih vnaprejšnjih branj InnoDB. To se zgodi, ko InnoDB " "izvaja zaporedno pregledovanje celotne tabele." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Število logičnih bralnih zahtev, ki jih je izvedel InnoDB." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9698,7 +9732,7 @@ msgstr "" "Število logičnih bralnih zahtev, katerih InnoDB ni mogel izpolniti iz zaloge " "medpomnilnika in je moral izvesti enostransko branje." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9712,52 +9746,52 @@ msgstr "" "teh čakanj. Če je bila velikost zaloge medpomnilnika primerno nastavljena, " "bi morala biti ta vrednost majhna." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Število zapisov storjenih v zalogi medpomnilnika InnoDB." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Število dozdajšnjih posegov fsync()." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Trenutno število čakajočih posegov fsync()." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Trenutno število čakajočih branj." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Trenutno število čakajočih pisanj." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Količina do zdaj prebranih podatkov, v bajtih." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Skupno število branj podatkov." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Skupno število zapisovanj podatkov." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Količina do zdaj zapisanih podatkov, v bajtih." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Število strani, ki so bile zapisane za posege dvojnega pisanja (doublewrite)." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Število posegov dvojnega pisanja (doublewrite), ki so bili izvedeni." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9765,35 +9799,35 @@ msgstr "" "Število čakanj, ki smo jih imeli, ker je bil medpomnilnik dnevnika premajhen " "in je bilo potrebno počakati, da se pred nadaljevanjem izplakne." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Število zahtev pisanja v dnevnik." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Število fizičnih pisanj v dnevniško datoteko." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Število pisanj fsync() storjenih v dnevniško datoteko." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Število čakajoče dnevniške datoteke fsyncs." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Čakajoča pisanja v dnevniško datoteko." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Število bajtov zapisanih v dnevniško datoteko." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Število ustvarjenih strani." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9801,51 +9835,51 @@ msgstr "" "Vgrajena velikost strani InnoDB (privzeto 16 KB). Veliko vrednosti je štetih " "v straneh; velikost strani omogoča preprosto pretvorbo v bajte." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Število prebranih strani." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Število zapisanih strani." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Število zaklepov vrstic, na katere se trenutno čaka." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Povprečni čas zagotovitve zaklepa vrstice, v milisekundah." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Skupni čas zagotavljanja zaklepov vrstic, v milisekundah." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Najdaljši čas zagotavljanja zaklepa vrstice, v milisekundah." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Število čakanj na zaklepe vrstic." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Število vrstic izbrisanih iz tabel InnoDB." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Število vrstic vstavljenih v tabele InnoDB." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Število vrstic prebranih iz tabel InnoDB." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Število vrstic posodobljenih v tabelah InnoDB." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9854,7 +9888,7 @@ msgstr "" "vendar niso bili izplaknjeni na disk. Včasih je bilo znano kot " "Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9862,7 +9896,7 @@ msgstr "" "Število neuporabljenih blokov v predpomnilniku ključev. To vrednost lahko " "uporabite, da ugotovite, koliko predpomnilnika ključev je v uporabi." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9872,11 +9906,11 @@ msgstr "" "dosežena vrednost, ki kaže največje število blokov, ki so bili kadar koli " "naenkrat v uporabi." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Število zahtev za branje bloka ključev iz predpomnilnika." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9886,15 +9920,15 @@ msgstr "" "je vaša vrednost key_buffer_size najverjetneje premajhna. Razmerje " "pogrešitev predpomnilnika se lahko izračuna kot Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Število zahtev za pisanje bloka ključev v predpomnilnik." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Število fizičnih pisanj bloka ključev na disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9905,17 +9939,17 @@ msgstr "" "enake poizvedbe. Privzeta vrednost 0 pomeni, da še ni bila prevedena nobena " "poizvedba." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "Največje število sočasno uporabljenih povezav od zagona strežnika." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Število vrstic, ki čakajo na zapis v vrsti INSERT DELAYED." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9923,19 +9957,19 @@ msgstr "" "Število odprtih tabel. Če je vrednost velika, je vaš predpomnilnik tabel " "najverjetneje premajhen." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Število odprtih datotek." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Število odprtih tokov (uporabljenih v glavnem za beleženje)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Število odprtih tabel." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9945,19 +9979,19 @@ msgstr "" "število lahko kaže na težave z razdrobljenostjo, kar lahko odpravite z " "izvedbo stavka FLUSH QUERY CACHE." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Količina prostega spomina za predpomnilnik poizvedb." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Število zadetkov predpomnilnika." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Število poizvedb dodanih v predpomnilnik." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9970,7 +10004,7 @@ msgstr "" "uporablja strategijo nedavno najmanj uporabljanih (LRU), da odloči, katere " "poizvedbe naj odstrani iz predpomnilnika." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9978,19 +10012,19 @@ msgstr "" "Število nepredpomnjenih poizvedb (ne predpomnljive ali ne predpomnjene " "zaradi nastavitve query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Število zabeleženih poizvedb v predpomnilniku." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Skupno število blokov v predpomnilniku poizvedb." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Stanje podvajanja odpovedne varnosti (ni še vključeno)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -9998,11 +10032,11 @@ msgstr "" "Število stikov, ki ne uporabljajo indeksov. Če ta vrednost ni 0, skrbno " "preverite indekse vaših tabel." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Število stikov, ki so uporabili iskanje območja na referenčni tabeli." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10010,7 +10044,7 @@ msgstr "" "Število stikov brez ključev, ki preverjajo uporabo ključev po vsaki vrstici. " "(Če to ni 0, previdno preverite indekse vaših tabel.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10018,16 +10052,16 @@ msgstr "" "Število stikov, ki so uporabili območja na prvi tabeli. (Po navadi ni " "kritično, četudi je veliko.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Število stikov, ki so izvedli celotni pregled na prvi tabeli." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" "Število začasnih tabel, ki so trenutno odprte s strani niti SQL podrejencev." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10035,11 +10069,11 @@ msgstr "" "Skupno (od zagona) število ponovnih poskusov transakcij podvojevalne niti " "SQL podrejenca." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "To je ON, če je strežnik podrejenec, povezan z glavnim strežnikom." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10047,12 +10081,12 @@ msgstr "" "Število niti, ki so za svoje ustvarjanje porabile več kot slow_launch_time " "sekund." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Število poizvedb, ki so porabile več kot long_query_time sekund." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10062,23 +10096,23 @@ msgstr "" "Če je ta vrednost velika, razmislite o povečanju sistemske spremenljivke " "sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Število razvrščanj, ki so bila storjena z razponi." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Število razvrščenih vrstic." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Število razvrščanj, ki so bila storjena s pregledovanjem tabele." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Koliko krat je bil zaklep tabele pridobljen takoj." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10090,7 +10124,7 @@ msgstr "" "optimizirajte vaše poizvedbe, nato pa ali razdelite vašo tabelo oz. tabele " "ali uporabite podvojevanje." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10100,11 +10134,11 @@ msgstr "" "izračuna kot Threads_created/Connections. Če je ta vrednost rdeča, povečajte " "vaš thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Število trenutno odprtih povezav." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10115,61 +10149,61 @@ msgstr "" "velik, boste morda želeli povečati vrednost thread_cache_size. (Po navadi to " "ne izboljša zmogljivosti v veliki meri, če imate dobro izvedbo niti.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Število niti, ki ne spijo." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Začni nadziranje" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Navodila/Namestitev" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Preurejanje/urejanje grafikonov je končano" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Dodaj grafikon" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Preuredi/uredi grafikone" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Hitrost osveževanja" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Stolpci grafikona" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Upravljanje napak:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Povrni privzeto vrednost" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Navodila nadziranja" -#: server_status.php:1479 +#: server_status.php:1489 #, fuzzy #| msgid "" #| "The phpMyAdmin Monitor can assist you in optimizing the server " @@ -10193,7 +10227,7 @@ msgstr "" " general_log ustvari ogromno podatkov in poveča obremenitev strežnika " "do 15 %." -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10201,7 +10235,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Postoj nadziranje" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
\n" @@ -10216,14 +10256,10 @@ msgstr "" #| "statistics from the logs helping you find what caused the\n" #| " activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "Uporaba nadziranja:
\n" " V redu, pripravljeni ste! Ko kliknete 'Začni nadziranje', se bo vaš " @@ -10238,7 +10274,44 @@ msgstr "" "statistike iz dnevnikov, kar vam bo pomagalo odkriti vzrok\n" " povečane dejavnosti.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
\n" +#| " Ok, you are good to go! Once you click 'Start monitor' your " +#| "browser will refresh all displayed charts\n" +#| " in a regular interval. You may add charts and change the refresh " +#| "rate under 'Settings', or remove any chart\n" +#| " using the cog icon on each respective chart.\n" +#| "

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the\n" +#| " left mouse button and panning over the chart. This will load " +#| "statistics from the logs helping you find what caused the\n" +#| " activity spike.

" +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"Uporaba nadziranja:
\n" +" V redu, pripravljeni ste! Ko kliknete 'Začni nadziranje', se bo vaš " +"brskalnik osvežil in prikazal grafikone\n" +" v rednih razmikih. Dodajate lahko grafikone in spremenite pogostost " +"osveževanja pod 'Nastavitve' ali pa\n" +" odstranite kateri koli grafikon s klikom na ikono zobnika ob " +"ustreznem grafikonu.\n" +"

Ko opazite nenavadno povečanje dejavnosti, izberite ustrezno " +"časovno obdobje na katerem koli grafikonu tako, da pridržite\n" +" levi miškin gumb in kazalec povlečete čez grafikon. To bo naložilo " +"statistike iz dnevnikov, kar vam bo pomagalo odkriti vzrok\n" +" povečane dejavnosti.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 #, fuzzy #| msgid "" #| "Please note:\n" @@ -10249,11 +10322,10 @@ msgstr "" #| "monitoring is not required any more.\n" #| " " msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Pomnite:\n" " Omogočitev general_log lahko poveča obremenitev strežnika za 5–15 %. " @@ -10263,83 +10335,89 @@ msgstr "" "ko nadziranja ne potrebujete več.\n" " " -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Odstrani grafikon" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Spremenljivke stanja" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Izberite serije:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Pogosto nadzirano" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "ali vnesite ime spremenljivke:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Prikaži kot vrednost razlike" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Uporabi delitelja" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Pripni enoto k vrednostim podatkov" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Dodaj serijo" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Počisti serije" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Serije v grafikonu:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Statistika dnevnikov" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Izbrano časovno območje:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Izberite dnevnike, iz katerih želite ustvariti statistiko.

Rezultati " "so zbrani po besedilu poizvedbe." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Vrsta poizvedbe" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" @@ -10348,7 +10426,7 @@ msgstr[1] "%d sekundi" msgstr[2] "%d sekunde" msgstr[3] "%d sekund" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/sq.po b/po/sq.po index 6d17a37c0a..6f8f7e0906 100644 --- a/po/sq.po +++ b/po/sq.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-21 14:51+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: albanian \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Shfaqi të gjithë" @@ -88,7 +88,7 @@ msgstr "Emri i kyçit" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Përshkrimi" @@ -692,7 +692,7 @@ msgstr "Zgjidh të mbingarkuarit" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksporto" @@ -762,7 +762,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -783,7 +783,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Gjendja" @@ -1102,13 +1102,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Gjithsej" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1140,7 +1140,7 @@ msgstr "Zgjedhja e serverit" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Proceset" @@ -1205,12 +1205,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1268,7 +1268,7 @@ msgstr "" msgid "Bytes received" msgstr "Marrë" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Lidhje" @@ -1278,12 +1278,12 @@ msgstr "Lidhje" msgid "Questions" msgstr "Operacione" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafiku" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1310,7 +1310,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Asnjë lloj" @@ -1411,7 +1411,7 @@ msgstr "Karakteristikat e përgjithshme të relacionit" msgid "Current settings" msgstr "Karakteristikat e përgjithshme të relacionit" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1534,7 +1534,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1757,127 +1757,147 @@ msgstr "query SQL" msgid "Zoom Search" msgstr "Kërko" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Shto/Fshi kollonat e fushës" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Shpërfill" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "Shto një fushë të re" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Zgjidh fushën që dëshiron të shohësh" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "Ndrysho fjalëkalimin" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "Gjeneruar nga" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Ndrysho fjalëkalimin" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Hën" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1885,30 +1905,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Asnjë databazë" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "Asnjë lloj" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Paraardhësi" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1916,96 +1936,96 @@ msgid "Next" msgstr "Në vazhdim" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Gjithsej" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Pri" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Maj" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Qer" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Kor" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Gsh" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Tet" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Shk" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Pri" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2013,78 +2033,78 @@ msgid "May" msgstr "Maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Qer" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Kor" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Gsh" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sht" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Tet" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nën" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dhj" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Djl" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Hën" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Mar" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pre" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2092,100 +2112,100 @@ msgid "Sun" msgstr "Djl" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Hën" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Mar" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Mër" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Enj" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pre" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sht" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Djl" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Hën" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Mar" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Mër" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Enj" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pre" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sht" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "në përdorim" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2394,10 +2414,11 @@ msgstr "Tabela %s u riemërtua %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2715,7 +2736,7 @@ msgid "Documentation" msgstr "Dokumentet" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "query SQL" @@ -5746,7 +5767,7 @@ msgid "The row has been deleted" msgstr "rreshti u fshi" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Hiq" @@ -6304,7 +6325,7 @@ msgstr "Lloje MIME në dispozicion" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7014,14 +7035,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "E ndryshueshme" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vlerë" @@ -7238,7 +7259,7 @@ msgid "Returns" msgstr "Opcione për tabelën" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Koha" @@ -8248,7 +8269,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Përdorues" @@ -8705,13 +8726,13 @@ msgstr "" msgid "Files" msgstr "Fusha" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Shkurton (ndërpret) Queries e Shfaqura" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Shfaq të gjitha kërkesat" @@ -9517,146 +9538,159 @@ msgstr "Lloji i query" msgid "Instructions" msgstr "Funksioni" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "në orë" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "në minutë" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "në sekondë" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Instruksione" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ky server MySQL po punon që prej %s. U nis më %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Marrë" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Dërguar" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Përpjekje të dështuara" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Dështoi" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komanda" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "" "Kufizon numrin e lidhjeve të reja që një përdorues mund të hapë në një orë." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9664,78 +9698,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9743,7 +9777,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9751,42 +9785,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9794,33 +9828,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9829,227 +9863,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10057,99 +10091,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10157,18 +10191,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10176,63 +10210,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sht" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy msgid "Add chart" msgstr "Shto një fushë të re" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Rifresko" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Shto/Fshi kollonat e fushës" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10241,7 +10275,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10249,109 +10283,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Ndysho emrin e databazës në" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Zgjidh Tabelat" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Shto një përdorues të ri" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "query SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistikat e rreshtave" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Zgjidh Tabelat" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Lloji i query" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10359,7 +10406,7 @@ msgid_plural "%d seconds" msgstr[0] "në sekondë" msgstr[1] "në sekondë" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/sr.po b/po/sr.po index c4e3248a6c..0077567098 100644 --- a/po/sr.po +++ b/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-04-06 18:43+0200\n" "Last-Translator: \n" "Language-Team: serbian_cyrillic \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Прикажи све" @@ -89,7 +89,7 @@ msgstr "Име кључа" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Опис" @@ -688,7 +688,7 @@ msgstr "Провери табеле које имају прекорачења" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Извоз" @@ -759,7 +759,7 @@ msgstr "Провери табелу" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -781,7 +781,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Статус" @@ -1113,13 +1113,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Укупно" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1151,7 +1151,7 @@ msgstr "Избор сервера" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Процеси" @@ -1221,12 +1221,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "КБ" @@ -1288,7 +1288,7 @@ msgstr "" msgid "Bytes received" msgstr "Примљено" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Конекције" @@ -1298,12 +1298,12 @@ msgstr "Конекције" msgid "Questions" msgstr "Персијски" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Саобраћај" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1332,7 +1332,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "нема" @@ -1433,7 +1433,7 @@ msgstr "Опште особине релација" msgid "Current settings" msgstr "Опште особине релација" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1557,7 +1557,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Увоз" @@ -1780,128 +1780,148 @@ msgstr "SQL упит" msgid "Zoom Search" msgstr "Претраживање" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Додај/обриши колону" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Игнориши" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Додај %s поља" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Изаберите референцирани кључ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Изабери страни кључ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Молимо изаберите примарни или јединствени кључ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Изабери поља за приказ" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "База не постоји" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Направи лозинку" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Направи" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Промени лозинку" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Пон" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1909,30 +1929,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Направи релацију" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "База не постоји" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Подаци" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Претходна" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1940,96 +1960,96 @@ msgid "Next" msgstr "Следећи" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Укупно" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Бинарни" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "мар" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "апр" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "мај" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "јун" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "јул" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "авг" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "окт" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "јан" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "феб" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "мар" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "апр" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2037,78 +2057,78 @@ msgid "May" msgstr "мај" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "јун" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "јул" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "авг" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "сеп" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "окт" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "нов" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "дец" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Нед" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Пон" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Уто" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Пет" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2116,100 +2136,100 @@ msgid "Sun" msgstr "Нед" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Пон" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Уто" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Сре" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Чет" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Пет" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Суб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Нед" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Пон" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Уто" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Сре" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Чет" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Пет" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Суб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "се користи" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2429,10 +2449,11 @@ msgstr "Табели %s промењено име у %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2756,7 +2777,7 @@ msgid "Documentation" msgstr "Документација" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL упит" @@ -5848,7 +5869,7 @@ msgid "The row has been deleted" msgstr "Ред је обрисан" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Обустави" @@ -6428,7 +6449,7 @@ msgstr "Доступни MIME-типови" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Домаћин" @@ -7143,14 +7164,14 @@ msgid "Slave status" msgstr "Прикажи статус подређених сервера" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Променљива" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Вредност" @@ -7365,7 +7386,7 @@ msgid "Returns" msgstr "Повратни тип" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Време" @@ -8405,7 +8426,7 @@ msgstr "Верзија протокола" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Корисник" @@ -8875,13 +8896,13 @@ msgstr "Изаберите бинарни дневник за преглед" msgid "Files" msgstr "Датотеке" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Прикажи скраћене упите" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Прикажи комплетне упите" @@ -9675,85 +9696,98 @@ msgstr "Врста упита" msgid "Instructions" msgstr "Функције" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "на сат" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "у минуту" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "у секунди" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Име" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Овај MySQL сервер ради већ %s. Покренут је %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Репликација" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9761,47 +9795,47 @@ msgstr "" "На запосленом серверу бројачи бајтова могу да се прелију (overrun), тако да " "те статистике, онако како их пријављује MySQL сервер, могу бити нетачне." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Примљено" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Послато" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "макс. истовремених веза" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Неуспелих покушаја" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Прекинуто" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Наредба" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Број fsyncs уписа начињених у датотеку дневника." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9811,16 +9845,16 @@ msgstr "" "превазишле вредност у binlog_cache_size и користиле привремену датотеку да " "сместе изразе из трансакције." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Број трансакција које су користиле кеш привременог бинарног дневника." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9832,11 +9866,11 @@ msgstr "" "повећате вредност tmp_table_size како би учинили да привремене табеле буду " "базиране у меморији уместо на диску." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Колико привремених датотека је mysqld направио." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9844,7 +9878,7 @@ msgstr "" "Број привремених табела које је сервер аутоматски креирао у меморији док је " "извршавао изразе." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9852,7 +9886,7 @@ msgstr "" "Број редова уписаних са INSERT DELAYED за које је јављена нека грешка " "(вероватно дуплирани кључ)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9860,23 +9894,23 @@ msgstr "" "Број INSERT DELAYED руковалачких нити у употреби. Свака посебна табела над " "којом се користи INSERT DELAYED добија своју нит." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Број уписаних INSERT DELAYED редова." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Број извршених FLUSH израза." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Број интерних COMMIT израза." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Број брисања неког реда табеле." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9886,7 +9920,7 @@ msgstr "" "одређеног имена. То се назива откривањем (discovery). Handler_discover " "означава број пута када је откривена табела." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9896,7 +9930,7 @@ msgstr "" "може значити да сервер ради пуно пуних скенирања индекса; на пример SELECT " "кол1 FROM нешто, под претпоставком да је кол1 индексирано." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9904,7 +9938,7 @@ msgstr "" "Број захтева за читање реда заснованих на кључу. Ако је овај број висок, то " "је добар показатељ да су ваши упити и табеле прописно индексирани." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9914,7 +9948,7 @@ msgstr "" "када радите упит по колони индекса са ограничењем опсега или ако радите " "скенирање индекса." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9922,7 +9956,7 @@ msgstr "" "Број захтева за читањем претходног реда у поретку кључева. Ова метода читања " "се углавном користи за оптимизацију ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9934,7 +9968,7 @@ msgstr "" "много упита који захтевају да MySQL скенира целе табеле или имате спојеве " "који не користе кључеве прописно." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9946,35 +9980,35 @@ msgstr "" "прописно индексиране или да ваши упити нису написани да искористе већ " "постојеће индексе." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Број интерних ROLLBACK израза." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Број захтева за ажурирање реда у табели." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Број захтева за уписивање реда у табелу." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Број страна које садрже податке (чистих или прљавих)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Број страна које су тренутно прљаве." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Број страна у остави бафера за које је тражено да буду очишћене." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Број слободних страна." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9984,7 +10018,7 @@ msgstr "" "чита или се у њих уписује или из неког другог разлога не могу бити очишћене " "нити уклоњене." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9996,11 +10030,11 @@ msgstr "" "такође може израчунати и на следећи начин Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Пуна величина оставе бафера, у странама." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10008,7 +10042,7 @@ msgstr "" "Број „насумичних“ пред-читања која је InnoDB покренуо. Ово се дешава када " "упит треба да скенира велики део табеле али насумичним редоследом." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10016,11 +10050,11 @@ msgstr "" "Број секвенцијалних пред-читања која је InnoDB покренуо. Ово се дешава када " "InnoDB ради секвенцијално скенирање целе табеле." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Број логичких захтева за читање које је InnoDB урадио." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10028,7 +10062,7 @@ msgstr "" "Број логичких читања која InnoDB није могао да задовољи из оставе бафера те " "је морао да ради читање појединачне стране." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10042,55 +10076,55 @@ msgstr "" "дешавања ових чекања. Ако је величина оставе бафера постављена како треба, " "ова вредност ви требало да је ниска." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Број уписа учињених у InnoDB оставу бафера." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Број fsync() операција до сада." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Тренутни број fsync() операција на чекању." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Тренутни број читања на чекању." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Тренутни број уписа на чекању." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Количина података прочитаних до сада, у бајтовима." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Укупан број читања података." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Укупан број уписа података." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Количина података уписаних до сада, у бајтовима" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Број извршених двоуписних (doublewrite) уписа и број страна које су уписане " "у ову сврху." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Број извршених двоуписних (doublewrite) уписа и број страна које су уписане " "у ову сврху." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10098,35 +10132,35 @@ msgstr "" "Број чекања која смо имали зато што је бафер дневника био премали те смо " "морали да сачекамо да буде очишћен пре наставка." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Број захтева за упис у дневник." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Број физичких уписа у датотеку дневника." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Број fsyncs уписа начињених у датотеку дневника." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Број fsync-ова за датотеку дневника на чекању." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Број уписа у датотеку дневника на чекању." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Број бајтова уписаних у датотеку дневника." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Број направљених страна." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10135,51 +10169,51 @@ msgstr "" "вредности се рачунају у странама; величина стране омогућава да се оне лако " "конвертују у бајтове." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Број прочитаних страна." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Број записаних страна." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Број брава за редове које се тренутно чекају." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Просечно време за добављање браве за ред, у милисекундама." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Укупно времена проведено у добављању брава за редове, у милисекундама." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Најдуже време за добављање браве за ред, у милисекундама." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Број пута када се морала чекати брава за ред." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Број редова обрисаних из InnoDB табела." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Број редова уметнутих у InnoDB табеле." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Број редова прочитаних из InnoDB табела." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Број редова ажурираних у InnoDB табелама." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10187,7 +10221,7 @@ msgstr "" "Број блокова кључева у кешу кључева који су измењени али још нису послати на " "диск. Ово је раније било познато као Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10195,7 +10229,7 @@ msgstr "" "Број неискоришћених блокова у кешу кључева. Ову вредност можете да користите " "да утврдите колики део кеша кључева је у употреби." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10205,11 +10239,11 @@ msgstr "" "водостаја“ која показује највећи икада број блокова који је био у употреби у " "исто време." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Број захтева за читање блока кључева из кеша." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10219,15 +10253,15 @@ msgstr "" "је ваша вредност за key_buffer_size вероватно премала. Степен промашаја кеша " "се може израчунати као Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Број захтева за уписивање блока кључева у кеш." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Број физичких уписа блока кључева на диск." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10237,17 +10271,17 @@ msgstr "" "упита. Корисно за упоређивање цене различитих планова упита за исти упит. " "Подразумевана вредност 0 значи да још није био компајлиран ниједан упит." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Број редова у INSERT DELAYED редовима чекања који чекају уписивање." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10255,39 +10289,39 @@ msgstr "" "Број табела које су биле отваране. Ако је број велики, ваш кеш табела је " "вероватно премали." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Број отворених датотека." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Број отворених токова (користи се првенствено за вођење дневника (logging))." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Број отворених табела." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Количина слободне меморије за кеш упита." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Број погодака из кеша." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Број упита додатих у кеш." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10299,7 +10333,7 @@ msgstr "" "упите. Кеш за упите користи стратегију најдуже некоришћеног (en: least " "recently used , LRU) да би одлучио које упите да уклони из кеша." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10307,19 +10341,19 @@ msgstr "" "Број некешираних упита (који се не могу кеширати или нису кеширани због " "подешавања query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Број упита регистрованих у кешу." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Укупан број блокова у кешу за упите." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Статус репликације отпорне на грешке (није још имплементирано)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10327,11 +10361,11 @@ msgstr "" "Број спојева који не користе индексте. Ако ова вредност није 0, требало би " "пажљиво да проверите индексе ваших табела." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Број спојева који су користили претрагу опсега на референтној табели." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10339,7 +10373,7 @@ msgstr "" "Број спојева без кључева који проверавају употребу кључа после сваког реда. " "(Ако ово није 0, требало би пажљиво да проверите индексе ваших табела.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10347,15 +10381,15 @@ msgstr "" "Број спојева који су користили опсеге на првој табели. (Обично није критично " "чак ни када је ово велико)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Број спојева који су урадили пуно скенирање прве табеле." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Број привремених табела тренутно отворених од стране помоћне SQL нити." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10363,11 +10397,11 @@ msgstr "" "Укупан број пута (од покретања) када је помоћна SQL нит за репликацију " "покушала трансакције." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Ово је ON ако је овај сервер помоћни који је повезан на главни." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10375,12 +10409,12 @@ msgstr "" "Број нити за које је требало више од slow_launch_time секудни да би биле " "покренуте." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Број упита за које је требало више од long_query_time секудни." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10390,23 +10424,23 @@ msgstr "" "је ова вредност велика, требало би да размислите о повећању вредности " "системске променљиве sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Број сортирања која су урађена са опсегом." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Број сортираних редова." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Број сортирања до којих је дошло скенирањем табеле." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Број пута када је брава за табелу одмах добављена." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10418,7 +10452,7 @@ msgstr "" "би требало да оптимизујете своје упите а потом да или поделите табелу или " "табеле или да користите репликацију." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10428,11 +10462,11 @@ msgstr "" "Threads_created/Конекције. Ако је ова вредност црвена требало би да повећате " "ваш thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Број тренутно отворених веза." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10444,63 +10478,63 @@ msgstr "" "имплементацију нити, ово обично не доноси приметна побољшања у " "перформансама.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Број нити које нису успаване." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy msgid "Start Monitor" msgstr "Статус" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "Додај ново поље" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Освежи" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Додај/обриши колону" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10509,7 +10543,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10517,111 +10551,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Уклони базу" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Изабери табеле" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Неисправан назив табеле" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Додај новог корисника" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL упит" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Статистике реда" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "Изабери све" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Врста упита" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10630,7 +10677,7 @@ msgstr[0] "у секунди" msgstr[1] "у секунди" msgstr[2] "у секунди" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/sr@latin.po b/po/sr@latin.po index 32db6fd4f0..f25c70390f 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-12-02 14:49+0200\n" "Last-Translator: Sasa Kostic \n" "Language-Team: serbian_latin \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Prikaži sve" @@ -89,7 +89,7 @@ msgstr "Ime ključa" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Opis" @@ -682,7 +682,7 @@ msgstr "Proveri tabele koje imaju prekoračenja" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Izvoz" @@ -753,7 +753,7 @@ msgstr "Proveri tabelu" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -775,7 +775,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1107,13 +1107,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Ukupno" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1145,7 +1145,7 @@ msgstr "Izbor servera" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Procesi" @@ -1215,12 +1215,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1282,7 +1282,7 @@ msgstr "" msgid "Bytes received" msgstr "Primljeno" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Konekcije" @@ -1292,12 +1292,12 @@ msgstr "Konekcije" msgid "Questions" msgstr "Persijski" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Saobraćaj" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1326,7 +1326,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "nema" @@ -1427,7 +1427,7 @@ msgstr "Opšte osobine relacija" msgid "Current settings" msgstr "Opšte osobine relacija" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1551,7 +1551,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Uvoz" @@ -1774,128 +1774,148 @@ msgstr "SQL upit" msgid "Zoom Search" msgstr "Pretraživanje" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Dodaj/obriši kolone" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignoriši" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "Dodaj %s polja" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Izaberite referencirani ključ" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Izaberi strani ključ" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Molimo izaberite primarni ili jedinstveni ključ" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Izaberi polja za prikaz" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Baza ne postoji" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Napravi lozinku" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Napravi" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Promeni lozinku" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Pon" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1903,30 +1923,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Napravi relaciju" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Baza ne postoji" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Podaci" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Prethodna" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1934,96 +1954,96 @@ msgid "Next" msgstr "Sledeći" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Ukupno" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binarni" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "maj" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "jun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "jul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "avg" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2031,78 +2051,78 @@ msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "avg" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ned" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Pon" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Uto" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Pet" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2110,100 +2130,100 @@ msgid "Sun" msgstr "Ned" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Pon" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Uto" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Sre" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Čet" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Pet" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Sub" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ned" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Pon" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Uto" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Sre" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Čet" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Pet" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Sub" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "se koristi" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2423,10 +2443,11 @@ msgstr "Tabeli %s promenjeno ime u %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2750,7 +2771,7 @@ msgid "Documentation" msgstr "Dokumentacija" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL upit" @@ -5842,7 +5863,7 @@ msgid "The row has been deleted" msgstr "Red je obrisan" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Obustavi" @@ -6418,7 +6439,7 @@ msgstr "Dostupni MIME-tipovi" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Domaćin" @@ -7131,14 +7152,14 @@ msgid "Slave status" msgstr "Prikaži status podređenih servera" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Promenljiva" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Vrednost" @@ -7355,7 +7376,7 @@ msgid "Returns" msgstr "Povratni tip" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Vreme" @@ -8394,7 +8415,7 @@ msgstr "Verzija protokola" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Korisnik" @@ -8865,13 +8886,13 @@ msgstr "Izaberite binarni dnevnik za pregled" msgid "Files" msgstr "Datoteke" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Prikaži skraćene upite" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Prikaži kompletne upite" @@ -9665,85 +9686,98 @@ msgstr "Vrsta upita" msgid "Instructions" msgstr "Funkcije" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "na sat" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "u minutu" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "u sekundi" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Ime" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Ovaj MySQL server radi već %s. Pokrenut je %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Replikacija" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9751,47 +9785,47 @@ msgstr "" "Na zaposlenom serveru brojači bajtova mogu da se preliju (overrun), tako da " "te statistike, onako kako ih prijavljuje MySQL server, mogu biti netačne." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Primljeno" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Poslato" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "maks. istovremenih veza" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Neuspelih pokušaja" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Prekinuto" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Naredba" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "The number of failed attempts to connect to the MySQL server." msgstr "Broj fsyncs upisa načinjenih u datoteku dnevnika." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9801,16 +9835,16 @@ msgstr "" "prevazišle vrednost u binlog_cache_size i koristile privremenu datoteku da " "smeste izraze iz transakcije." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Broj transakcija koje su koristile keš privremenog binarnog dnevnika." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9822,11 +9856,11 @@ msgstr "" "povećate vrednost tmp_table_size kako bi učinili da privremene tabele budu " "bazirane u memoriji umesto na disku." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Koliko privremenih datoteka je mysqld napravio." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9834,7 +9868,7 @@ msgstr "" "Broj privremenih tabela koje je server automatski kreirao u memoriji dok je " "izvršavao izraze." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9842,7 +9876,7 @@ msgstr "" "Broj redova upisanih sa INSERT DELAYED za koje je javljena neka greška " "(verovatno duplirani ključ)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9850,23 +9884,23 @@ msgstr "" "Broj INSERT DELAYED rukovalačkih niti u upotrebi. Svaka posebna tabela nad " "kojom se koristi INSERT DELAYED dobija svoju nit." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Broj upisanih INSERT DELAYED redova." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Broj izvršenih FLUSH izraza." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Broj internih COMMIT izraza." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Broj brisanja nekog reda tabele." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9876,7 +9910,7 @@ msgstr "" "tabelu određenog imena. To se naziva otkrivanjem (discovery). " "Handler_discover označava broj puta kada je otkrivena tabela." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9886,7 +9920,7 @@ msgstr "" "može značiti da server radi puno punih skeniranja indeksa; na primer SELECT " "kol1 FROM nešto, pod pretpostavkom da je kol1 indeksirano." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9894,7 +9928,7 @@ msgstr "" "Broj zahteva za čitanje reda zasnovanih na ključu. Ako je ovaj broj visok, " "to je dobar pokazatelj da su vaši upiti i tabele propisno indeksirani." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9904,7 +9938,7 @@ msgstr "" "kada radite upit po koloni indeksa sa ograničenjem opsega ili ako radite " "skeniranje indeksa." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9912,7 +9946,7 @@ msgstr "" "Broj zahteva za čitanjem prethodnog reda u poretku ključeva. Ova metoda " "čitanja se uglavnom koristi za optimizaciju ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9924,7 +9958,7 @@ msgstr "" "mnogo upita koji zahtevaju da MySQL skenira cele tabele ili imate spojeve " "koji ne koriste ključeve propisno." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9936,35 +9970,35 @@ msgstr "" "nisu propisno indeksirane ili da vaši upiti nisu napisani da iskoriste već " "postojeće indekse." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Broj internih ROLLBACK izraza." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Broj zahteva za ažuriranje reda u tabeli." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Broj zahteva za upisivanje reda u tabelu." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Broj strana koje sadrže podatke (čistih ili prljavih)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Broj strana koje su trenutno prljave." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Broj strana u ostavi bafera za koje je traženo da budu očišćene." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Broj slobodnih strana." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9974,7 +10008,7 @@ msgstr "" "čita ili se u njih upisuje ili iz nekog drugog razloga ne mogu biti očišćene " "niti uklonjene." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9986,11 +10020,11 @@ msgstr "" "se takođe može izračunati i na sledeći način Innodb_buffer_pool_pages_total " "- Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Puna veličina ostave bafera, u stranama." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9998,7 +10032,7 @@ msgstr "" "Broj „nasumičnih“ pred-čitanja koja je InnoDB pokrenuo. Ovo se dešava kada " "upit treba da skenira veliki deo tabele ali nasumičnim redosledom." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10006,11 +10040,11 @@ msgstr "" "Broj sekvencijalnih pred-čitanja koja je InnoDB pokrenuo. Ovo se dešava kada " "InnoDB radi sekvencijalno skeniranje cele tabele." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Broj logičkih zahteva za čitanje koje je InnoDB uradio." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10018,7 +10052,7 @@ msgstr "" "Broj logičkih čitanja koja InnoDB nije mogao da zadovolji iz ostave bafera " "te je morao da radi čitanje pojedinačne strane." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10032,55 +10066,55 @@ msgstr "" "dešavanja ovih čekanja. Ako je veličina ostave bafera postavljena kako " "treba, ova vrednost vi trebalo da je niska." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Broj upisa učinjenih u InnoDB ostavu bafera." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Broj fsync() operacija do sada." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Trenutni broj fsync() operacija na čekanju." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Trenutni broj čitanja na čekanju." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Trenutni broj upisa na čekanju." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Količina podataka pročitanih do sada, u bajtovima." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Ukupan broj čitanja podataka." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Ukupan broj upisa podataka." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Količina podataka upisanih do sada, u bajtovima" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Broj izvršenih dvoupisnih (doublewrite) upisa i broj strana koje su upisane " "u ovu svrhu." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Broj izvršenih dvoupisnih (doublewrite) upisa i broj strana koje su upisane " "u ovu svrhu." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10088,35 +10122,35 @@ msgstr "" "Broj čekanja koja smo imali zato što je bafer dnevnika bio premali te smo " "morali da sačekamo da bude očišćen pre nastavka." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Broj zahteva za upis u dnevnik." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Broj fizičkih upisa u datoteku dnevnika." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Broj fsyncs upisa načinjenih u datoteku dnevnika." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Broj fsync-ova za datoteku dnevnika na čekanju." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Broj upisa u datoteku dnevnika na čekanju." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Broj bajtova upisanih u datoteku dnevnika." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Broj napravljenih strana." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10125,52 +10159,52 @@ msgstr "" "vrednosti se računaju u stranama; veličina strane omogućava da se one lako " "konvertuju u bajtove." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Broj pročitanih strana." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Broj zapisanih strana." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Broj brava za redove koje se trenutno čekaju." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Prosečno vreme za dobavljanje brave za red, u milisekundama." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Ukupno vremena provedeno u dobavljanju brava za redove, u milisekundama." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Najduže vreme za dobavljanje brave za red, u milisekundama." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Broj puta kada se morala čekati brava za red." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Broj redova obrisanih iz InnoDB tabela." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Broj redova umetnutih u InnoDB tabele." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Broj redova pročitanih iz InnoDB tabela." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Broj redova ažuriranih u InnoDB tabelama." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10178,7 +10212,7 @@ msgstr "" "Broj blokova ključeva u kešu ključeva koji su izmenjeni ali još nisu poslati " "na disk. Ovo je ranije bilo poznato kao Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10186,7 +10220,7 @@ msgstr "" "Broj neiskorišćenih blokova u kešu ključeva. Ovu vrednost možete da " "koristite da utvrdite koliki deo keša ključeva je u upotrebi." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10196,11 +10230,11 @@ msgstr "" "vodostaja“ koja pokazuje najveći ikada broj blokova koji je bio u upotrebi u " "isto vreme." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Broj zahteva za čitanje bloka ključeva iz keša." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10210,15 +10244,15 @@ msgstr "" "je vaša vrednost za key_buffer_size verovatno premala. Stepen promašaja keša " "se može izračunati kao Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Broj zahteva za upisivanje bloka ključeva u keš." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Broj fizičkih upisa bloka ključeva na disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10228,17 +10262,17 @@ msgstr "" "upita. Korisno za upoređivanje cene različitih planova upita za isti upit. " "Podrazumevana vrednost 0 znači da još nije bio kompajliran nijedan upit." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Broj redova u INSERT DELAYED redovima čekanja koji čekaju upisivanje." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10246,39 +10280,39 @@ msgstr "" "Broj tabela koje su bile otvarane. Ako je broj veliki, vaš keš tabela je " "verovatno premali." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Broj otvorenih datoteka." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Broj otvorenih tokova (koristi se prvenstveno za vođenje dnevnika (logging))." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Broj otvorenih tabela." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Količina slobodne memorije za keš upita." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Broj pogodaka iz keša." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Broj upita dodatih u keš." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10290,7 +10324,7 @@ msgstr "" "keša za upite. Keš za upite koristi strategiju najduže nekorišćenog (en: " "least recently used , LRU) da bi odlučio koje upite da ukloni iz keša." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10298,19 +10332,19 @@ msgstr "" "Broj nekeširanih upita (koji se ne mogu keširati ili nisu keširani zbog " "podešavanja query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Broj upita registrovanih u kešu." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Ukupan broj blokova u kešu za upite." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Status replikacije otporne na greške (nije još implementirano)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10318,11 +10352,11 @@ msgstr "" "Broj spojeva koji ne koriste indekste. Ako ova vrednost nije 0, trebalo bi " "pažljivo da proverite indekse vaših tabela." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Broj spojeva koji su koristili pretragu opsega na referentnoj tabeli." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10331,7 +10365,7 @@ msgstr "" "reda. (Ako ovo nije 0, trebalo bi pažljivo da proverite indekse vaših " "tabela.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10339,15 +10373,15 @@ msgstr "" "Broj spojeva koji su koristili opsege na prvoj tabeli. (Obično nije kritično " "čak ni kada je ovo veliko)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "Broj spojeva koji su uradili puno skeniranje prve tabele." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Broj privremenih tabela trenutno otvorenih od strane pomoćne SQL niti." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10355,11 +10389,11 @@ msgstr "" "Ukupan broj puta (od pokretanja) kada je pomoćna SQL nit za replikaciju " "pokušala transakcije." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Ovo je ON ako je ovaj server pomoćni koji je povezan na glavni." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10367,12 +10401,12 @@ msgstr "" "Broj niti za koje je trebalo više od slow_launch_time sekudni da bi bile " "pokrenute." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Broj upita za koje je trebalo više od long_query_time sekudni." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10382,23 +10416,23 @@ msgstr "" "Ako je ova vrednost velika, trebalo bi da razmislite o povećanju vrednosti " "sistemske promenljive sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Broj sortiranja koja su urađena sa opsegom." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Broj sortiranih redova." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Broj sortiranja do kojih je došlo skeniranjem tabele." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Broj puta kada je brava za tabelu odmah dobavljena." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10410,7 +10444,7 @@ msgstr "" "bi trebalo da optimizujete svoje upite a potom da ili podelite tabelu ili " "tabele ili da koristite replikaciju." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10420,11 +10454,11 @@ msgstr "" "Threads_created/Konekcije. Ako je ova vrednost crvena trebalo bi da povećate " "vaš thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Broj trenutno otvorenih veza." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10436,64 +10470,64 @@ msgstr "" "implementaciju niti, ovo obično ne donosi primetna poboljšanja u " "performansama.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Broj niti koje nisu uspavane." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Sub" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "Dodaj %s polja" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Osveži" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Dodaj/obriši kolonu" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10502,7 +10536,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10510,111 +10544,124 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Ukloni bazu" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Izaberi tabele" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Neispravan naziv tabele" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Dodaj novog korisnika" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL upit" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Statistike reda" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Izaberi tabele" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Vrsta upita" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10623,7 +10670,7 @@ msgstr[0] "u sekundi" msgstr[1] "u sekundi" msgstr[2] "u sekundi" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/sv.po b/po/sv.po index 9527d2fc2d..dba2c12e07 100644 --- a/po/sv.po +++ b/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-15 01:24+0200\n" "Last-Translator: \n" "Language-Team: swedish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Visa alla" @@ -88,7 +88,7 @@ msgstr "Nyckel" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Beskrivning" @@ -665,7 +665,7 @@ msgstr "Markera ooptimerade" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Exportera" @@ -730,7 +730,7 @@ msgstr "Spårade tabeller" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -750,7 +750,7 @@ msgstr "Uppdaterad" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Status" @@ -1060,13 +1060,13 @@ msgstr "Statisk data" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Total" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Annan" @@ -1096,7 +1096,7 @@ msgstr "Server trafik (i kb)" msgid "Connections since last refresh" msgstr "Anslutningar sedan förra uppdateringen" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Processer" @@ -1161,12 +1161,12 @@ msgid "System swap" msgstr "System swap" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1234,7 +1234,7 @@ msgstr "" msgid "Bytes received" msgstr "Mottagna" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Förbindelser" @@ -1243,12 +1243,12 @@ msgstr "Förbindelser" msgid "Questions" msgstr "Frågor" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafik" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Inställningar" @@ -1273,7 +1273,7 @@ msgstr "Lägg till minst en variabel till serien" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Inget" @@ -1374,7 +1374,7 @@ msgstr "Ändra inställningar" msgid "Current settings" msgstr "Nuvarande inställningar" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Diagramtitel" @@ -1494,7 +1494,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Importera" @@ -1690,50 +1690,70 @@ msgstr "Visa sökkriterier" msgid "Zoom Search" msgstr "Sök" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Lägg till / ta bort kolumner" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ignorera" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Addera kolumn" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Välj refererad nyckel" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Välj främmande nyckel" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Välj den primära nyckeln eller en unik nyckel" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Välj kolumn att visa" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1741,70 +1761,70 @@ msgstr "" "Du har inte sparat ändringarna i layouten. Dessa kommer förloras om du inte " "sparar dem. Vill du fortsätta?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Välj ett alternativ för kolumn" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Dra för att ändra ordning" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Klicka för att sortera" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "Klicka för att markera/avmarkera" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "Klicka på pilen
för att växla kolumnens synlighet" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Gå till vy" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Skapa lösenord" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generera" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Ändra lösenord" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Mera" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1814,27 +1834,27 @@ msgstr "" "senaste versionen är %s, publicerad den %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "senaste stabila version:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "aktuell" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Klart" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Föregående" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1842,149 +1862,149 @@ msgid "Next" msgstr "Nästa" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Idag" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "januari" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "februari" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "mars" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "april" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "maj" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "juni" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "juli" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "augusti" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "september" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "oktober" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "november" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "december" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "jan" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "mars" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "maj" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "jun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "jul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "sep" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "nov" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "dec" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Söndag" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Måndag" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Tisdag" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Onsdag" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Torsdag" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Fredag" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Lördag" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1992,84 +2012,84 @@ msgid "Sun" msgstr "Sön" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Mån" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Tis" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Ons" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Tors" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Fre" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Lör" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Sö" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Må" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Ti" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "On" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "To" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Fr" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Lö" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Vecka" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Timmar" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Minuter" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Sekunder" @@ -2281,10 +2301,11 @@ msgstr "Tabell %s har döpts om till %s" msgid "Could not save table UI preferences" msgstr "Kunde inte spara UI inställningarna för tabellen" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2605,7 +2626,7 @@ msgid "Documentation" msgstr "Dokumentation" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-fråga" @@ -5667,7 +5688,7 @@ msgid "The row has been deleted" msgstr "Raden har raderats" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Döda" @@ -6253,7 +6274,7 @@ msgstr "Visa MIME-typer" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Värd" @@ -6984,14 +7005,14 @@ msgid "Slave status" msgstr "Slav-status" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Variabel" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Värde" @@ -7198,7 +7219,7 @@ msgid "Returns" msgstr "Returnerar" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Tid" @@ -8125,7 +8146,7 @@ msgstr "Protokollversion" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Användare" @@ -8565,13 +8586,13 @@ msgstr "Välj binär logg att visa" msgid "Files" msgstr "Filer" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Korta av visade frågor" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Visa fullständiga frågor" @@ -9364,59 +9385,72 @@ msgstr "Fråge analyserare" msgid "Instructions" msgstr "Instruktioner/Setup" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Frågor sedan start: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "per timme" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "per minut" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "per sekund" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Uppgifterna" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Nätverkstrafik sedan start:%s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Denna MySQL-servern har varit igång i %1$s. Den startade den %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9424,17 +9458,17 @@ msgstr "" "Denna MySQL-server fungerar sommaster ochslave i " "replicerings process." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Denna MySQL server arbetar som master in replication process." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Denna MySQL server arbetar som slave in replication process." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9442,11 +9476,11 @@ msgstr "" "För ytterligare information om replikeringsstatus på servern, gå till replikeringssektionen." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replikeringsstatus" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9454,35 +9488,35 @@ msgstr "" "På en upptagen server kan byte-räknare spåra ur, så statistiken som " "rapporteras av MySQL-servern kan vara fel." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Mottagna" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Skickade" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Max. samtidiga förbindelser" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Misslyckade försök" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Avbrutna" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Kommando" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9490,11 +9524,11 @@ msgstr "" "Antalet anslutningar som avbröts eftersom klienten dog utan att stänga " "anslutningen ordentligt." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "Antalet misslyckade försök att ansluta till MySQL-servern." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9504,16 +9538,16 @@ msgstr "" "överskred värdet binlog_cache_size och använde en temporär fil för att lagra " "satser från transaktionen." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Antalet transaktioner som använde den temporära binära loggcachen." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "Antalet anslutningsförsök (lyckade eller inte) till MySQL-servern." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9525,11 +9559,11 @@ msgstr "" "kanske öka värdet tmp_table_size för att åstadkomma att temporära tabeller " "lagras i minne istället för på disk." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Antalet temporära filer som mysqld har skapat." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9537,7 +9571,7 @@ msgstr "" "Antalet temporära tabeller i minne skapade automatiskt av servern under " "utförande av satser." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9545,7 +9579,7 @@ msgstr "" "Antalet rader skrivna med INSERT DELAYED för vilka något fel uppstod " "(förmodligen dubblerad nyckel)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9553,23 +9587,23 @@ msgstr "" "Antalet INSERT DELAYED-hanteringstrådar i bruk. Varje tabell på vilken man " "använder INSERT DELAYED får sin egen tråd." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "Antalet skrivna rader med INSERT DELAYED." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Antalet utförda FLUSH-satser." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Antalet interna COMMIT-satser." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Antalet gånger en rad togs bort från en tabell." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9579,7 +9613,7 @@ msgstr "" "tabell med ett givet namn. Detta kallas upptäckt. Handler_discover indikerar " "antalet gånger tabeller har upptäckts." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9589,7 +9623,7 @@ msgstr "" "tyder det på att servern gör många helindex-avsökningar; t.ex. SELECT col1 " "FROM foo, under förutsättning att col1 är indexerad." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9598,7 +9632,7 @@ msgstr "" "är högt är det en bra indikation på att dina frågor och tabeller är riktigt " "indexerade." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9608,7 +9642,7 @@ msgstr "" "värde ökas om du frågar en indexkolumn med en urvalsbegränsning eller om du " "gör en indexavsökning." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9616,7 +9650,7 @@ msgstr "" "Antalet efterfrågningar att läsa den föregående raden i nyckelordning. Denna " "läsmetod används huvudsakligen för att optimera ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9628,7 +9662,7 @@ msgstr "" "Du har förmodligen många frågor som kräver att MySQL avsöker hela tabeller " "eller du har föreningar som inte använder nycklar på rätt sätt." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9640,35 +9674,35 @@ msgstr "" "dina tabeller inte är riktigt indexerade eller att dina frågor inte är " "skrivna för att dra nytta av de index du har." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Antalet interna ROLLBACK-satser." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Antalet efterfrågningar att uppdatera en rad i en tabell." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Antalet efterfrågningar att lägga till en rad i en tabell." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Antalet sidor innehållande data (orena eller rena)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Antalet sidor för närvarande orena." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Antalet buffert-sidor som har efterfrågats om att bli rensade." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Antalet tomma sidor." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9678,7 +9712,7 @@ msgstr "" "läses eller skrivs eller som inte kan rensas eller tas bort av någon annan " "anledning." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9690,11 +9724,11 @@ msgstr "" "också beräknas som Innodb_buffer_pool_pages_total - " "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Total storlek på buffert, i antal sidor." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9702,7 +9736,7 @@ msgstr "" "Antalet \"slumpmässiga\" läsningar i förväg som InnoDB initierat. Detta sker " "när en fråga ska avsöka en stor del av en tabell men i slumpmässig ordning." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9710,11 +9744,11 @@ msgstr "" "Antalet sekventiella läsningar i förväg som InnoDB initierat. Detta sker när " "InnoDB gör en sekventiell avsökning av en hel tabell." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "Antalet logiska läsefterfrågningar som InnoDB har gjort." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9722,7 +9756,7 @@ msgstr "" "Antalet logiska läsningar som InnoDB inte kunde uppfylla från buffert och " "fick göra en enkelsidig läsning." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9736,51 +9770,51 @@ msgstr "" "fall med dessa väntanden. Om buffertstorleken var riktigt satt ska detta " "värde vara litet." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "Antalet skrivningar gjorda till InnoDB-bufferten." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Antalet fsync()-operationer hittills." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Nuvarande antal väntande fsync()-operationer." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Nuvarande antal väntande läsningar." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Nuvarande antal väntande skrivningar." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Mängden data läst hittills, i bytes." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Totalt antal läsningar av data." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Totalt antal skrivningar av data." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Mängden data skriven hittills, i bytes." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "Antalet sidor som har skrivits för doublewrite transaktioner" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Antalet doublewrite transaktioner som har utförts.." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9788,35 +9822,35 @@ msgstr "" "Antalet väntanden pga loggbufferten var för liten och vi behövde vänta på " "att den skulle rensas innan kunde fortsätta." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Antalet skriv-begäran att skriva till logg." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Antalet fysiska skrivningar till loggfilen." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Antalet fsync()-skrivningar gjorda till loggfilen." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Antalet väntande fsync() av loggfil." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Väntande skrivningar till loggfil." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Antalet bytes skrivna till loggfilen." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Antalet skapade sidor." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9824,51 +9858,51 @@ msgstr "" "Den inkompilerade InnoDB-sidstorleken (standard 16kB). Många värden räknas i " "sidor; sidstorleken tillåter dem att enkelt omvandlas till bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Antalet lästa sidor." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Antalet skrivna sidor." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Antalet radlås som för närvarande väntas på." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Genomsnittlig tid för att skaffa ett radlås, i millisekunder." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Total tid spenderad på att skaffa radlås, i millisekunder." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Maximal tid för att skaffa ett radlås, i millisekunder." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Antalet gånger ett radlås behövde väntas på." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "Antalet rader borttagna från InnoDB-tabeller." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "Antalet rader tillagda i InnoDB-tabeller." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "Antalet rader lästa från InnoDB-tabeller." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "Antalet rader uppdaterade i InnoDB-tabeller." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9876,7 +9910,7 @@ msgstr "" "Antalet nyckelblock i nyckelcachen som har ändrats men inte ännu överförts " "till disk. Det brukade vara känt som Not_flushed_key_blocks." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9884,7 +9918,7 @@ msgstr "" "Antalet oanvända block i nyckelcachen. Du kan använda detta värde för att " "avgöra hur stor del av nyckelcachen som används." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9893,11 +9927,11 @@ msgstr "" "Antalet använda block i nyckelcachen. Detta värde är ett högvattenmärke som " "indikerar maximala antalet block som någonsin använts vid ett tillfälle." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Antalet efterfrågningar att läsa ett nyckelblock från cachen." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9907,15 +9941,15 @@ msgstr "" "är stort, då är förmodligen ditt värde key_buffer_size för litet. Cachens " "missfrekvens kan beräknas som Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Antalet efterfrågningar att skriva ett nyckelblock till cachen." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Antalet fysiska skrivningar av ett nyckelblock till disk." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9926,7 +9960,7 @@ msgstr "" "av samma fråga. Standardvärdet 0 innebär att ingen fråga har kompilerats " "ännu." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -9934,11 +9968,11 @@ msgstr "" "Det maximala antalet anslutningar som har använts samtidigt sedan servern " "startade." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "Antalet rader som väntar på att skrivas i INSERT DELAYED-köer." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9946,19 +9980,19 @@ msgstr "" "Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är " "förmodligen ditt tabellcache-värde för litet." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Antalet filer som är öppna." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Antalet strömmar som är öppna (används huvudsakligen för loggning)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Antalet tabeller som är öppna." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9967,19 +10001,19 @@ msgstr "" "Antalet fria minnesblock i frågecache. Högt antal kan tyda på fragmentering, " "vilket kan lösas genom att köra ett FLUSH QUERY CACHEN kommando." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Mängden fritt minne för frågecache." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Antalet cache-träffar." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Antalet förfrågningar tillagda i cachen." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9991,7 +10025,7 @@ msgstr "" "storleken på frågecachen. Frågecachen använder strategin minst nyligen " "använd (LRU) för att bestämma vilka frågor som ska tas bort från cachen." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9999,19 +10033,19 @@ msgstr "" "Antalet icke-cachade frågor (inte möjliga att cacha eller inte cachade pga " "inställningen query_cache_type)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Antalet frågor registrerade i cachen." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Totala antalet block i frågecachen." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Status för felsäker replikering (ännu inte implementerat)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10019,11 +10053,11 @@ msgstr "" "Antalet kopplingar som inte använder index. Om detta värde inte är 0, bör du " "noggrant kontrollera index för dina tabeller." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Antalet kopplingar som använde en urvalssökning på en referenstabell." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10032,7 +10066,7 @@ msgstr "" "varje rad. (Om detta värde inte är 0, bör du noggrant kontrollera index för " "dina tabeller.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10040,17 +10074,17 @@ msgstr "" "Antalet kopplingar som använde urval på den första tabellen. (Det är normalt " "inte kritiskt även om detta är stort.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Antalet kopplingar som gjorde en fullständig genomsökning av den första " "tabellen." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Antalet temporära tabeller för närvarande öppna av slavens SQL-tråd." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10058,25 +10092,25 @@ msgstr "" "Totalt (sedan start) antal gånger som replikeringsslavens SQL-tråd har " "omprövat transaktioner." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Denna är ON ifall denna server är en slav som är förbunden till en " "huvudserver." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" "Antalet frågor som har tagit mer än slow_launch_time sekunder att skapa." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Antalet frågor som har tagit mer än long_query_time sekunder." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10086,23 +10120,23 @@ msgstr "" "detta värde är stort bör du överväga att öka värdet i systemvariabeln " "sort_buffer_size." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Antalet sorteringar som gjordes med intervall." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Antalet sorterade rader." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Antalet sorteringar som har gjorts genom avsökning av tabellen." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Antalet gånger som ett tabellås förvärvades omedelbart." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10114,7 +10148,7 @@ msgstr "" "du först optimera dina frågor och antingen dela upp din tabell eller " "tabeller eller använda replikering." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10124,11 +10158,11 @@ msgstr "" "Threads_created/Connections. Om detta värde är rött bör du öka värdet " "thread_cache_size." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Antalet öppna förbindelser." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10140,63 +10174,63 @@ msgstr "" "(Normalt ger detta inte någon märkbar prestandaförbättring om du har en bra " "trådimplementering.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Antalet trådar som inte är vilande." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "Starta Monitor" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Instruktioner/Setup" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Klar ändra/editera diagram" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Lägg till diagram" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Ordna/editera diagram" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Uppdateringsfrekvens" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Chart columns:" msgid "Chart columns" msgstr "Visa kolumner:" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Felhantering:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Återställ standardvärde" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "Övervaka instruktioner" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10210,7 +10244,7 @@ msgstr "" "Observera att general_log producerar mycket data och ökar lasten på servern " "med upp till 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10218,7 +10252,13 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "Pausa monitor" + +#: server_status.php:1509 #, fuzzy #| msgid "" #| "Using the monitor:
Ok, you are good to go! Once you click " @@ -10230,14 +10270,10 @@ msgstr "" #| "panning over the chart. This will load statistics from the logs helping " #| "you find what caused the activity spike.

" msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" " Använda monitorn:
\n" " Ok, du är klar stt sätta igång! När du klickar på \"Start monitor\" kommer " @@ -10251,7 +10287,40 @@ msgstr "" "statistik från loggarna vilka hjälper dig att hitta vad som orsakade \n" " aktivitetstopp. " -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

When you get to see a sudden spike in activity, select the " +#| "relevant time span on any chart by holding down the left mouse button and " +#| "panning over the chart. This will load statistics from the logs helping " +#| "you find what caused the activity spike.

" +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +" Använda monitorn:
\n" +" Ok, du är klar stt sätta igång! När du klickar på \"Start monitor\" kommer " +"webbläsaren uppdatera alla visade diagram \n" +" med jämna mellanrum. Du kan lägga till diagram och ändra " +"uppdateringsfrekvensen under \"Inställningar\", eller ta bort diagram \n" +" med tyngdpunkten ikonen på respektive diagram. \n" +"

När du får en plötslig topp i akviviteten, ävlj önskad tidsperiod på " +"önskadt diagram genom att hålla ner \n" +" vänster musknapp och panorera över diagrammet. Detta kommer ladda " +"statistik från loggarna vilka hjälper dig att hitta vad som orsakade \n" +" aktivitetstopp. " + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 #, fuzzy #| msgid "" #| "Please note: Enabling the general_log may increase the server load " @@ -10260,11 +10329,10 @@ msgstr "" #| "and to disable the general_log and empty its table once monitoring is not " #| "required any more.\n" msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Observera:\n" " Att aktivera general_log kan öka belastningen på servern med 5-15%. Var " @@ -10273,88 +10341,94 @@ msgstr "" "samt att inaktivera general_log och tömma tabellen när övervakningen inte " "behövs längre. \n" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "Ta bort diagram" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Alla statusvariabler" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Välj serier:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Vanligen övervakade" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "eller skriv ett variabelnamn:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Visa som differensvärde" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Tillämpa en dividend" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Lägg till enhet till datavärdena" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Lägg till denna serie" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Rensa serier" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Serier i diagram:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Logga statistik" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Valt tidsintervall:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Hämta endast SELECT, INSERT, UPDATE och DELETE kommandon" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "Ta bort variabeldata med INSERT kommandon för bättre gruppering" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

Välj den logg du vill att statistiken ska genereras från.

Resultaten " "grupperas efter frågetexten." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Fråge analyserare" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d sekund" msgstr[1] "%d sekunder" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/ta.po b/po/ta.po index 47afc71cfd..71bbb9081e 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-14 22:35+0200\n" "Last-Translator: சுரேஸ்குமார் செல்வநாயகம் \n" "Language-Team: Tamil \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "அனைத்தையும் காட்டு" @@ -91,7 +91,7 @@ msgstr "முக்கியபெயர்" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "விளக்கம்" @@ -667,7 +667,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "" @@ -734,7 +734,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -754,7 +754,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "" @@ -1052,13 +1052,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1088,7 +1088,7 @@ msgstr "" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1147,12 +1147,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1204,7 +1204,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1213,12 +1213,12 @@ msgstr "" msgid "Questions" msgstr "" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "" @@ -1241,7 +1241,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "" @@ -1335,7 +1335,7 @@ msgstr "" msgid "Current settings" msgstr "" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "" @@ -1448,7 +1448,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "" @@ -1636,121 +1636,141 @@ msgstr "" msgid "Zoom Search" msgstr "தேடு" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "நெடுவரிசைகள் சேர்க்க/ நீக்க" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s களத்தை சேர்க்க" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "திங்கள்" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1758,120 +1778,120 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "புதிய பதிப்பை பார்வையிடவும்" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Jan" msgid "January" msgstr "தை" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "பங்குனி" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "சித்திரை" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "வைகாசி" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "ஆணி" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ஆடி" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ஆவணி" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ஐப்பசி" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "தை" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "மாசி" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "பங்குனி" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "சித்திரை" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1879,78 +1899,78 @@ msgid "May" msgstr "வைகாசி" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "ஆணி" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "ஆடி" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "ஆவணி" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "புரட்டாதி" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "ஐப்பசி" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "காத்திகை" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "மார்கழி" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "ஞாயிறு" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "திங்கள்" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "செவ்வாய்" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "வெள்ளி" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1958,98 +1978,98 @@ msgid "Sun" msgstr "ஞாயிறு" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "திங்கள்" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "செவ்வாய்" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "புதன்" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "வியாழன்" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "வெள்ளி" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "சனி" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "ஞாயிறு" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "திங்கள்" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "செவ்வாய்" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "புதன்" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "வியாழன்" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "வெள்ளி" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "சனி" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "" @@ -2252,10 +2272,11 @@ msgstr "" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2567,7 +2588,7 @@ msgid "Documentation" msgstr "" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "" @@ -5434,7 +5455,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -5964,7 +5985,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6652,14 +6673,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -6861,7 +6882,7 @@ msgid "Returns" msgstr "செயல்கள்" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "" @@ -7729,7 +7750,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8136,13 +8157,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -8889,143 +8910,156 @@ msgstr "" msgid "Instructions" msgstr "" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "நிறுத்தப்பட்டுள்ளது" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9033,78 +9067,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9112,7 +9146,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9120,42 +9154,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9163,33 +9197,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9198,227 +9232,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9426,99 +9460,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9526,18 +9560,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9545,61 +9579,61 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "%s களத்தை சேர்க்க" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "கள நிரல்களை சேர்க்க/ நீக்குக" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9608,7 +9642,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9616,107 +9650,120 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 msgid "Preset chart" msgstr "" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "புதிய பயனாளரை சேர்க்க" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "" msgstr[1] "" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" diff --git a/po/te.po b/po/te.po index 646e96bf1d..9a971f5f36 100644 --- a/po/te.po +++ b/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-04-07 17:06+0200\n" "Last-Translator: \n" "Language-Team: Telugu \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "అన్నీ చూపించు" @@ -89,7 +89,7 @@ msgstr "" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "వివరణ" @@ -678,7 +678,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "ఎగుమతి" @@ -747,7 +747,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -767,7 +767,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "స్థితి" @@ -1069,13 +1069,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "మొత్తం" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1105,7 +1105,7 @@ msgstr "" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1170,12 +1170,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "మెబై" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "కిబై" @@ -1231,7 +1231,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "అనుసంధానాలు" @@ -1242,12 +1242,12 @@ msgstr "అనుసంధానాలు" msgid "Questions" msgstr "సంబంధాలు" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "అమరికలు" @@ -1273,7 +1273,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "ఏమీలేదు" @@ -1373,7 +1373,7 @@ msgstr "ప్రాధమిక అమరికలు" msgid "Current settings" msgstr "మరిన్ని అమరికలు" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Default title" msgid "Chart Title" @@ -1495,7 +1495,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "దిగుమతి" @@ -1714,120 +1714,140 @@ msgstr "" msgid "Zoom Search" msgstr "శోధించు" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "నిలువ వరుసల్ని చేర్చు/తొలగించు" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "" # మొదటి అనువాదము -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add into comments" msgid "Add columns" msgstr "స్పందనలకు చేర్చు" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "సంకేతపదాన్ని మార్చు" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "మరిన్ని" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1835,21 +1855,21 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "" # మొదటి అనువాదము -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" @@ -1857,7 +1877,7 @@ msgid "Prev" msgstr "గత" # మొదటి అనువాదము -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1865,149 +1885,149 @@ msgid "Next" msgstr "తదుపరి" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "ఈరోజు" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "జనవరి" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "ఫిబ్రవరి" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "మార్చి" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "ఏప్రిల్" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "మే" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "జూన్" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "జూలై" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "ఆగస్ట్" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "సెప్టెంబర్" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "అక్టోబర్" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "నవంబర్" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "డిసెంబర్" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "జన" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "ఫిబ్ర" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "మార్చి" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "ఏప్రి" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "మే" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "జూన్" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "జూలై" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "ఆగ" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "సెప్టె" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "అక్టో" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "నవం" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "డిసెం" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "ఆదివారం" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "సోమవారం" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "మంగళవారం" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "బుధవారం" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "గురువారం" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "శుక్రవారం" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "శనివారం" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2015,85 +2035,85 @@ msgid "Sun" msgstr "ఆది" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "సోమ" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "మంగళ" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "బుధ" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "గురు" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "శుక్ర" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "శని" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "ఆ" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "సో" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "మం" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "బు" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "గు" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "శు" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "శ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "వారం" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "గంట" # మొదటి అనువాదము -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "నిమిషం" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "క్షణం" @@ -2300,10 +2320,11 @@ msgstr "" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2622,7 +2643,7 @@ msgid "Documentation" msgstr "పత్రావళి" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "" @@ -5528,7 +5549,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6063,7 +6084,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6770,14 +6791,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "విలువ" @@ -6995,7 +7016,7 @@ msgid "Returns" msgstr "పట్టిక ఎంపికలు" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "సమయం" @@ -7896,7 +7917,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "వాడుకరి" @@ -8323,13 +8344,13 @@ msgstr "" msgid "Files" msgstr "దస్త్రాలు" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9090,145 +9111,158 @@ msgstr "విశదీకరించు" msgid "Instructions" msgstr "పరిపాలన" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "గంటకి" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "నిమిషానికి" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "క్షణానికి" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" # మొదటి అనువాదము -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "పంపించు" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" # మొదటి అనువాదము -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "ఆజ్ఞ" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9236,78 +9270,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9315,7 +9349,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9323,42 +9357,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9366,33 +9400,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9401,230 +9435,230 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" # మొదటి అనువాదము -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "సృష్టించబడిన పుటల సంఖ్య" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" # మొదటి అనువాదము -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "చదివిన పుటల సంఖ్య" # మొదటి అనువాదము -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "వ్రాసిన పుటల సంఖ్య" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9632,99 +9666,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9732,18 +9766,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9751,66 +9785,66 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "మొదలుపెట్టు" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" # మొదటి అనువాదము -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add into comments" msgid "Add chart" msgstr "స్పందనలకు చేర్చు" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Table comments" msgid "Chart columns" msgstr "పట్టిక వ్యాఖ్యలు" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Leave blank for defaults" msgid "Reset to default" msgstr "అప్రమేయాలకై ఖాళీగా వదిలివేయండి" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9819,7 +9853,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9827,105 +9861,118 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 -msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +#: server_status.php:1507 +msgid "Using the monitor:" msgstr "" -#: server_status.php:1501 +#: server_status.php:1509 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" # మొదటి అనువాదము -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "డేటాబేస్ తొలగించండి" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "గణాంకాలను చూపించు" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -9934,7 +9981,7 @@ msgstr[0] "క్షణం" msgstr[1] "క్షణం" # మొదటి అనువాదము -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/th.po b/po/th.po index 4dddef91d6..0a0edfb7bc 100644 --- a/po/th.po +++ b/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-24 11:50+0200\n" "Last-Translator: Waitaya Krongapiradee \n" "Language-Team: thai \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "แสดงทั้งหมด" @@ -87,7 +87,7 @@ msgstr "ชื่อคีย์" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "คำอธิบาย" @@ -668,7 +668,7 @@ msgstr "ตรวจสอบตารางที่มี overhead" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "ส่งออก" @@ -737,7 +737,7 @@ msgstr "ตารางที่ถูกติดตาม" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -758,7 +758,7 @@ msgstr "ปรับปรุงแล้ว" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "สถานะ" @@ -1066,13 +1066,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "รวม" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1104,7 +1104,7 @@ msgstr "ตัวเลือกเซิร์ฟเวอร์" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "โพรเซส" @@ -1169,12 +1169,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "เมกกะไบต์" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "กิโลไบต์" @@ -1232,7 +1232,7 @@ msgstr "" msgid "Bytes received" msgstr "ได้รับ" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "การเชื่อมต่อ" @@ -1243,12 +1243,12 @@ msgstr "การเชื่อมต่อ" msgid "Questions" msgstr "รุ่น" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "การจราจร" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1275,7 +1275,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "ไม่มี" @@ -1376,7 +1376,7 @@ msgstr "ความสามารถด้านรีเลชันทั่ msgid "Current settings" msgstr "ความสามารถด้านรีเลชันทั่วไป" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1499,7 +1499,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 #, fuzzy msgid "Import" @@ -1721,127 +1721,147 @@ msgstr "คำค้น SQL" msgid "Zoom Search" msgstr "ค้นหา" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "เพิ่ม/ลบ สดมภ์" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "ไม่สนใจ" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy msgid "Add columns" msgstr "เพิ่มฟิลด์ใหม่" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "เลือกฟิลด์ที่ต้องการแสดง" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Change password" msgid "Generate password" msgstr "เปลี่ยนรหัสผ่าน" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 #, fuzzy msgid "Generate" msgstr "สร้างโดย" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "เปลี่ยนรหัสผ่าน" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "จ." -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1849,30 +1869,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "ไม่มีฐานข้อมูล" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "None" msgid "Done" msgstr "ไม่มี" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "ก่อนหน้า" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1880,96 +1900,96 @@ msgid "Next" msgstr "ต่อไป" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "รวม" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "ข้อมูลไบนารี " -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "มี.ค." -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "เม.ย." -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "พ.ค." -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "มิ.ย." -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "ก.ค." -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "ส.ค." -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "ต.ค." -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "ม.ค." #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "ก.พ." #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "มี.ค." #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "เม.ย." #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -1977,78 +1997,78 @@ msgid "May" msgstr "พ.ค." #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "มิ.ย." #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "ก.ค." #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "ส.ค." #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "ก.ย." #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "ต.ค." #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "พ.ย." #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "ธ.ค." -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "อา." -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "จ." -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "อ." -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "ศ." -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2056,100 +2076,100 @@ msgid "Sun" msgstr "อา." #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "จ." #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "อ." #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "พ." #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "พฤ." #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "ศ." #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "ส." #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "อา." #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "จ." #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "อ." #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "พ." #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "พฤ." #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "ศ." #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "ส." #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ใช้อยู่" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2360,10 +2380,11 @@ msgstr "ตาราง %s ได้ถูกเปลี่ยนชื่อ msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2672,7 +2693,7 @@ msgid "Documentation" msgstr "เอกสารอ้างอิง" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "คำค้น SQL" @@ -5706,7 +5727,7 @@ msgid "The row has been deleted" msgstr "ลบเรียบร้อยแล้ว" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "ฆ่าทิ้ง" @@ -6262,7 +6283,7 @@ msgstr "MIME-types ที่มีอยู่" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "โฮสต์" @@ -6971,14 +6992,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "ตัวแปร" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "ค่า" @@ -7193,7 +7214,7 @@ msgid "Returns" msgstr "ตัวเลือกตาราง" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "เวลา" @@ -8147,7 +8168,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "ผู้ใช้" @@ -8601,13 +8622,13 @@ msgstr "" msgid "Files" msgstr "จำนวนฟิลด์" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "ตัดทอนคำค้นที่แสดง" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "แสดงคำค้นแบบเต็ม" @@ -9393,145 +9414,158 @@ msgstr "ชนิดคำค้น" msgid "Instructions" msgstr "ฟังก์ชั่น" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "ต่อชั่วโมง" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "ต่อนาที" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "ต่อวินาที" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "คำสั่ง" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "เซิร์ฟเวอร์ MySQL นี้รันมาเป็นเวลา %s. เริ่มตอน %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "ได้รับ" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "ถูกส่ง" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "ความพยายามล้มเหลว" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "ยกเลิก" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "คำสั่ง" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "จำกัดจำนวนการเชื่อมต่อใหม่ ที่ผู้ใช้จะสามารถเปิดได้ ต่อชั่วโมง" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9539,78 +9573,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9618,7 +9652,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9626,42 +9660,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9669,33 +9703,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9704,227 +9738,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9932,99 +9966,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10032,18 +10066,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10051,64 +10085,64 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "ส." -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add new field" msgid "Add chart" msgstr "เพิ่มฟิลด์ใหม่" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "เรียกใหม่" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10117,7 +10151,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10125,109 +10159,122 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "เอาฐานข้อมูลออก" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "เลือกตาราง" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "เพิ่มผู้ใช้ใหม่" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "คำค้น SQL" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "สถิติของแถว" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "เลือกทั้งหมด" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "ชนิดคำค้น" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" @@ -10235,7 +10282,7 @@ msgid_plural "%d seconds" msgstr[0] "ต่อวินาที" msgstr[1] "ต่อวินาที" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/tr.po b/po/tr.po index 2886981e7d..24adccfb63 100644 --- a/po/tr.po +++ b/po/tr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-15 09:36+0200\n" "Last-Translator: Burak Yavuz \n" "Language-Team: turkish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Tümünü göster" @@ -88,7 +88,7 @@ msgstr "Anahtar adı" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Açıklama" @@ -664,7 +664,7 @@ msgstr "Ek yükü olan tabloları kontrol et" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Dışa Aktar" @@ -729,7 +729,7 @@ msgstr "İzlenen tablolar" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -749,7 +749,7 @@ msgstr "Güncellendi" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Durum" @@ -1062,13 +1062,13 @@ msgstr "Sabit veri" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Toplam" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Diğer" @@ -1098,7 +1098,7 @@ msgstr "Sunucu trafiği (KiB olarak)" msgid "Connections since last refresh" msgstr "Son yenilemeden bu yana bağlantılar" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "İşlemler" @@ -1161,12 +1161,12 @@ msgid "System swap" msgstr "Sistem takası" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MiB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1218,7 +1218,7 @@ msgstr "Gönderilmiş bayt" msgid "Bytes received" msgstr "Alınmış bayt" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Bağlantılar" @@ -1227,12 +1227,12 @@ msgstr "Bağlantılar" msgid "Questions" msgstr "Sorular" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafik" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "Ayarlar" @@ -1255,7 +1255,7 @@ msgstr "Lütfen diziye en az bir değişken ekleyin" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Yok" @@ -1356,7 +1356,7 @@ msgstr "Ayarları değiştir" msgid "Current settings" msgstr "Şu anki ayarlar" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "Çizelge Başlığı" @@ -1482,7 +1482,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "İçe Aktar" @@ -1668,50 +1668,70 @@ msgstr "Arama kriterini göster" msgid "Zoom Search" msgstr "Ara" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Sütun Ekle/Sil" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Yoksay" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "Sütunları ekle" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Kaynak gösterilen anahtarı seç" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Dış Anahtarı seç" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Lütfen birincil anahtarı veya benzersiz anahtarı seçin" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Göstermek için sütun seçin" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" @@ -1719,15 +1739,15 @@ msgstr "" "Değişiklikleri yerleşime kaydetmediniz. Eğer bunları kaydetmezseniz, " "kaybolacaklardır. Devam etmek istiyor musunuz?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "Sütun için bir seçenek ekle " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "Düzenlemeyi iptal etmek için Esc tuşuna basın" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" @@ -1735,24 +1755,24 @@ msgstr "" "Bazı verileri düzenlediniz ve kaydedilmediler. Veriyi kaydetmeden önce bu " "sayfadan ayrılmak istediğinize emin misiniz?" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "Yen.düzenleme için sürükle" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "Sıralamak için tıklayın" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "İşaretlemek/işareti kaldırmak için tıklayın" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" "Sütunların görünürlüğünü değiştirmek
için aşağı açılır okuna tıklayın" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." @@ -1761,34 +1781,34 @@ msgstr "" "özellikler, Düzenle, Kopyala ve Sil bağlantıları kaydedildikten sonra " "çalışmayabilir." -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Görünüme git" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Parola üret" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Üret" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Parola Değiştir" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Daha Fazla" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1798,255 +1818,255 @@ msgstr "" "%s, %s tarihinde yayınlandı." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", son sağlam sürüm:" -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "güncel" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Bitti" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "Önceki" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "Sonraki" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Bugün" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Ocak" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Şubat" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Mart" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Nisan" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Mayıs" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Haziran" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Temmuz" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Ağustos" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Eylül" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Ekim" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Kasım" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Aralık" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Oca" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Şub" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Nis" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Haz" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Tem" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Ağu" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Eyl" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Eki" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Kas" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Ara" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Pazar" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Pazartesi" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Salı" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Çarşamba" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Perşembe" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "Cuma" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Cumartesi" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "Paz" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Ptesi" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Sal" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Çar" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Per" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Cum" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Ctesi" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Pz" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Pt" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Sa" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Ça" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Pe" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Cu" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Ct" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "Hs" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "Saat" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Dakika" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Saniye" @@ -2251,10 +2271,11 @@ msgstr "%s tablosu %s olarak yeniden adlandırıldı" msgid "Could not save table UI preferences" msgstr "Tablo KA tercihleri kaydedilemedi" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2577,7 +2598,7 @@ msgid "Documentation" msgstr "Belgeler" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL sorgusu" @@ -5653,7 +5674,7 @@ msgid "The row has been deleted" msgstr "Satır silindi" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Sonlandır" @@ -6246,7 +6267,7 @@ msgstr "MIME türlerini göster" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Anamakine" @@ -6975,14 +6996,14 @@ msgid "Slave status" msgstr "Slave durumu" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Değişken" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Değer" @@ -7184,7 +7205,7 @@ msgid "Returns" msgstr "Dönüşler" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Süre" @@ -8110,7 +8131,7 @@ msgstr "Protokol sürümü" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Kullanıcı" @@ -8553,13 +8574,13 @@ msgstr "Görüntülemek için binari günlüğünü seçin" msgid "Files" msgstr "Dosyalar" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Gösterilen Sorguları Kısalt" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Tüm Sorguları Göster" @@ -9345,69 +9366,72 @@ msgstr "Çözümleyiciyi çalıştır" msgid "Instructions" msgstr "Talimatlar" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" -"Danışman sistemi sunucu durumu değişkenlerini çözümleyerek sunucu " -"değişkenleri üzerinde tavsiyelerde bulunabilir.

Not alın ancak bu sistem " -"basit hesaplamalara dayanarak ve sisteminize muhakkak uygulanamayan başlıca " -"kurallar tarafından tavsiyelerde bulunur.

Yapılandırmanın herhangi " -"bir değişiminden önce, neyi değiştirdiğinizi (belgeyi okuyarak) " -"bildiğinizden ve değişikliği nasıl geri alıcağınızdan emin olun. Yanlış " -"ayarlamalar performans üzerinde çok olumsuz etkiler yapabilir.

" -"

Sisteminizi ayarlamanın en iyi yolu bir seferde sadece bir ayar " -"değiştirmek, gözlemlemek veya veritabanınızı kıyaslamak ve eğer açıkça " -"ölçülebilir bir iyileşme yoksa, değişikliği geri almak.

" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "Başlangıçtan bu yana sorular: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "saat başına" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "dakika başına" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "saniye başına" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "İfadeler" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "#" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "Başlangıçtan bu yana ağ trafiği: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Bu MySQL sunucusunun çalışma süresi: %1$s. Başlatıldığı zaman: %2$s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." @@ -9415,19 +9439,19 @@ msgstr "" "Bu MySQL sunucusu kopya etme işlemi sırasında master ve " "slave olarak çalışır." -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" "Bu MySQL sunucusu kopya etme işlemi sırasında master olarak " "çalışır." -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" "Bu MySQL sunucusu kopya etme işlemi sırasında slave olarak " "çalışır." -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9435,11 +9459,11 @@ msgstr "" "Sunucudaki kopya etme durumuyla ilgili daha ayrıntılı bilgi için lütfen kopya etme bölümünü ziyaret edin." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Kopya etme durumu" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9447,35 +9471,35 @@ msgstr "" "Meşgul sunucu üzerinde, bayt sayaçları aşırı işleyebilir, bu yüzden MySQL " "sunucusu tarafından raporlanan istatistikler doğru olmayabilir." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Alınan" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Gönderilen" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "En fazla eşzamanlı bağlantı" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Başarısız deneme" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "İptal edilen" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Komut" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." @@ -9483,11 +9507,11 @@ msgstr "" "Bağlantı uygun bir şekilde kapatılmadan sonlanmış istemcinin durdurulmuş " "bağlantılarının sayısı." -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL sunucusuna bağlanmak için başarısız girişim sayısı." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9497,16 +9521,16 @@ msgstr "" "binlog_cache_size değerini aştı ve işlemdeki ifadeleri depolamak için geçici " "dosya kullandı." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Geçici binari günlüğü önbelleğinde kullanılan işlemlerin sayısı." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "MySQL sunucusuna bağlantı girişimi (başarılı ya da değil) sayısı." -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9518,11 +9542,11 @@ msgstr "" "büyük ise, geçici tabloların disk tabanlı yerine bellek tabanlı olamasına " "sebep olmak için tmp_table_size değerini arttırmak isteyebilirsiniz." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "Mysqld'nin kaç tane geçici dosya oluşturduğudur." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -9530,7 +9554,7 @@ msgstr "" "İfadeler çalıştırılırken sunucu tarafından bellek içindeki geçici tabloların " "sayısı otomatik olarak oluşturuldu." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9538,7 +9562,7 @@ msgstr "" "INSERT DELAYED komutu ile yazılmış, bazı hataların meydana geldiği satır " "sayısı (muhtemelen kopya anahtar)." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." @@ -9546,23 +9570,23 @@ msgstr "" "Kullanımda olan INSERT DELAYED işleticisi işlem sayısı. INSERT DELAYED " "komutunu kullanan her farklı tablodan biri kendi işlemini alır." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "INSERT DELAYED satır yazımı sayısıdır." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Çalıştırılmış FLUSH ifadesi sayısıdır." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Dahili COMMIT ifadesi sayısıdır." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Tablodan satırın kaç kez silindiği sayısıdır." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9572,7 +9596,7 @@ msgstr "" "motorunu sorabilir. Buna keşfetme denir. Handler_discover tabloların keç kez " "keşfedildiğini gösterir." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9582,7 +9606,7 @@ msgstr "" "sunucunun çok fazla indeks taraması yapıyor olduğunu gösterir; örneğin, " "SELECT col1 FROM foo, anlaşılıyor ki col1 indekslenmiş." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -9591,7 +9615,7 @@ msgstr "" "sorgularınızın ve tablolarınızın düzgün bir şekilde indekslenmesinin iyi " "olduğu belirtisidir." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9601,7 +9625,7 @@ msgstr "" "aralık ile indeks sütununu sorguluyorsanız ya da indeks taraması " "yapıyorsanız, bu arttırılan miktardır." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9609,7 +9633,7 @@ msgstr "" "Anahtar sırasında önceki satırı okumak için istek sayısıdır. Bu okuma " "yöntemi başlıca ORDER BY ... DESC komutunu uyarlamak için kullanılır." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9622,7 +9646,7 @@ msgstr "" "fazla sorgulamanız vardır veya düzgün bir şekilde anahtarları " "kullanmamaktasınız." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9634,35 +9658,35 @@ msgstr "" "düzgün bir şekilde indekslenmediğinde ya da sorgularınız, sahip olduğunuz " "indeksleri çıkarına kullanmak için yazmadığında önerilir." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "Dahili ROLLBACK ifadesi sayısıdır." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Tablo içinde satır güncellemek için istek sayısıdır." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Tablo içinde satır eklemek için istek sayısıdır." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Veri içeren sayfa sayısıdır (dolu veya temiz)." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "Şu anki dolu sayfa sayısıdır." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Temizlenmesi için istenmiş arabellek havuz sayfa sayısıdır." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Boş sayfa sayısıdır." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9672,7 +9696,7 @@ msgstr "" "okunan veya yazılmış ya da bazı diğer sebepler yüzünden temizlenemeyen veya " "taşınamayan sayfalardır." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9684,11 +9708,11 @@ msgstr "" "zamanda Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data değerleri gibi hesaplanabilir." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Sayfalardaki arabellek havuzunun toplam boyutudur." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9696,7 +9720,7 @@ msgstr "" "InnoDB \"rastgele\" önden okuma başlatımı sayısıdır. Sorgu tablonun büyük " "bir kısmını taradığı zaman bu olur ama rastgele düzende." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -9704,11 +9728,11 @@ msgstr "" "InnoDB sıralı önden okuma başlatımı sayısıdır. InnoDB sıralı tam tablo " "taraması yaptığı zaman bu olur." -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InnoDB'nin bitirdiği veya yaptığı mantıksal okuma isteği sayısıdır." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -9716,7 +9740,7 @@ msgstr "" "InnoDB'nin arabellek havuzundan tatmin olamadığı ve tek-sayfa okuması yapmak " "zorunda olduğu mantıksal okuma sayısıdır." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9730,55 +9754,55 @@ msgstr "" "durumlarını sayar. Eğer arabellek havuzu boyutu düzgün bir şekilde " "ayarlandıysa, bu değer küçük olmalıdır." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB arabellek havuzuna bitti yazma sayısıdır." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Şimdiye kadarki fsync() işlem sayısıdır." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Şu anki bekleyen fsync() işlem sayısıdır." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Şu anki bekleyen okuma sayısıdır." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Şu anki bekleyen yazma sayısıdır." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Bayt cinsinden şimdiye kadarki veri okuma miktarıdır." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Toplam veri okuma sayısıdır." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Toplam veri yazma sayısıdır." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Bayt cinsinden şimdiye kadarki yazılmış veri miktarıdır." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" "Bu amaç için yazılmış sayfa sayısı ve gerçekleştirilmiş çifte-yazım yazma " "sayısıdır." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" "Bu amaç için yazılmış sayfa sayısı ve gerçekleştirilmiş çifte-yazım yazma " "sayısıdır." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -9786,35 +9810,35 @@ msgstr "" "Sahip olunan bekleme sayısıdır çünkü günlük arabelleği çok küçük ve devam " "etmeden önce temizlenmesi için beklemek zorundayız." -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Günlük yazma isteği sayısıdır." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Günlük dosyasına fiziksel yazma sayısıdır." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Günlük dosyasına bitmiş fsync() yazma sayısıdır." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "Bekleyen günlük dosyası fsyncs sayısıdır." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Bekleyen günlük dosyası yazma sayısıdır." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Günlük dosyasına yazılı bayt sayısıdır." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Oluşturulmuş sayfa sayısıdır." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9822,52 +9846,52 @@ msgstr "" "Derlenen InnoDB sayfa boyutu (varsayılan 16KB). Birçok değer sayfalarda " "sayılır; sayfa boyutu bunların kolaylıkla bayt'a dönüştürülmesine izin verir." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Okunan sayfa sayısıdır." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Yazılmış sayfa sayısıdır." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Şu anki beklenen satır kilidi sayısıdır." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Milisaniye cinsinden satır kilidi elde etmek için ortalama süredir." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" "Milisaniye cinsinden satır kilidi elde ederken harcanmış toplam süredir." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Milisaniye cinsinden satır kilidi elde etmek için en fazla süredir." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Satır kilidinin beklemek zorunda kaldığı süre sayısıdır." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "InnoDB tablolarından silinen satır sayısıdır." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "InnoDB tablolarına eklenen satır sayısıdır." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "InnoDB tablolarından okunan satır sayısıdır." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB tablolarında güncellenen satır sayısıdır." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -9875,7 +9899,7 @@ msgstr "" "Anahtar önbelleğindeki değiştirilmiş ama diskte henüz temizlenmemiş anahtar " "bloğu sayısıdır. Not_flushed_key_blocks olarak bilinip kullanılır." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -9884,7 +9908,7 @@ msgstr "" "önbelleğinin ne kadarının kullanımda olmasını belirlemek için " "kullanabilirsiniz." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -9893,11 +9917,11 @@ msgstr "" "Anahtar önbelleğinde kullanılan blok sayısıdır. Bu değerin en uç noktada " "olması bir kerede en fazla blok sayısının kullanımda olmamasını gösterir." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Önbellekten anahtar bloğunun okunması için istek sayısıdır." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9907,15 +9931,15 @@ msgstr "" "büyükse, key_buffer_size değeriniz muhtemelen çok küçüktür. Eksik önbellek " "oranı Key_reads/Key_read_requests olarak hesaplanabilir." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Önbelleğe anahtar bloğu yazmak için istek sayısıdır." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Diske anahtar bloğunu fiziksel yazma sayısıdır." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9926,7 +9950,7 @@ msgstr "" "karşılaştırmak için yararlıdır. Varsayılan değer 0, henüz derlenmiş sorgu " "olmadığı anlamına gelir." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." @@ -9934,11 +9958,11 @@ msgstr "" "Sunucunun başlatılmasından bu yana kullanımda olan eşzamanlı en fazla " "bağlantı sayısı." -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "INSERT DELAYED sıralarında yazılmak için bekleyen satır sayısıdır." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -9946,19 +9970,19 @@ msgstr "" "Açık olan tablo sayısıdır. Eğer açık tablolar büyükse, tablo önbellek " "değeriniz muhtemelen çok küçüktür." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Açık olan dosya sayısıdır." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "Açık olan akış sayısıdır (başlıca günlükleme için kullanılır)." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Açık olan tablo sayısıdır." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9968,19 +9992,19 @@ msgstr "" "QUERY CACHE ifadesinin çıkmasıyla çözülebilen, parçalanma sorunlarını işaret " "edebilir." -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Sorgu önbelleği için boş bellek miktarıdır." -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Önbelleğe ulaşma sayısıdır." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Önbelleğe eklenen sorgu sayısıdır." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9992,7 +10016,7 @@ msgstr "" "yardımcı olabilir. Önbellekten hangi sorguların kaldırılacağına karar vermek " "için sorgu önbelleği en az son kullanılmış (LRU) stratejisini kullanır." -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10000,19 +10024,19 @@ msgstr "" "Önbelleklenmemiş sorgu sayısıdır (önbelleklenemez, ya da query_cache_type " "ayarından dolayı önbelleklenmedi)." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Önbellekte kayıtlı sorgu sayısıdır." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Sorgu önbelleği içindeki toplam blok sayısıdır." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Arıza-güvenli kopya etme durumu (henüz tamamlanmadı)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10020,11 +10044,11 @@ msgstr "" "İndeksler kullanmayan birleştirme sayısıdır. Eğer bu değer 0 değilse, " "tablolarınızın indekslerini dikkatli olarak kontrol etmelisiniz." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "Referans tablosunda aralık araması kullanan birleştirme sayısıdır." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10033,7 +10057,7 @@ msgstr "" "birleştirme sayısıdır. (Eğer bu değer 0 değilse, tablolarınızın indekslerini " "dikkatli olarak kontrol etmelisiniz.)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10041,15 +10065,15 @@ msgstr "" "İlk tabloda aralıkları kullanan birleştirme sayısıdır. (Normal olarak " "kusurlu değildir, eğer büyükse bile.)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "İlk tablonun tam taramasının yapıldığı birleştirme sayısıdır." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Slave SQL işlemi tarafından şu anki açık geçici tablo sayısıdır." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10057,11 +10081,11 @@ msgstr "" "Kopya edilen slave SQL işleminin yeniden denediği işlerin toplam " "(başlangıçtan beri) süre sayısıdır." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "Eğer sunucu master'a bağlı slave ise, bu AÇIKTIR." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10069,12 +10093,12 @@ msgstr "" "Oluşturmak için slow_launch_time saniyeden daha uzun zaman almış işlem " "sayısıdır." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "Long_query_time saniyeden daha uzun zaman almış sorgu sayısıdır." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10084,23 +10108,23 @@ msgstr "" "değer büyükse, sort_buffer_size sistem değişkeninin değerini arttırmayı " "dikkate almalısınız." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Aralıklarla yapılmış sıralama sayısıdır." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Sıralanmış satır sayısıdır." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "Taranan tablo tarafından yapılmış sıralama sayısıdır." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Tablo kilidinin hemen tanındığı süre sayısıdır." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10112,7 +10136,7 @@ msgstr "" "uyarlamalısınız ve sonra ya tablonuzu ya da tablolarınızı bölün veya kopya " "etmeyi kullanın." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10122,11 +10146,11 @@ msgstr "" "Threads_created/Bağlantılar olarak hesaplanabilir. Eğer bu değer kırmızı " "ise, thread_cache_size boyutunuzu yükseltmelisiniz." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Şu anki açık bağlantı sayısıdır." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10138,43 +10162,43 @@ msgstr "" "(eğer iyi bir işlem uygulamasına sahipseniz, normal olarak bu, dikkate değer " "bir performans artışı vermez.)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Hala faaliyette olan işlemler sayısıdır." -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "İzlemeyi başlat" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "Yönergeler/Ayarlama" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "Çizelgeleri düzenlemeyi/yeniden düzeltmeyi bitir" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "Çizelge ekle" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "Çizelgeleri düzenle/yeniden düzelt" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "Oranı yenile" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "Çizelge sütunları" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "Çizelge ayarlaması" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." @@ -10182,15 +10206,15 @@ msgstr "" "Çizelgelerin ayarlanması tarayıcının yerel deposunda depolanır. Eğer karışık " "ayarlamalarınız varsa, bunu dışa aktarmak isteyebilirsiniz." -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "Varsayılana sıfırla" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "İzleme Yönergeleri" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10204,7 +10228,7 @@ msgstr "" "etkinleştirilir. Ancak unutmayın, general_log çok fazla veri üretir ve " "sunucu yükünü %15'e kadar arttırır" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10216,16 +10240,29 @@ msgstr "" "günlükleme MySQL 5.1.6 ve sonrakiler tarafından desteklenir. Yinede hala " "sunucu çizelgeleme özelliklerini kullanabilirsiniz." -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "İzlemeyi duraklat" + +#: server_status.php:1509 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "İzleyici kullanımı:
Tamam, ilerlemeye hazırsınız! Bir kere " "'İzlemeyi başlat'a tıkladığınızda tarayıcınız tüm görüntülenen çizelgeleri " @@ -10238,13 +10275,52 @@ msgstr "" "yükleyecek. Daha fazla çözümlemesi için herhangi bir meydana gelen SELECT " "ifadesine tıklayabilirsiniz.

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"İzleyici kullanımı:
Tamam, ilerlemeye hazırsınız! Bir kere " +"'İzlemeyi başlat'a tıkladığınızda tarayıcınız tüm görüntülenen çizelgeleri " +"düzenli aralıklarla yenileyecek. 'Ayarlar' altında çizelgeleri ekleyebilir " +"ve yenileme oranını değiştirebilirsiniz veya her çizelgenin kendi dişli çark " +"simgesini kullanarak herhangi bir çizelgeyi kaldırabilirsiniz. " +"

Günlüklerden sorguları görüntülemek için herhangi bir çizelgede sol fare " +"tuşunu basılı tutarak ve çizelge üzerinde kaydırarak ilgili zaman aralığını " +"seçin. Bir kere onaylandı mı bu, gruplanmış sorguların tablolarını " +"yükleyecek. Daha fazla çözümlemesi için herhangi bir meydana gelen SELECT " +"ifadesine tıklayabilirsiniz.

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "Lütfen unutmayın: general_log'u etkinleştirmek sunucu yükünü %5-15 " "arttırabilir. Aynı zamanda günlükten oluşturulan istatistiklerin yoğun görev " @@ -10252,85 +10328,91 @@ msgstr "" "seçmek ve general_log'u etkisizleştirmek tavsiye edilir ve tablolarını bir " "defa boşaltmak daha fazla izlemeyi gerektirmez." -#: server_status.php:1513 +#: server_status.php:1533 msgid "Preset chart" msgstr "Hazır çizelge" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "Durum değişkeni(leri)" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "Dizi seç:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "Genellikle izlenen" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "veya değişken adını yazın:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "Ayırtedici değer olarak görüntüle" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "Böleni uygula" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "Veri değerlerine birimi ekle" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "Bu diziyi ekle" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "Diziyi temizle" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "Çizelgedeki Dizi:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "Günlük istatistikleri" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "Seçili zaman aralığı:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "Sadece SELECT,INSERT,UPDATE ve DELETE İfadeleri erişir" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "Daha iyi gruplama için INSERT ifadelerindeki değişken veriyi kaldır" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "" "

İstatistiklerin oluşturulmasını istediğinizden seçin.

Sonuçlar sorgu " "metnine göre gruplandırılır." -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "Sorgu çözümleyici" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d saniye" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" @@ -12615,6 +12697,29 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#~ msgid "" +#~ "The Advisor system can provide recommendations on server variables by " +#~ "analyzing the server status variables.

Do note however that this " +#~ "system provides recommendations based on simple calculations and by rule " +#~ "of thumb which may not necessarily apply to your system.

Prior to " +#~ "changing any of the configuration, be sure to know what you are changing " +#~ "(by reading the documentation) and how to undo the change. Wrong tuning " +#~ "can have a very negative effect on performance.

The best way to " +#~ "tune your system would be to change only one setting at a time, observe " +#~ "or benchmark your database, and undo the change if there was no clearly " +#~ "measurable improvement.

" +#~ msgstr "" +#~ "Danışman sistemi sunucu durumu değişkenlerini çözümleyerek sunucu " +#~ "değişkenleri üzerinde tavsiyelerde bulunabilir.

Not alın ancak bu " +#~ "sistem basit hesaplamalara dayanarak ve sisteminize muhakkak " +#~ "uygulanamayan başlıca kurallar tarafından tavsiyelerde bulunur.

" +#~ "

Yapılandırmanın herhangi bir değişiminden önce, neyi değiştirdiğinizi " +#~ "(belgeyi okuyarak) bildiğinizden ve değişikliği nasıl geri alıcağınızdan " +#~ "emin olun. Yanlış ayarlamalar performans üzerinde çok olumsuz etkiler " +#~ "yapabilir.

Sisteminizi ayarlamanın en iyi yolu bir seferde sadece " +#~ "bir ayar değiştirmek, gözlemlemek veya veritabanınızı kıyaslamak ve eğer " +#~ "açıkça ölçülebilir bir iyileşme yoksa, değişikliği geri almak.

" + #~ msgid "memcached usage" #~ msgstr "bellek önbelleklemesi kullanımı" diff --git a/po/tt.po b/po/tt.po index 3efb50fb17..515dd98d87 100644 --- a/po/tt.po +++ b/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-22 02:25+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: tatarish \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Barısın kürsät" @@ -88,7 +88,7 @@ msgstr "Tezeş adı" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Açıqlama" @@ -689,7 +689,7 @@ msgstr "Check overheaded" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Export" @@ -760,7 +760,7 @@ msgstr "Tüşämä tikşerü" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -782,7 +782,7 @@ msgstr "" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Torış" @@ -1102,13 +1102,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Tulayım" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1140,7 +1140,7 @@ msgstr "Server Saylaw" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Proseslar" @@ -1210,12 +1210,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1277,7 +1277,7 @@ msgstr "" msgid "Bytes received" msgstr "Alındı" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Totaşular" @@ -1287,12 +1287,12 @@ msgstr "Totaşular" msgid "Questions" msgstr "Farsíça" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Taşım" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1319,7 +1319,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Buş" @@ -1420,7 +1420,7 @@ msgstr "Bäyläneşlär buyınça töp mömkinleklär" msgid "Current settings" msgstr "Bäyläneşlär buyınça töp mömkinleklär" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1544,7 +1544,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Yökläw" @@ -1766,128 +1766,148 @@ msgstr "SQL-soraw" msgid "Zoom Search" msgstr "Ezläw" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Add/Delete Field Columns" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Qarama" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add %s field(s)" msgid "Add columns" msgstr "%s alan östäw" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Kürsätäse Alan saylaw" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy msgid "Go to link" msgstr "Biremleklär yuq" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Sersüz Ürçetü" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Ürçet" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Sersüz üzgärtü" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dşm" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1895,30 +1915,30 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy msgid ", latest stable version:" msgstr "Server söreme" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy msgid "up to date" msgstr "Biremleklär yuq" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy msgid "Done" msgstr "Eçtälek" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Uzğan" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1926,96 +1946,96 @@ msgid "Next" msgstr "Kiläse" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Tulayım" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Binar" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Äpr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "May" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Yün" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Yül" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Aug" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Ökt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Ğın" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Feb" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Äpr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2023,78 +2043,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Yün" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Yül" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Aug" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Ökt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Nöy" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dek" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Ykş" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dşm" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sşm" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Cmğ" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2102,100 +2122,100 @@ msgid "Sun" msgstr "Ykş" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Dşm" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Sşm" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Çrş" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Pnc" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Cmğ" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Şmb" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Ykş" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dşm" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sşm" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Çrş" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pnc" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Cmğ" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Şmb" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "totıla" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2408,10 +2428,11 @@ msgstr "\"%s\" tüşämäse \"%s\" itep ataldı" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2732,7 +2753,7 @@ msgid "Documentation" msgstr "Qullanma" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-soraw" @@ -5799,7 +5820,7 @@ msgid "The row has been deleted" msgstr "Bu yazma salınğan buldı" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Üter" @@ -6371,7 +6392,7 @@ msgstr "Barlıq MIME-törlär" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Host" @@ -7085,14 +7106,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Üzgärmä" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Bäyä" @@ -7308,7 +7329,7 @@ msgid "Returns" msgstr "Tüşämä köyläneşe" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Waqıt" @@ -8322,7 +8343,7 @@ msgstr "Protokol söreme" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Qullanuçı" @@ -8787,13 +8808,13 @@ msgstr "Qaraw öçen binar köndälek saylaw" msgid "Files" msgstr "Alan" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Sorawnı Qısqartıp Kürsätäse" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Tulı Sorawlar Kürsät" @@ -9587,146 +9608,159 @@ msgstr "Soraw töre" msgid "Instructions" msgstr "Funksí" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "säğät sayın" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minut sayın" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "sekund sayın" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Cömlä" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Bu MySQL-server %s eşli. %s çorında cibärelgän ide ul." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 #, fuzzy msgid "Replication status" msgstr "Bäyläneşlär" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Alındı" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Cibärelde" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Failed attempts" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Özderelde" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Ämer" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy msgid "The number of failed attempts to connect to the MySQL server." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9734,78 +9768,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9813,7 +9847,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9821,43 +9855,43 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 #, fuzzy msgid "The number of pages currently dirty." msgstr "Yaratılğan bit sanı bu." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Buş bitlär sanı." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9865,33 +9899,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9900,92 +9934,92 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 #, fuzzy msgid "The current number of pending reads." msgstr "Uqılğan bit sanı bu." -#: server_status.php:1218 +#: server_status.php:1228 #, fuzzy msgid "The current number of pending writes." msgstr "Yazılğan bit sanı bu." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 #, fuzzy msgid "The total number of data reads." msgstr "Uqılğan bit sanı bu." -#: server_status.php:1221 +#: server_status.php:1231 #, fuzzy msgid "The total number of data writes." msgstr "Yazılğan bit sanı bu." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 #, fuzzy msgid "The number of log write requests." msgstr "Tezelgän yazma sanı bu." -#: server_status.php:1227 +#: server_status.php:1237 #, fuzzy msgid "The number of physical writes to the log file." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: server_status.php:1228 +#: server_status.php:1238 #, fuzzy msgid "The number of fsync() writes done to the log file." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Yaratılğan bit sanı bu." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9994,144 +10028,144 @@ msgstr "" "values are counted in pages; the page size allows them to be easily " "converted to bytes." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Uqılğan bit sanı bu." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Yazılğan bit sanı bu." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 #, fuzzy msgid "The number of physical writes of a key block to disk." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Açıq toruçı birem sanı." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Açıq toruçı tüşämä sanı." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "Alxätergä turı kilü sanı bu." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10139,99 +10173,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Tezelgän yazma sanı bu." -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10239,18 +10273,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Biredä açıq bulğan totaşu sanı." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10258,65 +10292,65 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 #, fuzzy msgid "The number of threads that are not sleeping." msgstr "Açıq toruçı birem sanı." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Şmb" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add %s field(s)" msgid "Add chart" msgstr "%s alan östäw" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Yañart" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "Add/Delete Field Columns" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10325,7 +10359,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10333,118 +10367,131 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Biremlekne bolay atap quy" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Tüşämä Saylaw" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Tüşämä adı yaraqsız" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy msgid "Add this series" msgstr "Yaña qullanuçı östäw" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy msgid "Series in Chart:" msgstr "SQL-soraw" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy msgid "Log statistics" msgstr "Kerem Nöfüse" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Tüşämä Saylaw" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Soraw töre" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "sekund sayın" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/ug.po b/po/ug.po index 516363b5d9..1dd8006af7 100644 --- a/po/ug.po +++ b/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-08-26 11:59+0200\n" "Last-Translator: \n" "Language-Team: Uyghur \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "ھەممىسىنى كۆرسىتىش" @@ -90,7 +90,7 @@ msgstr "قىممەت ئىسمى" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "ئىزاھات" @@ -672,7 +672,7 @@ msgstr "مەزمۇن بارلارنى تاللاش" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "چىقىرىش" @@ -739,7 +739,7 @@ msgstr "ئىزلانغان جەدۋەل" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -759,7 +759,7 @@ msgstr "يېڭلاش" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "ھالەت" @@ -1084,13 +1084,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "يىغىندىسى" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1122,7 +1122,7 @@ msgstr "مۇلازىمىتېر تاللاش" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1189,12 +1189,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KiB" @@ -1252,7 +1252,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1263,12 +1263,12 @@ msgstr "" msgid "Questions" msgstr "نەشىر" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1295,7 +1295,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "يوق" @@ -1395,7 +1395,7 @@ msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" msgid "Current settings" msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1521,7 +1521,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "كىرگۈزۈش" @@ -1741,124 +1741,144 @@ msgstr "SQL سورىقى" msgid "Zoom Search" msgstr "ئىزدەش" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add/Delete columns" msgid "Add columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "سېرتقى ئۇلىنىشنى تاللاش" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "تاشقى ئاچقۇق قىممىتى" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "ئاساسىي قىممەت ياكى بىردىنبىر قىمەتنى تاللاڭ" # column نى سۆزلەم دەپ ئالساق مۇۋاپىق بولغىدەك -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "سۆزلەمنى كۆرسەتمەسلىك" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "بىر چىكىپ تاللاڭ" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "پارول ھاسىللاش" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "ھاسىللاش" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "پارولنى ئۆزگەرتىش" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "تېخىمۇ كۆپ" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1866,13 +1886,13 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Last version" msgid ", latest stable version:" msgstr "ېيڭى نەشىر" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" @@ -1880,18 +1900,18 @@ msgid "up to date" msgstr "%s جەدۋەل" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "تامام" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "ئالدىنقى ئاي" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1899,149 +1919,149 @@ msgid "Next" msgstr "كىيىنكى ئاي" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "بۈگۈن" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "قەھرىتان" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "ھۇت" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "نورۇز" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "ئۈمىد" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "باھار" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "6-ئاي" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "7-ئاي" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "8-ئاي" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "9-ئاي" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "10-ئاي" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "11-ئاي" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "12-ئاي" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "1-ئاي" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "2-ئاي" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "3-ئاي" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "4-ئاي" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "5-ئاي" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "6-ئاي" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "چىللە" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "تومۇز" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "مىزان" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "ئوغۇز" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "ئوغلاق" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "كۆنەك" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "يەكشەنبە" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "دۈشەنبە" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "سەيشەنبە" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "چارشەنبە" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "پەيشەنبە" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "جۈمە" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "شەنبە" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2049,84 +2069,84 @@ msgid "Sun" msgstr "يەكشەنبە" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "دۈشەنبە" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "سەيشەنبە" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "چارشەنبە" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "پەيشەنبە" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "جۈمە" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "شەنبە" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "يەكشەنبە" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "دۈشەنبە" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "سەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "چارشەنبە" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "پەيشەنبە" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "جۈمە" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "شەنبە" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "ھەپتە" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "سائەت" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "مىنۇت" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "سېكنۇت" @@ -2338,10 +2358,11 @@ msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىش غە msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2658,7 +2679,7 @@ msgid "Documentation" msgstr "قوللانما" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL سورىقى" @@ -5626,7 +5647,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6178,7 +6199,7 @@ msgstr "MIMEشەكلىنى ئىشلىتەلەيسىز" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "ئاساسىي ماشىنا" @@ -6875,14 +6896,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -7095,7 +7116,7 @@ msgid "Returns" msgstr "تۈرگە قايتىش" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "ۋاقىت" @@ -8003,7 +8024,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8437,13 +8458,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9202,143 +9223,156 @@ msgstr "تەكشۈرۈش" msgid "Instructions" msgstr "" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "بۇيرۇق" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9346,78 +9380,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9425,7 +9459,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9433,42 +9467,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9476,33 +9510,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9511,227 +9545,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9739,99 +9773,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9839,18 +9873,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9858,62 +9892,62 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Routines" msgid "Add chart" msgstr "دائىملىق" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "يېڭلاش" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete columns" msgid "Chart columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9922,7 +9956,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9930,117 +9964,130 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "ئۆزگەرتىلگەن ساندان ئىسمى" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select All" msgid "Select series:" msgstr "ھەممىنى تاللاش" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Routines" msgid "Add this series" msgstr "دائىملىق" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "ھەممىنى تاللاش" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query" msgid "Query analyzer" msgstr "تەكشۈرۈش" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "سېكنۇت" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/uk.po b/po/uk.po index babd30c53a..9956673815 100644 --- a/po/uk.po +++ b/po/uk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-07-03 18:10+0200\n" "Last-Translator: \n" "Language-Team: ukrainian \n" @@ -15,7 +15,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Показати все" @@ -89,7 +89,7 @@ msgstr "Ім'я ключа" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Опис" @@ -675,7 +675,7 @@ msgstr "" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Експорт" @@ -742,7 +742,7 @@ msgstr "" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -762,7 +762,7 @@ msgstr "Оновлено" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Статус" @@ -1066,13 +1066,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Разом" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "Інше" @@ -1104,7 +1104,7 @@ msgstr "Вибір сервера" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Процеси" @@ -1171,12 +1171,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "кБ" @@ -1234,7 +1234,7 @@ msgstr "" msgid "Bytes received" msgstr "Отримано" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "З'єднань" @@ -1245,12 +1245,12 @@ msgstr "З'єднань" msgid "Questions" msgstr "Зв'язки" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Трафік" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1277,7 +1277,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Немає" @@ -1378,7 +1378,7 @@ msgstr "Загальні можливості" msgid "Current settings" msgstr "Загальні можливості" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Import files" msgid "Chart Title" @@ -1503,7 +1503,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Імпорт" @@ -1703,119 +1703,139 @@ msgstr "Показати критерії пошуку" msgid "Zoom Search" msgstr "Шукати" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "Додати/Прибрати колонки" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Ігнорувати" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add into comments" msgid "Add columns" msgstr "Додати коментар" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "Виберіть колонку для відображення" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 msgid "Go to link" msgstr "" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "Згенерувати пароль" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Згенерувати" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "Змінити пароль" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "Більше" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1823,29 +1843,29 @@ msgid "" msgstr "" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr "" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "Перейти до бази даних" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "Готово" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "Попередні" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1853,149 +1873,149 @@ msgid "Next" msgstr "Наступні" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "Сьогодні" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "Січень" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "Лютий" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "Березень" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "Квітень" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Травень" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "Червень" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "Липень" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "Серпень" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "Вересень" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "Жовтень" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "Листопад" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "Грудень" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Січ" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Лют" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Бер" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Квт" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "Трв" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Чрв" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Лип" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Сер" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Вер" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Жов" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Лис" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Гру" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "Неділя" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "Понеділок" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "Вівторок" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "Середа" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "Четвер" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "П'ятниця" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "Субота" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2003,84 +2023,84 @@ msgid "Sun" msgstr "Нд" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Пн" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Вт" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Ср" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Чт" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Пт" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Сб" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "Нд" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "Пн" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "Вт" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "Ср" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "Чт" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "Пт" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "Сб" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "Хвилина" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "Секунда" @@ -2287,10 +2307,11 @@ msgstr "Таблицю %s було перейменовано в %s" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2603,7 +2624,7 @@ msgid "Documentation" msgstr "Документація" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL-запит" @@ -5496,7 +5517,7 @@ msgid "The row has been deleted" msgstr "Рядок видалено" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Вбити" @@ -6048,7 +6069,7 @@ msgstr "Доступні MIME-types" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -6750,14 +6771,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Змінна" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Значення" @@ -6974,7 +6995,7 @@ msgid "Returns" msgstr "Налаштування таблиці" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Час" @@ -7959,7 +7980,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Користувач" @@ -8409,13 +8430,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Обрізати показані запити" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Показати повні запити" @@ -9209,144 +9230,157 @@ msgstr "Тип запиту" msgid "Instructions" msgstr "Адміністратор" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "за годину" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "за хвилину" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "за секунду" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Параметр" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "Цей MySQL сервер працює %s. Стартував %s." -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Отримано" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Відправлено" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Невдалих спроб" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Перервано" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Команда" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9354,78 +9388,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9433,7 +9467,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9441,42 +9475,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9484,33 +9518,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9519,227 +9553,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9747,99 +9781,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9847,18 +9881,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9866,63 +9900,63 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add into comments" msgid "Add chart" msgstr "Додати коментар" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy #| msgid "Refresh" msgid "Refresh rate" msgstr "Оновити" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Column names" msgid "Chart columns" msgstr "Назви колонок" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9931,7 +9965,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9939,112 +9973,125 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "Видалити базу даних" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Вибрати таблиці" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Неправильна назва таблиці" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new User" msgid "Add this series" msgstr "Додати нового користувача" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Row Statistics" msgid "Log statistics" msgstr "Статистика рядка" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Вибрати таблиці" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Тип запиту" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10053,7 +10100,7 @@ msgstr[0] "Секунда" msgstr[1] "Секунда" msgstr[2] "Секунда" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/ur.po b/po/ur.po index 535213345d..c404731e6a 100644 --- a/po/ur.po +++ b/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-04-23 08:37+0200\n" "Last-Translator: Mehbooob Khan \n" "Language-Team: Urdu \n" @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "تمام دکھائیں" @@ -90,7 +90,7 @@ msgstr "کلید نام" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "وضاحت" @@ -678,7 +678,7 @@ msgstr "اوور ہیڈ جداول کی پڑتال کریں" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "برآمد" @@ -747,7 +747,7 @@ msgstr "کھوج شدہ جداول" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -767,7 +767,7 @@ msgstr "تازہ کی گئی" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "حالت" @@ -1089,13 +1089,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "میزان" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1127,7 +1127,7 @@ msgstr "سرور انتخاب" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "" @@ -1196,12 +1196,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "میگا بائٹ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "کلو بائٹ" @@ -1257,7 +1257,7 @@ msgstr "" msgid "Bytes received" msgstr "" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "" @@ -1268,12 +1268,12 @@ msgstr "" msgid "Questions" msgstr "نسخے" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "General relation features" msgid "Settings" @@ -1300,7 +1300,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "" @@ -1400,7 +1400,7 @@ msgstr "جنرل ریلیشن فیچرز" msgid "Current settings" msgstr "جنرل ریلیشن فیچرز" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Default" msgid "Chart Title" @@ -1525,7 +1525,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "درآمد" @@ -1731,123 +1731,143 @@ msgstr "تلاش کسوٹی دکھائیں" msgid "Zoom Search" msgstr "تلاش" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "کالم اضافہ/حذف کریں" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "نظر انداز کریں" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "محولہ کلید منتخب کریں" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "فارن کلید منتخب کریں" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "ایک بنیادی یا منفرد کلید منتخب کریں" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "کالم دکھانے کے لیے انتخاب کریں" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "کالم کے لیے ایک اختیار اضافہ کریں" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "انتخاب کے لیے کلک کریں" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Logo link URL" msgid "Go to link" msgstr "علامت ربط URL" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "پاس ورڈ بنائیں" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "بنائیں" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "پاس ورڈ تبدیل کریں" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "مزید" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1857,29 +1877,29 @@ msgstr "" "%s, جاری کیا گیا %s." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ", حالیہ مستحکم نسخہ:" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Jump to database" msgid "up to date" msgstr "کوائفیہ جائیں" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "ہوچکا" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" msgid "Prev" msgstr "پچھلا" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1887,149 +1907,149 @@ msgid "Next" msgstr "اگلا" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "آج" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "جنوری" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "فروری" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "مارچ" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "اپریل" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "مئی" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "جون" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "جولائی" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "اگست" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "ستمبر" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "اکتوبر" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "نومبر" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "دسمبر" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "جنوری" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "فروری" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "مارچ" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "اپریل" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "مئی" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "جون" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "جولائی" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "اگست" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "ستمبر" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "اکتوبر" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "نومبر" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "دسمبر" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "اتوار" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "پیر" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "منگل" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "بدھ" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "جمعرات" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "جمعہ" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "ہفتہ" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2037,84 +2057,84 @@ msgid "Sun" msgstr "اتوار" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "پیر" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "منگل" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "بدھ" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "جمعرات" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "جمعہ" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "ہفتہ" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "اتوار" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "پیر" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "منگل" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "بدھ" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "جمعرات" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "جمعہ" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "ہفتہ" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "ہفتہ وار" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "گھنٹہ" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "منٹ" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "سیکنڈ" @@ -2328,10 +2348,11 @@ msgstr "جدول%s نام %s میں تبدیل ہوچکا ہے" msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2648,7 +2669,7 @@ msgid "Documentation" msgstr "دستاویزات" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL طلب" @@ -5650,7 +5671,7 @@ msgid "The row has been deleted" msgstr "" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "" @@ -6186,7 +6207,7 @@ msgstr "" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "" @@ -6884,14 +6905,14 @@ msgid "Slave status" msgstr "" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "" @@ -7107,7 +7128,7 @@ msgid "Returns" msgstr "عمل" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "وقت" @@ -8016,7 +8037,7 @@ msgstr "" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "" @@ -8448,13 +8469,13 @@ msgstr "" msgid "Files" msgstr "" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "" @@ -9217,144 +9238,157 @@ msgstr "نقائص اکھٹی کریں" msgid "Instructions" msgstr "" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "ابتدائیہ صفحہ کی تخصیص کریں" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." msgstr "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." msgstr "" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "حکم" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " "statements from the transaction." msgstr "" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9362,78 +9396,78 @@ msgid "" "based instead of disk-based." msgstr "" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " "indicates the number of time tables have been discovered." msgstr "" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " "SELECT col1 FROM foo, assuming that col1 is indexed." msgstr "" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " "if you are doing an index scan." msgstr "" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." msgstr "" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9441,7 +9475,7 @@ msgid "" "you have joins that don't use keys properly." msgstr "" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9449,42 +9483,42 @@ msgid "" "advantage of the indexes you have." msgstr "" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " "reason." msgstr "" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9492,33 +9526,33 @@ msgid "" "Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." msgstr "" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." msgstr "" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9527,227 +9561,227 @@ msgid "" "properly, this value should be small." msgstr "" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." msgstr "" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " "can be calculated as Key_reads/Key_read_requests." msgstr "" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " "same query. The default value of 0 means that no query has been compiled yet." msgstr "" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9755,99 +9789,99 @@ msgid "" "decide which queries to remove from the cache." msgstr "" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." msgstr "" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." msgstr "" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" msgstr "" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" msgstr "" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " "system variable." msgstr "" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9855,18 +9889,18 @@ msgid "" "tables or use replication." msgstr "" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " "raise your thread_cache_size." msgstr "" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9874,66 +9908,66 @@ msgid "" "implementation.)" msgstr "" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Startup" msgid "Start Monitor" msgstr "ابتدائیہ" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Add chart" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "تازہ کریں" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Chart columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "طے شدہ قدر بحال کریں" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9942,7 +9976,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9950,114 +9984,127 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "کوائفیہ ہٹائیں" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "SQL queries" msgid "Select series:" msgstr "SQL طلب" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "غلط جدول نام" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a New User" msgid "Add this series" msgstr "نیا صارف اضافہ کریں" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL طلب" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Query statistics" msgid "Log statistics" msgstr "طلب شماریات" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select All" msgid "Selected time range:" msgstr "سارا منتخب کریں" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Gather errors" msgid "Query analyzer" msgstr "نقائص اکھٹی کریں" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" @@ -10065,7 +10112,7 @@ msgid_plural "%d seconds" msgstr[0] "سیکنڈ" msgstr[1] "سیکنڈ" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/po/uz.po b/po/uz.po index ae60101519..ed77ea522b 100644 --- a/po/uz.po +++ b/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-22 02:31+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_cyrillic \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Барчасини кўрсатиш" @@ -87,7 +87,7 @@ msgstr "Индекс номи" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Тавсифи" @@ -695,7 +695,7 @@ msgstr "Оптималлаштириш лозим бўлгн жадваллар #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Экспорт" @@ -766,7 +766,7 @@ msgstr "Кузатилган жадваллар" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -786,7 +786,7 @@ msgstr "Янгиланди" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Ҳолат" @@ -1122,13 +1122,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Жами" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "Серверни танланг" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Жараёнлар" @@ -1231,12 +1231,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "МБ" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "КБ" @@ -1298,7 +1298,7 @@ msgstr "" msgid "Bytes received" msgstr "Қабул қилинди" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Уланишлар" @@ -1309,12 +1309,12 @@ msgstr "Уланишлар" msgid "Questions" msgstr "Версиялар" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Трафик" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "settings" msgid "Settings" @@ -1343,7 +1343,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Йўқ" @@ -1444,7 +1444,7 @@ msgstr "Бошқа созланишлар" msgid "Current settings" msgstr "танловлар" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1573,7 +1573,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Импорт" @@ -1807,131 +1807,151 @@ msgstr "SQL сўровлари қутиси" msgid "Zoom Search" msgstr "Қидириш" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Устун қўшиш/ўчириш" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "Эътибор бермаслик" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Устун(лар) қўшиш" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Боғлиқ калитни танланг" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Ташқи калитни танланг" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "Бирламчи (PRIMARY) ёки уникал (UNIQUE) индекс бўлган майдонни танланг!" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Кўрсатиладиган майдонни танлаш" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Танлаш учун сичқонча тугмасини босинг" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ушбу кўринишга ўтиш" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Парол ўрнатиш" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Генерация қилиш" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Паролни ўзгартириш" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Душ" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1942,33 +1962,33 @@ msgstr "" "чиқарилган." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Охирги версияни текшириш" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ушбу базага ўтиш" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Садақа" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Орқага" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1976,96 +1996,96 @@ msgid "Next" msgstr "Кейинги" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Жами" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Иккилик" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Мар" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Апр" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "Май" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Июн" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Июл" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Авг" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Окт" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Янв" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Фев" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Мар" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Апр" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2073,78 +2093,78 @@ msgid "May" msgstr "Май" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Июн" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Июл" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Авг" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Сен" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Окт" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Ноя" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Дек" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Якш" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Душ" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Сеш" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Жум" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2152,102 +2172,102 @@ msgid "Sun" msgstr "Якш" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Душ" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Сеш" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Чор" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Пай" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Жум" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Шан" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Якш" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Душ" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Сеш" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Чор" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Пай" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Жум" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Шан" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Вики" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ишлатилмоқда" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2471,10 +2491,11 @@ msgstr "`\"%s\"` жадвалининг номи `\"%s\"` деб ўзгарти msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2809,7 +2830,7 @@ msgid "Documentation" msgstr "Документация" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL сўрови" @@ -6132,7 +6153,7 @@ msgid "The row has been deleted" msgstr "Ёзув ўчирилди" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Тугатиш" @@ -6747,7 +6768,7 @@ msgstr "Мавжуд MIME турлари" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Хост" @@ -7486,14 +7507,14 @@ msgid "Slave status" msgstr "Тобе сервер статуси" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "Ўзгарувчи" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Қиймати" @@ -7719,7 +7740,7 @@ msgid "Returns" msgstr "Қайтариладиган тип" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Вақт" @@ -8778,7 +8799,7 @@ msgstr "Протокол версияси" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Фойдаланувчи" @@ -9280,13 +9301,13 @@ msgstr "Кўриш учун бинар журнални танланг" msgid "Files" msgstr "Файллар сони " -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "Сўровларни қисқартириб кўрсатиш" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "Сўровларнинг кенгайтирилган кўриниши" @@ -10121,61 +10142,74 @@ msgstr "Сўров тури" msgid "Instructions" msgstr "Функциялар" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Бошланғич саҳифани созлаш" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "соатига" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "минутига" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "секундига" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Тавсиф" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "MySQL-сервер \"%s\" давомида ишламоқда. Ишга туширилган вақт: \"%s\"." -#: server_status.php:951 +#: server_status.php:961 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "" @@ -10183,19 +10217,19 @@ msgid "" "b> process." msgstr "Ушбу сервер репликация жараёнида \"бош\" деб конфигурация қилинган." -#: server_status.php:953 +#: server_status.php:963 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as master in replication process." msgstr "Ушбу сервер репликация жараёнида \"бош\" деб конфигурация қилинган." -#: server_status.php:955 +#: server_status.php:965 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as slave in replication process." msgstr "Ушбу сервер репликация жараёнида \"бош\" деб конфигурация қилинган." -#: server_status.php:958 +#: server_status.php:968 #, fuzzy #| msgid "" #| "This MySQL server works as %s in replication process. For further " @@ -10209,11 +10243,11 @@ msgstr "" "сифатида ишлайди. Сервернинг репликация статуси ҳақида батафсил маълумот " "учун, <a href=\"#replication\">репликация бўлими</a>га киринг." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Репликация статуси" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -10221,47 +10255,47 @@ msgstr "" "Юқори юкламага эга бўлган серверларда ҳисоблагич тўлиб қолиши мумкин, шунинг " "учун, MySQL сервери берган статистик маълумотлар нотўғри бўлиши мумкин." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Қабул қилинди" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Юборилди" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Максимал уланишлар сони " -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Муваффақиятсиз уринишлар сони: " -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Узилди" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Буйруқ" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL-серверга уланиб бўлмади" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10270,16 +10304,16 @@ msgstr "" "Бинар журнали кешини ишлатиб, \"binlog_cache_size\" қийматидан ошиб, ўз " "ичига олган SQL-жумлалари вақтинчалик файлга сақланган транзакциялар сони." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Бинар журнал кешини ишлатган транзакциялар сони." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10292,11 +10326,11 @@ msgstr "" "сақланишини таъминлаш мақсадида tmp_table_size ўзгарувчисининг қийматини " "ошириш тавсия этилади." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "MySQL сервери (mysqld) томонидан тузилган вақтинчалик файллар сони." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -10304,7 +10338,7 @@ msgstr "" "Сервер томонидан SQL-жумлалари бажарилаётган вақтда хотирада автоматик " "тузилган вақтинчалик жадваллар сони." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -10312,31 +10346,31 @@ msgstr "" "\"INSERT DELAYED\" сўровларини қайта ишлаш жараёнида юз берган хатолар " "(масалан, калитлар такрорланиши оқибатида) сони." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "Бажариладиган \"INSERT DELAYED\" сўровлар сони." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" "Маълумотларни кечиктириб қўйиш (\"INSERT DELAYED\") режимида ёзилган " "қаторлар сони." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Бажарилган \"FLUSH\" буйруқлар сони." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Ички \"COMMIT\" буйруқлари сони." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Жадвалдал ёзувларни ўчириш бўйича сшровлар сони." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -10346,7 +10380,7 @@ msgstr "" "бериши мумкин. Бу жараён топиш деб номланади. Handler_discover - топилган " "жадваллар сони." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10355,7 +10389,7 @@ msgstr "" "Индексдан биринчи ёзувни ўқишга бўлган сўровлар сони. Ўзгарувчининг қиймати " "катта бўлса, сервер бир неча маротиба индексни кўриб чиқади." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10364,7 +10398,7 @@ msgstr "" "Ўзгарувчининг қиймати катталиги сўров ва жадваллар тўғри индексланганидан " "далолат беради." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10374,7 +10408,7 @@ msgstr "" "Ҳажми чекланган индекс устунига бўлган сўров ёки индексни кўриб чиқиш " "вақтида ўзгарувчи қиймати ошади." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10383,7 +10417,7 @@ msgstr "" "бўлган сўровлар сони. Одатда оптималлаштириш учун қўлланилади: ORDER BY ... " "DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10396,7 +10430,7 @@ msgstr "" "чиқишни талаб этадиган сўровларнинг тез-ез бажарилиши; индекслардан нотўғри " "фойдаланадиган бирлашмаларнинг мавжудлиги." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10408,35 +10442,35 @@ msgstr "" "индексланганлигини ёки сўровлар индексларнинг афзалликларидан " "фойдаланмаётганлигини билдиради." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "ROLLBACK ички буйруқлар сони." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Жадвалдаги ёзувларни янгилашга бўлган сўровлар сони." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Жадвалга ёзув қўйишга бўлган сўровлар сони." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Маълумот мавжуд бўлган саҳифалар сони (\"кир\" ва \"тоза\")." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "\"Кир\" саҳифаларнинг жорий сони." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Буфер пулидаги тозалаш жараёни (FLUSH) қўлланилган саҳифалар сони." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Бўш саҳифалар сони." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10446,7 +10480,7 @@ msgstr "" "устидан ўқиш ёки ёзиш жараёни бажарилмоқда, ёки уларни бошқа сабабларга кўра " "тозалаш ёки ўчириш имконияти йўқ." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10458,11 +10492,11 @@ msgstr "" "\"Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data\"." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Буфер пулининг умумий ҳажми (саҳифаларда)." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10471,7 +10505,7 @@ msgstr "" "сони. Ушбу ҳол сўров жадвални тасодифий тартибда кўриб чиқаётганда рўй " "беради." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10480,12 +10514,12 @@ msgstr "" "сони. Ушбу ҳол InnoDB жадвални тўлалигича кетма-кет кўриб чиқаётганда рўй " "беради" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" "InnoDB томонидан амалга оширилган ўқишга бўлган кетма-кет сўровлар сони." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10493,7 +10527,7 @@ msgstr "" "InnoDB буфер пулидан бажар олмаган ва саҳифалаб ўқишдан фойдаланган ўқишга " "бўлган кетма-кет сўровлар сони." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10506,51 +10540,51 @@ msgstr "" "Ушбу ҳисоблагич шундай кутишлар сонини билдиради. Агар буфер пулининг ҳажми " "тўғри белгиланган бўлса, унда кутишлар сони катта бўлмаслиги керак." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB буфер пулига амалга оширилган ёзувлар сони." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Жорий вақтда амалга оширилган \"fsync()\" операциялари сони." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Тугалланмаган \"fsync()\" операциялари сони." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Тугалланмаган ўқиш операциялари сони." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Тугалланмаган ёзиш операциялари сони." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Жорий вақтда ўқилган маълумотлар йиғиндиси (байтларда)." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Умумий маълумотларни ўқиш операциялари сони." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Умумий маълумотларни ёзиш операциялари сони." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Жорий вақтда ёзилган маълумотлар йиғиндиси (байтларда)." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "\"doublewrite\" операциялари учун ёзилган саҳифалар сони." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Бажарилган \"doublewrite\" операциялари сони." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10558,35 +10592,35 @@ msgstr "" "Журнал буферининг ҳажми кичик бўлганлиги сабабли, унинг тозаланиши кутаётган " "ёзувлар сони" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Журналга ёзишга бўлган сўровларсони." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Журнал файлидаги жисмоний ёзувлар сони." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Журнал файлига \"fsync()\" ёрдамида амалга оширилган ёзувлар сони." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "\"fsync()\" ёрдамида амалга оширилиши кутилаётган ёзувлар сони." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Тугалланмаган журналга ёзиш сўровлари сони." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Журнал файлига ёзилган маълумотлар ҳажми (байтларда)." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Тузилган саҳифалар сони." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10595,51 +10629,51 @@ msgstr "" "Кўпгина қийматлар саҳифаларда келтирилади, лекин саҳифа ҳажми билган ҳолда, " "уларни байтларга ўтказиш мумкин." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "Ўқилган саҳифалар сони." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Ёзилган саҳифалар сони." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Ҳозирда кутилаётган қатор блокировкалари сони." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Қатор блокировкасини кутишнинг ўртача вақти (миллисекундларда)." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Қатор блокировкасини кутишнинг умумий вақти (миллисекундларда)." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Қатор блокировкасини кутишнинг максимал вақти (миллисекундларда)." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Умумий кутилаётган қатор блокировкалари сони." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "InnoDB жадвалидан ўчирилган қаторлар сони." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "InnoDB жадвалига ёзилган қаторлар сони." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "InnoDB жадвалларидан ўқилган қаторлар сони." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB жадвалларида янгиланган қаторлар сони." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10647,7 +10681,7 @@ msgstr "" "Индекс кешидаги ўзгартирилган, лекин ҳали дискка ёзилмаган блоклар сони. " "Ушбу параметр, шунингдек, \"Not_flushed_key_blocks\" номи билан ҳам маълум." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10655,7 +10689,7 @@ msgstr "" "Индекс кешидаги ишлатилмаётган блоклар сони. Ушбу параметр индекс кеши " "ишлатилиш даражасини белгилайди." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10664,11 +10698,11 @@ msgstr "" "Индекс кешидаги ишлатилаётган блоклар сони. Ушбу қиймат бир вақтнинг ўзида " "ишлатилиши мумкин бўлган блоклар сонини билдиради." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Индекс кешидаги блокларни ўқишга бўлган сўровлар сони." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10679,15 +10713,15 @@ msgstr "" "қилиб белгиланган. Кешга бўлган муваффақиятсиз мурожаатлар коэффициенти " "қуйидагича ҳисобланди: Key_reads/Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Блокни индекс кешига ёзишга бўлган сўровлар сони." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Дискдан индекс блокларини жисмоний ёзиш операциялари сони." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10698,19 +10732,19 @@ msgstr "" "эффективлигини таққослашда фойдали ҳисобланади. Асл ноль қиймат ҳали сўров " "компиляция жараёни бажарилмаганлигини билдиради." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Количество строк, ожидающих вставки в запросах \"INSERT DELAYED\" " "сўровларида қўйилишини кутаётган қаторлар сони." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10718,42 +10752,42 @@ msgstr "" "Очилаётган жадвалларнинг умумий сони. Агар ўзгарувчининг қиймати катта " "бўлса, жадвал кеши (table_cache) ҳажмини ошириш тавсия этилади." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Очиқ файллар сони." -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "" "Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб \"fopen" "()\" функцияси ёрдамида очилган файлга айтилади." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Очиқ жадваллар сони." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "Сўровлар кеши учун бўш хотира ҳажми" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" "Сўровлар кешига \"тушишлар\" сони, яъни кешда турган сўровлар томонидан " "қониқтирилган сўровлар сони." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "Сўровлар кешига қўшилган сўровлар сони." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10765,7 +10799,7 @@ msgstr "" "кешдан сўровларни ўчиришда \"LRU\" (Least Recently Used - энг олдинги " "ишлатилган) стратегиясидан фойдаланади" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10773,19 +10807,19 @@ msgstr "" "Кешлаб бўлмайдиган ёки кешлаш \"SQL_NO_CACHE\" калит сўзи ёрдамида " "сўндирилган сўровлар сони." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Кешда регистрация қилинган сўровлар сони." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "Сўровлар кешига ажратилган хотира блокларнинг умумий сони." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Барқарор репликациялар сони (ҳали амалга оширилмаган)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10793,13 +10827,13 @@ msgstr "" "Индекс ишлатмасдан бажарилган бирлашма сўровлар сони. Агар ўзгарувчи қиймати " "0 бўлмаса, жадвал индексларини текшириш тавсия этилади." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Боғланиш мавжуд бўлган жадвалда диапазон бўйича қидирув ишлатган ҳолда " "бажарилган бирлашма сўровлар сони." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10808,7 +10842,7 @@ msgstr "" "ишлатган ҳолда бажарилган бирлашма сўровлар сони. Агар ўзгарувчи қиймати 0 " "бўлмаса, жадвал индексларини текшириш тавсия этилади." -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10817,17 +10851,17 @@ msgstr "" "сўровлар сони. Одатда, ушбу ўзгарувчининг қиймати, ҳатто жуда катта бўлса " "ҳам, унчалик муҳим эмас." -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган " "бирлашма сўровлар сони." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Тобе оқим томонидан жорий вақтда очилган вақтинчалик жадваллар сони." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10835,13 +10869,13 @@ msgstr "" "Ишга туширилгандан буён репликациянинг тобе оқими томонидан бажарилган қайта " "транзакцияларнинг умумий сони." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Агар ушбу сервер бош серверга уланган ҳолда тобе сервер сифатида ишлаётган " "бўлса, ушбу ўзгарувчига \"ON\" қиймати белгиланади." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10849,12 +10883,12 @@ msgstr "" "Тузилиши учун slow_launch_time секунддан кўпроқ вақт талаб этилган оқимлар " "сони." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "long_query_time секунддан кўпроқ вақт бажарилган сўровлар сони." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10864,25 +10898,25 @@ msgstr "" "қиймати катта бўлса, \"sort_buffer_size\" ўзгарувчисининг қийматини ошириш " "зарур." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Диапазон ёрдамида бажарилган сортировка операциялари сони." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Сортировка қилинган қаторлар сони" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Жадвални тўлалигича кўриб чиқиш ёрдамида бажарилган сортировка операциялари " "сони." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "Дарҳол қониқтирилган жадвални блокировка қилишга бўлган сўровлар сони." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10894,7 +10928,7 @@ msgstr "" "пайдо бўлаётган бўлса, аввал сўровларни оптималлаштириш, сўнгра эса жадвал" "(лар)ни қисмларга бўлиш ёки репликация ишлатиш керак." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10905,11 +10939,11 @@ msgstr "" "ушбу қиймат қизил ранг билан белгиланган бўлса, унда \"thread_cache_size\" " "ўзгарувчисининг қийматини ошириш зарур." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Очиқ жорий уланишлар сони." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10921,68 +10955,68 @@ msgstr "" "ўзгарувчисининг қийматини ошириш мумкин (лекин у унумдорликни унчалик ҳам " "оширмайди)." -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Фаол ҳолатда бўлган жараёнлар сони." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Бошлаш" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Индекс(лар)ни сақлаш" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Янгилаш" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "CHAR майдонидаги устунлар сони" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Хатоликларни бошқариш:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Асл қийматларни тиклаш" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10991,7 +11025,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10999,123 +11033,136 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Маълумотлар базаси номини қуйидагига ўзгартириш" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Тобе сервер статуси жадвалини кўриш" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Жадвалларни танланг" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Жадвал номи нотўғри" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Янги фойдаланувчи қўшиш" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL сўровлари" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Статискани кўрсатиш" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Жадвалларни танланг" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "Сўров тури" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "секундига" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/uz@latin.po b/po/uz@latin.po index 46eee33334..e4c9368e55 100644 --- a/po/uz@latin.po +++ b/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2010-07-22 02:30+0200\n" "Last-Translator: Marc Delisle \n" "Language-Team: uzbek_latin \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.1\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "Barchasini ko‘rsatish" @@ -88,7 +88,7 @@ msgstr "Indeks nomi" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "Tavsifi" @@ -697,7 +697,7 @@ msgstr "Optimallashtirish lozim bo‘lgn jadvallarni belgilash" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "Eksport" @@ -768,7 +768,7 @@ msgstr "Kuzatilgan jadvallar" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -788,7 +788,7 @@ msgstr "Yangilandi" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "Holat" @@ -1127,13 +1127,13 @@ msgstr "" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "Jami" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "" @@ -1165,7 +1165,7 @@ msgstr "Serverni tanlang" msgid "Connections since last refresh" msgstr "" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "Jarayonlar" @@ -1236,12 +1236,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1303,7 +1303,7 @@ msgstr "" msgid "Bytes received" msgstr "Qabul qilindi" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "Ulanishlar" @@ -1314,12 +1314,12 @@ msgstr "Ulanishlar" msgid "Questions" msgstr "Vеrsiyalar" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "Trafik" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 #, fuzzy #| msgid "settings" msgid "Settings" @@ -1348,7 +1348,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "Yo‘q" @@ -1449,7 +1449,7 @@ msgstr "Boshqa sozlanishlar" msgid "Current settings" msgstr "tanlovlar" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title" msgid "Chart Title" @@ -1578,7 +1578,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "Import" @@ -1813,132 +1813,152 @@ msgstr "SQL so‘rovlari qutisi" msgid "Zoom Search" msgstr "Qidirish" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete Field Columns" +msgid "Select two columns" +msgstr "Ustun qo‘shish/o‘chirish" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "E`tibor bermaslik" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column(s)" msgid "Add columns" msgstr "Ustun(lar) qo‘shish" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "Bog‘liq kalitni tanlang" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "Tashqi kalitni tanlang" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "" "Birlamchi (PRIMARY) yoki unikal (UNIQUE) indeks bo‘lgan maydonni tanlang!" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 #, fuzzy #| msgid "Choose field to display" msgid "Choose column to display" msgstr "Ko‘rsatiladigan maydonni tanlash" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "" -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "Tanlash uchun sichqoncha tugmasini bosing" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "Ushbu ko‘rinishga o‘tish" -#: js/messages.php:296 +#: js/messages.php:310 #, fuzzy #| msgid "Generate Password" msgid "Generate password" msgstr "Parol o‘rnatish" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "Generatsiya qilish" -#: js/messages.php:298 +#: js/messages.php:312 #, fuzzy #| msgid "Change password" msgid "Change Password" msgstr "Parolni o‘zgartirish" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 #, fuzzy #| msgid "Mon" msgid "More" msgstr "Dush" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1949,33 +1969,33 @@ msgstr "" "sanada chiqarilgan." #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 #, fuzzy #| msgid "Check for latest version" msgid ", latest stable version:" msgstr "Oxirgi versiyani tekshirish" -#: js/messages.php:307 +#: js/messages.php:321 #, fuzzy #| msgid "Go to database" msgid "up to date" msgstr "Ushbu bazaga o‘tish" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 #, fuzzy #| msgid "Donate" msgid "Done" msgstr "Sadaqa" -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Previous" msgctxt "Previous month" msgid "Prev" msgstr "Orqaga" -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1983,96 +2003,96 @@ msgid "Next" msgstr "Keyingi" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 #, fuzzy #| msgid "Total" msgid "Today" msgstr "Jami" -#: js/messages.php:341 +#: js/messages.php:355 #, fuzzy #| msgid "Binary" msgid "January" msgstr "Ikkilik" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "" -#: js/messages.php:343 +#: js/messages.php:357 #, fuzzy #| msgid "Mar" msgid "March" msgstr "Mar" -#: js/messages.php:344 +#: js/messages.php:358 #, fuzzy #| msgid "Apr" msgid "April" msgstr "Apr" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "May" -#: js/messages.php:346 +#: js/messages.php:360 #, fuzzy #| msgid "Jun" msgid "June" msgstr "Iyun" -#: js/messages.php:347 +#: js/messages.php:361 #, fuzzy #| msgid "Jul" msgid "July" msgstr "Iyul" -#: js/messages.php:348 +#: js/messages.php:362 #, fuzzy #| msgid "Aug" msgid "August" msgstr "Avg" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "" -#: js/messages.php:350 +#: js/messages.php:364 #, fuzzy #| msgid "Oct" msgid "October" msgstr "Okt" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "Yanv" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "Fev" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "Mar" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "Apr" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 #, fuzzy #| msgid "May" msgctxt "Short month name" @@ -2080,78 +2100,78 @@ msgid "May" msgstr "May" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "Iyun" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "Iyul" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "Avg" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "Sen" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "Okt" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "Noya" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "Dek" -#: js/messages.php:381 +#: js/messages.php:395 #, fuzzy #| msgid "Sun" msgid "Sunday" msgstr "Yaksh" -#: js/messages.php:382 +#: js/messages.php:396 #, fuzzy #| msgid "Mon" msgid "Monday" msgstr "Dush" -#: js/messages.php:383 +#: js/messages.php:397 #, fuzzy #| msgid "Tue" msgid "Tuesday" msgstr "Sesh" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "" -#: js/messages.php:386 +#: js/messages.php:400 #, fuzzy #| msgid "Fri" msgid "Friday" msgstr "Jum" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -2159,102 +2179,102 @@ msgid "Sun" msgstr "Yaksh" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "Dush" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "Sesh" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "Chor" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "Pay" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "Jum" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "Shan" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 #, fuzzy #| msgid "Sun" msgid "Su" msgstr "Yaksh" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 #, fuzzy #| msgid "Mon" msgid "Mo" msgstr "Dush" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 #, fuzzy #| msgid "Tue" msgid "Tu" msgstr "Sesh" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 #, fuzzy #| msgid "Wed" msgid "We" msgstr "Chor" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 #, fuzzy #| msgid "Thu" msgid "Th" msgstr "Pay" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 #, fuzzy #| msgid "Fri" msgid "Fr" msgstr "Jum" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 #, fuzzy #| msgid "Sat" msgid "Sa" msgstr "Shan" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 #, fuzzy #| msgid "Wiki" msgid "Wk" msgstr "Viki" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "" -#: js/messages.php:424 +#: js/messages.php:438 #, fuzzy #| msgid "in use" msgid "Minute" msgstr "ishlatilmoqda" -#: js/messages.php:425 +#: js/messages.php:439 #, fuzzy #| msgid "per second" msgid "Second" @@ -2478,10 +2498,11 @@ msgstr "`\"%s\"` jadvalining nomi `\"%s\"` deb o‘zgartirildi." msgid "Could not save table UI preferences" msgstr "" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2817,7 +2838,7 @@ msgid "Documentation" msgstr "Dokumentatsiya" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL so‘rovi" @@ -6154,7 +6175,7 @@ msgid "The row has been deleted" msgstr "Yozuv o‘chirildi" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "Tugatish" @@ -6772,7 +6793,7 @@ msgstr "Mavjud MIME turlari" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "Xost" @@ -7515,14 +7536,14 @@ msgid "Slave status" msgstr "Tobе rеplikatsiya sеrvеri statusi" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "O‘zgaruvchi" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "Qiymati" @@ -7748,7 +7769,7 @@ msgid "Returns" msgstr "Qaytariladigan tip" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "Vaqt" @@ -8812,7 +8833,7 @@ msgstr "Protokol versiyasi" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "Foydalanuvchi" @@ -9317,13 +9338,13 @@ msgstr "Ko‘rish uchun binar jurnalni tanlang" msgid "Files" msgstr "Fayllar soni " -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "So‘rovlarni qisqartirib ko‘rsatish" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "So‘rovlarning kengaytirilgan ko‘rinishi" @@ -10168,62 +10189,75 @@ msgstr "So‘rov turi" msgid "Instructions" msgstr "Funksiyalar" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "Boshlang‘ich sahifani sozlash" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "soatiga" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "minutiga" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "sekundiga" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "Tavsif" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "" "MySQL-server \"%s\" davomida ishlamoqda. Ishga tushirilgan vaqt: \"%s\"." -#: server_status.php:951 +#: server_status.php:961 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "" @@ -10232,21 +10266,21 @@ msgid "" msgstr "" "Ushbu sеrvеr rеplikatsiya jarayonida \"bosh\" dеb konfiguratsiya qilingan." -#: server_status.php:953 +#: server_status.php:963 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as master in replication process." msgstr "" "Ushbu sеrvеr rеplikatsiya jarayonida \"bosh\" dеb konfiguratsiya qilingan." -#: server_status.php:955 +#: server_status.php:965 #, fuzzy #| msgid "This server is configured as master in a replication process." msgid "This MySQL server works as slave in replication process." msgstr "" "Ushbu sеrvеr rеplikatsiya jarayonida \"bosh\" dеb konfiguratsiya qilingan." -#: server_status.php:958 +#: server_status.php:968 #, fuzzy #| msgid "" #| "This MySQL server works as %s in replication process. For further " @@ -10261,11 +10295,11 @@ msgstr "" "uchun, <a href=\"#replication\">replikatsiya bo‘limi</a>ga " "kiring." -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "Replikatsiya statusi" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -10274,47 +10308,47 @@ msgstr "" "shuning uchun, MySQL serveri bergan statistik ma`lumotlar noto‘g‘ri bo‘lishi " "mumkin." -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "Qabul qilindi" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "Yuborildi" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "Maksimal ulanishlar soni " -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "Muvaffaqiyatsiz urinishlar soni: " -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "Uzildi" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "Buyruq" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "MySQL-serverga ulanib bo‘lmadi" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -10323,16 +10357,16 @@ msgstr "" "Binar jurnali keshini ishlatib, \"binlog_cache_size\" qiymatidan oshib, o‘z " "ichiga olgan SQL-jumlalari vaqtinchalik faylga saqlangan tranzaksiyalar soni." -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "Binar jurnal keshini ishlatgan tranzaksiyalar soni." -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -10345,11 +10379,11 @@ msgstr "" "saqlanishini ta`minlash maqsadida tmp_table_size o‘zgaruvchisining qiymatini " "oshirish tavsiya etiladi." -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "MySQL serveri (mysqld) tomonidan tuzilgan vaqtinchalik fayllar soni." -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." @@ -10357,7 +10391,7 @@ msgstr "" "Server tomonidan SQL-jumlalari bajarilayotgan vaqtda xotirada avtomatik " "tuzilgan vaqtinchalik jadvallar soni." -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -10365,31 +10399,31 @@ msgstr "" "\"INSERT DELAYED\" so‘rovlarini qayta ishlash jarayonida yuz bergan xatolar " "(masalan, kalitlar takrorlanishi oqibatida) soni." -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "Bajariladigan \"INSERT DELAYED\" so‘rovlar soni." -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "" "Ma`lumotlarni kechiktirib qo‘yish (\"INSERT DELAYED\") rejimida yozilgan " "qatorlar soni." -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "Bajarilgan \"FLUSH\" buyruqlar soni." -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "Ichki \"COMMIT\" buyruqlari soni." -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "Jadvaldal yozuvlarni o‘chirish bo‘yicha sshrovlar soni." -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -10399,7 +10433,7 @@ msgstr "" "berishi mumkin. Bu jarayon topish deb nomlanadi. Handler_discover - topilgan " "jadvallar soni." -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -10408,7 +10442,7 @@ msgstr "" "Indeksdan birinchi yozuvni o‘qishga bo‘lgan so‘rovlar soni. O‘zgaruvchining " "qiymati katta bo‘lsa, server bir necha marotiba indeksni ko‘rib chiqadi." -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." @@ -10417,7 +10451,7 @@ msgstr "" "soni. O‘zgaruvchining qiymati kattaligi so‘rov va jadvallar to‘g‘ri " "indekslanganidan dalolat beradi." -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -10427,7 +10461,7 @@ msgstr "" "soni. Hajmi cheklangan indeks ustuniga bo‘lgan so‘rov yoki indeksni ko‘rib " "chiqish vaqtida o‘zgaruvchi qiymati oshadi." -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -10436,7 +10470,7 @@ msgstr "" "o‘qishga bo‘lgan so‘rovlar soni. Odatda optimallashtirish uchun " "qo‘llaniladi: ORDER BY ... DESC." -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -10450,7 +10484,7 @@ msgstr "" "bajarilishi; indekslardan noto‘g‘ri foydalanadigan birlashmalarning " "mavjudligi." -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -10462,35 +10496,35 @@ msgstr "" "jadvallar noto‘g‘ri indekslanganligini yoki so‘rovlar indekslarning " "afzalliklaridan foydalanmayotganligini bildiradi." -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "ROLLBACK ichki buyruqlar soni." -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "Jadvaldagi yozuvlarni yangilashga bo‘lgan so‘rovlar soni." -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "Jadvalga yozuv qo‘yishga bo‘lgan so‘rovlar soni." -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "Ma`lumot mavjud bo‘lgan sahifalar soni (\"kir\" va \"toza\")." -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "\"Kir\" sahifalarning joriy soni." -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "Bufer pulidagi tozalash jarayoni (FLUSH) qo‘llanilgan sahifalar soni." -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "Bo‘sh sahifalar soni." -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -10500,7 +10534,7 @@ msgstr "" "ustidan o‘qish yoki yozish jarayoni bajarilmoqda, yoki ularni boshqa " "sabablarga ko‘ra tozalash yoki o‘chirish imkoniyati yo‘q." -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -10512,11 +10546,11 @@ msgstr "" "mumkin: \"Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data\"." -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "Bufer pulining umumiy hajmi (sahifalarda)." -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -10525,7 +10559,7 @@ msgstr "" "o‘qishlar soni. Ushbu hol so‘rov jadvalni tasodifiy tartibda ko‘rib " "chiqayotganda ro‘y beradi." -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." @@ -10534,12 +10568,12 @@ msgstr "" "soni. Ushbu hol InnoDB jadvalni to‘laligicha ketma-ket ko‘rib chiqayotganda " "ro‘y beradi" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "" "InnoDB tomonidan amalga oshirilgan o‘qishga bo‘lgan ketma-ket so‘rovlar soni." -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." @@ -10547,7 +10581,7 @@ msgstr "" "InnoDB bufer pulidan bajar olmagan va sahifalab o‘qishdan foydalangan " "o‘qishga bo‘lgan ketma-ket so‘rovlar soni." -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -10561,51 +10595,51 @@ msgstr "" "bufer pulining hajmi to‘g‘ri belgilangan bo‘lsa, unda kutishlar soni katta " "bo‘lmasligi kerak." -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "InnoDB bufer puliga amalga oshirilgan yozuvlar soni." -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "Joriy vaqtda amalga oshirilgan \"fsync()\" operatsiyalari soni." -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "Tugallanmagan \"fsync()\" operatsiyalari soni." -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "Tugallanmagan o‘qish operatsiyalari soni." -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "Tugallanmagan yozish operatsiyalari soni." -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "Joriy vaqtda o‘qilgan ma`lumotlar yig‘indisi (baytlarda)." -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "Umumiy ma`lumotlarni o‘qish operatsiyalari soni." -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "Umumiy ma`lumotlarni yozish operatsiyalari soni." -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "Joriy vaqtda yozilgan ma`lumotlar yig‘indisi (baytlarda)." -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "\"doublewrite\" operatsiyalari uchun yozilgan sahifalar soni." -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "Bajarilgan \"doublewrite\" operatsiyalari soni." -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." @@ -10613,35 +10647,35 @@ msgstr "" "Jurnal buferining hajmi kichik bo‘lganligi sababli, uning tozalanishi " "kutayotgan yozuvlar soni" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "Jurnalga yozishga bo‘lgan so‘rovlarsoni." -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "Jurnal faylidagi jismoniy yozuvlar soni." -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "Jurnal fayliga \"fsync()\" yordamida amalga oshirilgan yozuvlar soni." -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "\"fsync()\" yordamida amalga oshirilishi kutilayotgan yozuvlar soni." -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "Tugallanmagan jurnalga yozish so‘rovlari soni." -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "Jurnal fayliga yozilgan ma`lumotlar hajmi (baytlarda)." -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "Tuzilgan sahifalar soni." -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -10650,51 +10684,51 @@ msgstr "" "Ko‘pgina qiymatlar sahifalarda keltiriladi, lekin sahifa hajmi bilgan holda, " "ularni baytlarga o‘tkazish mumkin." -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "O‘qilgan sahifalar soni." -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "Yozilgan sahifalar soni." -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "Hozirda kutilayotgan qator blokirovkalari soni." -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "Qator blokirovkasini kutishning o‘rtacha vaqti (millisekundlarda)." -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "Qator blokirovkasini kutishning umumiy vaqti (millisekundlarda)." -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "Qator blokirovkasini kutishning maksimal vaqti (millisekundlarda)." -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "Umumiy kutilayotgan qator blokirovkalari soni." -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "InnoDB jadvalidan o‘chirilgan qatorlar soni." -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "InnoDB jadvaliga yozilgan qatorlar soni." -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "InnoDB jadvallaridan o‘qilgan qatorlar soni." -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB jadvallarida yangilangan qatorlar soni." -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." @@ -10702,7 +10736,7 @@ msgstr "" "Indeks keshidagi o‘zgartirilgan, lekin hali diskka yozilmagan bloklar soni. " "Ushbu parametr, shuningdek, \"Not_flushed_key_blocks\" nomi bilan ham ma`lum." -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." @@ -10710,7 +10744,7 @@ msgstr "" "Indeks keshidagi ishlatilmayotgan bloklar soni. Ushbu parametr indeks keshi " "ishlatilish darajasini belgilaydi." -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " @@ -10719,11 +10753,11 @@ msgstr "" "Indeks keshidagi ishlatilayotgan bloklar soni. Ushbu qiymat bir vaqtning " "o‘zida ishlatilishi mumkin bo‘lgan bloklar sonini bildiradi." -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "Indeks keshidagi bloklarni o‘qishga bo‘lgan so‘rovlar soni." -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -10735,15 +10769,15 @@ msgstr "" "murojaatlar koeffitsiyenti quyidagicha hisoblandi: Key_reads/" "Key_read_requests." -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "Blokni indeks keshiga yozishga bo‘lgan so‘rovlar soni." -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "Diskdan indeks bloklarini jismoniy yozish operatsiyalari soni." -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -10754,19 +10788,19 @@ msgstr "" "effektivligini taqqoslashda foydali hisoblanadi. Asl nol qiymat hali so‘rov " "kompilyatsiya jarayoni bajarilmaganligini bildiradi." -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "" "Kolichestvo strok, ojidayushix vstavki v zaprosax \"INSERT DELAYED\" " "so‘rovlarida qo‘yilishini kutayotgan qatorlar soni." -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." @@ -10774,42 +10808,42 @@ msgstr "" "Ochilayotgan jadvallarning umumiy soni. Agar o‘zgaruvchining qiymati katta " "bo‘lsa, jadval keshi (table_cache) hajmini oshirish tavsiya etiladi." -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "Ochiq fayllar soni." -#: server_status.php:1257 +#: server_status.php:1267 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." -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "Ochiq jadvallar soni." -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "So‘rovlar keshi uchun bo‘sh xotira hajmi" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "" "So‘rovlar keshiga \"tushishlar\" soni, ya`ni keshda turgan so‘rovlar " "tomonidan qoniqtirilgan so‘rovlar soni." -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "So‘rovlar keshiga qo‘shilgan so‘rovlar soni." -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -10821,7 +10855,7 @@ msgstr "" "beradi. So‘rovlar keshi keshdan so‘rovlarni o‘chirishda \"LRU\" (Least " "Recently Used - eng oldingi ishlatilgan) strategiyasidan foydalanadi" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -10829,19 +10863,19 @@ msgstr "" "Keshlab bo‘lmaydigan yoki keshlash \"SQL_NO_CACHE\" kalit so‘zi yordamida " "so‘ndirilgan so‘rovlar soni." -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "Keshda registratsiya qilingan so‘rovlar soni." -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "So‘rovlar keshiga ajratilgan xotira bloklarning umumiy soni." -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "Barqaror replikatsiyalar soni (hali amalga oshirilmagan)." -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -10849,13 +10883,13 @@ msgstr "" "Indeks ishlatmasdan bajarilgan birlashma so‘rovlar soni. Agar o‘zgaruvchi " "qiymati 0 bo‘lmasa, jadval indekslarini tekshirish tavsiya etiladi." -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "" "Bog‘lanish mavjud bo‘lgan jadvalda diapazon bo‘yicha qidiruv ishlatgan holda " "bajarilgan birlashma so‘rovlar soni." -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -10865,7 +10899,7 @@ msgstr "" "o‘zgaruvchi qiymati 0 bo‘lmasa, jadval indekslarini tekshirish tavsiya " "etiladi." -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -10874,17 +10908,17 @@ msgstr "" "birlashma so‘rovlar soni. Odatda, ushbu o‘zgaruvchining qiymati, hatto juda " "katta bo‘lsa ham, unchalik muhim emas." -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "" "Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan " "birlashma so‘rovlar soni." -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "Tobe oqim tomonidan joriy vaqtda ochilgan vaqtinchalik jadvallar soni." -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." @@ -10892,13 +10926,13 @@ msgstr "" "Ishga tushirilgandan buyon replikatsiyaning tobe oqimi tomonidan bajarilgan " "qayta tranzaksiyalarning umumiy soni." -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "" "Agar ushbu server bosh serverga ulangan holda tobe server sifatida " "ishlayotgan bo‘lsa, ushbu o‘zgaruvchiga \"ON\" qiymati belgilanadi." -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." @@ -10906,12 +10940,12 @@ msgstr "" "Tuzilishi uchun slow_launch_time sekunddan ko‘proq vaqt talab etilgan " "oqimlar soni." -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "long_query_time sekunddan ko‘proq vaqt bajarilgan so‘rovlar soni." -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -10921,26 +10955,26 @@ msgstr "" "o‘zgaruvchi qiymati katta bo‘lsa, \"sort_buffer_size\" o‘zgaruvchisining " "qiymatini oshirish zarur." -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "Diapazon yordamida bajarilgan sortirovka operatsiyalari soni." -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "Sortirovka qilingan qatorlar soni" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "" "Jadvalni to‘laligicha ko‘rib chiqish yordamida bajarilgan sortirovka " "operatsiyalari soni." -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "" "Darhol qoniqtirilgan jadvalni blokirovka qilishga bo‘lgan so‘rovlar soni." -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -10953,7 +10987,7 @@ msgstr "" "so‘ngra esa jadval(lar)ni qismlarga bo‘lish yoki replikatsiya ishlatish " "kerak." -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -10964,11 +10998,11 @@ msgstr "" "Connections. Agar ushbu qiymat qizil rang bilan belgilangan bo‘lsa, unda " "\"thread_cache_size\" o‘zgaruvchisining qiymatini oshirish zarur." -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "Ochiq joriy ulanishlar soni." -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -10980,68 +11014,68 @@ msgstr "" "o‘zgaruvchisining qiymatini oshirish mumkin (lekin u unumdorlikni unchalik " "ham oshirmaydi)." -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "Faol holatda bo‘lgan jarayonlar soni." -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Start" msgid "Start Monitor" msgstr "Boshlash" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Apply index(s)" msgid "Add chart" msgstr "Indеks(lar)ni saqlash" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "Yangilash" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "CHAR textarea columns" msgid "Chart columns" msgstr "CHAR maydonidagi ustunlar soni" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "Xatoliklarni boshqarish:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "Asl qiymatlarni tiklash" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -11050,7 +11084,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -11058,123 +11092,136 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Rename database to" msgid "Preset chart" msgstr "Ma`lumotlar bazasi nomini quyidagiga o‘zgartirish" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "Tobе sеrvеr statusi jadvalini ko‘rish" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "Jadvallarni tanlang" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "Jadval nomi noto‘g‘ri" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "Yangi foydalanuvchi qo‘shish" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL so‘rovlari" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "Statiskani ko‘rsatish" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select Tables" msgid "Selected time range:" msgstr "Jadvallarni tanlang" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "So‘rov turi" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "per second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "sekundiga" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "in use" msgid "%d minute" diff --git a/po/zh_CN.po b/po/zh_CN.po index 61c47ae41f..d8ee9f605f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-08-11 04:40+0200\n" "Last-Translator: shanyan baishui \n" "Language-Team: chinese_simplified \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "全部显示" @@ -87,7 +87,7 @@ msgstr "键名" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "说明" @@ -658,7 +658,7 @@ msgstr "仅选择多余" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "导出" @@ -723,7 +723,7 @@ msgstr "已追踪的表" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -743,7 +743,7 @@ msgstr "更新" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "状态" @@ -1044,13 +1044,13 @@ msgstr "静态数据" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "总计" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "其它" @@ -1080,7 +1080,7 @@ msgstr "服务器流量 (单位: KB)" msgid "Connections since last refresh" msgstr "自上次刷新起的连接数" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "进程" @@ -1147,12 +1147,12 @@ msgid "System swap" msgstr "系统交换空间" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1204,7 +1204,7 @@ msgstr "已发送字节数" msgid "Bytes received" msgstr "已接收字节数" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "连接" @@ -1213,12 +1213,12 @@ msgstr "连接" msgid "Questions" msgstr "内部查询" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "流量" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "设置" @@ -1241,7 +1241,7 @@ msgstr "请至少添加一个数据" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "无" @@ -1337,7 +1337,7 @@ msgstr "修改设置" msgid "Current settings" msgstr "当前设置" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 msgid "Chart Title" msgstr "图表标题" @@ -1454,7 +1454,7 @@ msgstr "导入配置失败。正在重设为默认设置..." #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "导入" @@ -1650,119 +1650,139 @@ msgstr "显示搜索条件" msgid "Zoom Search" msgstr "搜索" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "添加/删除字段" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "忽略" -#: js/messages.php:271 +#: js/messages.php:285 msgid "Add columns" msgstr "添加字段" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "选择外键" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "选择外键" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "请选择主键或唯一键" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "选择要显示的字段" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "尚未保存当前布局。如果继续将会丢失本次的修改。是否继续?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "给字段添加选项 " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "按 Esc 键取消编辑" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "已有数据被修改但尚未保存。你真的要不保存修改就离开本页吗?" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "拖拽以调整顺序" -#: js/messages.php:287 +#: js/messages.php:301 msgid "Click to sort" msgstr "点击以排序" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "点击以标记/取消标记" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "点击下箭头以设置显示的字段" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "转到视图" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "生成密码" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "生成" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "修改密码" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "更多" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1770,255 +1790,255 @@ msgid "" msgstr "有新的 phpMyAdmin 可用,请考虑升级。最新的版本是 %s,于 %s 发布。" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ",最新稳定版本: " -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "已更新" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "完成" -#: js/messages.php:330 +#: js/messages.php:344 msgctxt "Previous month" msgid "Prev" msgstr "上个月" -#: js/messages.php:335 +#: js/messages.php:349 msgctxt "Next month" msgid "Next" msgstr "下个月" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "今天" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "一月" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "二月" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "三月" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "四月" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "五月" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "六月" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "七月" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "八月" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "九月" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "十月" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "十一月" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "十二月" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "星期日" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "星期一" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "星期四" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "星期五" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 msgid "Sun" msgstr "周日" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "周一" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "周二" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "周三" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "周四" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "周五" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "周六" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "周" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "时" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "分" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "秒" @@ -2218,10 +2238,11 @@ msgstr "已将数据表 %s 改名为 %s" msgid "Could not save table UI preferences" msgstr "无法保存表界面设置" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2531,7 +2552,7 @@ msgid "Documentation" msgstr "文档" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL 查询" @@ -5481,7 +5502,7 @@ msgid "The row has been deleted" msgstr "已删除该行" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "杀死" @@ -6035,7 +6056,7 @@ msgstr "显示 MIME 类型" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "主机" @@ -6738,14 +6759,14 @@ msgid "Slave status" msgstr "从服务器状态" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "变量" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "值" @@ -6952,7 +6973,7 @@ msgid "Returns" msgstr "返回类型" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "时间" @@ -7834,7 +7855,7 @@ msgstr "协议版本" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "用户" @@ -8264,13 +8285,13 @@ msgstr "选择要查看的二进制日志" msgid "Files" msgstr "文件" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "截断显示的查询" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "显示完整查询" @@ -9035,92 +9056,86 @@ msgstr "查询分析器" msgid "Instructions" msgstr "介绍" -#: server_status.php:806 -#, fuzzy -#| msgid "" -#| "The Advisor system can provide recommendations on server variables by " -#| "analyzing the server status variables.\n" -#| " Do note however that this system provides recommendations based " -#| "on fairly simple calculations and by rule of thumb and\n" -#| " may not necessarily work for your system.\n" -#| " Prior to changing any of the configuration, be sure to know what " -#| "you are changing and how to undo the change. Wrong tuning\n" -#| " can have a very negative effect on performance.\n" -#| " The best way to tune the system would be to change only one " -#| "setting at a time, observe or benchmark your database, and\n" -#| " undo the change if there was no clearly measurable improvement." +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" -"建议系统可以通过分析服务器状态变量来提供建议。\n" -" 请注意本系统的建议基于相当简单的规则和计算且可能不适用于你的系统。\n" -" 在修改任何设置前,请确保你知道你在修改什么以及如何恢复。错误的修改可" -"能导致截然相反的结果。\n" -" 调整系统的最佳方式为一次只修改一个设置,然后检查并测试你的数据库,若" -"没有显著的性能提升则恢复设置。" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, php-format msgid "Questions since startup: %s" msgstr "自启动以来的内部查询: %s" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "每小时" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "每分钟" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "每秒" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "说明" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "查询数量" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "自启动以来的网络流量: %s" -#: server_status.php:941 +#: server_status.php:951 #, php-format msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "此 MySQL 服务器已运行 %s。启动时间为 %s 。" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "此 MySQL 服务器正以服务器运行于复制进程中。" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "此 MySQL 服务器正以服务器运行于复制进程中。" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "此 MySQL 服务器正以服务器运行于复制进程中。" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9128,11 +9143,11 @@ msgstr "" "要获得更多关于此服务器的复制状态,请查看复制状态信息" "。" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "复制状态" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9140,45 +9155,45 @@ msgstr "" "在高负载的服务器上,字节计数器可能会溢出,因此由 MySQL 返回的统计值可能会不正" "确" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "已接收" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "已发送" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "最大并发连接数" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "已失败" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "已取消" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "命令" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "因客户端没有关闭连接而中止的连接数。" -#: server_status.php:1179 +#: server_status.php:1189 msgid "The number of failed attempts to connect to the MySQL server." msgstr "尝试连接到 MySQL 服务器但失败的连接数。" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9187,16 +9202,16 @@ msgstr "" "因事务使用的临时二进制日志缓存超出 binlog_cache_size 的设置而使用临时文件存储" "的数量。" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "事务所用的临时二进制日志缓存的数量。" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "尝试连接到 MySQL 服务器的连接数 (不论成功或失败) 。" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9206,17 +9221,17 @@ msgstr "" "服务器执行语句时自动在磁盘上创建的临时表的数量。如果 Created_tmp_disk_tables " "很大,你可以增加 tmp_table_size 的值,让服务器使用内存来存储临时表而非磁盘。" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "mysqld 已创建的临时文件的数量。" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "服务器执行语句时自动在内存中创建的临时表的数量。" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." @@ -9224,29 +9239,29 @@ msgstr "" "发生错误的延迟插入 (INSERT DELAYED) 行数 (可能是因为在唯一字段中存在重复" "值) 。" -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "正在使用的延迟插入处理线程的数量。每张使用延迟插入的表都有自己的线程。" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "延迟插入已写入的行数。" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "已执行的强制更新 (FLUSH) 语句数。" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "已执行的内部提交 (COMMIT) 语句数。" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "从表中删除行的次数。" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9255,7 +9270,7 @@ msgstr "" "如果知道一张表的名字,MySQL 服务器可以询问 NDB 集群存储引擎,这被称为“发现”。" "Handler_discovery 表明了一张表被发现的次数。" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9264,14 +9279,14 @@ msgstr "" "读取一个索引入口点的次数。如果该值很大,说明你的服务器执行了很多完整索引扫" "描。例如,假设字段 col1 已经建立了索引,然后执行 SELECT col1 FROM foo 。" -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" "根据索引读取行的请求数。如果该值很大,说明你的查询和表都建立了很好的索引。" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9280,7 +9295,7 @@ msgstr "" "根据索引顺序读取下一行的请求数。如果你在查询一个已索引的字段且限制了范围,或" "进行完整表扫描,该值将会不断增长。" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9288,7 +9303,7 @@ msgstr "" "根据索引顺序读取上一行的请求数。这种读取方式通常用于优化带有 ORDER BY ... " "DESC 的查询。" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9298,7 +9313,7 @@ msgstr "" "根据固定位置读取行的请求数。如果你执行很多需要排序的查询,该值会很高。你可能" "有很多需要完整表扫描的查询,或者你使用了不正确的索引用来多表查询。" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9308,35 +9323,35 @@ msgstr "" "从数据文件中读取行的请求数。如果你在扫描很多表,该值会很大。通常情况下这意味" "着你的表没有做好索引,或者你的查询语句没有使用好索引字段。" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "内部回滚 (ROLLBACK) 语句数。" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "表中更新行的请求数。" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "表中插入行的请求数。" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "非空页数 (含脏页) 。" -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "当前脏页数。" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "请求更新的缓冲池页数。" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "空闲页数。" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9345,7 +9360,7 @@ msgstr "" "InnoDB 缓冲池中锁定页的数量。这些页是正在被读取或写入的,或者是因其他原因不能" "被刷新或删除的。" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9356,11 +9371,11 @@ msgstr "" "公式计算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data 。" -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "缓冲池总大小 (单位:页)。" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9368,24 +9383,24 @@ msgstr "" "InnoDB 初始化的“随机”预读数。这通常会在对一张表进行大范围的随机排序查询时发" "生。" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "" "InnoDB 初始化的顺序预读数。这会在 InnoDB 执行一个顺序完整表扫描时发生。" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InnoDB 完成的逻辑读请求数。" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "InnoDB 进行逻辑读取时无法从缓冲池中获取而执行单页读取的次数。" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9397,85 +9412,85 @@ msgstr "" "必要先等待页被刷新。该计数器统计了这种等待的数量。如果缓冲池大小设置正确,这" "个值应该会很小。" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "写入 InnoDB 缓冲池的次数。" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "fsync() 总操作的次数。" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "当前挂起 fsync() 操作的数量。" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "当前挂起的读操作数。" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "当前挂起的写操作数。" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "读取的总数据量 (单位:字节)。" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "数据读取总数。" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "数据写入总数。" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "写入的总数据量 (单位:字节)。" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "以双写入操作写入的页数。" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "已经执行的双写入次数。" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "因日志缓存太小而必须等待其被写入所造成的等待数。" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "日志写入请求数。" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "日志物理写入次数。" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "使用 fsync() 写入日志文件的次数。" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "当前挂起的 fsync 日志文件数。" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "当前挂起的日志写入数。" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "写入日志文件的字节数。" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "创建的页数。" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9483,75 +9498,75 @@ msgstr "" "编译的 InnoDB 页大小 (默认 16KB)。许多值都以页为单位进行统计,页大小可以很方" "便地将这些值转化为字节数。" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "读取的页数。" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "写入的页数。" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "正在等待行锁的数量。" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "等待获得行锁的平均时间 (单位:毫秒)。" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "等待获得行锁的总时间 (单位:毫秒)。" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "等待获得行锁的最大时间 (单位:毫秒)。" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "等待行锁的次数。" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "从 InnoDB 表中删除的行数。" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "插入到 InnoDB 表中的行数。" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "从 InnoDB 表中读取的行数。" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB 中更新的行数。" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" "键缓存中还没有被写入到磁盘的键块数。该值过去名为 Not_flushed_key_blocks 。" -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "键缓存中未使用的块数。你可以根据这个值判断当前使用了多少键缓存。" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "键缓存中已经使用的块数。该值指示在某个时刻使用了最多块数的数量。" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "从缓存中读取键块的请求次数。" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9560,15 +9575,15 @@ msgstr "" "从磁盘中物理读取键块的次数。如果 Key_reads 很大,则说明您的 key_buffer_size " "可能设置得太小了。缓存缺失率可以由 Key_reads/Key_read_requests 计算得出。" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "将一个键块写入缓存的请求数。" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "将键块物理写入到磁盘的次数。" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9577,35 +9592,35 @@ msgstr "" "最后编译的查询的总开销由查询优化器计算得出,可用于比较使用不同的查询语句进行" "相同的查询时的效率差异。默认值0表示还没有查询被编译。" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "自服务器启动以来的最高并发连接数。" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "等待写入延迟插入队列的行数。" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "已经打开的表个数。如果该值很大,则说明表缓冲大小可能设置过小。" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "打开的文件个数。" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "打开的流个数 (主要用于日志记录)。" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "打开的数据表个数。" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " @@ -9614,19 +9629,19 @@ msgstr "" "查询缓存中的空闲内存块。过多的空闲内存块可能产生碎片,可通过执行 FLUSH QUERY " "CACHE 语句解决。" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "查询缓存中空闲的内存总数。" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "缓存命中数。" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "加入到缓存的查询数。" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9636,7 +9651,7 @@ msgstr "" "为缓存新的查询而被删除的已缓存查询的个数,由最近最少使用算法 (LRU) 确定应删除" "哪个已缓存的查询。该信息可帮助您调整查询缓存大小。" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9644,19 +9659,19 @@ msgstr "" "未缓存的查询数 (包括不能被缓存,或因为 query_cache_type 的设置而没有被缓存的" "查询)。" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "在缓存中注册的查询数。" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "查询缓存中的总块数。" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "失败保护器的状态 (尚未应用)。" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -9664,11 +9679,11 @@ msgstr "" "没有使用索引的多表查询数。如果该值不为0,您应该仔细检查是否已经为表建立了适当" "的索引。" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "使用在关联表上使用范围搜索的多表查询的数量。" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -9676,7 +9691,7 @@ msgstr "" "没有使用索引但在每行之后检查索引使用的多表查询数。(如果该值不为 0,您应该仔细" "检查是否已经为表建立了适当的索引。)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -9684,36 +9699,36 @@ msgstr "" "在第一张表上使用范围查询的多表查询数。(即使该值很大,通常也不会有致命的影" "响。)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "在第一张表上进行了完整表扫描的多表查询数。" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "当前由从 SQL 线程打开的临时表的数量。" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "从 SQL 线程总共重试事务复制数。" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "如果该值为 ON,则这台服务器是一台已经连接到主服务器的从服务器。" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "使用了比 slow_launch_time 更多的时间来启动的线程数量。" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "使用了比 long_query_time 更多时间的查询数。" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -9722,23 +9737,23 @@ msgstr "" "排序算法使用归并的次数。如果该值很大,您应该考虑增加系统变量 " "sort_buffer_size 的值。" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "局部范围完成的排序次数。" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "排序的行数。" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "扫描表完成的排序次数。" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "立即需要锁定表的次数。" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9748,7 +9763,7 @@ msgstr "" "无法立即获得锁定表而必须等待的次数。如果该值很高,且您遇到了性能方面的问题," "则应该首先检查您的查询语句,然后使用复制操作来分开表。" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -9757,11 +9772,11 @@ msgstr "" "线程缓存中线程的数量。缓存命中率可以由 Threads_created/Connections 计算得出。" "如果该值是红色的,则应该增加 thread_cache_size 的值。" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "当前打开的连接数。" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9772,58 +9787,58 @@ msgstr "" "thread_cache_size 的值 (如果线程状况良好,这么做通常并不会带来显著的性能提" "升)。" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "非睡眠状态的线程数量。" -#: server_status.php:1427 +#: server_status.php:1437 msgid "Start Monitor" msgstr "启动监控" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "说明/设置" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "完成排列/编辑图表" -#: server_status.php:1446 +#: server_status.php:1456 msgid "Add chart" msgstr "添加图表" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "排列/编辑图表" -#: server_status.php:1452 +#: server_status.php:1462 msgid "Refresh rate" msgstr "刷新频率" -#: server_status.php:1457 +#: server_status.php:1467 msgid "Chart columns" msgstr "每行图表个数" -#: server_status.php:1473 +#: server_status.php:1483 msgid "Chart arrangement" msgstr "图表排列" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" "图表排列存储在浏览器本地存储。如果你设置了一个复杂的排列,请导出该设置。" -#: server_status.php:1474 +#: server_status.php:1484 msgid "Reset to default" msgstr "恢复默认" -#: server_status.php:1478 +#: server_status.php:1488 msgid "Monitor Instructions" msgstr "监控说明" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -9835,7 +9850,7 @@ msgstr "" "需要将 log_output 设置为 'TABLE' 并启用 slow_query_log 或 general_log 功能。" "请注意,general_log 会产生很多数据并可能增加服务器负载多达 15%" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -9845,16 +9860,29 @@ msgstr "" "很遗憾你的数据库服务器不支持日志记录到表,这是使用 phpMyAdmin 分析数据库日志" "的必要功能。MySQL 自 5.1.6 起有该功能。但你仍然可以使用服务器图表功能。" -#: server_status.php:1496 +#: server_status.php:1507 +#, fuzzy +#| msgid "Pause monitor" +msgid "Using the monitor:" +msgstr "暂停监控" + +#: server_status.php:1509 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " -"confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." msgstr "" "使用监控:
现在我们可以开始了!当你点击 '开始监控' 时你的浏览器会" "以一定间隔时间刷新所有的图表。你可以通过 '设置' 添加图表或修改刷新频率,或通" @@ -9862,97 +9890,137 @@ msgstr "" "住鼠标左键的拖拽操作选择相应的时间段。确认后即可显示出分组后的查询,你可以通" "过点击其中的 SELECT 语句获得进一步分析。

" -#: server_status.php:1501 +#: server_status.php:1511 +#, fuzzy +#| msgid "" +#| "Using the monitor:
Ok, you are good to go! Once you click " +#| "'Start monitor' your browser will refresh all displayed charts in a " +#| "regular interval. You may add charts and change the refresh rate under " +#| "'Settings', or remove any chart using the cog icon on each respective " +#| "chart.

To display queries from the logs, select the relevant time span " +#| "on any chart by holding down the left mouse button and panning over the " +#| "chart. Once confirmed, this will load a table of grouped queries, there " +#| "you may click on any occuring SELECT statements to further analyze them." msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occuring SELECT statements to further analyze them." +msgstr "" +"使用监控:
现在我们可以开始了!当你点击 '开始监控' 时你的浏览器会" +"以一定间隔时间刷新所有的图表。你可以通过 '设置' 添加图表或修改刷新频率,或通" +"过图表各自的齿轮图标来移除图表。

要想显示日志所记录的查询,请在图表上通过按" +"住鼠标左键的拖拽操作选择相应的时间段。确认后即可显示出分组后的查询,你可以通" +"过点击其中的 SELECT 语句获得进一步分析。

" + +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 +#, fuzzy +#| msgid "" +#| "Please note: Enabling the general_log may increase the server load " +#| "by 5-15%. Also be aware that generating statistics from the logs is a " +#| "load intensive task, so it is advisable to select only a small time span " +#| "and to disable the general_log and empty its table once monitoring is not " +#| "required any more." +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" "请注意: 启用 general_log 可能会增加5-15% 的服务器负载。从日志中统计数" "据同样也是高负载的任务,建议选择一段小范围的时间并在用完监控后禁止 " "general_log 并清空它的表。" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove chart" msgid "Preset chart" msgstr "删除图表" -#: server_status.php:1517 +#: server_status.php:1537 msgid "Status variable(s)" msgstr "状态变量" -#: server_status.php:1519 +#: server_status.php:1539 msgid "Select series:" msgstr "选择数据:" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "常用监控" -#: server_status.php:1536 +#: server_status.php:1556 msgid "or type variable name:" msgstr "或输入变量名:" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "独立显示" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "应用除数" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "在值后附加单位" -#: server_status.php:1555 +#: server_status.php:1575 msgid "Add this series" msgstr "添加该数据" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "清除所有数据" -#: server_status.php:1560 +#: server_status.php:1580 msgid "Series in Chart:" msgstr "图表中的数据:" -#: server_status.php:1572 +#: server_status.php:1592 msgid "Log statistics" msgstr "日志统计" -#: server_status.php:1573 +#: server_status.php:1593 msgid "Selected time range:" msgstr "选择时间范围:" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "仅统计 SELECT、INSERT、UPDATE 和 DELETE 语句" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "去除 INSERT 语句中的变量值以获得更好的分组" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +#, fuzzy +#| msgid "" +#| "

Choose from which log you want the statistics to be generated from. Results are grouped by query text." +msgid "Choose from which log you want the statistics to be generated from." msgstr "

请选择生成统计的来源日志。

结果将根据查询语句分组。" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 msgid "Query analyzer" msgstr "查询分析器" -#: server_status.php:1626 +#: server_status.php:1652 #, php-format msgid "%d second" msgid_plural "%d seconds" msgstr[0] "%d 秒" -#: server_status.php:1628 +#: server_status.php:1654 #, php-format msgid "%d minute" msgid_plural "%d minutes" @@ -12256,6 +12324,39 @@ msgstr "" msgid "concurrent_insert is set to 0" msgstr "" +#, fuzzy +#~| msgid "" +#~| "The Advisor system can provide recommendations on server variables by " +#~| "analyzing the server status variables.\n" +#~| " Do note however that this system provides recommendations based " +#~| "on fairly simple calculations and by rule of thumb and\n" +#~| " may not necessarily work for your system.\n" +#~| " Prior to changing any of the configuration, be sure to know what " +#~| "you are changing and how to undo the change. Wrong tuning\n" +#~| " can have a very negative effect on performance.\n" +#~| " The best way to tune the system would be to change only one " +#~| "setting at a time, observe or benchmark your database, and\n" +#~| " undo the change if there was no clearly measurable improvement." +#~ msgid "" +#~ "The Advisor system can provide recommendations on server variables by " +#~ "analyzing the server status variables.

Do note however that this " +#~ "system provides recommendations based on simple calculations and by rule " +#~ "of thumb which may not necessarily apply to your system.

Prior to " +#~ "changing any of the configuration, be sure to know what you are changing " +#~ "(by reading the documentation) and how to undo the change. Wrong tuning " +#~ "can have a very negative effect on performance.

The best way to " +#~ "tune your system would be to change only one setting at a time, observe " +#~ "or benchmark your database, and undo the change if there was no clearly " +#~ "measurable improvement.

" +#~ msgstr "" +#~ "建议系统可以通过分析服务器状态变量来提供建议。\n" +#~ " 请注意本系统的建议基于相当简单的规则和计算且可能不适用于你的系" +#~ "统。\n" +#~ " 在修改任何设置前,请确保你知道你在修改什么以及如何恢复。错误的修改" +#~ "可能导致截然相反的结果。\n" +#~ " 调整系统的最佳方式为一次只修改一个设置,然后检查并测试你的数据库," +#~ "若没有显著的性能提升则恢复设置。" + #, fuzzy #~ msgid "memcached usage" #~ msgstr "已用空间" diff --git a/po/zh_TW.po b/po/zh_TW.po index 056eb83b12..1d3ef9a3db 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 3.5.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2011-08-15 09:43+0200\n" +"POT-Creation-Date: 2011-08-15 10:09+0200\n" "PO-Revision-Date: 2011-06-19 09:59+0200\n" "Last-Translator: \n" "Language-Team: chinese_traditional \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.0.5\n" -#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:290 +#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:304 #: libraries/display_tbl.lib.php:358 server_privileges.php:1670 msgid "Show all" msgstr "全部顯示" @@ -87,7 +87,7 @@ msgstr "鍵名" #: browse_foreigners.php:170 browse_foreigners.php:172 #: server_collations.php:54 server_collations.php:66 server_engines.php:56 -#: server_status.php:1353 +#: server_status.php:1363 msgid "Description" msgstr "說明" @@ -663,7 +663,7 @@ msgstr "僅選擇多餘" #: libraries/db_links.inc.php:56 libraries/display_tbl.lib.php:2380 #: libraries/display_tbl.lib.php:2518 libraries/server_links.inc.php:65 #: libraries/tbl_links.inc.php:80 prefs_manage.php:286 -#: server_privileges.php:1441 server_status.php:1474 +#: server_privileges.php:1441 server_status.php:1484 #: setup/frames/menu.inc.php:21 msgid "Export" msgstr "匯出" @@ -728,7 +728,7 @@ msgstr "已追蹤的表" #: libraries/export/xml.php:279 libraries/header.inc.php:146 #: libraries/header_printview.inc.php:57 server_databases.php:156 #: server_privileges.php:1827 server_privileges.php:1888 -#: server_privileges.php:2146 server_status.php:1107 +#: server_privileges.php:2146 server_status.php:1117 #: server_synchronize.php:1140 server_synchronize.php:1144 #: tbl_tracking.php:633 msgid "Database" @@ -748,7 +748,7 @@ msgstr "更新" #: db_tracking.php:89 libraries/rte/rte_events.lib.php:380 #: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51 -#: server_status.php:1110 sql.php:842 tbl_tracking.php:638 +#: server_status.php:1120 sql.php:842 tbl_tracking.php:638 msgid "Status" msgstr "狀態" @@ -1052,13 +1052,13 @@ msgstr "靜態資料" #. l10n: Total number of queries #: js/messages.php:71 libraries/build_html_for_db.lib.php:46 #: libraries/engines/innodb.lib.php:158 server_databases.php:218 -#: server_status.php:1010 server_status.php:1071 tbl_printview.php:315 +#: server_status.php:1020 server_status.php:1081 tbl_printview.php:315 #: tbl_structure.php:798 msgid "Total" msgstr "總計" #. l10n: Other, small valued, queries -#: js/messages.php:73 server_status.php:908 +#: js/messages.php:73 server_status.php:918 msgid "Other" msgstr "其他" @@ -1088,7 +1088,7 @@ msgstr "伺服器流量(單位為KiB,即2^10)" msgid "Connections since last refresh" msgstr "最後一次連線" -#: js/messages.php:83 js/messages.php:121 server_status.php:1103 +#: js/messages.php:83 js/messages.php:121 server_status.php:1113 msgid "Processes" msgstr "處理" @@ -1157,12 +1157,12 @@ msgid "System swap" msgstr "" #. l10n: shortcuts for Megabyte -#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1545 +#: js/messages.php:103 libraries/common.lib.php:1303 server_status.php:1565 msgid "MiB" msgstr "MB" #. l10n: shortcuts for Kilobyte -#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1545 +#: js/messages.php:104 libraries/common.lib.php:1301 server_status.php:1565 msgid "KiB" msgstr "KB" @@ -1224,7 +1224,7 @@ msgstr "" msgid "Bytes received" msgstr "已接收" -#: js/messages.php:120 server_status.php:1029 +#: js/messages.php:120 server_status.php:1039 msgid "Connections" msgstr "連線" @@ -1235,12 +1235,12 @@ msgstr "連線" msgid "Questions" msgstr "版本" -#: js/messages.php:125 server_status.php:984 +#: js/messages.php:125 server_status.php:994 msgid "Traffic" msgstr "流量" #: js/messages.php:126 libraries/server_links.inc.php:73 -#: server_status.php:1431 +#: server_status.php:1441 msgid "Settings" msgstr "設定" @@ -1267,7 +1267,7 @@ msgstr "" #: js/messages.php:132 libraries/display_export.lib.php:308 #: libraries/display_tbl.lib.php:554 libraries/export/sql.php:1052 #: libraries/tbl_properties.inc.php:544 pmd_general.php:510 -#: server_privileges.php:2042 server_status.php:1144 server_status.php:1562 +#: server_privileges.php:2042 server_status.php:1154 server_status.php:1582 #: tbl_zoom_select.php:158 tbl_zoom_select.php:283 msgid "None" msgstr "無" @@ -1368,7 +1368,7 @@ msgstr "管理我的設定" msgid "Current settings" msgstr "更多設定" -#: js/messages.php:157 server_status.php:1510 +#: js/messages.php:157 server_status.php:1530 #, fuzzy #| msgid "Report title:" msgid "Chart Title" @@ -1497,7 +1497,7 @@ msgstr "" #: js/messages.php:190 libraries/config/messages.inc.php:170 #: libraries/db_links.inc.php:83 libraries/server_links.inc.php:69 -#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1474 +#: libraries/tbl_links.inc.php:89 prefs_manage.php:229 server_status.php:1484 #: setup/frames/menu.inc.php:20 msgid "Import" msgstr "輸入" @@ -1695,123 +1695,143 @@ msgstr "顯示搜尋條件" msgid "Zoom Search" msgstr "搜尋" -#: js/messages.php:263 -msgid "" -"* Each point represents a data row.
* Hovering over a point will show its " -"label.
* Drag and select an area in the plot to zoom into it.
* Click " -"reset zoom link to come back to original state.
* Click a data point to " -"view and possibly edit the data row.
* The plot can be resized by " -"dragging it along the bottom right corner.
* Strings are converted into " -"integer for plotting" -msgstr "" - #: js/messages.php:264 -msgid "Select two columns" +msgid "Each point represents a data row." msgstr "" -#: js/messages.php:265 -msgid "Select two different columns" +#: js/messages.php:266 +msgid "Hovering over a point will show its label." msgstr "" -#: js/messages.php:268 tbl_change.php:307 tbl_indexes.php:211 +#: js/messages.php:268 +msgid "Drag and select an area in the plot to zoom into it." +msgstr "" + +#: js/messages.php:270 +msgid "Click reset zoom link to come back to original state." +msgstr "" + +#: js/messages.php:272 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:274 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:276 +msgid "Strings are converted into integer for plotting" +msgstr "" + +#: js/messages.php:278 +#, fuzzy +#| msgid "Add/Delete columns" +msgid "Select two columns" +msgstr "新增/刪除欄位" + +#: js/messages.php:279 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:282 tbl_change.php:307 tbl_indexes.php:211 #: tbl_indexes.php:238 msgid "Ignore" msgstr "忽略" -#: js/messages.php:271 +#: js/messages.php:285 #, fuzzy #| msgid "Add column" msgid "Add columns" msgstr "新增欄位" -#: js/messages.php:274 +#: js/messages.php:288 msgid "Select referenced key" msgstr "選擇外部鍵" -#: js/messages.php:275 +#: js/messages.php:289 msgid "Select Foreign Key" msgstr "選擇外部鍵" -#: js/messages.php:276 +#: js/messages.php:290 msgid "Please select the primary key or a unique key" msgstr "請選擇主鍵或唯一鍵" -#: js/messages.php:277 pmd_general.php:87 tbl_relation.php:545 +#: js/messages.php:291 pmd_general.php:87 tbl_relation.php:545 msgid "Choose column to display" msgstr "選擇要顯示的欄位" -#: js/messages.php:278 +#: js/messages.php:292 msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them.Do you want to continue?" msgstr "你尚未儲存修改的資料。請確認是否要捨棄這些資料?" -#: js/messages.php:281 +#: js/messages.php:295 msgid "Add an option for column " msgstr "新增選項給欄位 " -#: js/messages.php:284 +#: js/messages.php:298 msgid "Press escape to cancel editing" msgstr "" -#: js/messages.php:285 +#: js/messages.php:299 msgid "" "You have edited some data and they have not been saved. Are you sure you " "want to leave this page before saving the data?" msgstr "" -#: js/messages.php:286 +#: js/messages.php:300 msgid "Drag to reorder" msgstr "" -#: js/messages.php:287 +#: js/messages.php:301 #, fuzzy #| msgid "Click to select" msgid "Click to sort" msgstr "點擊選取" -#: js/messages.php:288 +#: js/messages.php:302 msgid "Click to mark/unmark" msgstr "" -#: js/messages.php:289 +#: js/messages.php:303 msgid "Click the drop-down arrow
to toggle column's visibility" msgstr "" -#: js/messages.php:291 +#: js/messages.php:305 msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" -#: js/messages.php:292 +#: js/messages.php:306 msgid "" "You can also edit most columns
by clicking directly on their content." msgstr "" -#: js/messages.php:293 +#: js/messages.php:307 #, fuzzy #| msgid "Go to view" msgid "Go to link" msgstr "轉到 view" -#: js/messages.php:296 +#: js/messages.php:310 msgid "Generate password" msgstr "產生密碼" -#: js/messages.php:297 libraries/replication_gui.lib.php:369 +#: js/messages.php:311 libraries/replication_gui.lib.php:369 msgid "Generate" msgstr "產生" -#: js/messages.php:298 +#: js/messages.php:312 msgid "Change Password" msgstr "修改密碼" -#: js/messages.php:301 tbl_structure.php:464 +#: js/messages.php:315 tbl_structure.php:464 msgid "More" msgstr "更多" -#: js/messages.php:304 setup/lib/index.lib.php:173 +#: js/messages.php:318 setup/lib/index.lib.php:173 #, php-format msgid "" "A newer version of phpMyAdmin is available and you should consider " @@ -1819,21 +1839,21 @@ msgid "" msgstr "有新的 phpMyAdmin 可用,請考慮升級。最新的版本是 %s,於 %s 發佈" #. l10n: Latest available phpMyAdmin version -#: js/messages.php:306 +#: js/messages.php:320 msgid ", latest stable version:" msgstr ",最新穩定版本: " -#: js/messages.php:307 +#: js/messages.php:321 msgid "up to date" msgstr "最新" #. l10n: Display text for calendar close link -#: js/messages.php:326 +#: js/messages.php:340 msgid "Done" msgstr "完成" # 這應該是使用於選擇日期的月曆 -#: js/messages.php:330 +#: js/messages.php:344 #, fuzzy #| msgid "Prev" msgctxt "Previous month" @@ -1841,7 +1861,7 @@ msgid "Prev" msgstr "上個月" # 這應該使用於選擇日期的小月曆 -#: js/messages.php:335 +#: js/messages.php:349 #, fuzzy #| msgid "Next" msgctxt "Next month" @@ -1849,149 +1869,149 @@ msgid "Next" msgstr "下個月" #. l10n: Display text for current month link in calendar -#: js/messages.php:338 +#: js/messages.php:352 msgid "Today" msgstr "今天" -#: js/messages.php:341 +#: js/messages.php:355 msgid "January" msgstr "一月" -#: js/messages.php:342 +#: js/messages.php:356 msgid "February" msgstr "二月" -#: js/messages.php:343 +#: js/messages.php:357 msgid "March" msgstr "三月" -#: js/messages.php:344 +#: js/messages.php:358 msgid "April" msgstr "四月" -#: js/messages.php:345 +#: js/messages.php:359 msgid "May" msgstr "五月" -#: js/messages.php:346 +#: js/messages.php:360 msgid "June" msgstr "六月" -#: js/messages.php:347 +#: js/messages.php:361 msgid "July" msgstr "七月" -#: js/messages.php:348 +#: js/messages.php:362 msgid "August" msgstr "八月" -#: js/messages.php:349 +#: js/messages.php:363 msgid "September" msgstr "九月" -#: js/messages.php:350 +#: js/messages.php:364 msgid "October" msgstr "十月" -#: js/messages.php:351 +#: js/messages.php:365 msgid "November" msgstr "十一月" -#: js/messages.php:352 +#: js/messages.php:366 msgid "December" msgstr "十二月" #. l10n: Short month name -#: js/messages.php:356 libraries/common.lib.php:1503 +#: js/messages.php:370 libraries/common.lib.php:1503 msgid "Jan" msgstr "一月" #. l10n: Short month name -#: js/messages.php:358 libraries/common.lib.php:1505 +#: js/messages.php:372 libraries/common.lib.php:1505 msgid "Feb" msgstr "二月" #. l10n: Short month name -#: js/messages.php:360 libraries/common.lib.php:1507 +#: js/messages.php:374 libraries/common.lib.php:1507 msgid "Mar" msgstr "三月" #. l10n: Short month name -#: js/messages.php:362 libraries/common.lib.php:1509 +#: js/messages.php:376 libraries/common.lib.php:1509 msgid "Apr" msgstr "四月" #. l10n: Short month name -#: js/messages.php:364 libraries/common.lib.php:1511 +#: js/messages.php:378 libraries/common.lib.php:1511 msgctxt "Short month name" msgid "May" msgstr "五月" #. l10n: Short month name -#: js/messages.php:366 libraries/common.lib.php:1513 +#: js/messages.php:380 libraries/common.lib.php:1513 msgid "Jun" msgstr "六月" #. l10n: Short month name -#: js/messages.php:368 libraries/common.lib.php:1515 +#: js/messages.php:382 libraries/common.lib.php:1515 msgid "Jul" msgstr "七月" #. l10n: Short month name -#: js/messages.php:370 libraries/common.lib.php:1517 +#: js/messages.php:384 libraries/common.lib.php:1517 msgid "Aug" msgstr "八月" #. l10n: Short month name -#: js/messages.php:372 libraries/common.lib.php:1519 +#: js/messages.php:386 libraries/common.lib.php:1519 msgid "Sep" msgstr "九月" #. l10n: Short month name -#: js/messages.php:374 libraries/common.lib.php:1521 +#: js/messages.php:388 libraries/common.lib.php:1521 msgid "Oct" msgstr "十月" #. l10n: Short month name -#: js/messages.php:376 libraries/common.lib.php:1523 +#: js/messages.php:390 libraries/common.lib.php:1523 msgid "Nov" msgstr "十一月" #. l10n: Short month name -#: js/messages.php:378 libraries/common.lib.php:1525 +#: js/messages.php:392 libraries/common.lib.php:1525 msgid "Dec" msgstr "十二月" -#: js/messages.php:381 +#: js/messages.php:395 msgid "Sunday" msgstr "星期日" -#: js/messages.php:382 +#: js/messages.php:396 msgid "Monday" msgstr "星期一" -#: js/messages.php:383 +#: js/messages.php:397 msgid "Tuesday" msgstr "星期二" -#: js/messages.php:384 +#: js/messages.php:398 msgid "Wednesday" msgstr "星期三" -#: js/messages.php:385 +#: js/messages.php:399 msgid "Thursday" msgstr "星期四" -#: js/messages.php:386 +#: js/messages.php:400 msgid "Friday" msgstr "星期五" -#: js/messages.php:387 +#: js/messages.php:401 msgid "Saturday" msgstr "星期六" #. l10n: Short week day name -#: js/messages.php:391 +#: js/messages.php:405 #, fuzzy #| msgctxt "Short week day name" #| msgid "Sun" @@ -1999,84 +2019,84 @@ msgid "Sun" msgstr "週日" #. l10n: Short week day name -#: js/messages.php:393 libraries/common.lib.php:1530 +#: js/messages.php:407 libraries/common.lib.php:1530 msgid "Mon" msgstr "週一" #. l10n: Short week day name -#: js/messages.php:395 libraries/common.lib.php:1532 +#: js/messages.php:409 libraries/common.lib.php:1532 msgid "Tue" msgstr "週二" #. l10n: Short week day name -#: js/messages.php:397 libraries/common.lib.php:1534 +#: js/messages.php:411 libraries/common.lib.php:1534 msgid "Wed" msgstr "週三" #. l10n: Short week day name -#: js/messages.php:399 libraries/common.lib.php:1536 +#: js/messages.php:413 libraries/common.lib.php:1536 msgid "Thu" msgstr "週四" #. l10n: Short week day name -#: js/messages.php:401 libraries/common.lib.php:1538 +#: js/messages.php:415 libraries/common.lib.php:1538 msgid "Fri" msgstr "週五" #. l10n: Short week day name -#: js/messages.php:403 libraries/common.lib.php:1540 +#: js/messages.php:417 libraries/common.lib.php:1540 msgid "Sat" msgstr "週六" #. l10n: Minimal week day name -#: js/messages.php:407 +#: js/messages.php:421 msgid "Su" msgstr "日" #. l10n: Minimal week day name -#: js/messages.php:409 +#: js/messages.php:423 msgid "Mo" msgstr "一" #. l10n: Minimal week day name -#: js/messages.php:411 +#: js/messages.php:425 msgid "Tu" msgstr "二" #. l10n: Minimal week day name -#: js/messages.php:413 +#: js/messages.php:427 msgid "We" msgstr "三" #. l10n: Minimal week day name -#: js/messages.php:415 +#: js/messages.php:429 msgid "Th" msgstr "四" #. l10n: Minimal week day name -#: js/messages.php:417 +#: js/messages.php:431 msgid "Fr" msgstr "五" #. l10n: Minimal week day name -#: js/messages.php:419 +#: js/messages.php:433 msgid "Sa" msgstr "六" #. l10n: Column header for week of the year in calendar -#: js/messages.php:421 +#: js/messages.php:435 msgid "Wk" msgstr "周" -#: js/messages.php:423 +#: js/messages.php:437 msgid "Hour" msgstr "時" -#: js/messages.php:424 +#: js/messages.php:438 msgid "Minute" msgstr "分" -#: js/messages.php:425 +#: js/messages.php:439 msgid "Second" msgstr "秒" @@ -2282,10 +2302,11 @@ msgstr "已將資料表 %s 改名爲 %s" msgid "Could not save table UI preferences" msgstr "無法儲存表格介面使用者喜好設定" -#: libraries/Table.class.php:1293 +#: libraries/Table.class.php:1294 +#, php-format msgid "" -"Failed to cleanup table UI preferences (see cfg[\"Server\"][\"MaxTableUiprefs" -"\"] documentation)" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" msgstr "" #: libraries/Theme.class.php:144 @@ -2599,7 +2620,7 @@ msgid "Documentation" msgstr "文件" #: libraries/common.lib.php:559 libraries/header_printview.inc.php:60 -#: server_status.php:532 server_status.php:1112 +#: server_status.php:532 server_status.php:1122 msgid "SQL query" msgstr "SQL 查詢" @@ -5570,7 +5591,7 @@ msgid "The row has been deleted" msgstr "已刪除該行" #: libraries/display_tbl.lib.php:1381 libraries/display_tbl.lib.php:2342 -#: server_status.php:1140 +#: server_status.php:1150 msgid "Kill" msgstr "中止" @@ -6122,7 +6143,7 @@ msgstr "顯示 MIME 類型" #: libraries/replication_gui.lib.php:335 server_privileges.php:800 #: server_privileges.php:803 server_privileges.php:859 #: server_privileges.php:1694 server_privileges.php:2237 -#: server_status.php:1106 +#: server_status.php:1116 msgid "Host" msgstr "主機" @@ -6839,14 +6860,14 @@ msgid "Slave status" msgstr "從伺服器狀態" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:382 -#: server_status.php:1351 server_variables.php:108 +#: server_status.php:1361 server_variables.php:108 msgid "Variable" msgstr "變數" #: libraries/replication_gui.lib.php:119 #: libraries/rte/rte_routines.lib.php:1357 libraries/tbl_select.lib.php:113 #: pmd_general.php:476 pmd_general.php:535 pmd_general.php:658 -#: pmd_general.php:775 server_status.php:1352 tbl_change.php:329 +#: pmd_general.php:775 server_status.php:1362 tbl_change.php:329 #: tbl_printview.php:334 tbl_structure.php:828 tbl_zoom_select.php:410 msgid "Value" msgstr "值" @@ -7066,7 +7087,7 @@ msgid "Returns" msgstr "返回類型" #: libraries/rte/rte_list.lib.php:62 libraries/rte/rte_triggers.lib.php:326 -#: server_status.php:1109 sql.php:843 +#: server_status.php:1119 sql.php:843 msgid "Time" msgstr "時間" @@ -8007,7 +8028,7 @@ msgstr "協定版本" #: main.php:165 server_privileges.php:1539 server_privileges.php:1693 #: server_privileges.php:1817 server_privileges.php:2236 -#: server_status.php:1105 +#: server_status.php:1115 msgid "User" msgstr "使用者" @@ -8436,13 +8457,13 @@ msgstr "選擇要查看的二進制日誌" msgid "Files" msgstr "檔案" -#: server_binlog.php:150 server_binlog.php:152 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:150 server_binlog.php:152 server_status.php:1125 +#: server_status.php:1127 msgid "Truncate Shown Queries" msgstr "截斷顯示的查詢" -#: server_binlog.php:158 server_binlog.php:160 server_status.php:1115 -#: server_status.php:1117 +#: server_binlog.php:158 server_binlog.php:160 server_status.php:1125 +#: server_status.php:1127 msgid "Show Full Queries" msgstr "顯示完整查詢" @@ -9221,75 +9242,88 @@ msgstr "查詢方式" msgid "Instructions" msgstr "資料" -#: server_status.php:806 +#: server_status.php:808 msgid "" "The Advisor system can provide recommendations on server variables by " -"analyzing the server status variables.

Do note however that this system " -"provides recommendations based on simple calculations and by rule of thumb " -"which may not necessarily apply to your system.

Prior to changing any " -"of the configuration, be sure to know what you are changing (by reading the " -"documentation) and how to undo the change. Wrong tuning can have a very " -"negative effect on performance.

The best way to tune your system " -"would be to change only one setting at a time, observe or benchmark your " -"database, and undo the change if there was no clearly measurable improvement." -"

" +"analyzing the server status variables." +msgstr "" + +#: server_status.php:810 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: server_status.php:812 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: server_status.php:814 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." msgstr "" #. l10n: Questions is the name of a MySQL Status variable -#: server_status.php:826 +#: server_status.php:836 #, fuzzy, php-format #| msgid "Customize startup page" msgid "Questions since startup: %s" msgstr "自訂起始頁" -#: server_status.php:832 server_status.php:867 server_status.php:985 -#: server_status.php:1030 +#: server_status.php:842 server_status.php:877 server_status.php:995 +#: server_status.php:1040 msgid "per hour" msgstr "每小時" -#: server_status.php:836 +#: server_status.php:846 msgid "per minute" msgstr "每分鐘" -#: server_status.php:841 +#: server_status.php:851 msgid "per second" msgstr "每秒" -#: server_status.php:862 tbl_printview.php:333 tbl_structure.php:827 +#: server_status.php:872 tbl_printview.php:333 tbl_structure.php:827 msgid "Statements" msgstr "說明" #. l10n: # = Amount of queries -#: server_status.php:865 +#: server_status.php:875 msgid "#" msgstr "" -#: server_status.php:933 +#: server_status.php:943 #, php-format msgid "Network traffic since startup: %s" msgstr "" -#: server_status.php:941 +#: server_status.php:951 #, fuzzy, php-format #| msgid "This MySQL server has been running for %s. It started up on %s." msgid "This MySQL server has been running for %1$s. It started up on %2$s." msgstr "此 MySQL 伺服器已經運行了 %s,啓動時間爲 %s" -#: server_status.php:951 +#: server_status.php:961 msgid "" "This MySQL server works as master and slave in replication process." msgstr "此 MySQL 伺服器正以伺服器運行於複製程序中" -#: server_status.php:953 +#: server_status.php:963 msgid "This MySQL server works as master in replication process." msgstr "此 MySQL 伺服器正以伺服器運行於複製程序中" -#: server_status.php:955 +#: server_status.php:965 msgid "This MySQL server works as slave in replication process." msgstr "此 MySQL 伺服器正以伺服器運行於複製程序中" -#: server_status.php:958 +#: server_status.php:968 msgid "" "For further information about replication status on the server, please visit " "the replication section." @@ -9297,11 +9331,11 @@ msgstr "" "要取得更多關於此伺服器的複製狀態,請查看複製狀態資訊" "" -#: server_status.php:968 +#: server_status.php:978 msgid "Replication status" msgstr "複製狀態" -#: server_status.php:984 +#: server_status.php:994 msgid "" "On a busy server, the byte counters may overrun, so those statistics as " "reported by the MySQL server may be incorrect." @@ -9309,47 +9343,47 @@ msgstr "" "在高負載的伺服器上,字元計數器可能會溢出,因此由 MySQL 返回的統計值可能會不正" "確" -#: server_status.php:990 +#: server_status.php:1000 msgid "Received" msgstr "已接收" -#: server_status.php:1000 +#: server_status.php:1010 msgid "Sent" msgstr "已發送" -#: server_status.php:1036 +#: server_status.php:1046 msgid "max. concurrent connections" msgstr "最大同時連線數" -#: server_status.php:1043 +#: server_status.php:1053 msgid "Failed attempts" msgstr "已失敗" -#: server_status.php:1057 +#: server_status.php:1067 msgid "Aborted" msgstr "已取消" -#: server_status.php:1104 +#: server_status.php:1114 msgid "ID" msgstr "ID" -#: server_status.php:1108 +#: server_status.php:1118 msgid "Command" msgstr "命令" -#: server_status.php:1178 +#: server_status.php:1188 msgid "" "The number of connections that were aborted because the client died without " "closing the connection properly." msgstr "" -#: server_status.php:1179 +#: server_status.php:1189 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "The number of failed attempts to connect to the MySQL server." msgstr "無法連線到 MySQL 伺服器" -#: server_status.php:1180 +#: server_status.php:1190 msgid "" "The number of transactions that used the temporary binary log cache but that " "exceeded the value of binlog_cache_size and used a temporary file to store " @@ -9358,16 +9392,16 @@ msgstr "" "因交易使用的臨時二進制日誌快取超出 binlog_cache_size 的設定而使用臨時檔案儲存" "的數量" -#: server_status.php:1181 +#: server_status.php:1191 msgid "The number of transactions that used the temporary binary log cache." msgstr "交易所用的臨時二進制日誌快取的數量" -#: server_status.php:1182 +#: server_status.php:1192 msgid "" "The number of connection attempts (successful or not) to the MySQL server." msgstr "" -#: server_status.php:1183 +#: server_status.php:1193 msgid "" "The number of temporary tables on disk created automatically by the server " "while executing statements. If Created_tmp_disk_tables is big, you may want " @@ -9377,46 +9411,46 @@ msgstr "" "伺服器執行指令時自動在硬碟上建立的臨時表的數量。如果 Created_tmp_disk_tables " "很大,您可以增加 tmp_table_size 的值,讓伺服器使用記憶體來儲存臨時表而非硬碟" -#: server_status.php:1184 +#: server_status.php:1194 msgid "How many temporary files mysqld has created." msgstr "mysqld 已建立的臨時檔案的數量" -#: server_status.php:1185 +#: server_status.php:1195 msgid "" "The number of in-memory temporary tables created automatically by the server " "while executing statements." msgstr "伺服器執行指令時自動在記憶體中建立的臨時表的數量" -#: server_status.php:1186 +#: server_status.php:1196 msgid "" "The number of rows written with INSERT DELAYED for which some error occurred " "(probably duplicate key)." msgstr "" "發生錯誤的延遲插入 (INSERT DELAYED) 行數 (可能是因爲在唯一欄位中存在重複值) " -#: server_status.php:1187 +#: server_status.php:1197 msgid "" "The number of INSERT DELAYED handler threads in use. Every different table " "on which one uses INSERT DELAYED gets its own thread." msgstr "正在使用的延遲插入處理程序的數量。每張使用延遲插入的表都有自己的程序" -#: server_status.php:1188 +#: server_status.php:1198 msgid "The number of INSERT DELAYED rows written." msgstr "延遲插入已寫入的行數" -#: server_status.php:1189 +#: server_status.php:1199 msgid "The number of executed FLUSH statements." msgstr "已執行的強制更新 (FLUSH) 指令數" -#: server_status.php:1190 +#: server_status.php:1200 msgid "The number of internal COMMIT statements." msgstr "已執行的內部送出 (COMMIT) 指令數" -#: server_status.php:1191 +#: server_status.php:1201 msgid "The number of times a row was deleted from a table." msgstr "從資料表中刪除行的次數" -#: server_status.php:1192 +#: server_status.php:1202 msgid "" "The MySQL server can ask the NDB Cluster storage engine if it knows about a " "table with a given name. This is called discovery. Handler_discover " @@ -9425,7 +9459,7 @@ msgstr "" "如果知道一個資料表的名字,MySQL 伺服器可以詢問 NDB 集羣儲存引擎,這被稱爲“發" "現”Handler_discovery 表明瞭一個資料表被發現的次數" -#: server_status.php:1193 +#: server_status.php:1203 msgid "" "The number of times the first entry was read from an index. If this is high, " "it suggests that the server is doing a lot of full index scans; for example, " @@ -9434,14 +9468,14 @@ msgstr "" "讀取一個索引入口點的次數。如果該值很大,說明您的伺服器執行了很多完整索引掃" "描。例如,假設欄位 col1 已經建立了索引,然後執行 SELECT col1 FROM foo " -#: server_status.php:1194 +#: server_status.php:1204 msgid "" "The number of requests to read a row based on a key. If this is high, it is " "a good indication that your queries and tables are properly indexed." msgstr "" "根據索引讀取行的請求數。如果該值很大,說明您的查詢和表都建立了很好的索引" -#: server_status.php:1195 +#: server_status.php:1205 msgid "" "The number of requests to read the next row in key order. This is " "incremented if you are querying an index column with a range constraint or " @@ -9450,7 +9484,7 @@ msgstr "" "根據索引順序讀取下一行的請求數。如果您在查詢一個已索引的欄位且限制了範圍,或" "進行完整表掃描,該值將會不斷增長" -#: server_status.php:1196 +#: server_status.php:1206 msgid "" "The number of requests to read the previous row in key order. This read " "method is mainly used to optimize ORDER BY ... DESC." @@ -9458,7 +9492,7 @@ msgstr "" "根據索引順序讀取上一行的請求數。這種讀取方式通常用於最佳化帶有 ORDER BY ... " "DESC 的查詢" -#: server_status.php:1197 +#: server_status.php:1207 msgid "" "The number of requests to read a row based on a fixed position. This is high " "if you are doing a lot of queries that require sorting of the result. You " @@ -9468,7 +9502,7 @@ msgstr "" "根據固定位置讀取行的請求數。如果您執行很多需要排序的查詢,該值會很高。您可能" "有很多需要完整表掃描的查詢,或者您使用了不正確的索引用來多表查詢" -#: server_status.php:1198 +#: server_status.php:1208 msgid "" "The number of requests to read the next row in the data file. This is high " "if you are doing a lot of table scans. Generally this suggests that your " @@ -9478,35 +9512,35 @@ msgstr "" "從資料檔案中讀取行的請求數。如果您在掃描很多表,該值會很大。通常情況下這意味" "着您的表沒有做好索引,或者您的查詢指令沒有使用好索引欄位" -#: server_status.php:1199 +#: server_status.php:1209 msgid "The number of internal ROLLBACK statements." msgstr "內部回滾 (ROLLBACK) 指令數" -#: server_status.php:1200 +#: server_status.php:1210 msgid "The number of requests to update a row in a table." msgstr "資料表中更新行的請求數" -#: server_status.php:1201 +#: server_status.php:1211 msgid "The number of requests to insert a row in a table." msgstr "資料表中插入行的請求數" -#: server_status.php:1202 +#: server_status.php:1212 msgid "The number of pages containing data (dirty or clean)." msgstr "非空頁數 (含髒頁) " -#: server_status.php:1203 +#: server_status.php:1213 msgid "The number of pages currently dirty." msgstr "目前髒頁數" -#: server_status.php:1204 +#: server_status.php:1214 msgid "The number of buffer pool pages that have been requested to be flushed." msgstr "請求更新的快取池頁數" -#: server_status.php:1205 +#: server_status.php:1215 msgid "The number of free pages." msgstr "空閒頁數" -#: server_status.php:1206 +#: server_status.php:1216 msgid "" "The number of latched pages in InnoDB buffer pool. These are pages currently " "being read or written or that can't be flushed or removed for some other " @@ -9515,7 +9549,7 @@ msgstr "" "InnoDB 快取池中鎖定頁的數量。這些頁是正在被讀取或寫入的,或者是因其他原因不能" "被重新整理或刪除的" -#: server_status.php:1207 +#: server_status.php:1217 msgid "" "The number of pages busy because they have been allocated for administrative " "overhead such as row locks or the adaptive hash index. This value can also " @@ -9526,11 +9560,11 @@ msgstr "" "公式計算: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - " "Innodb_buffer_pool_pages_data " -#: server_status.php:1208 +#: server_status.php:1218 msgid "Total size of buffer pool, in pages." msgstr "快取池總大小 (單位:頁)" -#: server_status.php:1209 +#: server_status.php:1219 msgid "" "The number of \"random\" read-aheads InnoDB initiated. This happens when a " "query is to scan a large portion of a table but in random order." @@ -9538,23 +9572,23 @@ msgstr "" "InnoDB 原始化的“隨機”預讀數。這通常會在對一個資料表進行大範圍的隨機排序查詢時" "發生" -#: server_status.php:1210 +#: server_status.php:1220 msgid "" "The number of sequential read-aheads InnoDB initiated. This happens when " "InnoDB does a sequential full table scan." msgstr "InnoDB 原始化的順序預讀數。這會在 InnoDB 執行一個順序完整表掃描時發生" -#: server_status.php:1211 +#: server_status.php:1221 msgid "The number of logical read requests InnoDB has done." msgstr "InnoDB 完成的邏輯讀請求數" -#: server_status.php:1212 +#: server_status.php:1222 msgid "" "The number of logical reads that InnoDB could not satisfy from buffer pool " "and had to do a single-page read." msgstr "InnoDB 進行邏輯讀取時無法從快取池中取得而執行單頁讀取的次數" -#: server_status.php:1213 +#: server_status.php:1223 msgid "" "Normally, writes to the InnoDB buffer pool happen in the background. " "However, if it's necessary to read or create a page and no clean pages are " @@ -9566,85 +9600,85 @@ msgstr "" "必要先等待頁被重新整理。該計數器統計了這種等待的數量。如果快取池大小設定正" "確,這個值應該會很小" -#: server_status.php:1214 +#: server_status.php:1224 msgid "The number writes done to the InnoDB buffer pool." msgstr "寫入 InnoDB 快取池的次數" -#: server_status.php:1215 +#: server_status.php:1225 msgid "The number of fsync() operations so far." msgstr "fsync() 總操作的次數" -#: server_status.php:1216 +#: server_status.php:1226 msgid "The current number of pending fsync() operations." msgstr "目前掛起 fsync() 操作的數量" -#: server_status.php:1217 +#: server_status.php:1227 msgid "The current number of pending reads." msgstr "目前掛起的讀操作數" -#: server_status.php:1218 +#: server_status.php:1228 msgid "The current number of pending writes." msgstr "目前掛起的寫操作數" -#: server_status.php:1219 +#: server_status.php:1229 msgid "The amount of data read so far, in bytes." msgstr "讀取的總資料量 (單位:字元)" -#: server_status.php:1220 +#: server_status.php:1230 msgid "The total number of data reads." msgstr "資料讀取總數" -#: server_status.php:1221 +#: server_status.php:1231 msgid "The total number of data writes." msgstr "資料寫入總數" -#: server_status.php:1222 +#: server_status.php:1232 msgid "The amount of data written so far, in bytes." msgstr "寫入的總資料量 (單位:字元)" -#: server_status.php:1223 +#: server_status.php:1233 msgid "The number of pages that have been written for doublewrite operations." msgstr "以雙寫入操作寫入的頁數" -#: server_status.php:1224 +#: server_status.php:1234 msgid "The number of doublewrite operations that have been performed." msgstr "已經執行的雙寫入次數" -#: server_status.php:1225 +#: server_status.php:1235 msgid "" "The number of waits we had because log buffer was too small and we had to " "wait for it to be flushed before continuing." msgstr "因日誌快取太小而必須等待其被寫入所造成的等待數" -#: server_status.php:1226 +#: server_status.php:1236 msgid "The number of log write requests." msgstr "日誌寫入請求數" -#: server_status.php:1227 +#: server_status.php:1237 msgid "The number of physical writes to the log file." msgstr "日誌物理寫入次數" -#: server_status.php:1228 +#: server_status.php:1238 msgid "The number of fsync() writes done to the log file." msgstr "使用 fsync() 寫入日志檔案的次數" -#: server_status.php:1229 +#: server_status.php:1239 msgid "The number of pending log file fsyncs." msgstr "目前掛起的 fsync 日志檔案數" -#: server_status.php:1230 +#: server_status.php:1240 msgid "Pending log file writes." msgstr "目前掛起的日誌寫入數" -#: server_status.php:1231 +#: server_status.php:1241 msgid "The number of bytes written to the log file." msgstr "寫入日志檔案的字元數" -#: server_status.php:1232 +#: server_status.php:1242 msgid "The number of pages created." msgstr "建立的頁數" -#: server_status.php:1233 +#: server_status.php:1243 msgid "" "The compiled-in InnoDB page size (default 16KB). Many values are counted in " "pages; the page size allows them to be easily converted to bytes." @@ -9652,75 +9686,75 @@ msgstr "" "編譯的 InnoDB 頁大小 (預設 16KB)。許多值都以頁爲單位進行統計,頁大小可以很方" "便地將這些值轉化爲字元數" -#: server_status.php:1234 +#: server_status.php:1244 msgid "The number of pages read." msgstr "讀取的頁數" -#: server_status.php:1235 +#: server_status.php:1245 msgid "The number of pages written." msgstr "寫入的頁數" -#: server_status.php:1236 +#: server_status.php:1246 msgid "The number of row locks currently being waited for." msgstr "正在等待行鎖的數量" -#: server_status.php:1237 +#: server_status.php:1247 msgid "The average time to acquire a row lock, in milliseconds." msgstr "等待取得行鎖的平均時間 (單位:毫秒)" -#: server_status.php:1238 +#: server_status.php:1248 msgid "The total time spent in acquiring row locks, in milliseconds." msgstr "等待取得行鎖的總時間 (單位:毫秒)" -#: server_status.php:1239 +#: server_status.php:1249 msgid "The maximum time to acquire a row lock, in milliseconds." msgstr "等待取得行鎖的最大時間 (單位:毫秒)" -#: server_status.php:1240 +#: server_status.php:1250 msgid "The number of times a row lock had to be waited for." msgstr "等待行鎖的次數" -#: server_status.php:1241 +#: server_status.php:1251 msgid "The number of rows deleted from InnoDB tables." msgstr "從 InnoDB 資料表中刪除的行數" -#: server_status.php:1242 +#: server_status.php:1252 msgid "The number of rows inserted in InnoDB tables." msgstr "插入到 InnoDB 資料表中的行數" -#: server_status.php:1243 +#: server_status.php:1253 msgid "The number of rows read from InnoDB tables." msgstr "從 InnoDB 資料表中讀取的行數" -#: server_status.php:1244 +#: server_status.php:1254 msgid "The number of rows updated in InnoDB tables." msgstr "InnoDB 中更新的行數" -#: server_status.php:1245 +#: server_status.php:1255 msgid "" "The number of key blocks in the key cache that have changed but haven't yet " "been flushed to disk. It used to be known as Not_flushed_key_blocks." msgstr "" "鍵快取中還沒有被寫入到硬碟的鍵塊數。該值過去名爲 Not_flushed_key_blocks " -#: server_status.php:1246 +#: server_status.php:1256 msgid "" "The number of unused blocks in the key cache. You can use this value to " "determine how much of the key cache is in use." msgstr "鍵快取中未使用的塊數。您可以根據這個值判斷目前使用了多少鍵快取" -#: server_status.php:1247 +#: server_status.php:1257 msgid "" "The number of used blocks in the key cache. This value is a high-water mark " "that indicates the maximum number of blocks that have ever been in use at " "one time." msgstr "鍵快取中已經使用的塊數。該值指示在某個時刻使用了最多塊數的數量" -#: server_status.php:1248 +#: server_status.php:1258 msgid "The number of requests to read a key block from the cache." msgstr "從快取中讀取鍵塊的請求次數" -#: server_status.php:1249 +#: server_status.php:1259 msgid "" "The number of physical reads of a key block from disk. If Key_reads is big, " "then your key_buffer_size value is probably too small. The cache miss rate " @@ -9729,15 +9763,15 @@ msgstr "" "從硬碟中物理讀取鍵塊的次數。如果 Key_reads 很大,則說明您的 key_buffer_size " "可能設定得太小了。快取缺失率可以由 Key_reads/Key_read_requests 計算得出" -#: server_status.php:1250 +#: server_status.php:1260 msgid "The number of requests to write a key block to the cache." msgstr "將一個鍵塊寫入快取的請求數" -#: server_status.php:1251 +#: server_status.php:1261 msgid "The number of physical writes of a key block to disk." msgstr "將鍵塊物理寫入到硬碟的次數" -#: server_status.php:1252 +#: server_status.php:1262 msgid "" "The total cost of the last compiled query as computed by the query " "optimizer. Useful for comparing the cost of different query plans for the " @@ -9746,54 +9780,54 @@ msgstr "" "最後編譯的查詢的總開銷由查詢最佳化器計算得出,可用於比較使用不同的查詢指令進" "行相同的查詢時的效率差異。預設值0表示還沒有查詢被編譯" -#: server_status.php:1253 +#: server_status.php:1263 msgid "" "The maximum number of connections that have been in use simultaneously since " "the server started." msgstr "" -#: server_status.php:1254 +#: server_status.php:1264 msgid "The number of rows waiting to be written in INSERT DELAYED queues." msgstr "等待寫入延遲插入隊列的行數" -#: server_status.php:1255 +#: server_status.php:1265 msgid "" "The number of tables that have been opened. If opened tables is big, your " "table cache value is probably too small." msgstr "已經開啟的表個數。如果該值很大,則說明表快取大小可能設定過小" -#: server_status.php:1256 +#: server_status.php:1266 msgid "The number of files that are open." msgstr "開啟的檔案個數" -#: server_status.php:1257 +#: server_status.php:1267 msgid "The number of streams that are open (used mainly for logging)." msgstr "開啟的流個數 (主要用於日誌記錄)" -#: server_status.php:1258 +#: server_status.php:1268 msgid "The number of tables that are open." msgstr "開啟的資料表個數" -#: server_status.php:1259 +#: server_status.php:1269 msgid "" "The number of free memory blocks in query cache. High numbers can indicate " "fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " "statement." msgstr "" -#: server_status.php:1260 +#: server_status.php:1270 msgid "The amount of free memory for query cache." msgstr "查詢快取中空閒的記憶體總數" -#: server_status.php:1261 +#: server_status.php:1271 msgid "The number of cache hits." msgstr "快取命中數" -#: server_status.php:1262 +#: server_status.php:1272 msgid "The number of queries added to the cache." msgstr "加入到快取的查詢數" -#: server_status.php:1263 +#: server_status.php:1273 msgid "" "The number of queries that have been removed from the cache to free up " "memory for caching new queries. This information can help you tune the query " @@ -9803,7 +9837,7 @@ msgstr "" "爲快取新的查詢而被刪除的已快取查詢的個數,由最近最少使用算法 (LRU) 確定應刪除" "哪個已快取的查詢。該資訊可幫助您調整查詢快取大小" -#: server_status.php:1264 +#: server_status.php:1274 msgid "" "The number of non-cached queries (not cachable, or not cached due to the " "query_cache_type setting)." @@ -9811,19 +9845,19 @@ msgstr "" "未快取的查詢數 (包括不能被快取,或因爲 query_cache_type 的設定而沒有被快取的" "查詢)" -#: server_status.php:1265 +#: server_status.php:1275 msgid "The number of queries registered in the cache." msgstr "在快取中註冊的查詢數" -#: server_status.php:1266 +#: server_status.php:1276 msgid "The total number of blocks in the query cache." msgstr "查詢快取中的總塊數" -#: server_status.php:1267 +#: server_status.php:1277 msgid "The status of failsafe replication (not yet implemented)." msgstr "失敗保護器的狀態 (尚未套用)" -#: server_status.php:1268 +#: server_status.php:1278 msgid "" "The number of joins that do not use indexes. If this value is not 0, you " "should carefully check the indexes of your tables." @@ -9831,11 +9865,11 @@ msgstr "" "沒有使用索引的多表查詢數。如果該值不爲0,您應該仔細檢查是否已經爲表建立了適當" "的索引" -#: server_status.php:1269 +#: server_status.php:1279 msgid "The number of joins that used a range search on a reference table." msgstr "使用在關聯表上使用範圍搜尋的多表查詢的數量" -#: server_status.php:1270 +#: server_status.php:1280 msgid "" "The number of joins without keys that check for key usage after each row. " "(If this is not 0, you should carefully check the indexes of your tables.)" @@ -9843,7 +9877,7 @@ msgstr "" "沒有使用索引但在每行之後檢查索引使用的多表查詢數。(如果該值不爲 0,您應該仔細" "檢查是否已經爲表建立了適當的索引。)" -#: server_status.php:1271 +#: server_status.php:1281 msgid "" "The number of joins that used ranges on the first table. (It's normally not " "critical even if this is big.)" @@ -9851,36 +9885,36 @@ msgstr "" "在第一個資料表上使用範圍查詢的多表查詢數。(即使該值很大,通常也不會有致命的影" "響。)" -#: server_status.php:1272 +#: server_status.php:1282 msgid "The number of joins that did a full scan of the first table." msgstr "在第一個資料表上進行了完整表掃描的多表查詢數" -#: server_status.php:1273 +#: server_status.php:1283 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "目前由從 SQL 程序開啟的臨時表的數量" -#: server_status.php:1274 +#: server_status.php:1284 msgid "" "Total (since startup) number of times the replication slave SQL thread has " "retried transactions." msgstr "從 SQL 程序總共重試交易複製數" -#: server_status.php:1275 +#: server_status.php:1285 msgid "This is ON if this server is a slave that is connected to a master." msgstr "如果該值爲 ON,則這臺伺服器是一臺已經連線到主伺服器的從伺服器" -#: server_status.php:1276 +#: server_status.php:1286 msgid "" "The number of threads that have taken more than slow_launch_time seconds to " "create." msgstr "使用了比 slow_launch_time 更多的時間來啓動的程序數量" -#: server_status.php:1277 +#: server_status.php:1287 msgid "" "The number of queries that have taken more than long_query_time seconds." msgstr "使用了比 long_query_time 更多時間的查詢數" -#: server_status.php:1278 +#: server_status.php:1288 msgid "" "The number of merge passes the sort algorithm has had to do. If this value " "is large, you should consider increasing the value of the sort_buffer_size " @@ -9889,23 +9923,23 @@ msgstr "" "排序算法使用歸併的次數。如果該值很大,您應該考慮增加系統變數 " "sort_buffer_size 的值" -#: server_status.php:1279 +#: server_status.php:1289 msgid "The number of sorts that were done with ranges." msgstr "局部範圍完成的排序次數" -#: server_status.php:1280 +#: server_status.php:1290 msgid "The number of sorted rows." msgstr "排序的行數" -#: server_status.php:1281 +#: server_status.php:1291 msgid "The number of sorts that were done by scanning the table." msgstr "掃描表完成的排序次數" -#: server_status.php:1282 +#: server_status.php:1292 msgid "The number of times that a table lock was acquired immediately." msgstr "立即需要鎖定表的次數" -#: server_status.php:1283 +#: server_status.php:1293 msgid "" "The number of times that a table lock could not be acquired immediately and " "a wait was needed. If this is high, and you have performance problems, you " @@ -9915,7 +9949,7 @@ msgstr "" "無法立即取得鎖定表而必須等待的次數。如果該值很高,且您遇到了性能方面的問題," "則應該首先檢查您的查詢指令,然後使用複製操作來分開表" -#: server_status.php:1284 +#: server_status.php:1294 msgid "" "The number of threads in the thread cache. The cache hit rate can be " "calculated as Threads_created/Connections. If this value is red you should " @@ -9924,11 +9958,11 @@ msgstr "" "程序快取中程序的數量。快取命中率可以由 Threads_created/Connections 計算得出如" "果該值是紅色的,則應該增加 thread_cache_size 的值" -#: server_status.php:1285 +#: server_status.php:1295 msgid "The number of currently open connections." msgstr "目前開啟的連線數" -#: server_status.php:1286 +#: server_status.php:1296 msgid "" "The number of threads created to handle connections. If Threads_created is " "big, you may want to increase the thread_cache_size value. (Normally this " @@ -9938,69 +9972,69 @@ msgstr "" "目前用於控制連線的程序數。如果 Threads_created 很大,您可能需要增加 " "thread_cache_size 的值 (如果程序狀況良好,這麼做通常並不會帶來顯著的性能提升)" -#: server_status.php:1287 +#: server_status.php:1297 msgid "The number of threads that are not sleeping." msgstr "非睡眠狀態的程序數量" -#: server_status.php:1427 +#: server_status.php:1437 #, fuzzy #| msgid "Textarea rows" msgid "Start Monitor" msgstr "文字框行" -#: server_status.php:1435 +#: server_status.php:1445 msgid "Instructions/Setup" msgstr "" -#: server_status.php:1439 +#: server_status.php:1449 msgid "Done rearranging/editing charts" msgstr "" -#: server_status.php:1446 +#: server_status.php:1456 #, fuzzy #| msgid "Add index" msgid "Add chart" msgstr "新增索引" -#: server_status.php:1448 +#: server_status.php:1458 msgid "Rearrange/edit charts" msgstr "" -#: server_status.php:1452 +#: server_status.php:1462 #, fuzzy msgid "Refresh rate" msgstr "重新整理" -#: server_status.php:1457 +#: server_status.php:1467 #, fuzzy #| msgid "Textarea columns" msgid "Chart columns" msgstr "文本框列" -#: server_status.php:1473 +#: server_status.php:1483 #, fuzzy #| msgid "Error management:" msgid "Chart arrangement" msgstr "錯誤管理:" -#: server_status.php:1473 +#: server_status.php:1483 msgid "" "The arrangement of the charts is stored to the browsers local storage. You " "may want to export it if you have a complicated set up." msgstr "" -#: server_status.php:1474 +#: server_status.php:1484 #, fuzzy #| msgid "Restore default value" msgid "Reset to default" msgstr "還原預設值" -#: server_status.php:1478 +#: server_status.php:1488 #, fuzzy msgid "Monitor Instructions" msgstr "資料" -#: server_status.php:1479 +#: server_status.php:1489 msgid "" "The phpMyAdmin Monitor can assist you in optimizing the server configuration " "and track down time intensive queries. For the latter you will need to set " @@ -10009,7 +10043,7 @@ msgid "" "increases server load by up to 15%" msgstr "" -#: server_status.php:1484 +#: server_status.php:1494 msgid "" "Unfortunately your Database server does not support logging to table, which " "is a requirement for analyzing the database logs with phpMyAdmin. Logging to " @@ -10017,123 +10051,136 @@ msgid "" "charting features however." msgstr "" -#: server_status.php:1496 +#: server_status.php:1507 +msgid "Using the monitor:" +msgstr "" + +#: server_status.php:1509 msgid "" -"Using the monitor:
Ok, you are good to go! Once you click 'Start " -"monitor' your browser will refresh all displayed charts in a regular " -"interval. You may add charts and change the refresh rate under 'Settings', " -"or remove any chart using the cog icon on each respective chart.

To " -"display queries from the logs, select the relevant time span on any chart by " -"holding down the left mouse button and panning over the chart. Once " +"Ok, you are good to go! Once you click 'Start monitor' your browser will " +"refresh all displayed charts in a regular interval. You may add charts and " +"change the refresh rate under 'Settings', or remove any chart using the cog " +"icon on each respective chart." +msgstr "" + +#: server_status.php:1511 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " "confirmed, this will load a table of grouped queries, there you may click on " -"any occuring SELECT statements to further analyze them.

" +"any occuring SELECT statements to further analyze them." msgstr "" -#: server_status.php:1501 +#: server_status.php:1518 +msgid "Please note:" +msgstr "" + +#: server_status.php:1520 msgid "" -"Please note: Enabling the general_log may increase the server load by " -"5-15%. Also be aware that generating statistics from the logs is a load " -"intensive task, so it is advisable to select only a small time span and to " -"disable the general_log and empty its table once monitoring is not required " -"any more." +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." msgstr "" -#: server_status.php:1513 +#: server_status.php:1533 #, fuzzy #| msgid "Remove database" msgid "Preset chart" msgstr "刪除資料庫" -#: server_status.php:1517 +#: server_status.php:1537 #, fuzzy #| msgid "See slave status table" msgid "Status variable(s)" msgstr "查看從伺服器狀態" -#: server_status.php:1519 +#: server_status.php:1539 #, fuzzy #| msgid "Select Tables" msgid "Select series:" msgstr "選擇表" -#: server_status.php:1521 +#: server_status.php:1541 msgid "Commonly monitored" msgstr "" -#: server_status.php:1536 +#: server_status.php:1556 #, fuzzy #| msgid "Invalid table name" msgid "or type variable name:" msgstr "無效的資料資料表名稱" -#: server_status.php:1540 +#: server_status.php:1560 msgid "Display as differential value" msgstr "" -#: server_status.php:1542 +#: server_status.php:1562 msgid "Apply a divisor" msgstr "" -#: server_status.php:1549 +#: server_status.php:1569 msgid "Append unit to data values" msgstr "" -#: server_status.php:1555 +#: server_status.php:1575 #, fuzzy #| msgid "Add a new server" msgid "Add this series" msgstr "新增伺服器" -#: server_status.php:1557 +#: server_status.php:1577 msgid "Clear series" msgstr "" -#: server_status.php:1560 +#: server_status.php:1580 #, fuzzy #| msgid "SQL queries" msgid "Series in Chart:" msgstr "SQL 查詢" -#: server_status.php:1572 +#: server_status.php:1592 #, fuzzy #| msgid "Show statistics" msgid "Log statistics" msgstr "顯示統計" -#: server_status.php:1573 +#: server_status.php:1593 #, fuzzy #| msgid "Select page" msgid "Selected time range:" msgstr "選擇頁" -#: server_status.php:1578 +#: server_status.php:1598 msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" msgstr "" -#: server_status.php:1583 +#: server_status.php:1603 msgid "Remove variable data in INSERT statements for better grouping" msgstr "" -#: server_status.php:1586 -msgid "" -"

Choose from which log you want the statistics to be generated from.

" -"Results are grouped by query text." +#: server_status.php:1608 +msgid "Choose from which log you want the statistics to be generated from." msgstr "" -#: server_status.php:1589 +#: server_status.php:1610 +msgid "Results are grouped by query text." +msgstr "" + +#: server_status.php:1615 #, fuzzy #| msgid "Query type" msgid "Query analyzer" msgstr "查詢方式" -#: server_status.php:1626 +#: server_status.php:1652 #, fuzzy, php-format #| msgid "Second" msgid "%d second" msgid_plural "%d seconds" msgstr[0] "秒" -#: server_status.php:1628 +#: server_status.php:1654 #, fuzzy, php-format #| msgid "Minute" msgid "%d minute" diff --git a/server_status.php b/server_status.php index cdbe9bbe52..e7d104b5dc 100644 --- a/server_status.php +++ b/server_status.php @@ -81,7 +81,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { exit(json_encode($ret)); - // Data for the monitor + // Data for the monitor case 'chartgrid': $ret = json_decode($_REQUEST['requiredData'], true); $statusVars = array(); @@ -92,12 +92,12 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { /* Accumulate all required variables and data */ // For each chart foreach ($ret as $chart_id => $chartNodes) { - // For each data series + // For each data series foreach ($chartNodes as $node_id => $nodeDataPoints) { // For each data point in the series (usually just 1) foreach ($nodeDataPoints as $point_id => $dataPoint) { $pName = $dataPoint['name']; - + switch ($dataPoint['type']) { /* We only collect the status and server variables here to * read them all in one query, and only afterwards assign them. @@ -105,7 +105,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { */ case 'servervar': if (!preg_match('/[^a-zA-Z_]+/', $pName)) - $serverVars[] = $pName; + $serverVars[] = $pName; break; case 'statusvar': @@ -157,7 +157,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { } else { $statusVarValues = array(); } - + // Retrieve all required server variables if (count($serverVars)) { $serverVarValues = PMA_DBI_fetch_result( @@ -803,7 +803,17 @@ echo __('Runtime Information');
@@ -1448,9 +1458,9 @@ function printMonitor()
- '; - refreshList('gridChartRefresh', 5, Array(2, 3, 4, 5, 10, 20, 40, 60, 120, 300, 600, 1200)); + '; + refreshList('gridChartRefresh', 5, Array(2, 3, 4, 5, 10, 20, 40, 60, 120, 300, 600, 1200)); ?>
@@ -1493,12 +1503,22 @@ function printMonitor() @@ -1508,7 +1528,7 @@ function printMonitor()